01JFE408EFGNG24AZBKHQRCTQP: 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: 01JFE415Y5WEBZNKY4CYYC1FSV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T00:11:37.651Zjob assigned to worker 01JFE4183HY4S3SQFTDMCNCBZF [factory aws, i-05fb5691ba0582eb1] (queued for 56 s)
 
22024-12-19T00:11:45.601Zstarting task 0: "setup"
32024-12-19T00:11:45.612Z++ uname -s
42024-12-19T00:11:45.615Z+ kern=SunOS
52024-12-19T00:11:45.615Z+ case "$kern" in
62024-12-19T00:11:45.615Z+ groupadd -g 12345 build
72024-12-19T00:11:45.618Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T00:11:47.625Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T00:11:47.736Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T00:11:47.739Z+ home_fs=zfs
112024-12-19T00:11:47.739Z+ [[ zfs == autofs ]]
122024-12-19T00:11:47.739Z+ mkdir -p /home/build
132024-12-19T00:11:47.741Z+ chown build:build /home/build /work
142024-12-19T00:11:49.743Z+ chmod 0700 /home/build /work
152024-12-19T00:11:49.746Zprocess exited: duration 4144 ms, exit code 0
 
162024-12-19T00:11:49.754Zstarting task 1: "rust-toolchain"
172024-12-19T00:11:49.757Z+ printf ' * toolchain channel = "%s"
182024-12-19T00:11:49.757Z' 1.81.0
192024-12-19T00:11:49.757Z * toolchain channel = "1.81.0"
202024-12-19T00:11:49.757Z+ printf ' * toolchain profile = "%s"
212024-12-19T00:11:49.757Z * toolchain profile = "default"
222024-12-19T00:11:49.757Z' default
232024-12-19T00:11:49.760Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T00:11:49.760Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T00:11:49.878Zinfo: downloading installer
262024-12-19T00:11:51.222Zinfo: profile set to 'default'
272024-12-19T00:11:51.222Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T00:11:51.225Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T00:11:51.359Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T00:11:51.359Zinfo: downloading component 'cargo'
312024-12-19T00:11:52.064Zinfo: downloading component 'clippy'
322024-12-19T00:11:52.324Zinfo: downloading component 'rust-docs'
332024-12-19T00:11:53.303Zinfo: downloading component 'rust-std'
342024-12-19T00:11:54.826Zinfo: downloading component 'rustc'
352024-12-19T00:12:00.287Zinfo: downloading component 'rustfmt'
362024-12-19T00:12:00.495Zinfo: installing component 'cargo'
372024-12-19T00:12:01.324Zinfo: installing component 'clippy'
382024-12-19T00:12:01.696Zinfo: installing component 'rust-docs'
392024-12-19T00:12:03.312Zinfo: installing component 'rust-std'
402024-12-19T00:12:05.096Zinfo: installing component 'rustc'
412024-12-19T00:12:11.027Zinfo: installing component 'rustfmt'
422024-12-19T00:12:11.353Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T00:12:11.353Z
442024-12-19T00:12:11.718Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T00:12:11.718Z
462024-12-19T00:12:11.723Z
472024-12-19T00:12:11.723ZRust is installed now. Great!
482024-12-19T00:12:11.724Z
492024-12-19T00:12:11.724ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T00:12:11.724Zenvironment variable. This has not been done automatically.
512024-12-19T00:12:11.724Z
522024-12-19T00:12:11.724ZTo configure your current shell, you need to source
532024-12-19T00:12:11.724Zthe corresponding env file under $HOME/.cargo.
542024-12-19T00:12:11.724Z
552024-12-19T00:12:11.724ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T00:12:11.724Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T00:12:11.724Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T00:12:11.795Z+ rustc --version
592024-12-19T00:12:11.865Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T00:12:11.869Zprocess exited: duration 22116 ms, exit code 0
 
612024-12-19T00:12:11.876Zstarting task 2: "authentication"
622024-12-19T00:12:11.897Zprocess exited: duration 21 ms, exit code 0
 
632024-12-19T00:12:11.903Zstarting task 3: "clone repository"
642024-12-19T00:12:11.909Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T00:12:11.913Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T00:12:11.945ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T00:12:18.453Z+ cd /work/oxidecomputer/omicron
682024-12-19T00:12:18.453Z+ git fetch origin b1dfbe7616cd2440f02cf2aceaae842961d388e5
692024-12-19T00:12:19.030ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T00:12:19.033Z * branch b1dfbe7616cd2440f02cf2aceaae842961d388e5 -> FETCH_HEAD
712024-12-19T00:12:19.039Z+ [[ -n '' ]]
722024-12-19T00:12:19.039Z+ git reset --hard b1dfbe7616cd2440f02cf2aceaae842961d388e5
732024-12-19T00:12:19.145ZHEAD is now at b1dfbe761 how the hell did this happen?
742024-12-19T00:12:19.150Zprocess exited: duration 7244 ms, exit code 0
 
752024-12-19T00:12:19.155Zstarting task 4: "build"
762024-12-19T00:12:19.160Z+ source .github/buildomat/ci-env.sh
772024-12-19T00:12:19.164Z++ export CARGO_TERM_COLOR=always
782024-12-19T00:12:19.164Z++ CARGO_TERM_COLOR=always
792024-12-19T00:12:19.164Z+ cargo --version
802024-12-19T00:12:19.217Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-19T00:12:19.220Z+ rustc --version
822024-12-19T00:12:19.283Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-19T00:12:19.286Z+ cargo tree --locked
842024-12-19T00:12:19.552Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
852024-12-19T00:12:19.833Z Updating crates.io index
862024-12-19T00:12:19.836Z Updating git repository `https://github.com/oxidecomputer/maghemite`
872024-12-19T00:12:20.493Z Updating git repository `https://github.com/oxidecomputer/oxnet`
882024-12-19T00:12:20.795Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
892024-12-19T00:12:21.069Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
902024-12-19T00:12:21.349Z Updating git repository `https://github.com/oxidecomputer/propolis`
912024-12-19T00:12:22.183Z Updating git repository `https://github.com/oxidecomputer/crucible`
922024-12-19T00:12:23.833Z Updating git repository `https://github.com/oxidecomputer/opte`
932024-12-19T00:12:24.496Z Updating git repository `https://github.com/oxidecomputer/falcon`
942024-12-19T00:12:25.302Z Updating git repository `https://github.com/oxidecomputer/clickward`
952024-12-19T00:12:25.578Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
962024-12-19T00:12:25.887Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
972024-12-19T00:12:26.587Z Updating git repository `https://github.com/oxidecomputer/libipcc`
982024-12-19T00:12:26.892Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
992024-12-19T00:12:27.255Z Updating git repository `https://github.com/oxidecomputer/tofino`
1002024-12-19T00:12:27.543Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1012024-12-19T00:12:27.811Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1022024-12-19T00:12:28.042Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1032024-12-19T00:12:28.370Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1042024-12-19T00:12:28.770Z Updating git repository `https://github.com/oxidecomputer/ispf`
1052024-12-19T00:12:29.109Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1062024-12-19T00:12:29.557Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1072024-12-19T00:12:30.064Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1082024-12-19T00:12:30.361Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1092024-12-19T00:12:30.777Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1102024-12-19T00:12:31.231Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1112024-12-19T00:12:31.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1122024-12-19T00:12:31.806Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1132024-12-19T00:12:32.095Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1142024-12-19T00:12:33.541Z Downloading crates ...
1152024-12-19T00:12:33.633Z Downloaded addr2line v0.24.2
1162024-12-19T00:12:33.648Z Downloaded fd-lock v4.0.2
1172024-12-19T00:12:33.653Z Downloaded event-listener v5.3.1
1182024-12-19T00:12:33.661Z Downloaded adler2 v2.0.0
1192024-12-19T00:12:33.664Z Downloaded fxhash v0.2.1
1202024-12-19T00:12:33.668Z Downloaded headers-core v0.3.0
1212024-12-19T00:12:33.670Z Downloaded anstyle-query v1.1.1
1222024-12-19T00:12:33.673Z Downloaded anes v0.1.6
1232024-12-19T00:12:33.675Z Downloaded fastrand v2.1.1
1242024-12-19T00:12:33.678Z Downloaded ciborium v0.2.2
1252024-12-19T00:12:33.681Z Downloaded http-range v0.1.5
1262024-12-19T00:12:33.681Z Downloaded foreign-types-shared v0.3.1
1272024-12-19T00:12:33.684Z Downloaded hubpack_derive v0.1.1
1282024-12-19T00:12:33.684Z Downloaded escape8259 v0.5.3
1292024-12-19T00:12:33.684Z Downloaded form_urlencoded v1.2.1
1302024-12-19T00:12:33.687Z Downloaded approx v0.5.1
1312024-12-19T00:12:33.687Z Downloaded anstyle-parse v0.2.5
1322024-12-19T00:12:33.690Z Downloaded foreign-types v0.3.2
1332024-12-19T00:12:33.692Z Downloaded anyhow v1.0.93
1342024-12-19T00:12:33.695Z Downloaded http-body v1.0.1
1352024-12-19T00:12:33.697Z Downloaded foreign-types-shared v0.1.1
1362024-12-19T00:12:33.700Z Downloaded foreign-types v0.5.0
1372024-12-19T00:12:33.700Z Downloaded aes v0.8.4
1382024-12-19T00:12:33.703Z Downloaded heck v0.4.1
1392024-12-19T00:12:33.705Z Downloaded futures-macro v0.3.31
1402024-12-19T00:12:33.705Z Downloaded event-listener v2.5.3
1412024-12-19T00:12:33.708Z Downloaded httpdate v1.0.3
1422024-12-19T00:12:33.711Z Downloaded fallible-streaming-iterator v0.1.9
1432024-12-19T00:12:33.711Z Downloaded home v0.5.9
1442024-12-19T00:12:33.714Z Downloaded assert-json-diff v2.0.2
1452024-12-19T00:12:33.714Z Downloaded guppy-workspace-hack v0.1.0
1462024-12-19T00:12:33.718Z Downloaded arc-swap v1.7.1
1472024-12-19T00:12:33.720Z Downloaded async-attributes v1.1.2
1482024-12-19T00:12:33.720Z Downloaded hostname v0.3.1
1492024-12-19T00:12:33.723Z Downloaded assert_cmd v2.0.16
1502024-12-19T00:12:33.727Z Downloaded autocfg v1.4.0
1512024-12-19T00:12:33.729Z Downloaded hex-literal v0.4.1
1522024-12-19T00:12:33.729Z Downloaded atty v0.2.14
1532024-12-19T00:12:33.729Z Downloaded fragile v2.0.0
1542024-12-19T00:12:33.734Z Downloaded hash32 v0.3.1
1552024-12-19T00:12:33.738Z Downloaded group v0.13.0
1562024-12-19T00:12:33.738Z Downloaded flagset v0.4.6
1572024-12-19T00:12:33.738Z Downloaded heck v0.5.0
1582024-12-19T00:12:33.742Z Downloaded futures-io v0.3.31
1592024-12-19T00:12:33.742Z Downloaded fnv v1.0.7
1602024-12-19T00:12:33.742Z Downloaded hubpack v0.1.2
1612024-12-19T00:12:33.748Z Downloaded funty v2.0.0
1622024-12-19T00:12:33.748Z Downloaded async-task v4.7.1
1632024-12-19T00:12:33.752Z Downloaded http-body-util v0.1.2
1642024-12-19T00:12:33.752Z Downloaded highway v1.2.0
1652024-12-19T00:12:33.752Z Downloaded async-stream-impl v0.3.6
1662024-12-19T00:12:33.754Z Downloaded getrandom v0.2.15
1672024-12-19T00:12:33.758Z Downloaded base16ct v0.2.0
1682024-12-19T00:12:33.758Z Downloaded futures-executor v0.3.31
1692024-12-19T00:12:33.761Z Downloaded hex v0.4.3
1702024-12-19T00:12:33.761Z Downloaded hash32 v0.2.1
1712024-12-19T00:12:33.763Z Downloaded glob v0.3.1
1722024-12-19T00:12:33.767Z Downloaded futures-task v0.3.31
1732024-12-19T00:12:33.767Z Downloaded globset v0.4.15
1742024-12-19T00:12:33.769Z Downloaded async-bb8-diesel v0.2.1
1752024-12-19T00:12:33.772Z Downloaded humantime v2.1.0
1762024-12-19T00:12:33.772Z Downloaded hyper-rustls v0.26.0
1772024-12-19T00:12:33.775Z Downloaded httptest v0.16.1
1782024-12-19T00:12:33.777Z Downloaded cfg_aliases v0.2.1
1792024-12-19T00:12:33.781Z Downloaded fs_extra v1.3.0
1802024-12-19T00:12:33.781Z Downloaded num-iter v0.1.45
1812024-12-19T00:12:33.784Z Downloaded hostname v0.4.0
1822024-12-19T00:12:33.784Z Downloaded futures-sink v0.3.31
1832024-12-19T00:12:33.786Z Downloaded hyper-rustls v0.27.3
1842024-12-19T00:12:33.789Z Downloaded fatfs v0.3.6
1852024-12-19T00:12:33.792Z Downloaded buf-list v1.0.3
1862024-12-19T00:12:33.795Z Downloaded hashlink v0.9.1
1872024-12-19T00:12:33.797Z Downloaded bytecount v0.6.8
1882024-12-19T00:12:33.799Z Downloaded blocking v1.6.1
1892024-12-19T00:12:33.799Z Downloaded termtree v0.4.1
1902024-12-19T00:12:33.802Z Downloaded sqlparser_derive v0.2.2
1912024-12-19T00:12:33.802Z Downloaded bcrypt-pbkdf v0.10.0
1922024-12-19T00:12:33.804Z Downloaded byteorder v1.5.0
1932024-12-19T00:12:33.806Z Downloaded arrayref v0.3.9
1942024-12-19T00:12:33.806Z Downloaded olpc-cjson v0.1.4
1952024-12-19T00:12:33.809Z Downloaded futures-timer v3.0.3
1962024-12-19T00:12:33.811Z Downloaded plain v0.2.3
1972024-12-19T00:12:33.814Z Downloaded cbc v0.1.2
1982024-12-19T00:12:33.814Z Downloaded httparse v1.9.5
1992024-12-19T00:12:33.817Z Downloaded half v2.4.1
2002024-12-19T00:12:33.820Z Downloaded scroll_derive v0.12.0
2012024-12-19T00:12:33.824Z Downloaded backoff v0.4.0
2022024-12-19T00:12:33.827Z Downloaded rand_chacha v0.3.1
2032024-12-19T00:12:33.827Z Downloaded quick-error v1.2.3
2042024-12-19T00:12:33.829Z Downloaded async-trait v0.1.83
2052024-12-19T00:12:33.831Z Downloaded write16 v1.0.0
2062024-12-19T00:12:33.834Z Downloaded toolchain_find v0.4.0
2072024-12-19T00:12:33.834Z Downloaded sec1 v0.7.3
2082024-12-19T00:12:33.836Z Downloaded scrypt v0.11.0
2092024-12-19T00:12:33.839Z Downloaded pretty-hex v0.4.1
2102024-12-19T00:12:33.839Z Downloaded pretty-hex v0.2.1
2112024-12-19T00:12:33.842Z Downloaded salsa20 v0.10.2
2122024-12-19T00:12:33.842Z Downloaded rustfmt-wrapper v0.2.1
2132024-12-19T00:12:33.845Z Downloaded rustc_version v0.1.7
2142024-12-19T00:12:33.845Z Downloaded rustc-hash v2.0.0
2152024-12-19T00:12:33.849Z Downloaded relative-path v1.9.3
2162024-12-19T00:12:33.849Z Downloaded cexpr v0.6.0
2172024-12-19T00:12:33.851Z Downloaded bcs v0.1.6
2182024-12-19T00:12:33.851Z Downloaded signal-hook-tokio v0.3.1
2192024-12-19T00:12:33.854Z Downloaded termios v0.3.3
2202024-12-19T00:12:33.857Z Downloaded ciborium-io v0.2.2
2212024-12-19T00:12:33.857Z Downloaded chrono-tz-build v0.4.0
2222024-12-19T00:12:33.872Z Downloaded cfg-if v1.0.0
2232024-12-19T00:12:33.872Z Downloaded terminal_size v0.4.0
2242024-12-19T00:12:33.872Z Downloaded ssh-cipher v0.2.0
2252024-12-19T00:12:33.876Z Downloaded rustc_version v0.4.1
2262024-12-19T00:12:33.876Z Downloaded camino-tempfile v1.1.1
2272024-12-19T00:12:33.876Z Downloaded cargo_metadata v0.18.1
2282024-12-19T00:12:33.876Z Downloaded pest_derive v2.7.14
2292024-12-19T00:12:33.876Z Downloaded camino v1.1.9
2302024-12-19T00:12:33.877Z Downloaded num_enum_derive v0.5.11
2312024-12-19T00:12:33.877Z Downloaded headers v0.4.0
2322024-12-19T00:12:33.881Z Downloaded postgres-protocol v0.6.7
2332024-12-19T00:12:33.883Z Downloaded scroll v0.12.0
2342024-12-19T00:12:33.886Z Downloaded blake2 v0.10.6
2352024-12-19T00:12:33.889Z Downloaded futures v0.3.31
2362024-12-19T00:12:33.893Z Downloaded downcast v0.11.0
2372024-12-19T00:12:33.897Z Downloaded icu_provider_macros v1.5.0
2382024-12-19T00:12:33.897Z Downloaded heapless v0.7.17
2392024-12-19T00:12:33.901Z Downloaded equivalent v1.0.1
2402024-12-19T00:12:33.904Z Downloaded structmeta v0.2.0
2412024-12-19T00:12:33.904Z Downloaded slog-json v2.6.1
2422024-12-19T00:12:33.907Z Downloaded cobs v0.2.3
2432024-12-19T00:12:33.907Z Downloaded cmake v0.1.51
2442024-12-19T00:12:33.909Z Downloaded subtle v2.6.1
2452024-12-19T00:12:33.911Z Downloaded unicode-linebreak v0.1.5
2462024-12-19T00:12:33.911Z Downloaded crossbeam-deque v0.8.5
2472024-12-19T00:12:33.914Z Downloaded utf8_iter v1.0.4
2482024-12-19T00:12:33.914Z Downloaded toml_datetime v0.6.8
2492024-12-19T00:12:33.918Z Downloaded tokio-rustls v0.25.0
2502024-12-19T00:12:33.920Z Downloaded defmt-macros v0.3.9
2512024-12-19T00:12:33.927Z Downloaded crypto-common v0.1.6
2522024-12-19T00:12:33.927Z Downloaded clap_lex v0.7.2
2532024-12-19T00:12:33.929Z Downloaded precomputed-hash v0.1.1
2542024-12-19T00:12:33.929Z Downloaded bzip2 v0.4.4
2552024-12-19T00:12:33.929Z Downloaded async-io v2.3.4
2562024-12-19T00:12:33.932Z Downloaded utf-8 v0.7.6
2572024-12-19T00:12:33.932Z Downloaded bitflags v2.6.0
2582024-12-19T00:12:33.936Z Downloaded pathdiff v0.2.2
2592024-12-19T00:12:33.939Z Downloaded base64 v0.13.1
2602024-12-19T00:12:33.942Z Downloaded flume v0.11.1
2612024-12-19T00:12:33.945Z Downloaded plotters-svg v0.3.7
2622024-12-19T00:12:33.947Z Downloaded embedded-io v0.6.1
2632024-12-19T00:12:33.950Z Downloaded utf8parse v0.2.2
2642024-12-19T00:12:33.950Z Downloaded fancy-regex v0.13.0
2652024-12-19T00:12:33.953Z Downloaded percent-encoding v2.3.1
2662024-12-19T00:12:33.956Z Downloaded hickory-server v0.24.1
2672024-12-19T00:12:33.960Z Downloaded embedded-io v0.4.0
2682024-12-19T00:12:33.963Z Downloaded linear-map v1.2.0
2692024-12-19T00:12:33.966Z Downloaded strum_macros v0.26.4
2702024-12-19T00:12:33.968Z Downloaded num-integer v0.1.46
2712024-12-19T00:12:33.971Z Downloaded itoa v1.0.11
2722024-12-19T00:12:33.971Z Downloaded indoc v1.0.9
2732024-12-19T00:12:33.973Z Downloaded tempfile v3.13.0
2742024-12-19T00:12:33.978Z Downloaded term v0.7.0
2752024-12-19T00:12:33.980Z Downloaded difflib v0.4.0
2762024-12-19T00:12:33.983Z Downloaded des v0.8.1
2772024-12-19T00:12:33.983Z Downloaded pem-rfc7468 v0.7.0
2782024-12-19T00:12:33.986Z Downloaded tinyvec_macros v0.1.1
2792024-12-19T00:12:33.989Z Downloaded libsw v3.3.1
2802024-12-19T00:12:33.989Z Downloaded polyval v0.6.2
2812024-12-19T00:12:33.993Z Downloaded unicode-properties v0.1.3
2822024-12-19T00:12:33.996Z Downloaded expectorate v1.1.0
2832024-12-19T00:12:33.999Z Downloaded packed_struct v0.10.1
2842024-12-19T00:12:33.999Z Downloaded memoffset v0.9.1
2852024-12-19T00:12:34.002Z Downloaded memmap v0.7.0
2862024-12-19T00:12:34.002Z Downloaded phf v0.11.2
2872024-12-19T00:12:34.004Z Downloaded pbkdf2 v0.11.0
2882024-12-19T00:12:34.007Z Downloaded postgres-types v0.2.8
2892024-12-19T00:12:34.009Z Downloaded want v0.3.1
2902024-12-19T00:12:34.009Z Downloaded zone_cfg_derive v0.3.0
2912024-12-19T00:12:34.013Z Downloaded heapless v0.8.0
2922024-12-19T00:12:34.015Z Downloaded uuid v1.11.0
2932024-12-19T00:12:34.018Z Downloaded crucible-workspace-hack v0.1.0
2942024-12-19T00:12:34.021Z Downloaded hickory-resolver v0.24.1
2952024-12-19T00:12:34.024Z Downloaded vte_generate_state_changes v0.1.2
2962024-12-19T00:12:34.027Z Downloaded rusty-fork v0.3.0
2972024-12-19T00:12:34.027Z Downloaded rustversion v1.0.17
2982024-12-19T00:12:34.030Z Downloaded num-rational v0.4.2
2992024-12-19T00:12:34.032Z Downloaded zerocopy v0.6.6
3002024-12-19T00:12:34.035Z Downloaded libtest-mimic v0.7.3
3012024-12-19T00:12:34.037Z Downloaded semver v1.0.23
3022024-12-19T00:12:34.040Z Downloaded slog-stdlog v4.1.1
3032024-12-19T00:12:34.043Z Downloaded shlex v1.3.0
3042024-12-19T00:12:34.048Z Downloaded subprocess v0.2.9
3052024-12-19T00:12:34.049Z Downloaded toml v0.8.19
3062024-12-19T00:12:34.053Z Downloaded tabled_derive v0.7.0
3072024-12-19T00:12:34.053Z Downloaded postcard v1.0.10
3082024-12-19T00:12:34.059Z Downloaded poly1305 v0.8.0
3092024-12-19T00:12:34.062Z Downloaded rand v0.8.5
3102024-12-19T00:12:34.062Z Downloaded string_cache v0.8.7
3112024-12-19T00:12:34.065Z Downloaded static_assertions v1.1.0
3122024-12-19T00:12:34.065Z Downloaded tui-tree-widget v0.22.0
3132024-12-19T00:12:34.067Z Downloaded time-macros v0.2.18
3142024-12-19T00:12:34.071Z Downloaded concurrent-queue v2.5.0
3152024-12-19T00:12:34.074Z Downloaded opaque-debug v0.3.1
3162024-12-19T00:12:34.074Z Downloaded mime_guess v2.0.5
3172024-12-19T00:12:34.077Z Downloaded openssl-sys v0.9.103
3182024-12-19T00:12:34.082Z Downloaded mirai-annotations v1.12.0
3192024-12-19T00:12:34.086Z Downloaded md5 v0.7.0
3202024-12-19T00:12:34.086Z Downloaded icu_provider v1.5.0
3212024-12-19T00:12:34.086Z Downloaded unicase v2.7.0
3222024-12-19T00:12:34.089Z Downloaded unarray v0.1.4
3232024-12-19T00:12:34.092Z Downloaded rcgen v0.12.1
3242024-12-19T00:12:34.095Z Downloaded typify-macro v0.2.0
3252024-12-19T00:12:34.095Z Downloaded crc-any v2.5.0
3262024-12-19T00:12:34.097Z Downloaded tiny-keccak v2.0.2
3272024-12-19T00:12:34.100Z Downloaded darling_core v0.20.10
3282024-12-19T00:12:34.104Z Downloaded serde-big-array v0.5.1
3292024-12-19T00:12:34.107Z Downloaded dsl_auto_type v0.1.2
3302024-12-19T00:12:34.109Z Downloaded cpufeatures v0.2.14
3312024-12-19T00:12:34.109Z Downloaded diesel-dtrace v0.3.0
3322024-12-19T00:12:34.112Z Downloaded icu_locid_transform_data v1.5.0
3332024-12-19T00:12:34.116Z Downloaded indexmap v1.9.3
3342024-12-19T00:12:34.121Z Downloaded hashbrown v0.13.2
3352024-12-19T00:12:34.124Z Downloaded walkdir v2.5.0
3362024-12-19T00:12:34.127Z Downloaded maplit v1.0.2
3372024-12-19T00:12:34.127Z Downloaded wait-timeout v0.2.0
3382024-12-19T00:12:34.130Z Downloaded sync-ptr v0.1.1
3392024-12-19T00:12:34.131Z Downloaded hyper-tls v0.6.0
3402024-12-19T00:12:34.133Z Downloaded try-lock v0.2.5
3412024-12-19T00:12:34.133Z Downloaded env_filter v0.1.2
3422024-12-19T00:12:34.133Z Downloaded polling v3.7.3
3432024-12-19T00:12:34.137Z Downloaded oorandom v11.1.4
3442024-12-19T00:12:34.139Z Downloaded num-derive v0.4.2
3452024-12-19T00:12:34.141Z Downloaded tinytemplate v1.2.1
3462024-12-19T00:12:34.144Z Downloaded derive_builder_core v0.20.2
3472024-12-19T00:12:34.149Z Downloaded backtrace v0.3.74
3482024-12-19T00:12:34.151Z Downloaded tinystr v0.7.6
3492024-12-19T00:12:34.154Z Downloaded libefi-sys v0.1.0
3502024-12-19T00:12:34.159Z Downloaded num-traits v0.2.19
3512024-12-19T00:12:34.162Z Downloaded toml_edit v0.19.15
3522024-12-19T00:12:34.175Z Downloaded diesel_table_macro_syntax v0.2.0
3532024-12-19T00:12:34.178Z Downloaded crc v3.2.1
3542024-12-19T00:12:34.180Z Downloaded zerofrom v0.1.4
3552024-12-19T00:12:34.180Z Downloaded rustls-pemfile v1.0.4
3562024-12-19T00:12:34.183Z Downloaded rtoolbox v0.0.2
3572024-12-19T00:12:34.185Z Downloaded rand_seeder v0.3.0
3582024-12-19T00:12:34.185Z Downloaded textwrap v0.16.1
3592024-12-19T00:12:34.188Z Downloaded indicatif v0.17.9
3602024-12-19T00:12:34.192Z Downloaded rustls-pemfile v2.2.0
3612024-12-19T00:12:34.195Z Downloaded zopfli v0.8.1
3622024-12-19T00:12:34.199Z Downloaded nested v0.1.1
3632024-12-19T00:12:34.202Z Downloaded match_cfg v0.1.0
3642024-12-19T00:12:34.202Z Downloaded serde_urlencoded v0.7.1
3652024-12-19T00:12:34.204Z Downloaded dtrace-parser v0.2.0
3662024-12-19T00:12:34.204Z Downloaded hyper-staticfile v0.10.1
3672024-12-19T00:12:34.206Z Downloaded target-spec v3.2.2
3682024-12-19T00:12:34.209Z Downloaded stringprep v0.1.5
3692024-12-19T00:12:34.212Z Downloaded stringmetrics v2.2.2
3702024-12-19T00:12:34.213Z Downloaded slab v0.4.9
3712024-12-19T00:12:34.215Z Downloaded siphasher v0.3.11
3722024-12-19T00:12:34.216Z Downloaded simd-adler32 v0.3.7
3732024-12-19T00:12:34.218Z Downloaded pin-project-internal v1.1.6
3742024-12-19T00:12:34.221Z Downloaded topological-sort v0.2.2
3752024-12-19T00:12:34.221Z Downloaded toml_edit v0.22.22
3762024-12-19T00:12:34.243Z Downloaded defmt-parser v0.3.4
3772024-12-19T00:12:34.245Z Downloaded colored v2.1.0
3782024-12-19T00:12:34.248Z Downloaded version_check v0.9.5
3792024-12-19T00:12:34.248Z Downloaded predicates v3.1.2
3802024-12-19T00:12:34.251Z Downloaded path-tree v0.8.1
3812024-12-19T00:12:34.254Z Downloaded convert_case v0.4.0
3822024-12-19T00:12:34.254Z Downloaded zeroize_derive v1.4.2
3832024-12-19T00:12:34.257Z Downloaded nu-ansi-term v0.50.1
3842024-12-19T00:12:34.262Z Downloaded phf_shared v0.11.2
3852024-12-19T00:12:34.262Z Downloaded ed25519 v2.2.3
3862024-12-19T00:12:34.265Z Downloaded crossbeam-epoch v0.9.18
3872024-12-19T00:12:34.265Z Downloaded digest v0.10.7
3882024-12-19T00:12:34.267Z Downloaded lockfree-object-pool v0.1.6
3892024-12-19T00:12:34.270Z Downloaded indent_write v2.2.0
3902024-12-19T00:12:34.270Z Downloaded indexmap v2.6.0
3912024-12-19T00:12:34.275Z Downloaded snafu v0.8.5
3922024-12-19T00:12:34.282Z Downloaded dyn-clone v1.0.17
3932024-12-19T00:12:34.284Z Downloaded futures-util v0.3.31
3942024-12-19T00:12:34.295Z Downloaded usdt-macro v0.5.0
3952024-12-19T00:12:34.298Z Downloaded usdt-attr-macro v0.5.0
3962024-12-19T00:12:34.298Z Downloaded tower-service v0.3.3
3972024-12-19T00:12:34.302Z Downloaded multimap v0.10.0
3982024-12-19T00:12:34.302Z Downloaded idna_adapter v1.2.0
3992024-12-19T00:12:34.302Z Downloaded omicron-zone-package v0.11.1
4002024-12-19T00:12:34.305Z Downloaded ref-cast-impl v1.0.23
4012024-12-19T00:12:34.309Z Downloaded proc-macro-crate v1.3.1
4022024-12-19T00:12:34.309Z Downloaded primeorder v0.13.6
4032024-12-19T00:12:34.309Z Downloaded derive_builder v0.20.2
4042024-12-19T00:12:34.313Z Downloaded vsss-rs v3.3.4
4052024-12-19T00:12:34.316Z Downloaded unicode-bidi v0.3.17
4062024-12-19T00:12:34.319Z Downloaded ident_case v1.0.1
4072024-12-19T00:12:34.321Z Downloaded doc-comment v0.3.3
4082024-12-19T00:12:34.321Z Downloaded guppy v0.17.8
4092024-12-19T00:12:34.328Z Downloaded num-conv v0.1.0
4102024-12-19T00:12:34.331Z Downloaded new_debug_unreachable v1.0.6
4112024-12-19T00:12:34.331Z Downloaded darling_macro v0.20.10
4122024-12-19T00:12:34.333Z Downloaded native-tls v0.2.12
4132024-12-19T00:12:34.336Z Downloaded stable_deref_trait v1.2.0
4142024-12-19T00:12:34.336Z Downloaded ssh-encoding v0.2.0
4152024-12-19T00:12:34.339Z Downloaded sqlformat v0.2.6
4162024-12-19T00:12:34.342Z Downloaded rpassword v7.3.1
4172024-12-19T00:12:34.342Z Downloaded nom v7.1.3
4182024-12-19T00:12:34.347Z Downloaded minimal-lexical v0.2.1
4192024-12-19T00:12:34.353Z Downloaded normalize-line-endings v0.3.0
4202024-12-19T00:12:34.355Z Downloaded colorchoice v1.0.2
4212024-12-19T00:12:34.355Z Downloaded usdt-impl v0.5.0
4222024-12-19T00:12:34.358Z Downloaded log v0.4.22
4232024-12-19T00:12:34.360Z Downloaded nanorand v0.7.0
4242024-12-19T00:12:34.363Z Downloaded pin-project-lite v0.2.14
4252024-12-19T00:12:34.368Z Downloaded spki v0.7.3
4262024-12-19T00:12:34.371Z Downloaded spin v0.5.2
4272024-12-19T00:12:34.375Z Downloaded h2 v0.4.6
4282024-12-19T00:12:34.381Z Downloaded sync_wrapper v1.0.1
4292024-12-19T00:12:34.384Z Downloaded swrite v0.1.0
4302024-12-19T00:12:34.384Z Downloaded dof v0.3.0
4312024-12-19T00:12:34.384Z Downloaded smallvec v0.6.14
4322024-12-19T00:12:34.388Z Downloaded prettyplease v0.2.25
4332024-12-19T00:12:34.391Z Downloaded num v0.4.3
4342024-12-19T00:12:34.391Z Downloaded num_cpus v1.16.0
4352024-12-19T00:12:34.393Z Downloaded tungstenite v0.24.0
4362024-12-19T00:12:34.397Z Downloaded strum v0.26.3
4372024-12-19T00:12:34.402Z Downloaded libxml v0.3.3
4382024-12-19T00:12:34.405Z Downloaded cstr-argument v0.1.2
4392024-12-19T00:12:34.408Z Downloaded crunchy v0.2.2
4402024-12-19T00:12:34.408Z Downloaded value-bag v1.9.0
4412024-12-19T00:12:34.411Z Downloaded hyper v1.5.0
4422024-12-19T00:12:34.418Z Downloaded ref-cast v1.0.23
4432024-12-19T00:12:34.422Z Downloaded nodrop v0.1.14
4442024-12-19T00:12:34.425Z Downloaded impl-trait-for-tuples v0.2.2
4452024-12-19T00:12:34.427Z Downloaded usdt v0.5.0
4462024-12-19T00:12:34.427Z Downloaded num_threads v0.1.7
4472024-12-19T00:12:34.430Z Downloaded semver v0.1.20
4482024-12-19T00:12:34.430Z Downloaded proc-macro-error-attr v1.0.4
4492024-12-19T00:12:34.433Z Downloaded blake3 v1.5.4
4502024-12-19T00:12:34.439Z Downloaded take_mut v0.2.2
4512024-12-19T00:12:34.441Z Downloaded path-slash v0.1.5
4522024-12-19T00:12:34.441Z Downloaded which v4.4.2
4532024-12-19T00:12:34.444Z Downloaded untrusted v0.7.1
4542024-12-19T00:12:34.446Z Downloaded twox-hash v1.6.3
4552024-12-19T00:12:34.446Z Downloaded tabwriter v1.4.0
4562024-12-19T00:12:34.451Z Downloaded untrusted v0.9.0
4572024-12-19T00:12:34.454Z Downloaded num-complex v0.4.6
4582024-12-19T00:12:34.454Z Downloaded rand_distr v0.4.3
4592024-12-19T00:12:34.456Z Downloaded synstructure v0.13.1
4602024-12-19T00:12:34.456Z Downloaded datatest-stable v0.2.9
4612024-12-19T00:12:34.459Z Downloaded zerocopy v0.7.35
4622024-12-19T00:12:34.476Z Downloaded criterion-plot v0.5.0
4632024-12-19T00:12:34.479Z Downloaded supports-color v3.0.1
4642024-12-19T00:12:34.481Z Downloaded structmeta-derive v0.3.0
4652024-12-19T00:12:34.481Z Downloaded clang-sys v1.8.1
4662024-12-19T00:12:34.483Z Downloaded instant v0.1.13
4672024-12-19T00:12:34.486Z Downloaded kv-log-macro v1.0.7
4682024-12-19T00:12:34.488Z Downloaded universal-hash v0.5.1
4692024-12-19T00:12:34.488Z Downloaded unicode-xid v0.2.6
4702024-12-19T00:12:34.491Z Downloaded keccak v0.1.5
4712024-12-19T00:12:34.494Z Downloaded peg-runtime v0.8.3
4722024-12-19T00:12:34.494Z Downloaded openssl-macros v0.1.1
4732024-12-19T00:12:34.494Z Downloaded kstat-rs v0.2.4
4742024-12-19T00:12:34.497Z Downloaded same-file v1.0.6
4752024-12-19T00:12:34.497Z Downloaded tracing-core v0.1.32
4762024-12-19T00:12:34.499Z Downloaded russh-cryptovec v0.7.3
4772024-12-19T00:12:34.502Z Downloaded progenitor-client v0.8.0
4782024-12-19T00:12:34.502Z Downloaded structmeta-derive v0.2.0
4792024-12-19T00:12:34.504Z Downloaded structmeta v0.3.0
4802024-12-19T00:12:34.505Z Downloaded dropshot_endpoint v0.12.0
4812024-12-19T00:12:34.507Z Downloaded rustls-native-certs v0.7.3
4822024-12-19T00:12:34.511Z Downloaded plotters v0.3.7
4832024-12-19T00:12:34.518Z Downloaded smallvec v1.13.2
4842024-12-19T00:12:34.521Z Downloaded target-triple v0.1.3
4852024-12-19T00:12:34.524Z Downloaded csv-core v0.1.11
4862024-12-19T00:12:34.525Z Downloaded clap v4.5.21
4872024-12-19T00:12:34.534Z Downloaded debug-ignore v1.0.5
4882024-12-19T00:12:34.536Z Downloaded iana-time-zone v0.1.61
4892024-12-19T00:12:34.539Z Downloaded parse-display-derive v0.10.0
4902024-12-19T00:12:34.541Z Downloaded parse-display v0.10.0
4912024-12-19T00:12:34.545Z Downloaded newtype_derive v0.1.6
4922024-12-19T00:12:34.545Z Downloaded newline-converter v0.3.0
4932024-12-19T00:12:34.548Z Downloaded managed v0.8.0
4942024-12-19T00:12:34.548Z Downloaded instability v0.3.2
4952024-12-19T00:12:34.548Z Downloaded peg v0.8.4
4962024-12-19T00:12:34.553Z Downloaded newtype-uuid v1.1.3
4972024-12-19T00:12:34.556Z Downloaded pem v3.0.4
4982024-12-19T00:12:34.556Z Downloaded crossterm v0.28.1
4992024-12-19T00:12:34.561Z Downloaded serde_repr v0.1.19
5002024-12-19T00:12:34.564Z Downloaded endian-type v0.1.2
5012024-12-19T00:12:34.567Z Downloaded scopeguard v1.2.0
5022024-12-19T00:12:34.567Z Downloaded dhcproto-macros v0.1.0
5032024-12-19T00:12:34.567Z Downloaded thiserror v1.0.69
5042024-12-19T00:12:34.572Z Downloaded xz2 v0.1.7
5052024-12-19T00:12:34.577Z Downloaded ctr v0.9.2
5062024-12-19T00:12:34.580Z Downloaded crc-catalog v2.4.0
5072024-12-19T00:12:34.580Z Downloaded macaddr v1.0.1
5082024-12-19T00:12:34.583Z Downloaded tokio-native-tls v0.3.1
5092024-12-19T00:12:34.583Z Downloaded rustls-pki-types v1.9.0
5102024-12-19T00:12:34.586Z Downloaded zone v0.1.8
5112024-12-19T00:12:34.589Z Downloaded curve25519-dalek-derive v0.1.1
5122024-12-19T00:12:34.589Z Downloaded yoke v0.7.4
5132024-12-19T00:12:34.591Z Downloaded yasna v0.5.2
5142024-12-19T00:12:34.594Z Downloaded itertools v0.12.1
5152024-12-19T00:12:34.601Z Downloaded matches v0.1.10
5162024-12-19T00:12:34.606Z Downloaded time-core v0.1.2
5172024-12-19T00:12:34.606Z Downloaded enum-as-inner v0.6.1
5182024-12-19T00:12:34.610Z Downloaded jobserver v0.1.32
5192024-12-19T00:12:34.610Z Downloaded nibble_vec v0.1.0
5202024-12-19T00:12:34.613Z Downloaded progenitor v0.8.0
5212024-12-19T00:12:34.613Z Downloaded proc-macro-crate v3.2.0
5222024-12-19T00:12:34.613Z Downloaded peg-macros v0.8.4
5232024-12-19T00:12:34.615Z Downloaded strsim v0.11.1
5242024-12-19T00:12:34.618Z Downloaded quinn-udp v0.5.5
5252024-12-19T00:12:34.618Z Downloaded winnow v0.6.20
5262024-12-19T00:12:34.627Z Downloaded target-lexicon v0.12.16
5272024-12-19T00:12:34.629Z Downloaded tap v1.0.1
5282024-12-19T00:12:34.632Z Downloaded rust-argon2 v2.1.0
5292024-12-19T00:12:34.635Z Downloaded typify v0.2.0
5302024-12-19T00:12:34.638Z Downloaded enum-as-inner v0.5.1
5312024-12-19T00:12:34.638Z Downloaded unsafe-libyaml v0.2.11
5322024-12-19T00:12:34.641Z Downloaded zone_cfg_derive v0.1.2
5332024-12-19T00:12:34.643Z Downloaded icu_properties v1.5.1
5342024-12-19T00:12:34.647Z Downloaded maybe-uninit v2.0.0
5352024-12-19T00:12:34.650Z Downloaded dirs-next v2.0.0
5362024-12-19T00:12:34.650Z Downloaded serde_spanned v0.6.8
5372024-12-19T00:12:34.650Z Downloaded zerovec-derive v0.10.3
5382024-12-19T00:12:34.653Z Downloaded hyper-util v0.1.10
5392024-12-19T00:12:34.656Z Downloaded crc32fast v1.4.2
5402024-12-19T00:12:34.659Z Downloaded sigpipe v0.1.3
5412024-12-19T00:12:34.662Z Downloaded phf_shared v0.10.0
5422024-12-19T00:12:34.662Z Downloaded parking_lot_core v0.8.6
5432024-12-19T00:12:34.664Z Downloaded tls_codec_derive v0.4.1
5442024-12-19T00:12:34.667Z Downloaded resolv-conf v0.7.0
5452024-12-19T00:12:34.667Z Downloaded proc-macro-error v1.0.4
5462024-12-19T00:12:34.670Z Downloaded serde_json v1.0.132
5472024-12-19T00:12:34.677Z Downloaded ena v0.14.3
5482024-12-19T00:12:34.680Z Downloaded plotters-backend v0.3.7
5492024-12-19T00:12:34.684Z Downloaded ipnetwork v0.20.0
5502024-12-19T00:12:34.685Z Downloaded internet-checksum v0.2.1
5512024-12-19T00:12:34.685Z Downloaded tls_codec v0.4.1
5522024-12-19T00:12:34.687Z Downloaded typenum v1.17.0
5532024-12-19T00:12:34.689Z Downloaded russh-keys v0.45.0
5542024-12-19T00:12:34.692Z Downloaded time v0.3.36
5552024-12-19T00:12:34.698Z Downloaded openssl-probe v0.1.5
5562024-12-19T00:12:34.702Z Downloaded yoke-derive v0.7.4
5572024-12-19T00:12:34.702Z Downloaded is_ci v1.2.0
5582024-12-19T00:12:34.704Z Downloaded number_prefix v0.4.0
5592024-12-19T00:12:34.704Z Downloaded tokio-rustls v0.26.0
5602024-12-19T00:12:34.707Z Downloaded xattr v1.3.1
5612024-12-19T00:12:34.707Z Downloaded either v1.13.0
5622024-12-19T00:12:34.710Z Downloaded cipher v0.4.4
5632024-12-19T00:12:34.713Z Downloaded ciborium-ll v0.2.2
5642024-12-19T00:12:34.713Z Downloaded zone v0.3.0
5652024-12-19T00:12:34.715Z Downloaded const_format_proc_macros v0.2.33
5662024-12-19T00:12:34.717Z Downloaded icu_locid_transform v1.5.0
5672024-12-19T00:12:34.720Z Downloaded url v2.5.3
5682024-12-19T00:12:34.722Z Downloaded sqlparser v0.45.0
5692024-12-19T00:12:34.728Z Downloaded derive_builder_macro v0.20.2
5702024-12-19T00:12:34.730Z Downloaded signature v2.2.0
5712024-12-19T00:12:34.730Z Downloaded pin-utils v0.1.0
5722024-12-19T00:12:34.733Z Downloaded rustc-demangle v0.1.24
5732024-12-19T00:12:34.736Z Downloaded strip-ansi-escapes v0.2.0
5742024-12-19T00:12:34.736Z Downloaded pkg-config v0.3.31
5752024-12-19T00:12:34.738Z Downloaded piper v0.2.4
5762024-12-19T00:12:34.738Z Downloaded radium v0.7.0
5772024-12-19T00:12:34.741Z Downloaded psl-types v2.0.11
5782024-12-19T00:12:34.742Z Downloaded wyz v0.5.1
5792024-12-19T00:12:34.745Z Downloaded smf v0.2.3
5802024-12-19T00:12:34.745Z Downloaded bitvec v1.0.1
5812024-12-19T00:12:34.759Z Downloaded signal-hook-registry v1.4.2
5822024-12-19T00:12:34.761Z Downloaded pkcs8 v0.10.2
5832024-12-19T00:12:34.764Z Downloaded tokio-rustls v0.24.1
5842024-12-19T00:12:34.767Z Downloaded serde_derive v1.0.215
5852024-12-19T00:12:34.769Z Downloaded is_terminal_polyfill v1.70.1
5862024-12-19T00:12:34.772Z Downloaded lru-cache v0.1.2
5872024-12-19T00:12:34.772Z Downloaded lru v0.12.5
5882024-12-19T00:12:34.772Z Downloaded progenitor-macro v0.8.0
5892024-12-19T00:12:34.774Z Downloaded smawk v0.3.2
5902024-12-19T00:12:34.791Z Downloaded zip v0.6.6
5912024-12-19T00:12:34.791Z Downloaded inout v0.1.3
5922024-12-19T00:12:34.791Z Downloaded indoc v2.0.5
5932024-12-19T00:12:34.791Z Downloaded is-terminal v0.4.13
5942024-12-19T00:12:34.792Z Downloaded dirs-sys-next v0.1.2
5952024-12-19T00:12:34.792Z Downloaded display-error-chain v0.2.2
5962024-12-19T00:12:34.792Z Downloaded displaydoc v0.2.5
5972024-12-19T00:12:34.795Z Downloaded russh v0.45.0
5982024-12-19T00:12:34.795Z Downloaded pkcs1 v0.7.5
5992024-12-19T00:12:34.799Z Downloaded rand_core v0.6.4
6002024-12-19T00:12:34.801Z Downloaded deranged v0.3.11
6012024-12-19T00:12:34.801Z Downloaded zerovec v0.10.4
6022024-12-19T00:12:34.806Z Downloaded lazy_static v1.5.0
6032024-12-19T00:12:34.809Z Downloaded der_derive v0.7.3
6042024-12-19T00:12:34.812Z Downloaded progenitor-impl v0.8.0
6052024-12-19T00:12:34.814Z Downloaded rustc-hash v1.1.0
6062024-12-19T00:12:34.814Z Downloaded tar v0.4.42
6072024-12-19T00:12:34.817Z Downloaded rustls-webpki v0.102.8
6082024-12-19T00:12:34.835Z Downloaded thread-id v4.2.2
6092024-12-19T00:12:34.838Z Downloaded thiserror-no-std v2.0.2
6102024-12-19T00:12:34.841Z Downloaded thiserror-impl-no-std v2.0.2
6112024-12-19T00:12:34.843Z Downloaded sha1 v0.10.6
6122024-12-19T00:12:34.843Z Downloaded const-oid v0.9.6
6132024-12-19T00:12:34.847Z Downloaded rayon-core v1.12.1
6142024-12-19T00:12:34.850Z Downloaded parking_lot v0.11.2
6152024-12-19T00:12:34.852Z Downloaded tokio-stream v0.1.16
6162024-12-19T00:12:34.856Z Downloaded lock_api v0.4.12
6172024-12-19T00:12:34.858Z Downloaded parse-zoneinfo v0.3.1
6182024-12-19T00:12:34.861Z Downloaded typed-path v0.9.3
6192024-12-19T00:12:34.867Z Downloaded tokio-postgres v0.7.12
6202024-12-19T00:12:34.872Z Downloaded thiserror-impl v1.0.69
6212024-12-19T00:12:34.876Z Downloaded quinn v0.11.5
6222024-12-19T00:12:34.878Z Downloaded diesel_derives v2.2.3
6232024-12-19T00:12:34.881Z Downloaded derive-where v1.2.7
6242024-12-19T00:12:34.885Z Downloaded slog v2.7.0
6252024-12-19T00:12:34.888Z Downloaded quick-xml v0.33.0
6262024-12-19T00:12:34.894Z Downloaded rusqlite v0.32.1
6272024-12-19T00:12:34.901Z Downloaded criterion v0.5.1
6282024-12-19T00:12:34.908Z Downloaded tokio-tungstenite v0.23.1
6292024-12-19T00:12:34.911Z Downloaded clap_builder v4.5.21
6302024-12-19T00:12:34.918Z Downloaded p256 v0.13.2
6312024-12-19T00:12:34.921Z Downloaded openssl v0.10.66
6322024-12-19T00:12:34.932Z Downloaded whoami v1.5.2
6332024-12-19T00:12:34.935Z Downloaded unicode-truncate v1.1.0
6342024-12-19T00:12:34.935Z Downloaded derive_more v0.99.18
6352024-12-19T00:12:34.939Z Downloaded proptest v1.5.0
6362024-12-19T00:12:34.948Z Downloaded serde_yaml v0.9.34+deprecated
6372024-12-19T00:12:34.952Z Downloaded const_format v0.2.33
6382024-12-19T00:12:34.957Z Downloaded x509-cert v0.2.5
6392024-12-19T00:12:34.963Z Downloaded zerocopy-derive v0.8.10
6402024-12-19T00:12:34.969Z Downloaded yansi v1.0.1
6412024-12-19T00:12:34.972Z Downloaded lalrpop v0.19.12
6422024-12-19T00:12:34.983Z Downloaded tracing v0.1.40
6432024-12-19T00:12:34.988Z Downloaded syn v1.0.109
6442024-12-19T00:12:34.998Z Downloaded ed25519-dalek v2.1.1
6452024-12-19T00:12:35.001Z Downloaded idna v0.5.0
6462024-12-19T00:12:35.008Z Downloaded regex-syntax v0.6.29
6472024-12-19T00:12:35.015Z Downloaded rustls v0.21.12
6482024-12-19T00:12:35.026Z Downloaded regress v0.9.1
6492024-12-19T00:12:35.034Z Downloaded itertools v0.13.0
6502024-12-19T00:12:35.042Z Downloaded reedline v0.35.0
6512024-12-19T00:12:35.050Z Downloaded icu_properties_data v1.5.0
6522024-12-19T00:12:35.061Z Downloaded libm v0.2.8
6532024-12-19T00:12:35.069Z Downloaded rustyline v14.0.0
6542024-12-19T00:12:35.074Z Downloaded openapiv3 v2.0.0
6552024-12-19T00:12:35.086Z Downloaded reqwest v0.12.9
6562024-12-19T00:12:35.095Z Downloaded nix v0.27.1
6572024-12-19T00:12:35.105Z Downloaded winnow v0.5.40
6582024-12-19T00:12:35.116Z Downloaded object v0.36.5
6592024-12-19T00:12:35.126Z Downloaded salty v0.3.0
6602024-12-19T00:12:35.132Z Downloaded webpki-roots v0.26.6
6612024-12-19T00:12:35.137Z Downloaded rayon v1.10.0
6622024-12-19T00:12:35.146Z Downloaded idna v0.3.0
6632024-12-19T00:12:35.153Z Downloaded trust-dns-proto v0.22.0
6642024-12-19T00:12:35.168Z Downloaded idna v0.4.0
6652024-12-19T00:12:35.173Z Downloaded bstr v1.10.0
6662024-12-19T00:12:35.183Z Downloaded petname v2.0.2
6672024-12-19T00:12:35.190Z Downloaded curve25519-dalek v4.1.3
6682024-12-19T00:12:35.198Z Downloaded idna v0.2.3
6692024-12-19T00:12:35.205Z Downloaded diesel v2.2.4
6702024-12-19T00:12:35.224Z Downloaded object v0.30.4
6712024-12-19T00:12:35.233Z Downloaded unicode-width v0.2.0
6722024-12-19T00:12:35.240Z Downloaded unicode-width v0.1.14
6732024-12-19T00:12:35.246Z Downloaded smoltcp v0.11.0
6742024-12-19T00:12:35.257Z Downloaded smoltcp v0.9.1
6752024-12-19T00:12:35.268Z Downloaded nix v0.29.0
6762024-12-19T00:12:35.279Z Downloaded nix v0.28.0
6772024-12-19T00:12:35.290Z Downloaded chrono-tz v0.10.0
6782024-12-19T00:12:35.297Z Downloaded ratatui v0.28.1
6792024-12-19T00:12:35.316Z Downloaded rustls v0.23.14
6802024-12-19T00:12:35.328Z Downloaded regex v1.11.1
6812024-12-19T00:12:35.341Z Downloaded rustls v0.22.4
6822024-12-19T00:12:35.353Z Downloaded regex-automata v0.4.8
6832024-12-19T00:12:35.370Z Downloaded sled v0.34.7
6842024-12-19T00:12:35.379Z Downloaded rustix v0.38.37
6852024-12-19T00:12:35.401Z Downloaded rustls-webpki v0.101.7
6862024-12-19T00:12:35.414Z Downloaded typify-impl v0.2.0
6872024-12-19T00:12:35.427Z Downloaded zerocopy-derive v0.6.6
6882024-12-19T00:12:35.436Z Downloaded radix_trie v0.2.1
6892024-12-19T00:12:35.443Z Downloaded p384 v0.13.0
6902024-12-19T00:12:35.447Z Downloaded bzip2-sys v0.1.11+1.0.8
6912024-12-19T00:12:35.459Z Downloaded quinn-proto v0.11.8
6922024-12-19T00:12:35.466Z Downloaded vcpkg v0.2.15
6932024-12-19T00:12:35.503Z Downloaded polar-core v0.27.3
6942024-12-19T00:12:35.511Z Downloaded dropshot v0.12.0
6952024-12-19T00:12:35.530Z Downloaded syn v2.0.87
6962024-12-19T00:12:35.541Z Downloaded regex-syntax v0.8.5
6972024-12-19T00:12:35.549Z Downloaded libz-sys v1.1.20
6982024-12-19T00:12:35.569Z Downloaded dropshot v0.13.0
6992024-12-19T00:12:35.589Z Downloaded hickory-proto v0.24.1
7002024-12-19T00:12:35.609Z Downloaded petgraph v0.6.5
7012024-12-19T00:12:35.621Z Downloaded tokio v1.40.0
7022024-12-19T00:12:35.657Z Downloaded regress v0.10.1
7032024-12-19T00:12:35.664Z Downloaded pkcs5 v0.7.1
7042024-12-19T00:12:35.668Z Downloaded chrono v0.4.38
7052024-12-19T00:12:35.675Z Downloaded gimli v0.31.1
7062024-12-19T00:12:35.684Z Downloaded csv v1.3.0
7072024-12-19T00:12:35.704Z Downloaded bindgen v0.69.5
7082024-12-19T00:12:35.712Z Downloaded lzma-sys v0.1.20
7092024-12-19T00:12:35.741Z Downloaded libc v0.2.162
7102024-12-19T00:12:35.769Z Downloaded sha3 v0.10.8
7112024-12-19T00:12:35.772Z Downloaded zerocopy v0.8.10
7122024-12-19T00:12:35.797Z Downloaded tokio-tungstenite v0.21.0
7132024-12-19T00:12:35.800Z Downloaded tabled v0.15.0
7142024-12-19T00:12:35.819Z Downloaded parking v2.2.1
7152024-12-19T00:12:35.822Z Downloaded lazycell v1.3.0
7162024-12-19T00:12:35.822Z Downloaded console v0.15.8
7172024-12-19T00:12:35.825Z Downloaded zerocopy-derive v0.7.35
7182024-12-19T00:12:35.828Z Downloaded dhcproto v0.12.0
7192024-12-19T00:12:35.831Z Downloaded der v0.7.9
7202024-12-19T00:12:35.837Z Downloaded samael v0.0.17
7212024-12-19T00:12:35.843Z Downloaded icu_collections v1.5.0
7222024-12-19T00:12:35.848Z Downloaded num-bigint v0.4.6
7232024-12-19T00:12:35.853Z Downloaded tough v0.19.0
7242024-12-19T00:12:35.861Z Downloaded ssh-key v0.6.6
7252024-12-19T00:12:35.868Z Downloaded icu_locid v1.5.0
7262024-12-19T00:12:35.873Z Downloaded writeable v0.5.5
7272024-12-19T00:12:35.875Z Downloaded httpmock v0.8.0-alpha.1
7282024-12-19T00:12:35.893Z Downloaded serde_with_macros v3.11.0
7292024-12-19T00:12:35.895Z Downloaded git2 v0.19.0
7302024-12-19T00:12:35.903Z Downloaded itertools v0.10.5
7312024-12-19T00:12:35.909Z Downloaded mockall v0.13.0
7322024-12-19T00:12:35.911Z Downloaded rsa v0.9.6
7332024-12-19T00:12:35.915Z Downloaded aws-lc-rs v1.10.0
7342024-12-19T00:12:35.924Z Downloaded parking_lot v0.12.3
7352024-12-19T00:12:35.926Z Downloaded md-5 v0.10.6
7362024-12-19T00:12:35.929Z Downloaded ron v0.8.1
7372024-12-19T00:12:35.937Z Downloaded unicode_categories v0.1.1
7382024-12-19T00:12:35.940Z Downloaded portable-atomic v1.9.0
7392024-12-19T00:12:35.943Z Downloaded idna v1.0.3
7402024-12-19T00:12:35.946Z Downloaded ron v0.7.1
7412024-12-19T00:12:35.952Z Downloaded proc-macro2 v1.0.89
7422024-12-19T00:12:35.958Z Downloaded encoding_rs v0.8.34
7432024-12-19T00:12:35.974Z Downloaded tokio-macros v2.4.0
7442024-12-19T00:12:35.976Z Downloaded scheduled-thread-pool v0.2.7
7452024-12-19T00:12:35.979Z Downloaded serde-hex v0.1.0
7462024-12-19T00:12:35.979Z Downloaded serde_regex v1.1.0
7472024-12-19T00:12:35.981Z Downloaded p521 v0.13.3
7482024-12-19T00:12:35.984Z Downloaded partial-io v0.5.4
7492024-12-19T00:12:35.987Z Downloaded num_enum v0.5.11
7502024-12-19T00:12:35.990Z Downloaded tracing-attributes v0.1.27
7512024-12-19T00:12:35.993Z Downloaded litemap v0.7.3
7522024-12-19T00:12:35.995Z Downloaded icu_normalizer_data v1.5.0
7532024-12-19T00:12:35.998Z Downloaded icu_normalizer v1.5.0
7542024-12-19T00:12:36.001Z Downloaded mockall_derive v0.13.0
7552024-12-19T00:12:36.004Z Downloaded publicsuffix v2.2.3
7562024-12-19T00:12:36.007Z Downloaded unicode-segmentation v1.12.0
7572024-12-19T00:12:36.009Z Downloaded slog-term v2.9.1
7582024-12-19T00:12:36.012Z Downloaded sha2 v0.10.8
7592024-12-19T00:12:36.013Z Downloaded socket2 v0.5.7
7602024-12-19T00:12:36.015Z Downloaded mio v1.0.2
7612024-12-19T00:12:36.019Z Downloaded uzers v0.12.1
7622024-12-19T00:12:36.022Z Downloaded crossbeam-channel v0.5.13
7632024-12-19T00:12:36.026Z Downloaded darling v0.20.10
7642024-12-19T00:12:36.030Z Downloaded quote v1.0.37
7652024-12-19T00:12:36.032Z Downloaded tokio-tungstenite v0.24.0
7662024-12-19T00:12:36.035Z Downloaded spin v0.9.8
7672024-12-19T00:12:36.040Z Downloaded serde v1.0.215
7682024-12-19T00:12:36.043Z Downloaded secrecy v0.8.0
7692024-12-19T00:12:36.043Z Downloaded hkdf v0.12.4
7702024-12-19T00:12:36.045Z Downloaded vte v0.11.1
7712024-12-19T00:12:36.045Z Downloaded steno v0.4.1
7722024-12-19T00:12:36.049Z Downloaded tokio-util v0.7.12
7732024-12-19T00:12:36.055Z Downloaded linked-hash-map v0.5.6
7742024-12-19T00:12:36.057Z Downloaded data-encoding v2.6.0
7752024-12-19T00:12:36.060Z Downloaded tungstenite v0.23.0
7762024-12-19T00:12:36.063Z Downloaded tungstenite v0.21.0
7772024-12-19T00:12:36.066Z Downloaded serde_with v3.11.0
7782024-12-19T00:12:36.074Z Downloaded cookie v0.18.1
7792024-12-19T00:12:36.077Z Downloaded vergen v8.3.2
7802024-12-19T00:12:36.080Z Downloaded password-hash v0.5.0
7812024-12-19T00:12:36.080Z Downloaded serde_plain v1.0.2
7822024-12-19T00:12:36.083Z Downloaded password-hash v0.4.2
7832024-12-19T00:12:36.083Z Downloaded parking_lot_core v0.9.10
7842024-12-19T00:12:36.086Z Downloaded pest v2.7.14
7852024-12-19T00:12:36.089Z Downloaded goblin v0.8.2
7862024-12-19T00:12:36.096Z Downloaded schemars v0.8.21
7872024-12-19T00:12:36.106Z Downloaded rstest_macros v0.23.0
7882024-12-19T00:12:36.109Z Downloaded libgit2-sys v0.17.0+1.8.1
7892024-12-19T00:12:36.166Z Downloaded multer v3.1.0
7902024-12-19T00:12:36.170Z Downloaded signal-hook-mio v0.2.4
7912024-12-19T00:12:36.173Z Downloaded serde_path_to_error v0.1.16
7922024-12-19T00:12:36.173Z Downloaded libloading v0.8.5
7932024-12-19T00:12:36.175Z Downloaded similar v2.6.0
7942024-12-19T00:12:36.177Z Downloaded memchr v2.7.4
7952024-12-19T00:12:36.183Z Downloaded r2d2 v0.8.10
7962024-12-19T00:12:36.186Z Downloaded cookie_store v0.21.0
7972024-12-19T00:12:36.188Z Downloaded rstest v0.23.0
7982024-12-19T00:12:36.192Z Downloaded elliptic-curve v0.13.8
7992024-12-19T00:12:36.196Z Downloaded ecdsa v0.16.9
8002024-12-19T00:12:36.198Z Downloaded schemars_derive v0.8.21
8012024-12-19T00:12:36.200Z Downloaded constant_time_eq v0.3.1
8022024-12-19T00:12:36.200Z Downloaded unicode-normalization v0.1.24
8032024-12-19T00:12:36.204Z Downloaded async-std v1.13.0
8042024-12-19T00:12:36.222Z Downloaded dunce v1.0.5
8052024-12-19T00:12:36.225Z Downloaded pin-project v1.1.6
8062024-12-19T00:12:36.233Z Downloaded pest_meta v2.7.14
8072024-12-19T00:12:36.236Z Downloaded once_cell v1.20.2
8082024-12-19T00:12:36.238Z Downloaded compact_str v0.8.0
8092024-12-19T00:12:36.241Z Downloaded test-strategy v0.3.1
8102024-12-19T00:12:36.243Z Downloaded zip v2.1.3
8112024-12-19T00:12:36.248Z Downloaded dropshot_endpoint v0.13.0
8122024-12-19T00:12:36.251Z Downloaded signal-hook v0.3.17
8132024-12-19T00:12:36.254Z Downloaded ucd-trie v0.1.7
8142024-12-19T00:12:36.256Z Downloaded tinyvec v1.8.0
8152024-12-19T00:12:36.258Z Downloaded crypto-bigint v0.5.5
8162024-12-19T00:12:36.264Z Downloaded threadpool v1.8.1
8172024-12-19T00:12:36.267Z Downloaded thread_local v1.1.8
8182024-12-19T00:12:36.267Z Downloaded crossbeam-utils v0.8.20
8192024-12-19T00:12:36.270Z Downloaded env_logger v0.10.2
8202024-12-19T00:12:36.273Z Downloaded miniz_oxide v0.8.0
8212024-12-19T00:12:36.276Z Downloaded serde_tokenstream v0.2.2
8222024-12-19T00:12:36.276Z Downloaded trybuild v1.0.101
8232024-12-19T00:12:36.279Z Downloaded toml v0.7.8
8242024-12-19T00:12:36.283Z Downloaded num-bigint-dig v0.8.4
8252024-12-19T00:12:36.286Z Downloaded hashbrown v0.15.0
8262024-12-19T00:12:36.292Z Downloaded hashbrown v0.14.5
8272024-12-19T00:12:36.296Z Downloaded papergrid v0.11.0
8282024-12-19T00:12:36.301Z Downloaded rand_xorshift v0.3.0
8292024-12-19T00:12:36.303Z Downloaded predicates-core v1.0.8
8302024-12-19T00:12:36.303Z Downloaded ipnet v2.10.1
8312024-12-19T00:12:36.306Z Downloaded zerofrom-derive v0.1.4
8322024-12-19T00:12:36.306Z Downloaded zeroize v1.8.1
8332024-12-19T00:12:36.309Z Downloaded serde_derive_internals v0.29.1
8342024-12-19T00:12:36.309Z Downloaded env_logger v0.11.5
8352024-12-19T00:12:36.312Z Downloaded snafu-derive v0.8.5
8362024-12-19T00:12:36.315Z Downloaded hashbrown v0.12.3
8372024-12-19T00:12:36.318Z Downloaded cc v1.1.30
8382024-12-19T00:12:36.323Z Downloaded base64 v0.22.1
8392024-12-19T00:12:36.326Z Downloaded mime v0.3.17
8402024-12-19T00:12:36.326Z Downloaded memmap2 v0.9.5
8412024-12-19T00:12:36.329Z Downloaded flate2 v1.0.34
8422024-12-19T00:12:36.332Z Downloaded slog-scope v4.4.0
8432024-12-19T00:12:36.334Z Downloaded qorb v0.2.1
8442024-12-19T00:12:36.337Z Downloaded pretty_assertions v1.4.1
8452024-12-19T00:12:36.340Z Downloaded bytes v1.8.0
8462024-12-19T00:12:36.343Z Downloaded bumpalo v3.16.0
8472024-12-19T00:12:36.346Z Downloaded diff v0.1.13
8482024-12-19T00:12:36.349Z Downloaded unicode-ident v1.0.13
8492024-12-19T00:12:36.351Z Downloaded chacha20poly1305 v0.10.1
8502024-12-19T00:12:36.355Z Downloaded rfc6979 v0.4.0
8512024-12-19T00:12:36.355Z Downloaded lalrpop-util v0.19.12
8522024-12-19T00:12:36.358Z Downloaded ryu v1.0.18
8532024-12-19T00:12:36.358Z Downloaded http v1.1.0
8542024-12-19T00:12:36.361Z Downloaded waitgroup v0.1.2
8552024-12-19T00:12:36.364Z Downloaded ppv-lite86 v0.2.20
8562024-12-19T00:12:36.364Z Downloaded base64 v0.21.7
8572024-12-19T00:12:36.367Z Downloaded defmt v0.3.8
8582024-12-19T00:12:36.371Z Downloaded clap_derive v4.5.18
8592024-12-19T00:12:36.375Z Downloaded oso v0.27.3
8602024-12-19T00:12:36.378Z Downloaded powerfmt v0.2.0
8612024-12-19T00:12:36.381Z Downloaded phf_generator v0.11.2
8622024-12-19T00:12:36.384Z Downloaded phf_codegen v0.11.2
8632024-12-19T00:12:36.384Z Downloaded packed_struct_codegen v0.10.1
8642024-12-19T00:12:36.387Z Downloaded owo-colors v4.1.0
8652024-12-19T00:12:36.391Z Downloaded cfg-expr v0.17.0
8662024-12-19T00:12:36.394Z Downloaded strum_macros v0.24.3
8672024-12-19T00:12:36.394Z Downloaded termcolor v1.4.1
8682024-12-19T00:12:36.398Z Downloaded strum_macros v0.25.3
8692024-12-19T00:12:36.398Z Downloaded sct v0.7.1
8702024-12-19T00:12:36.402Z Downloaded slog-envlogger v2.2.0
8712024-12-19T00:12:36.402Z Downloaded slog-bunyan v2.5.0
8722024-12-19T00:12:36.405Z Downloaded slog-async v2.8.0
8732024-12-19T00:12:36.405Z Downloaded utf16_iter v1.0.5
8742024-12-19T00:12:36.405Z Downloaded slog-dtrace v0.3.0
8752024-12-19T00:12:36.407Z Downloaded similar-asserts v1.6.0
8762024-12-19T00:12:36.410Z Downloaded shell-words v1.1.0
8772024-12-19T00:12:36.410Z Downloaded predicates-tree v1.0.11
8782024-12-19T00:12:36.410Z Downloaded chacha20 v0.9.1
8792024-12-19T00:12:36.412Z Downloaded cancel-safe-futures v0.1.5
8802024-12-19T00:12:36.415Z Downloaded base64ct v1.6.0
8812024-12-19T00:12:36.419Z Downloaded blake2b_simd v1.0.2
8822024-12-19T00:12:36.423Z Downloaded bitfield v0.14.0
8832024-12-19T00:12:36.423Z Downloaded async-process v2.3.0
8842024-12-19T00:12:36.423Z Downloaded parse-size v1.1.0
8852024-12-19T00:12:36.425Z Downloaded oso-derive v0.27.3
8862024-12-19T00:12:36.425Z Downloaded hmac v0.12.1
8872024-12-19T00:12:36.425Z Downloaded hickory-client v0.24.1
8882024-12-19T00:12:36.428Z Downloaded futures-channel v0.3.31
8892024-12-19T00:12:36.431Z Downloaded cast v0.3.0
8902024-12-19T00:12:36.431Z Downloaded cassowary v0.3.0
8912024-12-19T00:12:36.433Z Downloaded cargo-platform v0.1.8
8922024-12-19T00:12:36.433Z Downloaded blowfish v0.9.1
8932024-12-19T00:12:36.436Z Downloaded bitfield-struct v0.6.2
8942024-12-19T00:12:36.436Z Downloaded bit-vec v0.6.3
8952024-12-19T00:12:36.439Z Downloaded bit-set v0.5.3
8962024-12-19T00:12:36.439Z Downloaded pest_generator v2.7.14
8972024-12-19T00:12:36.441Z Downloaded pbkdf2 v0.12.2
8982024-12-19T00:12:36.441Z Downloaded paste v1.0.15
8992024-12-19T00:12:36.444Z Downloaded castaway v0.2.3
9002024-12-19T00:12:36.446Z Downloaded block-padding v0.3.3
9012024-12-19T00:12:36.446Z Downloaded block-buffer v0.10.4
9022024-12-19T00:12:36.448Z Downloaded bitflags v1.3.2
9032024-12-19T00:12:36.451Z Downloaded cfg_aliases v0.1.1
9042024-12-19T00:12:36.451Z Downloaded bb8 v0.8.5
9052024-12-19T00:12:36.453Z Downloaded futures-lite v2.3.0
9062024-12-19T00:12:36.453Z Downloaded atomic-waker v1.1.2
9072024-12-19T00:12:36.456Z Downloaded atomicwrites v0.4.4
9082024-12-19T00:12:36.456Z Downloaded fixedbitset v0.4.2
9092024-12-19T00:12:36.459Z Downloaded async-signal v0.2.10
9102024-12-19T00:12:36.459Z Downloaded async-object-pool v0.1.5
9112024-12-19T00:12:36.462Z Downloaded async-lock v3.4.0
9122024-12-19T00:12:36.462Z Downloaded async-global-executor v2.4.1
9132024-12-19T00:12:36.464Z Downloaded gethostname v0.5.0
9142024-12-19T00:12:36.464Z Downloaded generic-array v0.14.7
9152024-12-19T00:12:36.475Z Downloaded futures-core v0.3.31
9162024-12-19T00:12:36.475Z Downloaded async-executor v1.13.1
9172024-12-19T00:12:36.475Z Downloaded async-stream v0.3.6
9182024-12-19T00:12:36.477Z Downloaded async-recursion v1.1.1
9192024-12-19T00:12:36.477Z Downloaded async-channel v2.3.1
9202024-12-19T00:12:36.480Z Downloaded async-channel v1.9.0
9212024-12-19T00:12:36.480Z Downloaded ff v0.13.0
9222024-12-19T00:12:36.480Z Downloaded array-init v0.0.4
9232024-12-19T00:12:36.482Z Downloaded assert_matches v1.5.0
9242024-12-19T00:12:36.482Z Downloaded ascii-canvas v3.0.0
9252024-12-19T00:12:36.485Z Downloaded arrayvec v0.7.6
9262024-12-19T00:12:36.486Z Downloaded argon2 v0.5.3
9272024-12-19T00:12:36.488Z Downloaded ghash v0.5.1
9282024-12-19T00:12:36.488Z Downloaded fs-err v2.11.0
9292024-12-19T00:12:36.491Z Downloaded foreign-types-macros v0.2.3
9302024-12-19T00:12:36.491Z Downloaded aho-corasick v1.1.3
9312024-12-19T00:12:36.496Z Downloaded fallible-iterator v0.3.0
9322024-12-19T00:12:36.498Z Downloaded fallible-iterator v0.2.0
9332024-12-19T00:12:36.498Z Downloaded errno v0.3.9
9342024-12-19T00:12:36.501Z Downloaded heck v0.3.3
9352024-12-19T00:12:36.501Z Downloaded foldhash v0.1.3
9362024-12-19T00:12:36.505Z Downloaded float-ord v0.3.2
9372024-12-19T00:12:36.505Z Downloaded filetime v0.2.25
9382024-12-19T00:12:36.507Z Downloaded event-listener-strategy v0.5.2
9392024-12-19T00:12:36.507Z Downloaded ring v0.17.8
9402024-12-19T00:12:36.574Z Downloaded float-cmp v0.9.0
9412024-12-19T00:12:36.577Z Downloaded anstream v0.6.15
9422024-12-19T00:12:36.581Z Downloaded ahash v0.8.11
9432024-12-19T00:12:36.581Z Downloaded anstyle v1.0.10
9442024-12-19T00:12:36.584Z Downloaded allocator-api2 v0.2.18
9452024-12-19T00:12:36.587Z Downloaded aes-gcm v0.10.3
9462024-12-19T00:12:36.591Z Downloaded aead v0.5.2
9472024-12-19T00:12:36.925Z Downloaded ring v0.16.20
9482024-12-19T00:12:37.017Z Downloaded libsqlite3-sys v0.30.1
9492024-12-19T00:12:37.262Z Downloaded aws-lc-sys v0.22.0
9502024-12-19T00:12:37.822Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9512024-12-19T00:12:48.646Z Startup: Refreshing catalog 'helios-dev' ... Done
9522024-12-19T00:12:52.483Z Startup: Caching catalogs ... Done
9532024-12-19T00:13:03.238ZPlanning: Solver setup ... Done (9.874s)
9542024-12-19T00:13:03.373ZPlanning: Running solver ... Done (0.135s)
9552024-12-19T00:13:03.482ZPlanning: Finding local manifests ... Done (0.004s)
9562024-12-19T00:13:03.512ZPlanning: Fetching manifests: 0/5 0% complete
9572024-12-19T00:13:03.756ZPlanning: Fetching manifests: 5/5 100% complete
9582024-12-19T00:13:03.853ZPlanning: Package planning ... Done (0.097s)
9592024-12-19T00:13:03.911ZPlanning: Merging actions ... Done (0.057s)
9602024-12-19T00:13:04.100ZPlanning: Checking for conflicting actions ... Done (0.188s)
9612024-12-19T00:13:06.197ZPlanning: Consolidating action changes ... Done (2.097s)
9622024-12-19T00:13:06.630ZPlanning: Evaluating mediators ... Done (0.433s)
9632024-12-19T00:13:06.713ZPlanning: Planning completed in 14.12 seconds
9642024-12-19T00:13:06.729Z Packages to install: 4
9652024-12-19T00:13:06.730Z Packages to update: 1
9662024-12-19T00:13:06.733Z Mediators to change: 2
9672024-12-19T00:13:06.733Z Services to change: 1
9682024-12-19T00:13:06.733Z Estimated space available: 155.38 GB
9692024-12-19T00:13:06.733ZEstimated space to be consumed: 1.61 GB
9702024-12-19T00:13:06.733Z Create boot environment: No
9712024-12-19T00:13:06.734ZCreate backup boot environment: Yes
9722024-12-19T00:13:06.734Z Rebuild boot archive: No
9732024-12-19T00:13:06.734Z
9742024-12-19T00:13:06.734ZChanged mediators:
9752024-12-19T00:13:06.734Z mediator clang:
9762024-12-19T00:13:06.734Z version: None -> 15 (system default)
9772024-12-19T00:13:06.734Z
9782024-12-19T00:13:06.734Z mediator llvm:
9792024-12-19T00:13:06.734Z version: 14 (system default) -> 15 (system default)
9802024-12-19T00:13:06.734Z
9812024-12-19T00:13:06.734ZChanged packages:
9822024-12-19T00:13:06.734Zhelios-dev
9832024-12-19T00:13:06.734Z developer/build-essential
9842024-12-19T00:13:06.734Z None -> 11-2.0
9852024-12-19T00:13:06.734Z library/libxmlsec1
9862024-12-19T00:13:06.734Z None -> 1.2.35-2.0
9872024-12-19T00:13:06.734Z ooce/developer/clang-15
9882024-12-19T00:13:06.734Z None -> 15.0.7-2.0
9892024-12-19T00:13:06.734Z ooce/developer/llvm-15
9902024-12-19T00:13:06.734Z None -> 15.0.7-2.0
9912024-12-19T00:13:06.734Z package/pkg
9922024-12-19T00:13:06.734Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9932024-12-19T00:13:06.734Z
9942024-12-19T00:13:06.735ZServices:
9952024-12-19T00:13:06.735Z restart_fmri:
9962024-12-19T00:13:06.735Z svc:/system/update-man-index:default
9972024-12-19T00:13:06.735Z
9982024-12-19T00:13:06.735ZEditable files to change:
9992024-12-19T00:13:06.735Z Update:
10002024-12-19T00:13:06.735Z usr/share/lib/pkg/web/config.shtml
10012024-12-19T00:13:06.810Z
10022024-12-19T00:13:06.810ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10032024-12-19T00:13:11.887ZDownload: 1198/4281 items 83.1/220.6MB 37% complete (16.7M/s)
10042024-12-19T00:13:16.927ZDownload: 2213/4281 items 119.2/220.6MB 54% complete (12.2M/s)
10052024-12-19T00:13:21.954ZDownload: 2781/4281 items 121.0/220.6MB 54% complete (4.3M/s)
10062024-12-19T00:13:27.509ZDownload: 3281/4281 items 209.9/220.6MB 95% complete (9.0M/s)
10072024-12-19T00:13:32.510ZDownload: 4148/4281 items 220.3/220.6MB 99% complete (9.9M/s)
10082024-12-19T00:13:33.822ZDownload: Completed 220.60 MB in 27.01 seconds (8.2M/s)
10092024-12-19T00:13:36.113Z Actions: 1/5063 actions (Removing old actions)
10102024-12-19T00:13:36.134Z Actions: 194/5063 actions (Installing new actions)
10112024-12-19T00:13:40.847Z Actions: 4226/5063 actions (Updating modified actions)
10122024-12-19T00:13:41.168Z Actions: Completed 5063 actions in 5.05 seconds.
10132024-12-19T00:13:41.574Z Done (0.398s)
10142024-12-19T00:13:41.578Z Done (0.000s)
10152024-12-19T00:13:42.150Z Done (0.574s)
10162024-12-19T00:13:46.658Z Done (4.278s)
10172024-12-19T00:13:46.748Z Done (0.017s)
10182024-12-19T00:13:46.751Z Done (0.000s)
10192024-12-19T00:13:46.914Z Done (0.000s)
10202024-12-19T00:13:47.626ZPlanning: Evaluating mediator changes ... Done
10212024-12-19T00:13:47.791ZPlanning: Checking for conflicting actions ... Done
10222024-12-19T00:13:47.794ZPlanning: Consolidating action changes ... Done
10232024-12-19T00:13:48.073ZPlanning: Evaluating mediators ... Done
10242024-12-19T00:13:48.076ZPlanning: Planning completed in 0.45 seconds
10252024-12-19T00:13:48.114Z Mediators to change: 2
10262024-12-19T00:13:48.114Z Create boot environment: No
10272024-12-19T00:13:48.114ZCreate backup boot environment: No
10282024-12-19T00:13:48.198Z Done
10292024-12-19T00:13:48.198Z Done
10302024-12-19T00:13:48.563Z Done
10312024-12-19T00:13:52.400Z Done
10322024-12-19T00:13:52.488Z Done
10332024-12-19T00:13:52.491Z Done
10342024-12-19T00:13:52.625Z Done
10352024-12-19T00:13:53.252ZPlanning: Evaluating mediator changes ... Done
10362024-12-19T00:13:53.255ZPlanning: Merging actions ... Done
10372024-12-19T00:13:53.445ZPlanning: Checking for conflicting actions ... Done
10382024-12-19T00:13:53.447ZPlanning: Consolidating action changes ... Done
10392024-12-19T00:13:53.716ZPlanning: Evaluating mediators ... Done
10402024-12-19T00:13:53.774ZPlanning: Planning completed in 0.77 seconds
10412024-12-19T00:13:53.816Z Packages to change: 1
10422024-12-19T00:13:53.816Z Mediators to change: 1
10432024-12-19T00:13:53.819Z Services to change: 1
10442024-12-19T00:13:53.819Z Create boot environment: No
10452024-12-19T00:13:53.819ZCreate backup boot environment: Yes
10462024-12-19T00:13:56.064Z Actions: 1/6 actions (Updating modified actions)
10472024-12-19T00:13:56.067Z Actions: Completed 6 actions in 0.00 seconds.
10482024-12-19T00:13:56.067Z Done
10492024-12-19T00:13:56.067Z Done
10502024-12-19T00:13:56.183Z Done
10512024-12-19T00:14:00.055Z Done
10522024-12-19T00:14:00.150Z Done
10532024-12-19T00:14:00.153Z Done
10542024-12-19T00:14:00.281Z Done
10552024-12-19T00:14:00.725ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10562024-12-19T00:14:00.725Zclang system 15 system
10572024-12-19T00:14:00.725Zcsh system system illumos
10582024-12-19T00:14:00.725Zctags system system illumos
10592024-12-19T00:14:00.725Zgcc vendor 12 vendor
10602024-12-19T00:14:00.725Zgcc system 10 system
10612024-12-19T00:14:00.725Zgcc system 7 system
10622024-12-19T00:14:00.725Zgo system 1.20 system
10632024-12-19T00:14:00.725Zgo system 1.19 system
10642024-12-19T00:14:00.725Zllvm system 15 system
10652024-12-19T00:14:00.725Zllvm system 14 system
10662024-12-19T00:14:00.725Zmariadb system 10.6 system
10672024-12-19T00:14:00.725Zmta vendor vendor dma
10682024-12-19T00:14:00.725Zopenjdk system 17 system
10692024-12-19T00:14:00.725Zopenjdk system 11 system
10702024-12-19T00:14:00.726Zopenjdk system 1.8 system
10712024-12-19T00:14:00.726Zopenssl vendor 3 vendor
10722024-12-19T00:14:00.727Zperl system 5.36 system
10732024-12-19T00:14:00.727Zpostgresql system 15 system
10742024-12-19T00:14:00.727Zpostgresql system 13 system
10752024-12-19T00:14:00.727Zpython vendor 3 vendor
10762024-12-19T00:14:00.727Zpython system 2 system
10772024-12-19T00:14:00.727Zpython3 system 3.11 system
10782024-12-19T00:14:00.727Zruby system 3.0 system
10792024-12-19T00:14:00.727Zwords vendor vendor american-english
10802024-12-19T00:14:00.727Zwords system system australian-english
10812024-12-19T00:14:00.727Zwords system system british-english
10822024-12-19T00:14:00.727Zwords system system canadian-english
10832024-12-19T00:14:00.727Zwords system system french
10842024-12-19T00:14:00.727Zwords system system italian
10852024-12-19T00:14:00.727Zwords system system ngerman
10862024-12-19T00:14:00.727Zwords system system ogerman
10872024-12-19T00:14:00.727Zwords system system spanish
10882024-12-19T00:14:01.066ZPUBLISHER TYPE STATUS P LOCATION
10892024-12-19T00:14:01.066Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10902024-12-19T00:14:03.893ZFMRI IFO
10912024-12-19T00:14:03.893Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10922024-12-19T00:14:03.893Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10932024-12-19T00:14:03.893Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10942024-12-19T00:14:03.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10952024-12-19T00:14:03.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10962024-12-19T00:14:03.894Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10972024-12-19T00:14:03.894Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10982024-12-19T00:14:03.894Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10992024-12-19T00:14:03.894Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11002024-12-19T00:14:03.894Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11012024-12-19T00:14:03.894Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11022024-12-19T00:14:03.894Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11032024-12-19T00:14:03.894Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11042024-12-19T00:14:03.894Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11052024-12-19T00:14:03.894Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11062024-12-19T00:14:04.951Z Downloading crates ...
11072024-12-19T00:14:05.037Z Downloaded cargo_toml v0.20.5
11082024-12-19T00:14:05.176Z Compiling proc-macro2 v1.0.89
11092024-12-19T00:14:05.176Z Compiling unicode-ident v1.0.13
11102024-12-19T00:14:05.179Z Compiling version_check v0.9.5
11112024-12-19T00:14:05.179Z Compiling serde v1.0.215
11122024-12-19T00:14:05.179Z Compiling memchr v2.7.4
11132024-12-19T00:14:05.179Z Compiling thiserror v1.0.69
11142024-12-19T00:14:05.179Z Compiling libc v0.2.162
11152024-12-19T00:14:05.179Z Compiling ryu v1.0.18
11162024-12-19T00:14:05.431Z Compiling ucd-trie v0.1.7
11172024-12-19T00:14:05.560Z Compiling itoa v1.0.11
11182024-12-19T00:14:05.937Z Compiling once_cell v1.20.2
11192024-12-19T00:14:06.041Z Compiling byteorder v1.5.0
11202024-12-19T00:14:06.062Z Compiling rustix v0.38.37
11212024-12-19T00:14:06.163Z Compiling serde_json v1.0.132
11222024-12-19T00:14:06.480Z Compiling bitflags v2.6.0
11232024-12-19T00:14:06.497Z Compiling usdt-impl v0.5.0
11242024-12-19T00:14:06.713Z Compiling proc-macro-error-attr v1.0.4
11252024-12-19T00:14:06.806Z Compiling syn v1.0.109
11262024-12-19T00:14:06.911Z Compiling proc-macro-error v1.0.4
11272024-12-19T00:14:06.957Z Compiling quote v1.0.37
11282024-12-19T00:14:07.030Z Compiling log v0.4.22
11292024-12-19T00:14:07.041Z Compiling utf8parse v0.2.2
11302024-12-19T00:14:07.172Z Compiling plain v0.2.3
11312024-12-19T00:14:07.197Z Compiling camino v1.1.9
11322024-12-19T00:14:07.322Z Compiling syn v2.0.87
11332024-12-19T00:14:07.403Z Compiling errno v0.3.9
11342024-12-19T00:14:07.476Z Compiling equivalent v1.0.1
11352024-12-19T00:14:07.581Z Compiling hashbrown v0.15.0
11362024-12-19T00:14:07.788Z Compiling anstyle-parse v0.2.5
11372024-12-19T00:14:07.881Z Compiling thread-id v4.2.2
11382024-12-19T00:14:07.989Z Compiling is_terminal_polyfill v1.70.1
11392024-12-19T00:14:08.099Z Compiling pretty-hex v0.4.1
11402024-12-19T00:14:08.113Z Compiling unicode-width v0.1.14
11412024-12-19T00:14:08.287Z Compiling autocfg v1.4.0
11422024-12-19T00:14:08.292Z Compiling colorchoice v1.0.2
11432024-12-19T00:14:08.457Z Compiling anstyle v1.0.10
11442024-12-19T00:14:08.634Z Compiling anstyle-query v1.1.1
11452024-12-19T00:14:08.770Z Compiling indexmap v2.6.0
11462024-12-19T00:14:08.787Z Compiling winnow v0.6.20
11472024-12-19T00:14:08.850Z Compiling semver v1.0.23
11482024-12-19T00:14:08.919Z Compiling anstream v0.6.15
11492024-12-19T00:14:09.486Z Compiling fs-err v2.11.0
11502024-12-19T00:14:09.701Z Compiling anyhow v1.0.93
11512024-12-19T00:14:09.713Z Compiling bytecount v0.6.8
11522024-12-19T00:14:09.759Z Compiling terminal_size v0.4.0
11532024-12-19T00:14:09.927Z Compiling clap_lex v0.7.2
11542024-12-19T00:14:09.952Z Compiling fnv v1.0.7
11552024-12-19T00:14:10.129Z Compiling heck v0.4.1
11562024-12-19T00:14:10.423Z Compiling cfg-if v1.0.0
11572024-12-19T00:14:10.479Z Compiling strsim v0.11.1
11582024-12-19T00:14:10.532Z Compiling fastrand v2.1.1
11592024-12-19T00:14:10.590Z Compiling heck v0.5.0
11602024-12-19T00:14:11.061Z Compiling tempfile v3.13.0
11612024-12-19T00:14:11.108Z Compiling clap_builder v4.5.21
11622024-12-19T00:14:11.147Z Compiling papergrid v0.11.0
11632024-12-19T00:14:11.360Z Compiling memmap v0.7.0
11642024-12-19T00:14:11.441Z Compiling smawk v0.3.2
11652024-12-19T00:14:11.667Z Compiling unicode-linebreak v0.1.5
11662024-12-19T00:14:12.142Z Compiling textwrap v0.16.1
11672024-12-19T00:14:12.317Z Compiling swrite v0.1.0
11682024-12-19T00:14:13.514Z Compiling tabled_derive v0.7.0
11692024-12-19T00:14:15.099Z Compiling tabled v0.15.0
11702024-12-19T00:14:16.493Z Compiling serde_derive v1.0.215
11712024-12-19T00:14:16.493Z Compiling thiserror-impl v1.0.69
11722024-12-19T00:14:16.496Z Compiling zerocopy-derive v0.7.35
11732024-12-19T00:14:16.496Z Compiling scroll_derive v0.12.0
11742024-12-19T00:14:16.664Z Compiling clap_derive v4.5.18
11752024-12-19T00:14:17.982Z Compiling scroll v0.12.0
11762024-12-19T00:14:18.473Z Compiling zerocopy v0.7.35
11772024-12-19T00:14:18.516Z Compiling goblin v0.8.2
11782024-12-19T00:14:19.264Z Compiling pest v2.7.14
11792024-12-19T00:14:20.423Z Compiling clap v4.5.21
11802024-12-19T00:14:21.543Z Compiling pest_meta v2.7.14
11812024-12-19T00:14:22.411Z Compiling pest_generator v2.7.14
11822024-12-19T00:14:24.332Z Compiling pest_derive v2.7.14
11832024-12-19T00:14:24.994Z Compiling dtrace-parser v0.2.0
11842024-12-19T00:14:26.869Z Compiling toml_datetime v0.6.8
11852024-12-19T00:14:26.869Z Compiling serde_spanned v0.6.8
11862024-12-19T00:14:26.872Z Compiling cargo-platform v0.1.8
11872024-12-19T00:14:27.265Z Compiling serde_tokenstream v0.2.2
11882024-12-19T00:14:27.399Z Compiling toml_edit v0.22.22
11892024-12-19T00:14:27.487Z Compiling macaddr v1.0.1
11902024-12-19T00:14:27.565Z Compiling camino-tempfile v1.1.1
11912024-12-19T00:14:28.390Z Compiling dof v0.3.0
11922024-12-19T00:14:28.390Z Compiling cargo_metadata v0.18.1
11932024-12-19T00:14:30.287Z Compiling toml v0.8.19
11942024-12-19T00:14:30.423Z Compiling usdt-macro v0.5.0
11952024-12-19T00:14:30.423Z Compiling usdt-attr-macro v0.5.0
11962024-12-19T00:14:31.199Z Compiling cargo_toml v0.20.5
11972024-12-19T00:14:31.840Z Compiling usdt v0.5.0
11982024-12-19T00:14:34.732Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11992024-12-19T00:14:39.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.58s
12002024-12-19T00:14:39.065Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12012024-12-19T00:14:40.033Z Compiling serde v1.0.215
12022024-12-19T00:14:40.038Z Compiling lock_api v0.4.12
12032024-12-19T00:14:40.038Z Compiling scopeguard v1.2.0
12042024-12-19T00:14:40.038Z Compiling value-bag v1.9.0
12052024-12-19T00:14:40.038Z Compiling typenum v1.17.0
12062024-12-19T00:14:40.038Z Compiling generic-array v0.14.7
12072024-12-19T00:14:40.110Z Compiling syn v2.0.87
12082024-12-19T00:14:40.113Z Compiling getrandom v0.2.15
12092024-12-19T00:14:40.195Z Compiling subtle v2.6.1
12102024-12-19T00:14:40.409Z Compiling rand_core v0.6.4
12112024-12-19T00:14:40.548Z Compiling log v0.4.22
12122024-12-19T00:14:40.643Z Compiling shlex v1.3.0
12132024-12-19T00:14:40.662Z Compiling jobserver v0.1.32
12142024-12-19T00:14:40.679Z Compiling smallvec v1.13.2
12152024-12-19T00:14:40.935Z Compiling const-oid v0.9.6
12162024-12-19T00:14:40.982Z Compiling spin v0.9.8
12172024-12-19T00:14:41.061Z Compiling cc v1.1.30
12182024-12-19T00:14:41.093Z Compiling pin-project-lite v0.2.14
12192024-12-19T00:14:41.223Z Compiling rustix v0.38.37
12202024-12-19T00:14:41.351Z Compiling parking_lot_core v0.9.10
12212024-12-19T00:14:41.430Z Compiling futures-core v0.3.31
12222024-12-19T00:14:41.573Z Compiling signal-hook-registry v1.4.2
12232024-12-19T00:14:41.691Z Compiling mio v1.0.2
12242024-12-19T00:14:42.123Z Compiling aho-corasick v1.1.3
12252024-12-19T00:14:42.475Z Compiling parking_lot v0.12.3
12262024-12-19T00:14:42.532Z Compiling either v1.13.0
12272024-12-19T00:14:42.896Z Compiling regex-syntax v0.8.5
12282024-12-19T00:14:42.926Z Compiling cpufeatures v0.2.14
12292024-12-19T00:14:42.943Z Compiling lazy_static v1.5.0
12302024-12-19T00:14:42.960Z Compiling stable_deref_trait v1.2.0
12312024-12-19T00:14:43.034Z Compiling glob v0.3.1
12322024-12-19T00:14:43.059Z Compiling futures-sink v0.3.31
12332024-12-19T00:14:43.061Z Compiling socket2 v0.5.7
12342024-12-19T00:14:43.227Z Compiling slab v0.4.9
12352024-12-19T00:14:43.414Z Compiling prettyplease v0.2.25
12362024-12-19T00:14:43.676Z Compiling minimal-lexical v0.2.1
12372024-12-19T00:14:44.000Z Compiling clang-sys v1.8.1
12382024-12-19T00:14:44.045Z Compiling libloading v0.8.5
12392024-12-19T00:14:44.079Z Compiling bindgen v0.69.5
12402024-12-19T00:14:44.168Z Compiling nom v7.1.3
12412024-12-19T00:14:44.461Z Compiling serde_json v1.0.132
12422024-12-19T00:14:44.734Z Compiling home v0.5.9
12432024-12-19T00:14:44.876Z Compiling futures-channel v0.3.31
12442024-12-19T00:14:45.010Z Compiling itertools v0.12.1
12452024-12-19T00:14:45.330Z Compiling futures-io v0.3.31
12462024-12-19T00:14:45.443Z Compiling pin-utils v0.1.0
12472024-12-19T00:14:45.540Z Compiling lazycell v1.3.0
12482024-12-19T00:14:45.663Z Compiling rustc-hash v1.1.0
12492024-12-19T00:14:45.720Z Compiling foldhash v0.1.3
12502024-12-19T00:14:45.820Z Compiling futures-task v0.3.31
12512024-12-19T00:14:46.037Z Compiling allocator-api2 v0.2.18
12522024-12-19T00:14:46.114Z Compiling cmake v0.1.51
12532024-12-19T00:14:46.840Z Compiling regex-automata v0.4.8
12542024-12-19T00:14:47.193Z Compiling hashbrown v0.15.0
12552024-12-19T00:14:47.833Z Compiling synstructure v0.13.1
12562024-12-19T00:14:48.235Z Compiling cexpr v0.6.0
12572024-12-19T00:14:48.547Z Compiling dunce v1.0.5
12582024-12-19T00:14:48.684Z Compiling tinyvec_macros v0.1.1
12592024-12-19T00:14:48.782Z Compiling pkg-config v0.3.31
12602024-12-19T00:14:49.651Z Compiling fs_extra v1.3.0
12612024-12-19T00:14:49.790Z Compiling libm v0.2.8
12622024-12-19T00:14:50.031Z Compiling tinyvec v1.8.0
12632024-12-19T00:14:50.154Z Compiling num-traits v0.2.19
12642024-12-19T00:14:50.395Z Compiling ring v0.17.8
12652024-12-19T00:14:50.702Z Compiling base64ct v1.6.0
12662024-12-19T00:14:51.188Z Compiling paste v1.0.15
12672024-12-19T00:14:51.299Z Compiling writeable v0.5.5
12682024-12-19T00:14:51.566Z Compiling unicode-normalization v0.1.24
12692024-12-19T00:14:51.597Z Compiling litemap v0.7.3
12702024-12-19T00:14:51.689Z Compiling unicode-bidi v0.3.17
12712024-12-19T00:14:52.006Z Compiling pem-rfc7468 v0.7.0
12722024-12-19T00:14:52.702Z Compiling regex v1.11.1
12732024-12-19T00:14:52.734Z Compiling flagset v0.4.6
12742024-12-19T00:14:52.906Z Compiling httparse v1.9.5
12752024-12-19T00:14:53.128Z Compiling aws-lc-rs v1.10.0
12762024-12-19T00:14:53.734Z Compiling tracing-core v0.1.32
12772024-12-19T00:14:53.760Z Compiling icu_locid_transform_data v1.5.0
12782024-12-19T00:14:53.784Z Compiling rustls-pki-types v1.9.0
12792024-12-19T00:14:53.868Z Compiling percent-encoding v2.3.1
12802024-12-19T00:14:54.257Z Compiling crossbeam-utils v0.8.20
12812024-12-19T00:14:54.833Z Compiling serde_derive v1.0.215
12822024-12-19T00:14:54.863Z Compiling zeroize_derive v1.4.2
12832024-12-19T00:14:54.913Z Compiling zerocopy-derive v0.7.35
12842024-12-19T00:14:55.121Z Compiling tokio-macros v2.4.0
12852024-12-19T00:14:55.475Z Compiling zerofrom-derive v0.1.4
12862024-12-19T00:14:56.459Z Compiling zeroize v1.8.1
12872024-12-19T00:14:56.841Z Compiling yoke-derive v0.7.4
12882024-12-19T00:14:57.018Z Compiling thiserror-impl v1.0.69
12892024-12-19T00:14:57.289Z Compiling zerocopy v0.7.35
12902024-12-19T00:14:57.570Z Compiling zerovec-derive v0.10.3
12912024-12-19T00:14:58.095Z Compiling crypto-common v0.1.6
12922024-12-19T00:14:58.352Z Compiling block-buffer v0.10.4
12932024-12-19T00:14:58.638Z Compiling digest v0.10.7
12942024-12-19T00:14:59.032Z Compiling futures-macro v0.3.31
12952024-12-19T00:14:59.136Z Compiling hmac v0.12.1
12962024-12-19T00:14:59.390Z Compiling block-padding v0.3.3
12972024-12-19T00:14:59.641Z Compiling displaydoc v0.2.5
12982024-12-19T00:14:59.734Z Compiling zerofrom v0.1.4
12992024-12-19T00:14:59.963Z Compiling inout v0.1.3
13002024-12-19T00:15:00.052Z Compiling yoke v0.7.4
13012024-12-19T00:15:00.146Z Compiling sha2 v0.10.8
13022024-12-19T00:15:00.263Z Compiling cipher v0.4.4
13032024-12-19T00:15:00.420Z Compiling zerovec v0.10.4
13042024-12-19T00:15:00.447Z Compiling ppv-lite86 v0.2.20
13052024-12-19T00:15:00.611Z Compiling thiserror v1.0.69
13062024-12-19T00:15:00.740Z Compiling der_derive v0.7.3
13072024-12-19T00:15:00.779Z Compiling icu_provider_macros v1.5.0
13082024-12-19T00:15:01.103Z Compiling futures-util v0.3.31
13092024-12-19T00:15:01.300Z Compiling rand_chacha v0.3.1
13102024-12-19T00:15:01.442Z Compiling tracing-attributes v0.1.27
13112024-12-19T00:15:01.990Z Compiling rand v0.8.5
13122024-12-19T00:15:02.741Z Compiling tinystr v0.7.6
13132024-12-19T00:15:03.216Z Compiling icu_locid v1.5.0
13142024-12-19T00:15:03.306Z Compiling der v0.7.9
13152024-12-19T00:15:03.635Z Compiling icu_collections v1.5.0
13162024-12-19T00:15:03.781Z Compiling salsa20 v0.10.2
13172024-12-19T00:15:04.021Z Compiling pest v2.7.14
13182024-12-19T00:15:04.193Z Compiling pbkdf2 v0.12.2
13192024-12-19T00:15:04.389Z Compiling vcpkg v0.2.15
13202024-12-19T00:15:05.165Z Compiling icu_provider v1.5.0
13212024-12-19T00:15:05.387Z Compiling tracing v0.1.40
13222024-12-19T00:15:05.758Z Compiling spki v0.7.3
13232024-12-19T00:15:05.959Z Compiling icu_locid_transform v1.5.0
13242024-12-19T00:15:06.166Z Compiling untrusted v0.9.0
13252024-12-19T00:15:06.303Z Compiling untrusted v0.7.1
13262024-12-19T00:15:06.349Z Compiling mirai-annotations v1.12.0
13272024-12-19T00:15:06.487Z Compiling icu_properties_data v1.5.0
13282024-12-19T00:15:06.535Z Compiling powerfmt v0.2.0
13292024-12-19T00:15:06.699Z Compiling num-conv v0.1.0
13302024-12-19T00:15:06.755Z Compiling time-core v0.1.2
13312024-12-19T00:15:06.775Z Compiling openssl-sys v0.9.103
13322024-12-19T00:15:06.932Z Compiling deranged v0.3.11
13332024-12-19T00:15:06.935Z Compiling pest_meta v2.7.14
13342024-12-19T00:15:06.979Z Compiling time-macros v0.2.18
13352024-12-19T00:15:07.179Z Compiling icu_properties v1.5.1
13362024-12-19T00:15:08.729Z Compiling scrypt v0.11.0
13372024-12-19T00:15:08.902Z Compiling aes v0.8.4
13382024-12-19T00:15:09.183Z Compiling bitflags v2.6.0
13392024-12-19T00:15:09.323Z Compiling bytes v1.8.0
13402024-12-19T00:15:10.408Z Compiling tokio v1.40.0
13412024-12-19T00:15:10.692Z Compiling indexmap v2.6.0
13422024-12-19T00:15:11.441Z Compiling http v1.1.0
13432024-12-19T00:15:11.795Z Compiling semver v1.0.23
13442024-12-19T00:15:12.199Z Compiling cbc v0.1.2
13452024-12-19T00:15:12.232Z Compiling rustc_version v0.4.1
13462024-12-19T00:15:12.266Z Compiling scroll_derive v0.12.0
13472024-12-19T00:15:12.451Z Compiling utf8_iter v1.0.4
13482024-12-19T00:15:12.593Z Compiling write16 v1.0.0
13492024-12-19T00:15:12.710Z Compiling num_threads v0.1.7
13502024-12-19T00:15:12.732Z Compiling atomic-waker v1.1.2
13512024-12-19T00:15:12.844Z Compiling icu_normalizer_data v1.5.0
13522024-12-19T00:15:12.933Z Compiling utf16_iter v1.0.5
13532024-12-19T00:15:12.953Z Compiling time v0.3.36
13542024-12-19T00:15:12.991Z Compiling pkcs5 v0.7.1
13552024-12-19T00:15:13.010Z Compiling http-body v1.0.1
13562024-12-19T00:15:13.130Z Compiling icu_normalizer v1.5.0
13572024-12-19T00:15:13.255Z Compiling pest_generator v2.7.14
13582024-12-19T00:15:13.790Z Compiling which v4.4.2
13592024-12-19T00:15:14.021Z Compiling scroll v0.12.0
13602024-12-19T00:15:14.510Z Compiling form_urlencoded v1.2.1
13612024-12-19T00:15:14.600Z Compiling slog v2.7.0
13622024-12-19T00:15:14.853Z Compiling try-lock v0.2.5
13632024-12-19T00:15:15.009Z Compiling want v0.3.1
13642024-12-19T00:15:15.159Z Compiling goblin v0.8.2
13652024-12-19T00:15:15.223Z Compiling idna_adapter v1.2.0
13662024-12-19T00:15:15.248Z Compiling pkcs8 v0.10.2
13672024-12-19T00:15:15.308Z Compiling pest_derive v2.7.14
13682024-12-19T00:15:15.324Z Compiling httpdate v1.0.3
13692024-12-19T00:15:15.442Z Compiling idna v1.0.3
13702024-12-19T00:15:15.960Z Compiling uuid v1.11.0
13712024-12-19T00:15:16.118Z Compiling dtrace-parser v0.2.0
13722024-12-19T00:15:16.706Z Compiling serde_tokenstream v0.2.2
13732024-12-19T00:15:17.346Z Compiling serde_spanned v0.6.8
13742024-12-19T00:15:17.364Z Compiling toml_datetime v0.6.8
13752024-12-19T00:15:17.442Z Compiling rustversion v1.0.17
13762024-12-19T00:15:17.568Z Compiling tower-service v0.3.3
13772024-12-19T00:15:17.702Z Compiling adler2 v2.0.0
13782024-12-19T00:15:17.909Z Compiling openssl v0.10.66
13792024-12-19T00:15:17.927Z Compiling iana-time-zone v0.1.61
13802024-12-19T00:15:18.163Z Compiling match_cfg v0.1.0
13812024-12-19T00:15:18.264Z Compiling foreign-types-shared v0.1.1
13822024-12-19T00:15:18.323Z Compiling base64 v0.22.1
13832024-12-19T00:15:18.363Z Compiling hostname v0.3.1
13842024-12-19T00:15:18.380Z Compiling foreign-types v0.3.2
13852024-12-19T00:15:18.423Z Compiling chrono v0.4.38
13862024-12-19T00:15:18.468Z Compiling miniz_oxide v0.8.0
13872024-12-19T00:15:18.488Z Compiling url v2.5.3
13882024-12-19T00:15:19.073Z Compiling tokio-util v0.7.12
13892024-12-19T00:15:20.041Z Compiling openssl-macros v0.1.1
13902024-12-19T00:15:20.064Z Compiling async-trait v0.1.83
13912024-12-19T00:15:20.540Z Compiling h2 v0.4.6
13922024-12-19T00:15:20.581Z Compiling dirs-sys-next v0.1.2
13932024-12-19T00:15:20.855Z Compiling rustls v0.22.4
13942024-12-19T00:15:21.118Z Compiling dof v0.3.0
13952024-12-19T00:15:21.232Z Compiling siphasher v0.3.11
13962024-12-19T00:15:21.624Z Compiling rustls v0.23.14
13972024-12-19T00:15:21.891Z Compiling usdt-impl v0.5.0
13982024-12-19T00:15:22.275Z Compiling data-encoding v2.6.0
13992024-12-19T00:15:22.883Z Compiling native-tls v0.2.12
14002024-12-19T00:15:23.226Z Compiling syn v1.0.109
14012024-12-19T00:15:23.523Z Compiling dirs-next v2.0.0
14022024-12-19T00:15:23.939Z Compiling http-body-util v0.1.2
14032024-12-19T00:15:24.502Z Compiling heapless v0.7.17
14042024-12-19T00:15:24.746Z Compiling crossbeam-epoch v0.9.18
14052024-12-19T00:15:24.938Z Compiling signature v2.2.0
14062024-12-19T00:15:25.211Z Compiling sha1 v0.10.6
14072024-12-19T00:15:25.288Z Compiling bzip2-sys v0.1.11+1.0.8
14082024-12-19T00:15:25.535Z Compiling serde_derive_internals v0.29.1
14092024-12-19T00:15:25.672Z Compiling thread_local v1.1.8
14102024-12-19T00:15:25.788Z Compiling cookie v0.18.1
14112024-12-19T00:15:25.807Z Compiling multer v3.1.0
14122024-12-19T00:15:26.073Z Compiling encoding_rs v0.8.34
14132024-12-19T00:15:26.092Z Compiling schemars v0.8.21
14142024-12-19T00:15:26.223Z Compiling slog-async v2.8.0
14152024-12-19T00:15:26.360Z Compiling mime v0.3.17
14162024-12-19T00:15:26.432Z Compiling gimli v0.31.1
14172024-12-19T00:15:26.776Z Compiling openssl-probe v0.1.5
14182024-12-19T00:15:26.942Z Compiling unicode-properties v0.1.3
14192024-12-19T00:15:27.137Z Compiling signal-hook v0.3.17
14202024-12-19T00:15:27.353Z Compiling ipnet v2.10.1
14212024-12-19T00:15:27.399Z Compiling rayon-core v1.12.1
14222024-12-19T00:15:27.678Z Compiling hyper v1.5.0
14232024-12-19T00:15:28.402Z Compiling schemars_derive v0.8.21
14242024-12-19T00:15:28.738Z Compiling stringprep v0.1.5
14252024-12-19T00:15:30.602Z Compiling hyper-util v0.1.10
14262024-12-19T00:15:30.737Z Compiling toml_edit v0.22.22
14272024-12-19T00:15:31.308Z Compiling addr2line v0.24.2
14282024-12-19T00:15:31.924Z Compiling usdt-macro v0.5.0
14292024-12-19T00:15:31.942Z Compiling usdt-attr-macro v0.5.0
14302024-12-19T00:15:31.998Z Compiling crossbeam-deque v0.8.5
14312024-12-19T00:15:32.438Z Compiling term v0.7.0
14322024-12-19T00:15:33.414Z Compiling slog-json v2.6.1
14332024-12-19T00:15:33.554Z Compiling serde_urlencoded v0.7.1
14342024-12-19T00:15:33.617Z Compiling curve25519-dalek v4.1.3
14352024-12-19T00:15:33.740Z Compiling crossbeam-channel v0.5.13
14362024-12-19T00:15:33.801Z Compiling futures-executor v0.3.31
14372024-12-19T00:15:33.981Z Compiling enum-as-inner v0.6.1
14382024-12-19T00:15:34.086Z Compiling md-5 v0.10.6
14392024-12-19T00:15:34.285Z Compiling async-stream-impl v0.3.6
14402024-12-19T00:15:34.354Z Compiling rustls-pemfile v2.2.0
14412024-12-19T00:15:34.377Z Compiling num-integer v0.1.46
14422024-12-19T00:15:34.716Z Compiling idna v0.4.0
14432024-12-19T00:15:34.853Z Compiling idna v0.3.0
14442024-12-19T00:15:35.079Z Compiling hash32 v0.2.1
14452024-12-19T00:15:35.189Z Compiling ff v0.13.0
14462024-12-19T00:15:35.498Z Compiling is-terminal v0.4.13
14472024-12-19T00:15:35.519Z Compiling dropshot v0.12.0
14482024-12-19T00:15:35.637Z Compiling object v0.36.5
14492024-12-19T00:15:35.738Z Compiling psl-types v2.0.11
14502024-12-19T00:15:35.806Z Compiling portable-atomic v1.9.0
14512024-12-19T00:15:35.948Z Compiling rustc-demangle v0.1.24
14522024-12-19T00:15:36.504Z Compiling smoltcp v0.9.1
14532024-12-19T00:15:36.571Z Compiling num-bigint-dig v0.8.4
14542024-12-19T00:15:36.870Z Compiling dyn-clone v1.0.17
14552024-12-19T00:15:36.938Z Compiling take_mut v0.2.2
14562024-12-19T00:15:36.985Z Compiling fallible-iterator v0.2.0
14572024-12-19T00:15:37.085Z Compiling utf-8 v0.7.6
14582024-12-19T00:15:37.103Z Compiling quick-error v1.2.3
14592024-12-19T00:15:37.194Z Compiling base16ct v0.2.0
14602024-12-19T00:15:37.258Z Compiling anyhow v1.0.93
14612024-12-19T00:15:37.437Z Compiling linked-hash-map v0.5.6
14622024-12-19T00:15:37.527Z Compiling sec1 v0.7.3
14632024-12-19T00:15:37.695Z Compiling postgres-protocol v0.6.7
14642024-12-19T00:15:37.823Z Compiling lru-cache v0.1.2
14652024-12-19T00:15:38.033Z Compiling tungstenite v0.24.0
14662024-12-19T00:15:38.081Z Compiling resolv-conf v0.7.0
14672024-12-19T00:15:39.146Z Compiling publicsuffix v2.2.3
14682024-12-19T00:15:39.220Z Compiling async-stream v0.3.6
14692024-12-19T00:15:39.432Z Compiling hickory-proto v0.24.1
14702024-12-19T00:15:39.545Z Compiling slog-term v2.9.1
14712024-12-19T00:15:39.563Z Compiling usdt v0.5.0
14722024-12-19T00:15:40.086Z Compiling group v0.13.0
14732024-12-19T00:15:40.492Z Compiling num-iter v0.1.45
14742024-12-19T00:15:40.825Z Compiling futures v0.3.31
14752024-12-19T00:15:40.844Z Compiling toml v0.8.19
14762024-12-19T00:15:40.953Z Compiling slog-bunyan v2.5.0
14772024-12-19T00:15:42.790Z Compiling tokio-native-tls v0.3.1
14782024-12-19T00:15:43.070Z Compiling camino v1.1.9
14792024-12-19T00:15:43.167Z Compiling backtrace v0.3.74
14802024-12-19T00:15:43.776Z Compiling phf_shared v0.11.2
14812024-12-19T00:15:43.836Z Compiling dropshot_endpoint v0.12.0
14822024-12-19T00:15:43.914Z Compiling terminal_size v0.4.0
14832024-12-19T00:15:44.084Z Compiling waitgroup v0.1.2
14842024-12-19T00:15:44.138Z Compiling openapiv3 v2.0.0
14852024-12-19T00:15:44.165Z Compiling serde_path_to_error v0.1.16
14862024-12-19T00:15:44.300Z Compiling hkdf v0.12.4
14872024-12-19T00:15:44.573Z Compiling crypto-bigint v0.5.5
14882024-12-19T00:15:45.029Z Compiling curve25519-dalek-derive v0.1.1
14892024-12-19T00:15:46.676Z Compiling zerocopy-derive v0.6.6
14902024-12-19T00:15:46.894Z Compiling hubpack_derive v0.1.1
14912024-12-19T00:15:46.923Z Compiling webpki-roots v0.26.6
14922024-12-19T00:15:47.161Z Compiling idna v0.5.0
14932024-12-19T00:15:47.835Z Compiling hostname v0.4.0
14942024-12-19T00:15:48.111Z Compiling fs-err v2.11.0
14952024-12-19T00:15:48.410Z Compiling ahash v0.8.11
14962024-12-19T00:15:48.658Z Compiling crc32fast v1.4.2
14972024-12-19T00:15:48.740Z Compiling winnow v0.5.40
14982024-12-19T00:15:48.771Z Compiling bitflags v1.3.2
14992024-12-19T00:15:48.870Z Compiling debug-ignore v1.0.5
15002024-12-19T00:15:48.890Z Compiling managed v0.8.0
15012024-12-19T00:15:48.965Z Compiling zerocopy v0.6.6
15022024-12-19T00:15:49.012Z Compiling flate2 v1.0.34
15032024-12-19T00:15:49.032Z Compiling clap_builder v4.5.21
15042024-12-19T00:15:49.882Z Compiling console v0.15.8
15052024-12-19T00:15:50.065Z Compiling strum_macros v0.25.3
15062024-12-19T00:15:50.471Z Compiling cookie_store v0.21.0
15072024-12-19T00:15:51.006Z Compiling hubpack v0.1.2
15082024-12-19T00:15:51.497Z Compiling elliptic-curve v0.13.8
15092024-12-19T00:15:51.620Z Compiling hickory-resolver v0.24.1
15102024-12-19T00:15:52.152Z Compiling phf v0.11.2
15112024-12-19T00:15:52.353Z Compiling toml_edit v0.19.15
15122024-12-19T00:15:52.666Z Compiling signal-hook-mio v0.2.4
15132024-12-19T00:15:52.854Z Compiling hyper-tls v0.6.0
15142024-12-19T00:15:53.306Z Compiling rayon v1.10.0
15152024-12-19T00:15:53.453Z Compiling bzip2 v0.4.4
15162024-12-19T00:15:54.376Z Compiling tokio-tungstenite v0.24.0
15172024-12-19T00:15:56.486Z Compiling postgres-types v0.2.8
15182024-12-19T00:15:58.067Z Compiling ed25519 v2.2.3
15192024-12-19T00:15:58.373Z Compiling phf_shared v0.10.0
15202024-12-19T00:15:58.729Z Compiling tokio-stream v0.1.16
15212024-12-19T00:15:58.750Z Compiling pkcs1 v0.7.5
15222024-12-19T00:15:58.796Z Compiling serde-big-array v0.5.1
15232024-12-19T00:15:59.040Z Compiling clap_derive v4.5.18
15242024-12-19T00:15:59.781Z Compiling rfc6979 v0.4.0
15252024-12-19T00:15:59.817Z Compiling serde_repr v0.1.19
15262024-12-19T00:15:59.919Z Compiling derive-where v1.2.7
15272024-12-19T00:15:59.953Z Compiling float-cmp v0.9.0
15282024-12-19T00:15:59.977Z Compiling bstr v1.10.0
15292024-12-19T00:16:00.203Z Compiling sync_wrapper v1.0.1
15302024-12-19T00:16:00.374Z Compiling unicode-width v0.2.0
15312024-12-19T00:16:00.717Z Compiling whoami v1.5.2
15322024-12-19T00:16:00.920Z Compiling normalize-line-endings v0.3.0
15332024-12-19T00:16:01.034Z Compiling new_debug_unreachable v1.0.6
15342024-12-19T00:16:01.059Z Compiling number_prefix v0.4.0
15352024-12-19T00:16:01.138Z Compiling unicode-segmentation v1.12.0
15362024-12-19T00:16:01.305Z Compiling static_assertions v1.1.0
15372024-12-19T00:16:01.360Z Compiling predicates-core v1.0.8
15382024-12-19T00:16:01.413Z Compiling fixedbitset v0.4.2
15392024-12-19T00:16:01.745Z Compiling difflib v0.4.0
15402024-12-19T00:16:01.838Z Compiling precomputed-hash v0.1.1
15412024-12-19T00:16:01.896Z Compiling bit-vec v0.6.3
15422024-12-19T00:16:01.967Z Compiling string_cache v0.8.7
15432024-12-19T00:16:02.041Z Compiling similar v2.6.0
15442024-12-19T00:16:02.363Z Compiling bit-set v0.5.3
15452024-12-19T00:16:02.451Z Compiling predicates v3.1.2
15462024-12-19T00:16:02.659Z Compiling petgraph v0.6.5
15472024-12-19T00:16:03.435Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15482024-12-19T00:16:03.665Z Compiling indicatif v0.17.9
15492024-12-19T00:16:04.267Z Compiling tokio-postgres v0.7.12
15502024-12-19T00:16:04.344Z Compiling clap v4.5.21
15512024-12-19T00:16:04.480Z Compiling ecdsa v0.16.9
15522024-12-19T00:16:04.527Z Compiling rsa v0.9.6
15532024-12-19T00:16:05.374Z Compiling ed25519-dalek v2.1.1
15542024-12-19T00:16:06.000Z Compiling toml v0.7.8
15552024-12-19T00:16:06.788Z Compiling zip v0.6.6
15562024-12-19T00:16:06.934Z Compiling crossterm v0.28.1
15572024-12-19T00:16:08.720Z Compiling hex v0.4.3
15582024-12-19T00:16:08.741Z Compiling x509-cert v0.2.5
15592024-12-19T00:16:08.949Z Compiling itertools v0.10.5
15602024-12-19T00:16:09.348Z Compiling peg-runtime v0.8.3
15612024-12-19T00:16:10.062Z Compiling lalrpop-util v0.19.12
15622024-12-19T00:16:10.294Z Compiling unicode-xid v0.2.6
15632024-12-19T00:16:10.441Z Compiling strum_macros v0.26.4
15642024-12-19T00:16:10.484Z Compiling xattr v1.3.1
15652024-12-19T00:16:10.706Z Compiling filetime v0.2.25
15662024-12-19T00:16:11.048Z Compiling tar v0.4.42
15672024-12-19T00:16:15.754Z Compiling strum v0.26.3
15682024-12-19T00:16:17.862Z Compiling aws-lc-sys v0.22.0
15692024-12-19T00:16:46.940Z Compiling rustls-webpki v0.102.8
15702024-12-19T00:16:50.477Z Compiling tokio-rustls v0.25.0
15712024-12-19T00:16:52.127Z Compiling tokio-rustls v0.26.0
15722024-12-19T00:16:52.518Z Compiling hyper-rustls v0.27.3
15732024-12-19T00:16:52.895Z Compiling reqwest v0.12.9
15742024-12-19T00:16:54.095Z Compiling qorb v0.2.1
15752024-12-19T00:16:58.882Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15762024-12-19T00:16:59.125Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15772024-12-19T00:17:05.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15782024-12-19T00:17:05.237Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15792024-12-19T00:17:05.284ZDec 19 00:17:04.926 INFO Starting download, target: Console
15802024-12-19T00:17:05.284ZDec 19 00:17:04.926 INFO Starting download, target: Cockroach
15812024-12-19T00:17:05.284ZDec 19 00:17:04.926 INFO Starting download, target: DendriteOpenapi
15822024-12-19T00:17:05.284ZDec 19 00:17:04.926 INFO Starting download, target: Clickhouse
15832024-12-19T00:17:05.287ZDec 19 00:17:04.926 INFO Starting download, target: DendriteStub
15842024-12-19T00:17:05.287ZDec 19 00:17:04.926 INFO Starting download, target: MaghemiteMgd
15852024-12-19T00:17:05.287ZDec 19 00:17:04.926 INFO Starting download, target: TransceiverControl
15862024-12-19T00:17:05.287ZDec 19 00:17:04.927 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15872024-12-19T00:17:05.287ZDec 19 00:17:04.927 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15882024-12-19T00:17:05.287ZDec 19 00:17:04.927 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15892024-12-19T00:17:05.287ZDec 19 00:17:04.927 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15902024-12-19T00:17:05.287ZDec 19 00:17:04.927 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15912024-12-19T00:17:05.287ZDec 19 00:17:04.927 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15922024-12-19T00:17:05.287ZDec 19 00:17:04.927 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15932024-12-19T00:17:05.484ZDec 19 00:17:05.090 INFO Download complete, target: DendriteOpenapi
15942024-12-19T00:17:05.604ZDec 19 00:17:05.230 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15952024-12-19T00:17:05.863ZDec 19 00:17:05.498 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15962024-12-19T00:17:06.086ZDec 19 00:17:05.722 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15972024-12-19T00:17:06.180ZDec 19 00:17:05.821 INFO Download complete, target: Console
15982024-12-19T00:17:06.272ZDec 19 00:17:05.913 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15992024-12-19T00:17:06.286ZDec 19 00:17:05.928 INFO Download complete, target: TransceiverControl
16002024-12-19T00:17:06.931ZDec 19 00:17:06.573 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16012024-12-19T00:17:06.931ZDec 19 00:17:06.573 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16022024-12-19T00:17:07.595ZDec 19 00:17:07.237 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16032024-12-19T00:17:08.864ZDec 19 00:17:08.505 INFO Download complete, target: MaghemiteMgd
16042024-12-19T00:17:09.009ZDec 19 00:17:08.651 INFO Download complete, target: DendriteStub
16052024-12-19T00:17:13.971ZDec 19 00:17:13.612 INFO Checking that binary works, target: Cockroach
16062024-12-19T00:17:14.294ZDec 19 00:17:13.935 INFO Download complete, target: Cockroach
16072024-12-19T00:17:19.416ZDec 19 00:17:19.057 INFO Checking that binary works, target: Clickhouse
16082024-12-19T00:17:19.544ZDec 19 00:17:19.185 INFO Download complete, target: Clickhouse
16092024-12-19T00:17:19.552ZAll prerequisites installed successfully
16102024-12-19T00:17:19.554Z
16112024-12-19T00:17:19.554Zreal 4:41.716072061
16122024-12-19T00:17:19.554Zuser 16:47.087793696
16132024-12-19T00:17:19.554Zsys 3:14.348466620
16142024-12-19T00:17:19.554Ztrap 0.545172092
16152024-12-19T00:17:19.554Ztflt 1.434858247
16162024-12-19T00:17:19.554Zdflt 2.254338234
16172024-12-19T00:17:19.554Zkflt 0.023470809
16182024-12-19T00:17:19.554Zlock 32:14.159445004
16192024-12-19T00:17:19.555Zslp 1:02:38.466037871
16202024-12-19T00:17:19.555Zlat 55.778690455
16212024-12-19T00:17:19.555Zstop 2:11.309594234
16222024-12-19T00:17:19.555Z+ source ./tools/include/force-git-over-https.sh
16232024-12-19T00:17:19.555Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16242024-12-19T00:17:19.555Z++ (( i = 0 ))
16252024-12-19T00:17:19.555Z++ (( i < 5 ))
16262024-12-19T00:17:19.555Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16272024-12-19T00:17:19.561Z++ (( i++ ))
16282024-12-19T00:17:19.561Z++ (( i < 5 ))
16292024-12-19T00:17:19.561Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16302024-12-19T00:17:19.565Z++ (( i++ ))
16312024-12-19T00:17:19.565Z++ (( i < 5 ))
16322024-12-19T00:17:19.565Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16332024-12-19T00:17:19.565Z++ (( i++ ))
16342024-12-19T00:17:19.565Z++ (( i < 5 ))
16352024-12-19T00:17:19.565Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16362024-12-19T00:17:19.569Z++ (( i++ ))
16372024-12-19T00:17:19.569Z++ (( i < 5 ))
16382024-12-19T00:17:19.569Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16392024-12-19T00:17:19.572Z++ (( i++ ))
16402024-12-19T00:17:19.572Z++ (( i < 5 ))
16412024-12-19T00:17:19.572Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16422024-12-19T00:17:19.572Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16432024-12-19T00:17:19.572Z+ rc=0
16442024-12-19T00:17:19.572Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16452024-12-19T00:17:50.881Z+ case $rc in
16462024-12-19T00:17:50.881Z+ pfexec zfs create -p rpool/images/build/host
16472024-12-19T00:17:51.087Z+ pfexec zfs create -p rpool/images/build/recovery
16482024-12-19T00:17:51.166Z+ cargo xtask releng --output-dir /work
16492024-12-19T00:17:51.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16502024-12-19T00:17:51.718Z Running `target/debug/xtask releng --output-dir /work`
16512024-12-19T00:17:52.643Z Compiling proc-macro2 v1.0.89
16522024-12-19T00:17:52.643Z Compiling unicode-ident v1.0.13
16532024-12-19T00:17:52.643Z Compiling libc v0.2.162
16542024-12-19T00:17:52.646Z Compiling serde v1.0.215
16552024-12-19T00:17:52.646Z Compiling autocfg v1.4.0
16562024-12-19T00:17:52.646Z Compiling version_check v0.9.5
16572024-12-19T00:17:52.646Z Compiling cfg-if v1.0.0
16582024-12-19T00:17:52.941Z Compiling memchr v2.7.4
16592024-12-19T00:17:52.980Z Compiling typenum v1.17.0
16602024-12-19T00:17:53.040Z Compiling shlex v1.3.0
16612024-12-19T00:17:53.544Z Compiling generic-array v0.14.7
16622024-12-19T00:17:53.613Z Compiling value-bag v1.9.0
16632024-12-19T00:17:53.632Z Compiling lock_api v0.4.12
16642024-12-19T00:17:53.833Z Compiling scopeguard v1.2.0
16652024-12-19T00:17:53.944Z Compiling parking_lot_core v0.9.10
16662024-12-19T00:17:54.076Z Compiling log v0.4.22
16672024-12-19T00:17:54.340Z Compiling rustix v0.38.37
16682024-12-19T00:17:54.424Z Compiling serde_json v1.0.132
16692024-12-19T00:17:54.721Z Compiling quote v1.0.37
16702024-12-19T00:17:54.744Z Compiling libm v0.2.8
16712024-12-19T00:17:54.917Z Compiling jobserver v0.1.32
16722024-12-19T00:17:54.992Z Compiling getrandom v0.2.15
16732024-12-19T00:17:55.108Z Compiling num-traits v0.2.19
16742024-12-19T00:17:55.326Z Compiling syn v2.0.87
16752024-12-19T00:17:55.377Z Compiling cc v1.1.30
16762024-12-19T00:17:55.399Z Compiling once_cell v1.20.2
16772024-12-19T00:17:55.415Z Compiling thiserror v1.0.69
16782024-12-19T00:17:55.436Z Compiling spin v0.9.8
16792024-12-19T00:17:55.439Z Compiling itoa v1.0.11
16802024-12-19T00:17:55.694Z Compiling aho-corasick v1.1.3
16812024-12-19T00:17:55.720Z Compiling regex-syntax v0.8.5
16822024-12-19T00:17:55.895Z Compiling slab v0.4.9
16832024-12-19T00:17:56.321Z Compiling errno v0.3.9
16842024-12-19T00:17:56.797Z Compiling byteorder v1.5.0
16852024-12-19T00:17:56.897Z Compiling either v1.13.0
16862024-12-19T00:17:57.350Z Compiling lazy_static v1.5.0
16872024-12-19T00:17:57.447Z Compiling rand_core v0.6.4
16882024-12-19T00:17:57.481Z Compiling glob v0.3.1
16892024-12-19T00:17:57.804Z Compiling prettyplease v0.2.25
16902024-12-19T00:17:57.962Z Compiling subtle v2.6.1
16912024-12-19T00:17:58.199Z Compiling minimal-lexical v0.2.1
16922024-12-19T00:17:58.353Z Compiling clang-sys v1.8.1
16932024-12-19T00:17:58.412Z Compiling libloading v0.8.5
16942024-12-19T00:17:58.688Z Compiling nom v7.1.3
16952024-12-19T00:17:59.043Z Compiling home v0.5.9
16962024-12-19T00:17:59.099Z Compiling bindgen v0.69.5
16972024-12-19T00:17:59.288Z Compiling itertools v0.12.1
16982024-12-19T00:17:59.549Z Compiling regex-automata v0.4.8
16992024-12-19T00:18:00.116Z Compiling rustc-hash v1.1.0
17002024-12-19T00:18:00.484Z Compiling lazycell v1.3.0
17012024-12-19T00:18:01.208Z Compiling cmake v0.1.51
17022024-12-19T00:18:02.108Z Compiling semver v1.0.23
17032024-12-19T00:18:02.138Z Compiling smallvec v1.13.2
17042024-12-19T00:18:02.273Z Compiling cexpr v0.6.0
17052024-12-19T00:18:02.465Z Compiling dunce v1.0.5
17062024-12-19T00:18:02.557Z Compiling fs_extra v1.3.0
17072024-12-19T00:18:02.594Z Compiling pkg-config v0.3.31
17082024-12-19T00:18:02.644Z Compiling ring v0.17.8
17092024-12-19T00:18:03.097Z Compiling synstructure v0.13.1
17102024-12-19T00:18:03.708Z Compiling heck v0.5.0
17112024-12-19T00:18:03.966Z Compiling paste v1.0.15
17122024-12-19T00:18:04.063Z Compiling ryu v1.0.18
17132024-12-19T00:18:04.257Z Compiling httparse v1.9.5
17142024-12-19T00:18:04.577Z Compiling const-oid v0.9.6
17152024-12-19T00:18:04.696Z Compiling aws-lc-rs v1.10.0
17162024-12-19T00:18:05.204Z Compiling pin-project-lite v0.2.14
17172024-12-19T00:18:05.225Z Compiling allocator-api2 v0.2.18
17182024-12-19T00:18:06.095Z Compiling regex v1.11.1
17192024-12-19T00:18:06.269Z Compiling futures-core v0.3.31
17202024-12-19T00:18:06.599Z Compiling signal-hook-registry v1.4.2
17212024-12-19T00:18:07.584Z Compiling time-core v0.1.2
17222024-12-19T00:18:07.607Z Compiling num-conv v0.1.0
17232024-12-19T00:18:07.839Z Compiling crossbeam-utils v0.8.20
17242024-12-19T00:18:07.888Z Compiling parking_lot v0.12.3
17252024-12-19T00:18:07.948Z Compiling mio v1.0.2
17262024-12-19T00:18:07.979Z Compiling time-macros v0.2.18
17272024-12-19T00:18:08.416Z Compiling vcpkg v0.2.15
17282024-12-19T00:18:08.617Z Compiling schemars v0.8.21
17292024-12-19T00:18:08.896Z Compiling serde_derive v1.0.215
17302024-12-19T00:18:09.026Z Compiling zeroize_derive v1.4.2
17312024-12-19T00:18:09.888Z Compiling zerocopy-derive v0.7.35
17322024-12-19T00:18:10.085Z Compiling tokio-macros v2.4.0
17332024-12-19T00:18:10.310Z Compiling thiserror-impl v1.0.69
17342024-12-19T00:18:10.569Z Compiling zerofrom-derive v0.1.4
17352024-12-19T00:18:10.609Z Compiling zeroize v1.8.1
17362024-12-19T00:18:11.420Z Compiling yoke-derive v0.7.4
17372024-12-19T00:18:11.497Z Compiling futures-macro v0.3.31
17382024-12-19T00:18:11.631Z Compiling zerovec-derive v0.10.3
17392024-12-19T00:18:12.152Z Compiling displaydoc v0.2.5
17402024-12-19T00:18:13.333Z Compiling zerocopy v0.7.35
17412024-12-19T00:18:13.701Z Compiling crypto-common v0.1.6
17422024-12-19T00:18:13.960Z Compiling icu_provider_macros v1.5.0
17432024-12-19T00:18:14.001Z Compiling tracing-attributes v0.1.27
17442024-12-19T00:18:14.350Z Compiling block-buffer v0.10.4
17452024-12-19T00:18:14.578Z Compiling der_derive v0.7.3
17462024-12-19T00:18:14.634Z Compiling digest v0.10.7
17472024-12-19T00:18:15.137Z Compiling openssl-sys v0.9.103
17482024-12-19T00:18:15.193Z Compiling fnv v1.0.7
17492024-12-19T00:18:16.181Z Compiling serde_derive_internals v0.29.1
17502024-12-19T00:18:17.055Z Compiling socket2 v0.5.7
17512024-12-19T00:18:17.132Z Compiling ahash v0.8.11
17522024-12-19T00:18:18.617Z Compiling schemars_derive v0.8.21
17532024-12-19T00:18:18.813Z Compiling futures-sink v0.3.31
17542024-12-19T00:18:18.861Z Compiling foldhash v0.1.3
17552024-12-19T00:18:19.032Z Compiling cpufeatures v0.2.14
17562024-12-19T00:18:19.194Z Compiling equivalent v1.0.1
17572024-12-19T00:18:19.431Z Compiling hashbrown v0.15.0
17582024-12-19T00:18:19.744Z Compiling stable_deref_trait v1.2.0
17592024-12-19T00:18:19.868Z Compiling slog v2.7.0
17602024-12-19T00:18:21.089Z Compiling futures-channel v0.3.31
17612024-12-19T00:18:21.130Z Compiling zerofrom v0.1.4
17622024-12-19T00:18:21.395Z Compiling scroll_derive v0.12.0
17632024-12-19T00:18:21.434Z Compiling futures-io v0.3.31
17642024-12-19T00:18:21.534Z Compiling pin-utils v0.1.0
17652024-12-19T00:18:21.621Z Compiling ucd-trie v0.1.7
17662024-12-19T00:18:21.665Z Compiling openssl v0.10.66
17672024-12-19T00:18:21.716Z Compiling futures-task v0.3.31
17682024-12-19T00:18:21.829Z Compiling yoke v0.7.4
17692024-12-19T00:18:21.977Z Compiling pest v2.7.14
17702024-12-19T00:18:22.124Z Compiling futures-util v0.3.31
17712024-12-19T00:18:22.300Z Compiling hmac v0.12.1
17722024-12-19T00:18:22.598Z Compiling tinyvec_macros v0.1.1
17732024-12-19T00:18:22.888Z Compiling tinyvec v1.8.0
17742024-12-19T00:18:23.012Z Compiling zerovec v0.10.4
17752024-12-19T00:18:23.751Z Compiling bitflags v2.6.0
17762024-12-19T00:18:24.364Z Compiling bytes v1.8.0
17772024-12-19T00:18:26.428Z Compiling tokio v1.40.0
17782024-12-19T00:18:26.537Z Compiling serde_tokenstream v0.2.2
17792024-12-19T00:18:27.176Z Compiling indexmap v2.6.0
17802024-12-19T00:18:28.668Z Compiling which v4.4.2
17812024-12-19T00:18:29.820Z Compiling http v1.1.0
17822024-12-19T00:18:29.944Z Compiling rustc_version v0.4.1
17832024-12-19T00:18:30.660Z Compiling pest_meta v2.7.14
17842024-12-19T00:18:31.203Z Compiling uuid v1.11.0
17852024-12-19T00:18:32.190Z Compiling block-padding v0.3.3
17862024-12-19T00:18:32.489Z Compiling openssl-macros v0.1.1
17872024-12-19T00:18:32.538Z Compiling native-tls v0.2.12
17882024-12-19T00:18:32.915Z Compiling iana-time-zone v0.1.61
17892024-12-19T00:18:33.372Z Compiling rustls v0.23.14
17902024-12-19T00:18:33.740Z Compiling chrono v0.4.38
17912024-12-19T00:18:33.880Z Compiling inout v0.1.3
17922024-12-19T00:18:34.294Z Compiling pest_generator v2.7.14
17932024-12-19T00:18:35.151Z Compiling unicode-normalization v0.1.24
17942024-12-19T00:18:35.928Z Compiling cipher v0.4.4
17952024-12-19T00:18:36.344Z Compiling pest_derive v2.7.14
17962024-12-19T00:18:36.495Z Compiling tinystr v0.7.6
17972024-12-19T00:18:36.710Z Compiling sha2 v0.10.8
17982024-12-19T00:18:37.222Z Compiling async-trait v0.1.83
17992024-12-19T00:18:37.453Z Compiling cookie v0.18.1
18002024-12-19T00:18:37.496Z Compiling usdt-impl v0.5.0
18012024-12-19T00:18:37.568Z Compiling litemap v0.7.3
18022024-12-19T00:18:37.848Z Compiling unicode-bidi v0.3.17
18032024-12-19T00:18:37.916Z Compiling writeable v0.5.5
18042024-12-19T00:18:39.157Z Compiling base64ct v1.6.0
18052024-12-19T00:18:39.832Z Compiling pem-rfc7468 v0.7.0
18062024-12-19T00:18:40.596Z Compiling icu_locid v1.5.0
18072024-12-19T00:18:41.003Z Compiling scroll v0.12.0
18082024-12-19T00:18:41.642Z Compiling ppv-lite86 v0.2.20
18092024-12-19T00:18:42.550Z Compiling tracing-core v0.1.32
18102024-12-19T00:18:43.243Z Compiling camino v1.1.9
18112024-12-19T00:18:43.806Z Compiling untrusted v0.7.1
18122024-12-19T00:18:44.013Z Compiling percent-encoding v2.3.1
18132024-12-19T00:18:44.187Z Compiling aws-lc-sys v0.22.0
18142024-12-19T00:18:44.518Z Compiling flagset v0.4.6
18152024-12-19T00:18:44.761Z Compiling syn v1.0.109
18162024-12-19T00:18:44.891Z Compiling rustls-pki-types v1.9.0
18172024-12-19T00:18:45.284Z Compiling plain v0.2.3
18182024-12-19T00:18:45.477Z Compiling dyn-clone v1.0.17
18192024-12-19T00:18:46.890Z Compiling goblin v0.8.2
18202024-12-19T00:18:48.626Z Compiling der v0.7.9
18212024-12-19T00:18:49.300Z Compiling tracing v0.1.40
18222024-12-19T00:18:50.211Z Compiling rand_chacha v0.3.1
18232024-12-19T00:18:50.560Z Compiling icu_provider v1.5.0
18242024-12-19T00:18:51.983Z Compiling tokio-util v0.7.12
18252024-12-19T00:18:53.392Z Compiling untrusted v0.9.0
18262024-12-19T00:18:53.639Z Compiling powerfmt v0.2.0
18272024-12-19T00:18:53.869Z Compiling mirai-annotations v1.12.0
18282024-12-19T00:18:54.171Z Compiling pretty-hex v0.4.1
18292024-12-19T00:18:54.197Z Compiling icu_locid_transform_data v1.5.0
18302024-12-19T00:18:54.218Z Compiling rustls v0.22.4
18312024-12-19T00:18:54.360Z Compiling rayon-core v1.12.1
18322024-12-19T00:18:54.475Z Compiling icu_locid_transform v1.5.0
18332024-12-19T00:18:54.505Z Compiling dof v0.3.0
18342024-12-19T00:18:55.264Z Compiling deranged v0.3.11
18352024-12-19T00:18:57.279Z Compiling spki v0.7.3
18362024-12-19T00:18:57.611Z Compiling rand v0.8.5
18372024-12-19T00:18:57.862Z Compiling dtrace-parser v0.2.0
18382024-12-19T00:18:57.996Z Compiling salsa20 v0.10.2
18392024-12-19T00:18:59.615Z Compiling icu_collections v1.5.0
18402024-12-19T00:18:59.916Z Compiling pbkdf2 v0.12.2
18412024-12-19T00:19:01.434Z Compiling bzip2-sys v0.1.11+1.0.8
18422024-12-19T00:19:02.100Z Compiling thread-id v4.2.2
18432024-12-19T00:19:02.476Z Compiling icu_properties_data v1.5.0
18442024-12-19T00:19:02.746Z Compiling atomic-waker v1.1.2
18452024-12-19T00:19:03.025Z Compiling num_threads v0.1.7
18462024-12-19T00:19:03.612Z Compiling time v0.3.36
18472024-12-19T00:19:04.080Z Compiling icu_properties v1.5.1
18482024-12-19T00:19:09.083Z Compiling scrypt v0.11.0
18492024-12-19T00:19:09.612Z Compiling form_urlencoded v1.2.1
18502024-12-19T00:19:09.668Z Compiling cbc v0.1.2
18512024-12-19T00:19:09.934Z Compiling aes v0.8.4
18522024-12-19T00:19:10.237Z Compiling http-body v1.0.1
18532024-12-19T00:19:10.840Z Compiling multer v3.1.0
18542024-12-19T00:19:11.180Z Compiling icu_normalizer_data v1.5.0
18552024-12-19T00:19:11.215Z Compiling utf8_iter v1.0.4
18562024-12-19T00:19:11.284Z Compiling try-lock v0.2.5
18572024-12-19T00:19:11.318Z Compiling utf16_iter v1.0.5
18582024-12-19T00:19:11.524Z Compiling write16 v1.0.0
18592024-12-19T00:19:11.675Z Compiling slog-async v2.8.0
18602024-12-19T00:19:11.981Z Compiling icu_normalizer v1.5.0
18612024-12-19T00:19:12.014Z Compiling want v0.3.1
18622024-12-19T00:19:13.917Z Compiling pkcs5 v0.7.1
18632024-12-19T00:19:17.512Z Compiling h2 v0.4.6
18642024-12-19T00:19:17.754Z Compiling heapless v0.7.17
18652024-12-19T00:19:18.176Z Compiling zerocopy-derive v0.6.6
18662024-12-19T00:19:18.607Z Compiling num-bigint-dig v0.8.4
18672024-12-19T00:19:18.677Z Compiling anyhow v1.0.93
18682024-12-19T00:19:19.052Z Compiling signal-hook v0.3.17
18692024-12-19T00:19:19.347Z Compiling httpdate v1.0.3
18702024-12-19T00:19:19.693Z Compiling base64 v0.22.1
18712024-12-19T00:19:21.001Z Compiling pkcs8 v0.10.2
18722024-12-19T00:19:21.990Z Compiling idna_adapter v1.2.0
18732024-12-19T00:19:22.270Z Compiling usdt-attr-macro v0.5.0
18742024-12-19T00:19:22.331Z Compiling usdt-macro v0.5.0
18752024-12-19T00:19:24.254Z Compiling async-stream-impl v0.3.6
18762024-12-19T00:19:24.316Z Compiling rustversion v1.0.17
18772024-12-19T00:19:24.951Z Compiling tower-service v0.3.3
18782024-12-19T00:19:25.539Z Compiling strsim v0.11.1
18792024-12-19T00:19:26.326Z Compiling hyper v1.5.0
18802024-12-19T00:19:26.496Z Compiling idna v1.0.3
18812024-12-19T00:19:31.819Z Compiling hyper-util v0.1.10
18822024-12-19T00:19:33.477Z Compiling curve25519-dalek v4.1.3
18832024-12-19T00:19:34.049Z Compiling openapiv3 v2.0.0
18842024-12-19T00:19:34.825Z Compiling toml_datetime v0.6.8
18852024-12-19T00:19:35.366Z Compiling serde_spanned v0.6.8
18862024-12-19T00:19:35.728Z Compiling enum-as-inner v0.6.1
18872024-12-19T00:19:37.021Z Compiling dropshot v0.12.0
18882024-12-19T00:19:38.592Z Compiling adler2 v2.0.0
18892024-12-19T00:19:38.681Z Compiling foreign-types-shared v0.1.1
18902024-12-19T00:19:38.826Z Compiling smoltcp v0.9.1
18912024-12-19T00:19:39.166Z Compiling portable-atomic v1.9.0
18922024-12-19T00:19:39.242Z Compiling match_cfg v0.1.0
18932024-12-19T00:19:39.380Z Compiling hostname v0.3.1
18942024-12-19T00:19:39.528Z Compiling foreign-types v0.3.2
18952024-12-19T00:19:39.753Z Compiling miniz_oxide v0.8.0
18962024-12-19T00:19:41.345Z Compiling url v2.5.3
18972024-12-19T00:19:49.344Z Compiling http-body-util v0.1.2
18982024-12-19T00:19:49.668Z Compiling clap_derive v4.5.18
18992024-12-19T00:19:50.546Z Compiling dirs-sys-next v0.1.2
19002024-12-19T00:19:51.209Z Compiling encoding_rs v0.8.34
19012024-12-19T00:19:51.948Z Compiling siphasher v0.3.11
19022024-12-19T00:19:52.455Z Compiling mime v0.3.17
19032024-12-19T00:19:53.680Z Compiling data-encoding v2.6.0
19042024-12-19T00:19:55.439Z Compiling dirs-next v2.0.0
19052024-12-19T00:20:02.317Z Compiling hubpack_derive v0.1.1
19062024-12-19T00:20:02.634Z Compiling serde_urlencoded v0.7.1
19072024-12-19T00:20:03.187Z Compiling crossbeam-epoch v0.9.18
19082024-12-19T00:20:03.287Z Compiling hashbrown v0.14.5
19092024-12-19T00:20:03.919Z Compiling rustls-webpki v0.102.8
19102024-12-19T00:20:04.598Z Compiling rustls-pemfile v2.2.0
19112024-12-19T00:20:04.650Z Compiling dropshot_endpoint v0.12.0
19122024-12-19T00:20:05.096Z Compiling sha1 v0.10.6
19132024-12-19T00:20:05.527Z Compiling signature v2.2.0
19142024-12-19T00:20:05.771Z Compiling curve25519-dalek-derive v0.1.1
19152024-12-19T00:20:05.851Z Compiling thread_local v1.1.8
19162024-12-19T00:20:05.873Z Compiling fs-err v2.11.0
19172024-12-19T00:20:06.370Z Compiling winnow v0.6.20
19182024-12-19T00:20:07.247Z Compiling unicode-properties v0.1.3
19192024-12-19T00:20:07.666Z Compiling openssl-probe v0.1.5
19202024-12-19T00:20:07.990Z Compiling gimli v0.31.1
19212024-12-19T00:20:09.297Z Compiling ipnet v2.10.1
19222024-12-19T00:20:09.773Z Compiling anstyle v1.0.10
19232024-12-19T00:20:10.368Z Compiling utf8parse v0.2.2
19242024-12-19T00:20:10.552Z Compiling anstyle-parse v0.2.5
19252024-12-19T00:20:10.910Z Compiling toml_edit v0.22.22
19262024-12-19T00:20:11.882Z Compiling stringprep v0.1.5
19272024-12-19T00:20:12.909Z Compiling addr2line v0.24.2
19282024-12-19T00:20:13.592Z Compiling regress v0.10.1
19292024-12-19T00:20:13.758Z Compiling crossbeam-deque v0.8.5
19302024-12-19T00:20:14.121Z Compiling term v0.7.0
19312024-12-19T00:20:15.433Z Compiling slog-json v2.6.1
19322024-12-19T00:20:16.696Z Compiling crossbeam-channel v0.5.13
19332024-12-19T00:20:18.607Z Compiling idna v0.3.0
19342024-12-19T00:20:18.635Z Compiling idna v0.4.0
19352024-12-19T00:20:20.129Z Compiling futures-executor v0.3.31
19362024-12-19T00:20:20.150Z Compiling num-integer v0.1.46
19372024-12-19T00:20:20.634Z Compiling md-5 v0.10.6
19382024-12-19T00:20:20.895Z Compiling ff v0.13.0
19392024-12-19T00:20:20.916Z Compiling hash32 v0.2.1
19402024-12-19T00:20:21.157Z Compiling memmap v0.7.0
19412024-12-19T00:20:21.312Z Compiling is-terminal v0.4.13
19422024-12-19T00:20:21.469Z Compiling object v0.36.5
19432024-12-19T00:20:21.503Z Compiling rustc-demangle v0.1.24
19442024-12-19T00:20:22.110Z Compiling take_mut v0.2.2
19452024-12-19T00:20:22.282Z Compiling colorchoice v1.0.2
19462024-12-19T00:20:22.397Z Compiling psl-types v2.0.11
19472024-12-19T00:20:22.456Z Compiling quick-error v1.2.3
19482024-12-19T00:20:22.639Z Compiling fallible-iterator v0.2.0
19492024-12-19T00:20:22.646Z Compiling utf-8 v0.7.6
19502024-12-19T00:20:22.969Z Compiling heck v0.4.1
19512024-12-19T00:20:23.397Z Compiling anstyle-query v1.1.1
19522024-12-19T00:20:23.424Z Compiling is_terminal_polyfill v1.70.1
19532024-12-19T00:20:23.455Z Compiling linked-hash-map v0.5.6
19542024-12-19T00:20:23.564Z Compiling base16ct v0.2.0
19552024-12-19T00:20:23.567Z Compiling anstream v0.6.15
19562024-12-19T00:20:23.838Z Compiling lru-cache v0.1.2
19572024-12-19T00:20:23.858Z Compiling sec1 v0.7.3
19582024-12-19T00:20:24.043Z Compiling strum_macros v0.25.3
19592024-12-19T00:20:24.249Z Compiling publicsuffix v2.2.3
19602024-12-19T00:20:24.424Z Compiling postgres-protocol v0.6.7
19612024-12-19T00:20:24.526Z Compiling tungstenite v0.24.0
19622024-12-19T00:20:25.659Z Compiling resolv-conf v0.7.0
19632024-12-19T00:20:26.647Z Compiling slog-term v2.9.1
19642024-12-19T00:20:26.687Z Compiling usdt v0.5.0
19652024-12-19T00:20:27.580Z Compiling group v0.13.0
19662024-12-19T00:20:27.684Z Compiling num-iter v0.1.45
19672024-12-19T00:20:27.802Z Compiling futures v0.3.31
19682024-12-19T00:20:27.938Z Compiling tokio-rustls v0.26.0
19692024-12-19T00:20:28.368Z Compiling hickory-proto v0.24.1
19702024-12-19T00:20:28.979Z Compiling tokio-rustls v0.25.0
19712024-12-19T00:20:29.407Z Compiling backtrace v0.3.74
19722024-12-19T00:20:29.514Z Compiling typify-impl v0.2.0
19732024-12-19T00:20:30.492Z Compiling slog-bunyan v2.5.0
19742024-12-19T00:20:30.615Z Compiling toml v0.8.19
19752024-12-19T00:20:30.725Z Compiling tokio-native-tls v0.3.1
19762024-12-19T00:20:31.347Z Compiling phf_shared v0.11.2
19772024-12-19T00:20:31.703Z Compiling async-stream v0.3.6
19782024-12-19T00:20:32.001Z Compiling waitgroup v0.1.2
19792024-12-19T00:20:32.090Z Compiling webpki-roots v0.26.6
19802024-12-19T00:20:32.307Z Compiling idna v0.5.0
19812024-12-19T00:20:32.374Z Compiling terminal_size v0.4.0
19822024-12-19T00:20:32.435Z Compiling serde_path_to_error v0.1.16
19832024-12-19T00:20:33.261Z Compiling hkdf v0.12.4
19842024-12-19T00:20:33.294Z Compiling crypto-bigint v0.5.5
19852024-12-19T00:20:33.504Z Compiling derive-where v1.2.7
19862024-12-19T00:20:33.796Z Compiling serde_repr v0.1.19
19872024-12-19T00:20:34.939Z Compiling hostname v0.4.0
19882024-12-19T00:20:35.319Z Compiling crc32fast v1.4.2
19892024-12-19T00:20:36.201Z Compiling managed v0.8.0
19902024-12-19T00:20:36.519Z Compiling winnow v0.5.40
19912024-12-19T00:20:36.681Z Compiling bitflags v1.3.2
19922024-12-19T00:20:36.742Z Compiling unicode-width v0.1.14
19932024-12-19T00:20:37.473Z Compiling clap_lex v0.7.2
19942024-12-19T00:20:37.617Z Compiling debug-ignore v1.0.5
19952024-12-19T00:20:37.910Z Compiling clap_builder v4.5.21
19962024-12-19T00:20:38.030Z Compiling console v0.15.8
19972024-12-19T00:20:40.300Z Compiling toml_edit v0.19.15
19982024-12-19T00:20:40.908Z Compiling elliptic-curve v0.13.8
19992024-12-19T00:20:41.692Z Compiling typify-macro v0.2.0
20002024-12-19T00:20:42.280Z Compiling flate2 v1.0.34
20012024-12-19T00:20:44.963Z Compiling hickory-resolver v0.24.1
20022024-12-19T00:20:45.418Z Compiling cookie_store v0.21.0
20032024-12-19T00:20:46.349Z Compiling hyper-rustls v0.27.3
20042024-12-19T00:20:47.528Z Compiling phf v0.11.2
20052024-12-19T00:20:47.843Z Compiling hyper-tls v0.6.0
20062024-12-19T00:20:48.706Z Compiling signal-hook-mio v0.2.4
20072024-12-19T00:20:48.889Z Compiling rayon v1.10.0
20082024-12-19T00:20:49.061Z Compiling bzip2 v0.4.4
20092024-12-19T00:20:49.455Z Compiling tokio-tungstenite v0.24.0
20102024-12-19T00:20:49.731Z Compiling postgres-types v0.2.8
20112024-12-19T00:20:50.112Z Compiling ed25519 v2.2.3
20122024-12-19T00:20:50.177Z Compiling hubpack v0.1.2
20132024-12-19T00:20:50.277Z Compiling phf_shared v0.10.0
20142024-12-19T00:20:50.542Z Compiling pkcs1 v0.7.5
20152024-12-19T00:20:51.177Z Compiling zerocopy v0.6.6
20162024-12-19T00:20:51.536Z Compiling tokio-stream v0.1.16
20172024-12-19T00:20:52.066Z Compiling serde-big-array v0.5.1
20182024-12-19T00:20:52.328Z Compiling rfc6979 v0.4.0
20192024-12-19T00:20:52.539Z Compiling float-cmp v0.9.0
20202024-12-19T00:20:52.715Z Compiling sync_wrapper v1.0.1
20212024-12-19T00:20:52.889Z Compiling bstr v1.10.0
20222024-12-19T00:20:52.991Z Compiling predicates-core v1.0.8
20232024-12-19T00:20:53.123Z Compiling fixedbitset v0.4.2
20242024-12-19T00:20:53.330Z Compiling normalize-line-endings v0.3.0
20252024-12-19T00:20:53.514Z Compiling precomputed-hash v0.1.1
20262024-12-19T00:20:53.706Z Compiling bit-vec v0.6.3
20272024-12-19T00:20:53.754Z Compiling whoami v1.5.2
20282024-12-19T00:20:53.892Z Compiling new_debug_unreachable v1.0.6
20292024-12-19T00:20:53.956Z Compiling number_prefix v0.4.0
20302024-12-19T00:20:53.999Z Compiling unicode-width v0.2.0
20312024-12-19T00:20:54.149Z Compiling unicode-segmentation v1.12.0
20322024-12-19T00:20:54.201Z Compiling difflib v0.4.0
20332024-12-19T00:20:54.299Z Compiling static_assertions v1.1.0
20342024-12-19T00:20:54.540Z Compiling indicatif v0.17.9
20352024-12-19T00:20:54.627Z Compiling predicates v3.1.2
20362024-12-19T00:20:54.980Z Compiling similar v2.6.0
20372024-12-19T00:20:56.225Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20382024-12-19T00:20:56.421Z Compiling tokio-postgres v0.7.12
20392024-12-19T00:20:56.642Z Compiling bit-set v0.5.3
20402024-12-19T00:20:56.966Z Compiling string_cache v0.8.7
20412024-12-19T00:20:57.432Z Compiling petgraph v0.6.5
20422024-12-19T00:20:58.185Z Compiling reqwest v0.12.9
20432024-12-19T00:21:01.934Z Compiling qorb v0.2.1
20442024-12-19T00:21:02.479Z Compiling ecdsa v0.16.9
20452024-12-19T00:21:03.398Z Compiling rsa v0.9.6
20462024-12-19T00:21:03.497Z Compiling ed25519-dalek v2.1.1
20472024-12-19T00:21:03.828Z Compiling zip v0.6.6
20482024-12-19T00:21:04.080Z Compiling crossterm v0.28.1
20492024-12-19T00:21:04.618Z Compiling toml v0.7.8
20502024-12-19T00:21:05.077Z Compiling clap v4.5.21
20512024-12-19T00:21:07.627Z Compiling x509-cert v0.2.5
20522024-12-19T00:21:07.855Z Compiling hex v0.4.3
20532024-12-19T00:21:09.919Z Compiling itertools v0.10.5
20542024-12-19T00:21:12.277Z Compiling peg-runtime v0.8.3
20552024-12-19T00:21:12.625Z Compiling unicode-xid v0.2.6
20562024-12-19T00:21:13.305Z Compiling radium v0.7.0
20572024-12-19T00:21:14.169Z Compiling lalrpop-util v0.19.12
20582024-12-19T00:21:14.548Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20592024-12-19T00:21:30.943Z Compiling tap v1.0.1
20602024-12-19T00:21:31.151Z Compiling maybe-uninit v2.0.0
20612024-12-19T00:21:31.636Z Compiling ident_case v1.0.1
20622024-12-19T00:21:31.831Z Compiling darling_core v0.20.10
20632024-12-19T00:21:32.016Z Compiling wyz v0.5.1
20642024-12-19T00:21:43.747Z Compiling typify v0.2.0
20652024-12-19T00:21:48.136Z Compiling unsafe-libyaml v0.2.11
20662024-12-19T00:21:48.646Z Compiling packed_struct v0.10.1
20672024-12-19T00:21:49.056Z Compiling funty v2.0.0
20682024-12-19T00:21:49.458Z Compiling serde_yaml v0.9.34+deprecated
20692024-12-19T00:21:50.658Z Compiling bitvec v1.0.1
20702024-12-19T00:21:53.415Z Compiling progenitor-impl v0.8.0
20712024-12-19T00:21:55.419Z Compiling darling_macro v0.20.10
20722024-12-19T00:21:56.687Z Compiling packed_struct_codegen v0.10.1
20732024-12-19T00:21:58.792Z Compiling structmeta-derive v0.3.0
20742024-12-19T00:21:59.240Z Compiling indexmap v1.9.3
20752024-12-19T00:22:00.337Z Compiling fastrand v2.1.1
20762024-12-19T00:22:00.381Z Compiling newtype-uuid v1.1.3
20772024-12-19T00:22:00.689Z Compiling nodrop v0.1.14
20782024-12-19T00:22:00.707Z Compiling crc-catalog v2.4.0
20792024-12-19T00:22:00.867Z Compiling crc v3.2.1
20802024-12-19T00:22:01.030Z Compiling array-init v0.0.4
20812024-12-19T00:22:01.454Z Compiling structmeta v0.3.0
20822024-12-19T00:22:02.282Z Compiling tempfile v3.13.0
20832024-12-19T00:22:02.354Z Compiling progenitor-macro v0.8.0
20842024-12-19T00:22:08.974Z Compiling darling v0.20.10
20852024-12-19T00:22:09.112Z Compiling smallvec v0.6.14
20862024-12-19T00:22:15.764Z Compiling progenitor-client v0.8.0
20872024-12-19T00:22:18.339Z Compiling pin-project-internal v1.1.6
20882024-12-19T00:22:18.461Z Compiling dropshot v0.13.0
20892024-12-19T00:22:18.773Z Compiling hashbrown v0.12.3
20902024-12-19T00:22:18.839Z Compiling bitfield v0.14.0
20912024-12-19T00:22:21.975Z Compiling termcolor v1.4.1
20922024-12-19T00:22:22.096Z Compiling same-file v1.0.6
20932024-12-19T00:22:23.084Z Compiling base64 v0.21.7
20942024-12-19T00:22:23.491Z Compiling env_logger v0.10.2
20952024-12-19T00:22:24.263Z Compiling ron v0.8.1
20962024-12-19T00:22:24.584Z Compiling walkdir v2.5.0
20972024-12-19T00:22:32.611Z Compiling pin-project v1.1.6
20982024-12-19T00:22:34.228Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20992024-12-19T00:22:37.372Z Compiling progenitor v0.8.0
21002024-12-19T00:22:38.373Z Compiling serde-hex v0.1.0
21012024-12-19T00:22:39.107Z Compiling serde_with_macros v3.11.0
21022024-12-19T00:22:40.820Z Compiling parse-display-derive v0.10.0
21032024-12-19T00:22:41.758Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21042024-12-19T00:22:43.820Z Compiling strum_macros v0.26.4
21052024-12-19T00:22:44.971Z Compiling hashbrown v0.13.2
21062024-12-19T00:22:45.326Z Compiling ipnetwork v0.20.0
21072024-12-19T00:22:46.012Z Compiling xattr v1.3.1
21082024-12-19T00:22:46.358Z Compiling dropshot_endpoint v0.13.0
21092024-12-19T00:22:46.438Z Compiling snafu-derive v0.8.5
21102024-12-19T00:22:47.027Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21112024-12-19T00:22:47.790Z Compiling blake3 v1.5.4
21122024-12-19T00:22:48.303Z Compiling ring v0.16.20
21132024-12-19T00:22:48.423Z Compiling filetime v0.2.25
21142024-12-19T00:22:48.442Z Compiling instant v0.1.13
21152024-12-19T00:22:48.805Z Compiling buf-list v1.0.3
21162024-12-19T00:22:49.072Z Compiling lockfree-object-pool v0.1.6
21172024-12-19T00:22:49.352Z Compiling crc-any v2.5.0
21182024-12-19T00:22:49.395Z Compiling bumpalo v3.16.0
21192024-12-19T00:22:49.415Z Compiling zip v2.1.3
21202024-12-19T00:22:49.742Z Compiling simd-adler32 v0.3.7
21212024-12-19T00:22:50.006Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21222024-12-19T00:22:50.296Z Compiling zopfli v0.8.1
21232024-12-19T00:22:50.879Z Compiling tar v0.4.42
21242024-12-19T00:22:51.205Z Compiling snafu v0.8.5
21252024-12-19T00:22:52.517Z Compiling backoff v0.4.0
21262024-12-19T00:22:53.570Z Compiling strum v0.26.3
21272024-12-19T00:22:53.789Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21282024-12-19T00:22:54.022Z Compiling object v0.30.4
21292024-12-19T00:22:54.454Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21302024-12-19T00:22:56.621Z Compiling parse-display v0.10.0
21312024-12-19T00:22:56.828Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21322024-12-19T00:22:58.189Z Compiling serde_with v3.11.0
21332024-12-19T00:22:58.435Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21342024-12-19T00:22:58.583Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21352024-12-19T00:22:59.044Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21362024-12-19T00:22:59.342Z Compiling camino-tempfile v1.1.1
21372024-12-19T00:23:00.135Z Compiling globset v0.4.15
21382024-12-19T00:23:02.590Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21392024-12-19T00:23:02.807Z Compiling regress v0.9.1
21402024-12-19T00:23:05.398Z Compiling pem v3.0.4
21412024-12-19T00:23:06.909Z Compiling olpc-cjson v0.1.4
21422024-12-19T00:23:07.265Z Compiling serde_plain v1.0.2
21432024-12-19T00:23:07.311Z Compiling macaddr v1.0.1
21442024-12-19T00:23:07.795Z Compiling async-recursion v1.1.1
21452024-12-19T00:23:07.818Z Compiling memmap2 v0.9.5
21462024-12-19T00:23:07.871Z Compiling path-slash v0.1.5
21472024-12-19T00:23:07.978Z Compiling constant_time_eq v0.3.1
21482024-12-19T00:23:08.126Z Compiling spin v0.5.2
21492024-12-19T00:23:08.181Z Compiling arrayref v0.3.9
21502024-12-19T00:23:08.308Z Compiling arrayvec v0.7.6
21512024-12-19T00:23:08.397Z Compiling typed-path v0.9.3
21522024-12-19T00:23:08.832Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21532024-12-19T00:23:09.296Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21542024-12-19T00:23:11.524Z Compiling tough v0.19.0
21552024-12-19T00:23:15.886Z Compiling itertools v0.13.0
21562024-12-19T00:23:15.921Z Compiling cargo-platform v0.1.8
21572024-12-19T00:23:16.593Z Compiling parse-size v1.1.0
21582024-12-19T00:23:16.921Z Compiling topological-sort v0.2.2
21592024-12-19T00:23:17.067Z Compiling cargo_metadata v0.18.1
21602024-12-19T00:23:17.219Z Compiling omicron-zone-package v0.11.1
21612024-12-19T00:23:18.194Z Compiling shell-words v1.1.0
21622024-12-19T00:23:23.116Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21632024-12-19T00:23:36.345Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21642024-12-19T00:23:51.604Z Finished `release` profile [optimized] target(s) in 5m 59s
21652024-12-19T00:23:51.772Z Running `target/release/omicron-releng --output-dir /work`
21662024-12-19T00:23:51.825ZDec 19 00:23:51.449 DEBG changing working directory to /work/oxidecomputer/omicron
21672024-12-19T00:23:51.926ZDec 19 00:23:51.553 DEBG running: git rev-parse HEAD
21682024-12-19T00:23:51.933ZDec 19 00:23:51.560 DEBG process exited with exit status: 0 (6.728651ms)
21692024-12-19T00:23:51.933ZDec 19 00:23:51.560 INFO version: 12.0.0-0.ci+gitb1dfbe7616c
21702024-12-19T00:23:51.977ZDec 19 00:23:51.605 INFO cloning helios to /work/oxidecomputer/helios
21712024-12-19T00:23:51.977ZDec 19 00:23:51.605 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21722024-12-19T00:23:51.983ZCloning into '/work/oxidecomputer/helios'...
21732024-12-19T00:23:52.611ZDec 19 00:23:52.239 DEBG process exited with exit status: 0 (633.85466ms)
21742024-12-19T00:23:52.611ZDec 19 00:23:52.239 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21752024-12-19T00:23:52.619Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21762024-12-19T00:23:52.619Z# branch.head master
21772024-12-19T00:23:52.619Z# branch.upstream origin/master
21782024-12-19T00:23:52.619Z# branch.ab +0 -0
21792024-12-19T00:23:52.622ZDec 19 00:23:52.247 DEBG process exited with exit status: 0 (8.093946ms)
21802024-12-19T00:23:52.622ZDec 19 00:23:52.247 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21812024-12-19T00:23:53.530ZDec 19 00:23:53.156 DEBG process exited with exit status: 0 (909.015634ms)
21822024-12-19T00:23:53.530ZDec 19 00:23:53.156 DEBG running: zfs list rpool/images/build/host
21832024-12-19T00:23:53.548ZNAME USED AVAIL REFER MOUNTPOINT
21842024-12-19T00:23:53.548Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21852024-12-19T00:23:53.560ZDec 19 00:23:53.164 DEBG process exited with exit status: 0 (7.541865ms)
21862024-12-19T00:23:53.560ZDec 19 00:23:53.164 DEBG running: zfs list rpool/images/build/recovery
21872024-12-19T00:23:53.560ZNAME USED AVAIL REFER MOUNTPOINT
21882024-12-19T00:23:53.561Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21892024-12-19T00:23:53.561ZDec 19 00:23:53.170 DEBG process exited with exit status: 0 (6.75082ms)
21902024-12-19T00:23:53.561ZDec 19 00:23:53.171 INFO [hubris-staging] running task
21912024-12-19T00:23:53.561ZDec 19 00:23:53.172 INFO [hubris-production] running task
21922024-12-19T00:23:53.561ZDec 19 00:23:53.172 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21932024-12-19T00:23:53.561ZDec 19 00:23:53.175 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21942024-12-19T00:23:53.624Z[ helios-setup] cd tools/helios-build && cargo build --quiet
21952024-12-19T00:23:54.034Z[ omicron-package] Blocking waiting for file lock on package cache
21962024-12-19T00:23:54.606Z[ omicron-package] Blocking waiting for file lock on package cache
21972024-12-19T00:23:54.875Z[ omicron-package] Blocking waiting for file lock on package cache
21982024-12-19T00:23:55.431ZDec 19 00:23:55.058 INFO [hubris-production] task succeeded (1.886238724s)
21992024-12-19T00:23:55.659Z[ omicron-package] Compiling zerocopy v0.8.10
22002024-12-19T00:23:55.659Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22012024-12-19T00:23:55.677Z[ omicron-package] Compiling itertools v0.13.0
22022024-12-19T00:23:55.677Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22032024-12-19T00:23:55.677Z[ omicron-package] Compiling heapless v0.8.0
22042024-12-19T00:23:55.677Z[ omicron-package] Compiling hash32 v0.3.1
22052024-12-19T00:23:55.677Z[ omicron-package] Compiling smoltcp v0.11.0
22062024-12-19T00:23:55.677Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22072024-12-19T00:23:56.939Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22082024-12-19T00:23:57.049Z[ omicron-package] Compiling num_enum_derive v0.5.11
22092024-12-19T00:23:57.545Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22102024-12-19T00:23:57.715Z[ omicron-package] Compiling cobs v0.2.3
22112024-12-19T00:23:58.100Z[ omicron-package] Compiling postcard v1.0.10
22122024-12-19T00:23:58.233Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22132024-12-19T00:23:58.604Z[ omicron-package] Compiling proc-macro-error v1.0.4
22142024-12-19T00:23:58.776Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22152024-12-19T00:23:59.424Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22162024-12-19T00:23:59.509Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22172024-12-19T00:24:00.649Z[ omicron-package] Compiling tabwriter v1.4.0
22182024-12-19T00:24:00.800Z[ omicron-package] Compiling foreign-types v0.5.0
22192024-12-19T00:24:01.281Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22202024-12-19T00:24:01.367Z[ omicron-package] Compiling num_enum v0.5.11
22212024-12-19T00:24:01.623Z[ omicron-package] Compiling cstr-argument v0.1.2
22222024-12-19T00:24:01.867Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22232024-12-19T00:24:02.207Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22242024-12-19T00:24:02.336Z[ omicron-package] Compiling pretty-hex v0.2.1
22252024-12-19T00:24:02.454Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22262024-12-19T00:24:03.014Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22272024-12-19T00:24:03.280Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22282024-12-19T00:24:03.283Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22292024-12-19T00:24:03.575Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302024-12-19T00:24:03.711Z[ omicron-package] Compiling colored v2.1.0
22312024-12-19T00:24:03.802Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22322024-12-19T00:24:04.422Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22332024-12-19T00:24:04.546Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22342024-12-19T00:24:05.300Z[ omicron-package] Compiling num-derive v0.4.2
22352024-12-19T00:24:05.575Z[ omicron-package] Compiling sigpipe v0.1.3
22362024-12-19T00:24:06.129Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22372024-12-19T00:24:06.449Z[ omicron-package] Compiling libefi-sys v0.1.0
22382024-12-19T00:24:07.046Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22392024-12-19T00:24:07.559Z[ omicron-package] Compiling zone v0.3.0
22402024-12-19T00:24:07.669ZDec 19 00:24:07.295 INFO [hubris-staging] task succeeded (14.123797857s)
22412024-12-19T00:24:07.783Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22422024-12-19T00:24:09.111Z[ omicron-package] Compiling smf v0.2.3
22432024-12-19T00:24:09.865Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22442024-12-19T00:24:10.101Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
22452024-12-19T00:24:10.994Z[ omicron-package] Compiling bitfield-struct v0.6.2
22462024-12-19T00:24:12.672Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22472024-12-19T00:24:13.221Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22482024-12-19T00:24:13.317Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22492024-12-19T00:24:13.483Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22502024-12-19T00:24:13.570Z[ omicron-package] Compiling gethostname v0.5.0
22512024-12-19T00:24:14.235Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22522024-12-19T00:24:14.907Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22532024-12-19T00:24:15.772Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22542024-12-19T00:24:17.776Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22552024-12-19T00:24:19.192Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22562024-12-19T00:24:20.658Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22572024-12-19T00:24:23.714Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22582024-12-19T00:24:24.364Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22592024-12-19T00:24:26.152Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22602024-12-19T00:24:35.341Z[ helios-setup] Dec 19 00:24:34.966 INFO helios repository root is: /work/oxidecomputer/helios
22612024-12-19T00:24:35.344Z[ helios-setup] Dec 19 00:24:34.969 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22622024-12-19T00:24:35.344Z[ helios-setup] Dec 19 00:24:34.969 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22632024-12-19T00:24:35.344Z[ helios-setup] Dec 19 00:24:34.969 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
22642024-12-19T00:24:35.344Z[ helios-setup] Dec 19 00:24:34.969 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22652024-12-19T00:24:35.349Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22662024-12-19T00:24:36.003Z[ helios-setup] Dec 19 00:24:35.628 INFO clone ok!, project: image-builder
22672024-12-19T00:24:36.005Z[ helios-setup] Dec 19 00:24:35.628 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
22682024-12-19T00:24:36.005Z[ helios-setup] Dec 19 00:24:35.628 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22692024-12-19T00:24:36.008Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22702024-12-19T00:24:36.994Z[ helios-setup] Dec 19 00:24:36.619 INFO clone ok!, project: chelsio-t6-roms
22712024-12-19T00:24:36.998Z[ helios-setup] Dec 19 00:24:36.619 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
22722024-12-19T00:24:36.998Z[ helios-setup] Dec 19 00:24:36.619 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22732024-12-19T00:24:37.001Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22742024-12-19T00:24:44.626Z[ helios-setup] Dec 19 00:24:44.246 INFO clone ok!, project: amd-firmware
22752024-12-19T00:24:44.626Z[ helios-setup] Dec 19 00:24:44.247 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
22762024-12-19T00:24:44.630Z[ helios-setup] Dec 19 00:24:44.247 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22772024-12-19T00:24:44.630Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22782024-12-19T00:24:44.947Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.38s
22792024-12-19T00:24:45.189Z[ omicron-package]
22802024-12-19T00:24:45.192Z[ omicron-package] real 51.590707702
22812024-12-19T00:24:45.192Z[ omicron-package] user 2:56.950007001
22822024-12-19T00:24:45.192Z[ omicron-package] sys 25.634595285
22832024-12-19T00:24:45.192Z[ omicron-package] trap 0.268076563
22842024-12-19T00:24:45.192Z[ omicron-package] tflt 0.724396055
22852024-12-19T00:24:45.192Z[ omicron-package] dflt 0.956515620
22862024-12-19T00:24:45.192Z[ omicron-package] kflt 0.018383912
22872024-12-19T00:24:45.192Z[ omicron-package] lock 5:41.083612988
22882024-12-19T00:24:45.192Z[ omicron-package] slp 9:57.322311273
22892024-12-19T00:24:45.192Z[ omicron-package] lat 1:36.354508315
22902024-12-19T00:24:45.192Z[ omicron-package] stop 59.825442886
22912024-12-19T00:24:45.192ZDec 19 00:24:44.815 INFO [omicron-package] process exited with exit status: 0 (51.640116943s)
22922024-12-19T00:24:45.192ZDec 19 00:24:44.816 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
22932024-12-19T00:24:45.271ZDec 19 00:24:44.896 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
22942024-12-19T00:24:45.282Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
22952024-12-19T00:24:45.285Z[ host-target] Created new build target 'host' and set it as active
22962024-12-19T00:24:45.285ZDec 19 00:24:44.910 INFO [host-target] process exited with exit status: 0 (94.509868ms)
22972024-12-19T00:24:45.288ZDec 19 00:24:44.911 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
22982024-12-19T00:24:45.294Z[ recovery-target] Created new build target 'recovery' and set it as active
22992024-12-19T00:24:45.294Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23002024-12-19T00:24:45.299ZDec 19 00:24:44.923 INFO [recovery-target] process exited with exit status: 0 (27.116478ms)
23012024-12-19T00:24:45.307Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23022024-12-19T00:24:46.205Z[ helios-setup] Dec 19 00:24:45.828 INFO clone ok!, project: phbl
23032024-12-19T00:24:46.209Z[ helios-setup] Dec 19 00:24:45.828 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
23042024-12-19T00:24:46.209Z[ helios-setup] Dec 19 00:24:45.828 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23052024-12-19T00:24:46.209Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23062024-12-19T00:24:46.590Z[ host-package] Compiling convert_case v0.4.0
23072024-12-19T00:24:46.593Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23082024-12-19T00:24:46.593Z[ host-package] Compiling newline-converter v0.3.0
23092024-12-19T00:24:46.593Z[ host-package] Compiling password-hash v0.5.0
23102024-12-19T00:24:46.593Z[ host-package] Compiling progenitor-client v0.8.0
23112024-12-19T00:24:46.593Z[ host-package] Compiling blake2 v0.10.6
23122024-12-19T00:24:46.683Z[ helios-setup] Dec 19 00:24:46.308 INFO clone ok!, project: pinprick
23132024-12-19T00:24:46.686Z[ helios-setup] Dec 19 00:24:46.308 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
23142024-12-19T00:24:46.686Z[ helios-setup] Dec 19 00:24:46.308 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23152024-12-19T00:24:46.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23162024-12-19T00:24:46.731Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23172024-12-19T00:24:46.805Z[ host-package] Compiling atomicwrites v0.4.4
23182024-12-19T00:24:47.017Z[ host-package] Compiling expectorate v1.1.0
23192024-12-19T00:24:47.045Z[ host-package] Compiling cancel-safe-futures v0.1.5
23202024-12-19T00:24:47.212Z[ host-package] Compiling progenitor v0.8.0
23212024-12-19T00:24:47.236Z[ host-package] Compiling owo-colors v4.1.0
23222024-12-19T00:24:47.392Z[ host-package] Compiling argon2 v0.5.3
23232024-12-19T00:24:47.479Z[ host-package] Compiling num-rational v0.4.2
23242024-12-19T00:24:47.510Z[ host-package] Compiling derive_more v0.99.18
23252024-12-19T00:24:47.536Z[ host-package] Compiling num-complex v0.4.6
23262024-12-19T00:24:47.634Z[ helios-setup] Dec 19 00:24:47.259 INFO clone ok!, project: pilot
23272024-12-19T00:24:47.637Z[ helios-setup] Dec 19 00:24:47.260 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23282024-12-19T00:24:47.637Z[ helios-setup] Dec 19 00:24:47.260 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
23292024-12-19T00:24:47.637Z[ helios-setup] Dec 19 00:24:47.260 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23302024-12-19T00:24:47.640Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23312024-12-19T00:24:48.015Z[ host-package] Compiling libsw v3.3.1
23322024-12-19T00:24:48.362Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23332024-12-19T00:24:48.430Z[ host-package] Compiling indent_write v2.2.0
23342024-12-19T00:24:48.443Z[ helios-setup] Dec 19 00:24:48.067 INFO clone ok!, project: bootserver
23352024-12-19T00:24:48.446Z[ helios-setup] Dec 19 00:24:48.068 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
23362024-12-19T00:24:48.446Z[ helios-setup] Dec 19 00:24:48.068 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
23372024-12-19T00:24:48.449Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23382024-12-19T00:24:48.739Z[ host-package] Compiling num v0.4.3
23392024-12-19T00:24:48.870Z[ host-package] Compiling linear-map v1.2.0
23402024-12-19T00:24:48.935Z[ host-package] Compiling float-ord v0.3.2
23412024-12-19T00:24:48.998Z[ host-package] Compiling swrite v0.1.0
23422024-12-19T00:24:49.021Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23432024-12-19T00:24:49.115Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23442024-12-19T00:24:49.149Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23452024-12-19T00:24:49.333Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23462024-12-19T00:24:49.727Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23472024-12-19T00:24:49.743Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23482024-12-19T00:24:49.890Z[ host-package] Compiling highway v1.2.0
23492024-12-19T00:24:50.014Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23502024-12-19T00:24:50.660Z[ host-package] Compiling semver v0.1.20
23512024-12-19T00:24:51.272Z[ host-package] Compiling rustc_version v0.1.7
23522024-12-19T00:24:51.373Z[ host-package] Compiling newtype-uuid v1.1.3
23532024-12-19T00:24:51.733Z[ host-package] Compiling newtype_derive v0.1.6
23542024-12-19T00:24:51.757Z[ host-package] Compiling dropshot v0.13.0
23552024-12-19T00:24:51.838Z[ host-package] Compiling ipnetwork v0.20.0
23562024-12-19T00:24:52.209Z[ host-package] Compiling instant v0.1.13
23572024-12-19T00:24:52.397Z[ host-package] Compiling humantime v2.1.0
23582024-12-19T00:24:52.710Z[ host-package] Compiling backoff v0.4.0
23592024-12-19T00:24:53.139Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23602024-12-19T00:24:53.789Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23612024-12-19T00:24:54.446Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23622024-12-19T00:24:57.414Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23632024-12-19T00:24:57.872Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23642024-12-19T00:24:58.524Z[ host-package] Compiling parse-display v0.10.0
23652024-12-19T00:24:59.126Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23662024-12-19T00:24:59.267Z[ host-package] Compiling strum v0.26.3
23672024-12-19T00:24:59.391Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23682024-12-19T00:24:59.396Z[ host-package] Compiling serde_with v3.11.0
23692024-12-19T00:24:59.406Z[ helios-setup] Dec 19 00:24:59.029 INFO clone ok!, project: amd-host-image-builder
23702024-12-19T00:24:59.410Z[ helios-setup] Dec 19 00:24:59.029 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23712024-12-19T00:24:59.543Z[ host-package] Compiling regress v0.9.1
23722024-12-19T00:25:00.476Z[ helios-setup] Dec 19 00:25:00.098 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23732024-12-19T00:25:01.111Z[ helios-setup] Dec 19 00:25:00.683 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23742024-12-19T00:25:01.111Z[ helios-setup] Dec 19 00:25:00.684 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23752024-12-19T00:25:01.716Z[ helios-setup] Dec 19 00:25:01.337 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23762024-12-19T00:25:02.385Z[ helios-setup] Dec 19 00:25:01.956 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23772024-12-19T00:25:02.385Z[ helios-setup] Dec 19 00:25:01.956 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23782024-12-19T00:25:02.915Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23792024-12-19T00:25:02.933Z[ helios-setup] Dec 19 00:25:02.523 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23802024-12-19T00:25:03.447Z[ helios-setup] Dec 19 00:25:03.071 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23812024-12-19T00:25:03.447Z[ helios-setup] Dec 19 00:25:03.071 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23822024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.071 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23832024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO ok!
23842024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23852024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23862024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO ok!
23872024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23882024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23892024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO ok!
23902024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23912024-12-19T00:25:03.450Z[ helios-setup] Dec 19 00:25:03.072 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23922024-12-19T00:25:03.907Z[ helios-setup] Dec 19 00:25:03.531 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
23932024-12-19T00:25:04.464Z[ helios-setup] Dec 19 00:25:04.073 INFO E| From https://github.com/jclulow/rust-jmclib
23942024-12-19T00:25:04.464Z[ helios-setup] Dec 19 00:25:04.073 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
23952024-12-19T00:25:04.480Z[ helios-setup] Dec 19 00:25:04.093 INFO E| Updating crates.io index
23962024-12-19T00:25:04.657Z[ host-package] Compiling macaddr v1.0.1
23972024-12-19T00:25:04.713Z[ helios-setup] Dec 19 00:25:04.308 INFO E| Downloading crates ...
23982024-12-19T00:25:04.814Z[ host-package] Compiling slog-dtrace v0.3.0
23992024-12-19T00:25:04.902Z[ helios-setup] Dec 19 00:25:04.510 INFO E| Downloaded sha-1 v0.9.8
24002024-12-19T00:25:04.930Z[ helios-setup] Dec 19 00:25:04.513 INFO E| Downloaded errno v0.3.1
24012024-12-19T00:25:04.930Z[ helios-setup] Dec 19 00:25:04.516 INFO E| Downloaded opaque-debug v0.3.0
24022024-12-19T00:25:04.930Z[ helios-setup] Dec 19 00:25:04.517 INFO E| Downloaded libdevinfo-sys v1.0.0
24032024-12-19T00:25:04.930Z[ helios-setup] Dec 19 00:25:04.519 INFO E| Downloaded block-buffer v0.9.0
24042024-12-19T00:25:04.930Z[ helios-setup] Dec 19 00:25:04.520 INFO E| Downloaded unicode-width v0.1.10
24052024-12-19T00:25:04.930Z[ helios-setup] Dec 19 00:25:04.522 INFO E| Downloaded itoa v1.0.9
24062024-12-19T00:25:04.930Z[ helios-setup] Dec 19 00:25:04.525 INFO E| Downloaded fastrand v2.0.0
24072024-12-19T00:25:04.931Z[ helios-setup] Dec 19 00:25:04.528 INFO E| Downloaded getrandom v0.2.10
24082024-12-19T00:25:05.060Z[ helios-setup] Dec 19 00:25:04.534 INFO E| Downloaded md-5 v0.9.1
24092024-12-19T00:25:05.060Z[ helios-setup] Dec 19 00:25:04.537 INFO E| Downloaded tempfile v3.7.0
24102024-12-19T00:25:05.060Z[ helios-setup] Dec 19 00:25:04.541 INFO E| Downloaded once_cell v1.18.0
24112024-12-19T00:25:05.060Z[ helios-setup] Dec 19 00:25:04.545 INFO E| Downloaded walkdir v2.3.3
24122024-12-19T00:25:05.061Z[ helios-setup] Dec 19 00:25:04.549 INFO E| Downloaded serde_derive v1.0.193
24132024-12-19T00:25:05.061Z[ helios-setup] Dec 19 00:25:04.553 INFO E| Downloaded unicode-ident v1.0.11
24142024-12-19T00:25:05.061Z[ helios-setup] Dec 19 00:25:04.558 INFO E| Downloaded typenum v1.16.0
24152024-12-19T00:25:05.061Z[ helios-setup] Dec 19 00:25:04.563 INFO E| Downloaded toml v0.5.11
24162024-12-19T00:25:05.061Z[ helios-setup] Dec 19 00:25:04.567 INFO E| Downloaded ryu v1.0.15
24172024-12-19T00:25:05.061Z[ helios-setup] Dec 19 00:25:04.572 INFO E| Downloaded serde v1.0.193
24182024-12-19T00:25:05.300Z[ helios-setup] Dec 19 00:25:04.578 INFO E| Downloaded quote v1.0.31
24192024-12-19T00:25:05.300Z[ helios-setup] Dec 19 00:25:04.582 INFO E| Downloaded serde_json v1.0.103
24202024-12-19T00:25:05.300Z[ helios-setup] Dec 19 00:25:04.594 INFO E| Downloaded proc-macro2 v1.0.66
24212024-12-19T00:25:05.300Z[ helios-setup] Dec 19 00:25:04.598 INFO E| Downloaded cpufeatures v0.2.9
24222024-12-19T00:25:05.300Z[ helios-setup] Dec 19 00:25:04.600 INFO E| Downloaded anyhow v1.0.72
24232024-12-19T00:25:05.301Z[ helios-setup] Dec 19 00:25:04.606 INFO E| Downloaded syn v2.0.32
24242024-12-19T00:25:05.301Z[ helios-setup] Dec 19 00:25:04.622 INFO E| Downloaded uuid v0.8.2
24252024-12-19T00:25:05.301Z[ helios-setup] Dec 19 00:25:04.627 INFO E| Downloaded digest v0.9.0
24262024-12-19T00:25:05.301Z[ helios-setup] Dec 19 00:25:04.629 INFO E| Downloaded bitflags v2.3.3
24272024-12-19T00:25:05.301Z[ helios-setup] Dec 19 00:25:04.644 INFO E| Downloaded rustix v0.38.4
24282024-12-19T00:25:05.301Z[ helios-setup] Dec 19 00:25:04.702 INFO E| Downloaded libc v0.2.147
24292024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling libc v0.2.147
24302024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling proc-macro2 v1.0.66
24312024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling unicode-ident v1.0.11
24322024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling cfg-if v1.0.0
24332024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling version_check v0.9.4
24342024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling typenum v1.16.0
24352024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling serde v1.0.193
24362024-12-19T00:25:05.572Z[ helios-setup] Dec 19 00:25:04.814 INFO E| Compiling num-conv v0.1.0
24372024-12-19T00:25:05.572Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24382024-12-19T00:25:05.572Z[ host-package] Compiling steno v0.4.1
24392024-12-19T00:25:05.740Z[ helios-setup] Dec 19 00:25:05.176 INFO E| Compiling time-core v0.1.2
24402024-12-19T00:25:05.944Z[ helios-setup] Dec 19 00:25:05.417 INFO E| Compiling rustix v0.38.4
24412024-12-19T00:25:06.050Z[ helios-setup] Dec 19 00:25:05.597 INFO E| Compiling itoa v1.0.9
24422024-12-19T00:25:06.307Z[ host-package] Compiling prettyplease v0.2.25
24432024-12-19T00:25:06.494Z[ helios-setup] Dec 19 00:25:05.955 INFO E| Compiling slog v2.7.0
24442024-12-19T00:25:06.585Z[ helios-setup] Dec 19 00:25:06.145 INFO E| Compiling powerfmt v0.2.0
24452024-12-19T00:25:06.729Z[ helios-setup] Dec 19 00:25:06.339 INFO E| Compiling generic-array v0.14.7
24462024-12-19T00:25:06.953Z[ helios-setup] Dec 19 00:25:06.546 INFO E| Compiling time-macros v0.2.18
24472024-12-19T00:25:07.333Z[ helios-setup] Dec 19 00:25:06.955 INFO E| Compiling deranged v0.3.11
24482024-12-19T00:25:07.397Z[ helios-setup] Dec 19 00:25:07.019 INFO E| Compiling once_cell v1.18.0
24492024-12-19T00:25:07.585Z[ helios-setup] Dec 19 00:25:07.204 INFO E| Compiling num_threads v0.1.6
24502024-12-19T00:25:07.805Z[ helios-setup] Dec 19 00:25:07.429 INFO E| Compiling bitflags v2.3.3
24512024-12-19T00:25:07.896Z[ host-package] Compiling tungstenite v0.21.0
24522024-12-19T00:25:07.981Z[ helios-setup] Dec 19 00:25:07.605 INFO E| Compiling quote v1.0.31
24532024-12-19T00:25:08.522Z[ helios-setup] Dec 19 00:25:08.146 INFO E| Compiling thread_local v1.1.7
24542024-12-19T00:25:08.953Z[ host-package] Compiling display-error-chain v0.2.2
24552024-12-19T00:25:09.117Z[ helios-setup] Dec 19 00:25:08.741 INFO E| Compiling syn v2.0.32
24562024-12-19T00:25:09.534Z[ helios-setup] Dec 19 00:25:09.154 INFO E| Compiling anyhow v1.0.72
24572024-12-19T00:25:09.617Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24582024-12-19T00:25:09.770Z[ helios-setup] Dec 19 00:25:09.394 INFO E| Compiling dirs-sys-next v0.1.2
24592024-12-19T00:25:10.361Z[ helios-setup] Dec 19 00:25:09.985 INFO E| Compiling dirs-next v2.0.0
24602024-12-19T00:25:10.669Z[ helios-setup] Dec 19 00:25:10.293 INFO E| Compiling errno v0.3.1
24612024-12-19T00:25:11.102Z[ helios-setup] Dec 19 00:25:10.709 INFO E| Compiling term v0.7.0
24622024-12-19T00:25:11.193Z[ helios-setup] Dec 19 00:25:10.816 INFO E| Compiling atty v0.2.14
24632024-12-19T00:25:11.364Z[ helios-setup] Dec 19 00:25:10.988 INFO E| Compiling opaque-debug v0.3.0
24642024-12-19T00:25:11.446Z[ helios-setup] Dec 19 00:25:11.070 INFO E| Compiling fastrand v2.0.0
24652024-12-19T00:25:11.467Z[ helios-setup] Dec 19 00:25:11.076 INFO E| Compiling serde_json v1.0.103
24662024-12-19T00:25:12.240Z[ helios-setup] Dec 19 00:25:11.864 INFO E| Compiling block-buffer v0.9.0
24672024-12-19T00:25:12.381Z[ helios-setup] Dec 19 00:25:12.005 INFO E| Compiling digest v0.9.0
24682024-12-19T00:25:12.465Z[ helios-setup] Dec 19 00:25:12.089 INFO E| Compiling time v0.3.36
24692024-12-19T00:25:12.537Z[ helios-setup] Dec 19 00:25:12.162 INFO E| Compiling getrandom v0.2.10
24702024-12-19T00:25:12.724Z[ helios-setup] Dec 19 00:25:12.346 INFO E| Compiling cpufeatures v0.2.9
24712024-12-19T00:25:12.786Z[ helios-setup] Dec 19 00:25:12.407 INFO E| Compiling unicode-width v0.1.10
24722024-12-19T00:25:12.820Z[ helios-setup] Dec 19 00:25:12.443 INFO E| Compiling same-file v1.0.6
24732024-12-19T00:25:13.072Z[ helios-setup] Dec 19 00:25:12.696 INFO E| Compiling ryu v1.0.15
24742024-12-19T00:25:13.072Z[ helios-setup] Dec 19 00:25:12.697 INFO E| Compiling walkdir v2.3.3
24752024-12-19T00:25:13.501Z[ helios-setup] Dec 19 00:25:13.125 INFO E| Compiling getopts v0.2.21
24762024-12-19T00:25:13.562Z[ helios-setup] Dec 19 00:25:13.184 INFO E| Compiling sha-1 v0.9.8
24772024-12-19T00:25:13.848Z[ helios-setup] Dec 19 00:25:13.472 INFO E| Compiling md-5 v0.9.1
24782024-12-19T00:25:14.037Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24792024-12-19T00:25:14.590Z[ helios-setup] Dec 19 00:25:14.214 INFO E| Compiling tempfile v3.7.0
24802024-12-19T00:25:14.920Z[ helios-setup] Dec 19 00:25:14.544 INFO E| Compiling glob v0.3.1
24812024-12-19T00:25:15.105Z[ helios-setup] Dec 19 00:25:14.727 INFO E| Compiling libdevinfo-sys v1.0.0
24822024-12-19T00:25:15.900Z[ host-package] Compiling tokio-tungstenite v0.21.0
24832024-12-19T00:25:16.528Z[ helios-setup] Dec 19 00:25:16.152 INFO E| Compiling slog-term v2.9.0
24842024-12-19T00:25:16.799Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24852024-12-19T00:25:17.141Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24862024-12-19T00:25:18.425Z[ host-package] Compiling arc-swap v1.7.1
24872024-12-19T00:25:19.010Z[ helios-setup] Dec 19 00:25:18.634 INFO E| Compiling serde_derive v1.0.193
24882024-12-19T00:25:19.659Z[ host-package] Compiling slog-scope v4.4.0
24892024-12-19T00:25:20.752Z[ host-package] Compiling half v2.4.1
24902024-12-19T00:25:21.652Z[ host-package] Compiling ciborium-io v0.2.2
24912024-12-19T00:25:21.832Z[ host-package] Compiling ciborium-ll v0.2.2
24922024-12-19T00:25:21.972Z[ host-package] Compiling slog-stdlog v4.1.1
24932024-12-19T00:25:22.593Z[ host-package] Compiling ciborium v0.2.2
24942024-12-19T00:25:22.867Z[ host-package] Compiling slog-envlogger v2.2.0
24952024-12-19T00:25:24.905Z[ host-package] Compiling nibble_vec v0.1.0
24962024-12-19T00:25:25.227Z[ host-package] Compiling endian-type v0.1.2
24972024-12-19T00:25:25.560Z[ host-package] Compiling radix_trie v0.2.1
24982024-12-19T00:25:26.699Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24992024-12-19T00:25:30.340Z[ host-package] Compiling fastrand v2.1.1
25002024-12-19T00:25:33.111Z[ host-package] Compiling same-file v1.0.6
25012024-12-19T00:25:33.457Z[ host-package] Compiling walkdir v2.5.0
25022024-12-19T00:25:33.740Z[ host-package] Compiling tempfile v3.13.0
25032024-12-19T00:25:34.460Z[ host-package] Compiling ring v0.16.20
25042024-12-19T00:25:34.503Z[ host-package] Compiling blake3 v1.5.4
25052024-12-19T00:25:34.641Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25062024-12-19T00:25:34.708Z[ helios-setup] Dec 19 00:25:34.331 INFO E| Compiling toml v0.5.11
25072024-12-19T00:25:34.711Z[ helios-setup] Dec 19 00:25:34.331 INFO E| Compiling uuid v0.8.2
25082024-12-19T00:25:35.326Z[ host-package] Compiling xattr v1.3.1
25092024-12-19T00:25:35.447Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25102024-12-19T00:25:35.676Z[ host-package] Compiling memmap2 v0.9.5
25112024-12-19T00:25:35.821Z[ host-package] Compiling filetime v0.2.25
25122024-12-19T00:25:36.283Z[ host-package] Compiling arrayref v0.3.9
25132024-12-19T00:25:36.374Z[ host-package] Compiling arrayvec v0.7.6
25142024-12-19T00:25:36.450Z[ host-package] Compiling keccak v0.1.5
25152024-12-19T00:25:36.958Z[ host-package] Compiling spin v0.5.2
25162024-12-19T00:25:37.012Z[ helios-setup] Dec 19 00:25:36.635 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25172024-12-19T00:25:37.524Z[ host-package] Compiling constant_time_eq v0.3.1
25182024-12-19T00:25:37.810Z[ host-package] Compiling sha3 v0.10.8
25192024-12-19T00:25:38.873Z[ host-package] Compiling tar v0.4.42
25202024-12-19T00:25:39.151Z[ host-package] Compiling camino-tempfile v1.1.1
25212024-12-19T00:25:39.303Z[ host-package] Compiling toolchain_find v0.4.0
25222024-12-19T00:25:39.398Z[ host-package] Compiling const_format_proc_macros v0.2.33
25232024-12-19T00:25:39.700Z[ host-package] Compiling topological-sort v0.2.2
25242024-12-19T00:25:40.015Z[ host-package] Compiling crunchy v0.2.2
25252024-12-19T00:25:40.050Z[ host-package] Compiling maplit v1.0.2
25262024-12-19T00:25:40.114Z[ helios-setup] Dec 19 00:25:39.737 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25272024-12-19T00:25:40.374Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25282024-12-19T00:25:40.756Z[ host-package] Compiling tiny-keccak v2.0.2
25292024-12-19T00:25:40.930Z[ host-package] Compiling omicron-zone-package v0.11.1
25302024-12-19T00:25:41.278Z[ host-package] Compiling dsl_auto_type v0.1.2
25312024-12-19T00:25:41.305Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25322024-12-19T00:25:41.305Z[ host-package] Compiling phf_generator v0.11.2
25332024-12-19T00:25:41.566Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25342024-12-19T00:25:41.593Z[ host-package] Compiling const_format v0.2.33
25352024-12-19T00:25:41.954Z[ host-package] Compiling secrecy v0.8.0
25362024-12-19T00:25:42.433Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25372024-12-19T00:25:42.460Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25382024-12-19T00:25:42.913Z[ host-package] Compiling r2d2 v0.8.10
25392024-12-19T00:25:42.940Z[ host-package] Compiling diesel_derives v2.2.3
25402024-12-19T00:25:42.972Z[ host-package] Compiling phf_codegen v0.11.2
25412024-12-19T00:25:43.087Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25422024-12-19T00:25:43.350Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
25432024-12-19T00:25:43.521Z[ host-package] Compiling ascii-canvas v3.0.0
25442024-12-19T00:25:43.548Z[ host-package] Compiling universal-hash v0.5.1
25452024-12-19T00:25:43.867Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25462024-12-19T00:25:44.171Z[ host-package] Compiling parse-zoneinfo v0.3.1
25472024-12-19T00:25:45.977Z[ host-package] Compiling lzma-sys v0.1.20
25482024-12-19T00:25:46.774Z[ host-package] Compiling ena v0.14.3
25492024-12-19T00:25:46.801Z[ host-package] Compiling opaque-debug v0.3.1
25502024-12-19T00:25:46.841Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25512024-12-19T00:25:47.073Z[ host-package] Compiling regex-syntax v0.6.29
25522024-12-19T00:25:47.323Z[ host-package] Compiling diff v0.1.13
25532024-12-19T00:25:47.958Z[ host-package] Compiling cfg_aliases v0.1.1
25542024-12-19T00:25:48.115Z[ host-package] Compiling nix v0.28.0
25552024-12-19T00:25:48.944Z[ host-package] Compiling poly1305 v0.8.0
25562024-12-19T00:25:51.075Z[ host-package] Compiling thiserror-no-std v2.0.2
25572024-12-19T00:25:51.388Z[ host-package] Compiling chrono-tz-build v0.4.0
25582024-12-19T00:25:52.813Z[ host-package] Compiling lalrpop v0.19.12
25592024-12-19T00:25:53.965Z[ helios-setup] Dec 19 00:25:53.588 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.42s
25602024-12-19T00:25:53.999Z[ helios-setup] Dec 19 00:25:53.622 INFO building project "image-builder" ok (50 seconds)
25612024-12-19T00:25:54.000Z[ helios-setup] Dec 19 00:25:53.622 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
25622024-12-19T00:25:54.000Z[ helios-setup] Dec 19 00:25:53.622 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25632024-12-19T00:25:54.309Z[ helios-setup] Dec 19 00:25:53.931 INFO E| Downloading crates ...
25642024-12-19T00:25:54.408Z[ helios-setup] Dec 19 00:25:54.031 INFO E| Downloaded miniz_oxide v0.7.2
25652024-12-19T00:25:54.489Z[ helios-setup] Dec 19 00:25:54.111 INFO E| Compiling adler v1.0.2
25662024-12-19T00:25:54.603Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25672024-12-19T00:25:54.628Z[ helios-setup] Dec 19 00:25:54.250 INFO E| Compiling miniz_oxide v0.7.2
25682024-12-19T00:25:56.099Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25692024-12-19T00:25:56.536Z[ host-package] Compiling diesel v2.2.4
25702024-12-19T00:25:56.561Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25712024-12-19T00:25:56.911Z[ host-package] Compiling chacha20 v0.9.1
25722024-12-19T00:25:57.308Z[ helios-setup] Dec 19 00:25:56.930 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
25732024-12-19T00:25:57.535Z[ host-package] Compiling heck v0.3.3
25742024-12-19T00:25:58.072Z[ host-package] Compiling aead v0.5.2
25752024-12-19T00:25:58.355Z[ helios-setup] Dec 19 00:25:57.977 INFO E| Finished `release` profile [optimized] target(s) in 4.23s
25762024-12-19T00:25:58.355Z[ helios-setup] Dec 19 00:25:57.978 INFO building project "pinprick" ok (4 seconds)
25772024-12-19T00:25:58.358Z[ helios-setup] Dec 19 00:25:57.978 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25782024-12-19T00:25:58.358Z[ helios-setup] Dec 19 00:25:57.978 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25792024-12-19T00:25:58.564Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25802024-12-19T00:25:58.741Z[ helios-setup] Dec 19 00:25:58.363 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
25812024-12-19T00:25:59.208Z[ host-package] Compiling ref-cast v1.0.23
25822024-12-19T00:25:59.807Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
25832024-12-19T00:25:59.981Z[ helios-setup] Dec 19 00:25:59.604 INFO E| From https://github.com/oxidecomputer/progenitor
25842024-12-19T00:25:59.981Z[ helios-setup] Dec 19 00:25:59.604 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
25852024-12-19T00:26:00.019Z[ helios-setup] Dec 19 00:25:59.640 INFO E| * [new tag] v0.1.1 -> v0.1.1
25862024-12-19T00:26:00.019Z[ helios-setup] Dec 19 00:25:59.640 INFO E| * [new tag] v0.2.0 -> v0.2.0
25872024-12-19T00:26:00.137Z[ helios-setup] Dec 19 00:25:59.760 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25882024-12-19T00:26:00.375Z[ host-package] Compiling vte v0.11.1
25892024-12-19T00:26:00.632Z[ helios-setup] Dec 19 00:26:00.254 INFO E| From https://github.com/jclulow/hiercmd
25902024-12-19T00:26:00.632Z[ helios-setup] Dec 19 00:26:00.254 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25912024-12-19T00:26:00.652Z[ helios-setup] Dec 19 00:26:00.274 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25922024-12-19T00:26:01.215Z[ helios-setup] Dec 19 00:26:00.837 INFO E| From https://github.com/jclulow/network-interface
25932024-12-19T00:26:01.215Z[ helios-setup] Dec 19 00:26:00.837 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25942024-12-19T00:26:01.253Z[ helios-setup] Dec 19 00:26:00.875 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25952024-12-19T00:26:01.753Z[ helios-setup] Dec 19 00:26:01.375 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25962024-12-19T00:26:01.753Z[ helios-setup] Dec 19 00:26:01.375 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25972024-12-19T00:26:01.785Z[ helios-setup] Dec 19 00:26:01.408 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25982024-12-19T00:26:01.875Z[ host-package] Compiling chacha20poly1305 v0.10.1
25992024-12-19T00:26:02.201Z[ host-package] Compiling zone_cfg_derive v0.1.2
26002024-12-19T00:26:02.643Z[ helios-setup] Dec 19 00:26:02.265 INFO E| From https://github.com/oxidecomputer/facade
26012024-12-19T00:26:02.643Z[ helios-setup] Dec 19 00:26:02.265 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26022024-12-19T00:26:02.689Z[ helios-setup] Dec 19 00:26:02.310 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26032024-12-19T00:26:02.977Z[ host-package] Compiling chrono-tz v0.10.0
26042024-12-19T00:26:03.575Z[ helios-setup] Dec 19 00:26:03.197 INFO E| From https://github.com/oxidecomputer/dropshot
26052024-12-19T00:26:03.575Z[ helios-setup] Dec 19 00:26:03.197 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26062024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.233 INFO E| * [new tag] v0.3.0 -> v0.3.0
26072024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.233 INFO E| * [new tag] v0.4.0 -> v0.4.0
26082024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.233 INFO E| * [new tag] v0.5.0 -> v0.5.0
26092024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.233 INFO E| * [new tag] v0.5.1 -> v0.5.1
26102024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.234 INFO E| * [new tag] v0.6.0 -> v0.6.0
26112024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.234 INFO E| * [new tag] v0.7.0 -> v0.7.0
26122024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.234 INFO E| * [new tag] v0.8.0 -> v0.8.0
26132024-12-19T00:26:03.620Z[ helios-setup] Dec 19 00:26:03.234 INFO E| * [new tag] v0.9.0 -> v0.9.0
26142024-12-19T00:26:03.665Z[ helios-setup] Dec 19 00:26:03.284 INFO E| Updating crates.io index
26152024-12-19T00:26:03.745Z[ helios-setup] Dec 19 00:26:03.367 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26162024-12-19T00:26:03.748Z[ host-package] Compiling vsss-rs v3.3.4
26172024-12-19T00:26:03.975Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182024-12-19T00:26:04.296Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26192024-12-19T00:26:04.767Z[ helios-setup] Dec 19 00:26:04.389 INFO E| From https://github.com/oxidecomputer/typify
26202024-12-19T00:26:04.767Z[ helios-setup] Dec 19 00:26:04.389 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26212024-12-19T00:26:04.801Z[ helios-setup] Dec 19 00:26:04.423 INFO E| * [new tag] v0.0.10 -> v0.0.10
26222024-12-19T00:26:04.801Z[ helios-setup] Dec 19 00:26:04.423 INFO E| * [new tag] v0.0.11 -> v0.0.11
26232024-12-19T00:26:04.804Z[ helios-setup] Dec 19 00:26:04.423 INFO E| * [new tag] v0.0.4 -> v0.0.4
26242024-12-19T00:26:04.804Z[ helios-setup] Dec 19 00:26:04.423 INFO E| * [new tag] v0.0.5 -> v0.0.5
26252024-12-19T00:26:04.804Z[ helios-setup] Dec 19 00:26:04.423 INFO E| * [new tag] v0.0.7 -> v0.0.7
26262024-12-19T00:26:04.804Z[ helios-setup] Dec 19 00:26:04.423 INFO E| * [new tag] v0.0.8 -> v0.0.8
26272024-12-19T00:26:04.804Z[ helios-setup] Dec 19 00:26:04.424 INFO E| * [new tag] v0.0.9 -> v0.0.9
26282024-12-19T00:26:05.030Z[ host-package] Compiling derive_builder_core v0.20.2
26292024-12-19T00:26:05.201Z[ helios-setup] Dec 19 00:26:04.823 INFO E| Downloading crates ...
26302024-12-19T00:26:05.453Z[ helios-setup] Dec 19 00:26:05.075 INFO E| Downloaded async-trait v0.1.68
26312024-12-19T00:26:05.462Z[ helios-setup] Dec 19 00:26:05.084 INFO E| Downloaded async-stream v0.3.5
26322024-12-19T00:26:05.465Z[ helios-setup] Dec 19 00:26:05.087 INFO E| Downloaded ahash v0.7.6
26332024-12-19T00:26:05.470Z[ helios-setup] Dec 19 00:26:05.092 INFO E| Downloaded bincode v1.3.3
26342024-12-19T00:26:05.473Z[ helios-setup] Dec 19 00:26:05.095 INFO E| Downloaded tower-service v0.3.2
26352024-12-19T00:26:05.475Z[ helios-setup] Dec 19 00:26:05.097 INFO E| Downloaded toolchain_find v0.2.0
26362024-12-19T00:26:05.481Z[ helios-setup] Dec 19 00:26:05.099 INFO E| Downloaded base64 v0.21.0
26372024-12-19T00:26:05.484Z[ helios-setup] Dec 19 00:26:05.105 INFO E| Downloaded want v0.3.0
26382024-12-19T00:26:05.486Z[ helios-setup] Dec 19 00:26:05.106 INFO E| Downloaded ahash v0.8.3
26392024-12-19T00:26:05.489Z[ helios-setup] Dec 19 00:26:05.111 INFO E| Downloaded const-random-macro v0.1.15
26402024-12-19T00:26:05.492Z[ helios-setup] Dec 19 00:26:05.114 INFO E| Downloaded concolor-override v1.0.0
26412024-12-19T00:26:05.494Z[ helios-setup] Dec 19 00:26:05.116 INFO E| Downloaded const-random v0.1.15
26422024-12-19T00:26:05.497Z[ helios-setup] Dec 19 00:26:05.118 INFO E| Downloaded aho-corasick v0.7.20
26432024-12-19T00:26:05.503Z[ helios-setup] Dec 19 00:26:05.125 INFO E| Downloaded try-lock v0.2.4
26442024-12-19T00:26:05.505Z[ helios-setup] Dec 19 00:26:05.127 INFO E| Downloaded autocfg v1.1.0
26452024-12-19T00:26:05.508Z[ helios-setup] Dec 19 00:26:05.130 INFO E| Downloaded anstyle-parse v0.1.1
26462024-12-19T00:26:05.511Z[ helios-setup] Dec 19 00:26:05.133 INFO E| Downloaded rustfmt-wrapper v0.2.0
26472024-12-19T00:26:05.514Z[ helios-setup] Dec 19 00:26:05.136 INFO E| Downloaded serde_tokenstream v0.2.0
26482024-12-19T00:26:05.520Z[ helios-setup] Dec 19 00:26:05.142 INFO E| Downloaded sha1 v0.10.5
26492024-12-19T00:26:05.523Z[ helios-setup] Dec 19 00:26:05.145 INFO E| Downloaded strsim v0.10.0
26502024-12-19T00:26:05.526Z[ helios-setup] Dec 19 00:26:05.147 INFO E| Downloaded block-buffer v0.10.3
26512024-12-19T00:26:05.528Z[ helios-setup] Dec 19 00:26:05.149 INFO E| Downloaded toml_datetime v0.6.1
26522024-12-19T00:26:05.531Z[ helios-setup] Dec 19 00:26:05.151 INFO E| Downloaded crossbeam-deque v0.8.2
26532024-12-19T00:26:05.534Z[ helios-setup] Dec 19 00:26:05.153 INFO E| Downloaded cpufeatures v0.2.5
26542024-12-19T00:26:05.534Z[ helios-setup] Dec 19 00:26:05.155 INFO E| Downloaded thiserror-impl v1.0.38
26552024-12-19T00:26:05.536Z[ helios-setup] Dec 19 00:26:05.157 INFO E| Downloaded slab v0.4.7
26562024-12-19T00:26:05.540Z[ helios-setup] Dec 19 00:26:05.160 INFO E| Downloaded project-root v0.2.2
26572024-12-19T00:26:05.540Z[ helios-setup] Dec 19 00:26:05.161 INFO E| Downloaded slog-bunyan v2.4.0
26582024-12-19T00:26:05.542Z[ helios-setup] Dec 19 00:26:05.163 INFO E| Downloaded utf8parse v0.2.1
26592024-12-19T00:26:05.542Z[ helios-setup] Dec 19 00:26:05.164 INFO E| Downloaded terminal_size v0.2.6
26602024-12-19T00:26:05.545Z[ helios-setup] Dec 19 00:26:05.167 INFO E| Downloaded generic-array v0.14.6
26612024-12-19T00:26:05.547Z[ helios-setup] Dec 19 00:26:05.170 INFO E| Downloaded futures-macro v0.3.28
26622024-12-19T00:26:05.550Z[ helios-setup] Dec 19 00:26:05.171 INFO E| Downloaded digest v0.10.6
26632024-12-19T00:26:05.553Z[ helios-setup] Dec 19 00:26:05.174 INFO E| Downloaded rustls-pemfile v1.0.2
26642024-12-19T00:26:05.555Z[ helios-setup] Dec 19 00:26:05.178 INFO E| Downloaded iana-time-zone v0.1.56
26652024-12-19T00:26:05.559Z[ helios-setup] Dec 19 00:26:05.181 INFO E| Downloaded paste v1.0.12
26662024-12-19T00:26:05.564Z[ helios-setup] Dec 19 00:26:05.186 INFO E| Downloaded tokio-macros v2.0.0
26672024-12-19T00:26:05.567Z[ helios-setup] Dec 19 00:26:05.188 INFO E| Downloaded thiserror v1.0.38
26682024-12-19T00:26:05.573Z[ helios-setup] Dec 19 00:26:05.195 INFO E| Downloaded sha2 v0.10.6
26692024-12-19T00:26:05.577Z[ helios-setup] Dec 19 00:26:05.198 INFO E| Downloaded serde_derive_internals v0.26.0
26702024-12-19T00:26:05.579Z[ helios-setup] Dec 19 00:26:05.201 INFO E| Downloaded slog-async v2.7.0
26712024-12-19T00:26:05.582Z[ helios-setup] Dec 19 00:26:05.204 INFO E| Downloaded num_cpus v1.15.0
26722024-12-19T00:26:05.585Z[ helios-setup] Dec 19 00:26:05.208 INFO E| Downloaded smartstring v1.0.1
26732024-12-19T00:26:05.589Z[ helios-setup] Dec 19 00:26:05.212 INFO E| Downloaded time v0.1.45
26742024-12-19T00:26:05.593Z[ helios-setup] Dec 19 00:26:05.214 INFO E| Downloaded tempfile v3.5.0
26752024-12-19T00:26:05.595Z[ helios-setup] Dec 19 00:26:05.218 INFO E| Downloaded dyn-clone v1.0.11
26762024-12-19T00:26:05.598Z[ helios-setup] Dec 19 00:26:05.221 INFO E| Downloaded home v0.5.4
26772024-12-19T00:26:05.601Z[ helios-setup] Dec 19 00:26:05.222 INFO E| Downloaded semver v1.0.17
26782024-12-19T00:26:05.604Z[ helios-setup] Dec 19 00:26:05.226 INFO E| Downloaded io-lifetimes v1.0.10
26792024-12-19T00:26:05.608Z[ helios-setup] Dec 19 00:26:05.230 INFO E| Downloaded tokio-tungstenite v0.18.0
26802024-12-19T00:26:05.611Z[ helios-setup] Dec 19 00:26:05.234 INFO E| Downloaded tinyvec v1.6.0
26812024-12-19T00:26:05.616Z[ helios-setup] Dec 19 00:26:05.239 INFO E| Downloaded tokio-rustls v0.24.0
26822024-12-19T00:26:05.620Z[ helios-setup] Dec 19 00:26:05.242 INFO E| Downloaded ucd-trie v0.1.5
26832024-12-19T00:26:05.623Z[ helios-setup] Dec 19 00:26:05.244 INFO E| Downloaded pin-project-lite v0.2.9
26842024-12-19T00:26:05.630Z[ helios-setup] Dec 19 00:26:05.252 INFO E| Downloaded uuid v1.3.0
26852024-12-19T00:26:05.638Z[ helios-setup] Dec 19 00:26:05.259 INFO E| Downloaded unicode-bidi v0.3.13
26862024-12-19T00:26:05.653Z[ helios-setup] Dec 19 00:26:05.263 INFO E| Downloaded tracing-core v0.1.30
26872024-12-19T00:26:05.653Z[ helios-setup] Dec 19 00:26:05.267 INFO E| Downloaded url v2.3.1
26882024-12-19T00:26:05.653Z[ helios-setup] Dec 19 00:26:05.272 INFO E| Downloaded futures v0.3.28
26892024-12-19T00:26:05.658Z[ helios-setup] Dec 19 00:26:05.280 INFO E| Downloaded serde_yaml v0.9.21
26902024-12-19T00:26:05.666Z[ helios-setup] Dec 19 00:26:05.287 INFO E| Downloaded unsafe-libyaml v0.2.8
26912024-12-19T00:26:05.671Z[ helios-setup] Dec 19 00:26:05.293 INFO E| Downloaded unicode-linebreak v0.1.4
26922024-12-19T00:26:05.675Z[ helios-setup] Dec 19 00:26:05.297 INFO E| Downloaded tracing v0.1.37
26932024-12-19T00:26:05.683Z[ helios-setup] Dec 19 00:26:05.305 INFO E| Downloaded textwrap v0.16.0
26942024-12-19T00:26:05.687Z[ helios-setup] Dec 19 00:26:05.309 INFO E| Downloaded tokio-util v0.7.7
26952024-12-19T00:26:05.697Z[ helios-setup] Dec 19 00:26:05.320 INFO E| Downloaded toml_edit v0.19.8
26962024-12-19T00:26:05.727Z[ helios-setup] Dec 19 00:26:05.349 INFO E| Downloaded unicode-normalization v0.1.22
26972024-12-19T00:26:05.732Z[ helios-setup] Dec 19 00:26:05.354 INFO E| Downloaded winnow v0.4.1
26982024-12-19T00:26:05.744Z[ helios-setup] Dec 19 00:26:05.366 INFO E| Downloaded reqwest v0.11.16
26992024-12-19T00:26:05.758Z[ helios-setup] Dec 19 00:26:05.380 INFO E| Downloaded serde_json v1.0.95
27002024-12-19T00:26:05.776Z[ helios-setup] Dec 19 00:26:05.398 INFO E| Downloaded futures-util v0.3.28
27012024-12-19T00:26:05.794Z[ helios-setup] Dec 19 00:26:05.416 INFO E| Downloaded rustix v0.37.3
27022024-12-19T00:26:05.821Z[ helios-setup] Dec 19 00:26:05.442 INFO E| Downloaded rayon v1.6.1
27032024-12-19T00:26:05.833Z[ helios-setup] Dec 19 00:26:05.455 INFO E| Downloaded h2 v0.3.16
27042024-12-19T00:26:05.844Z[ helios-setup] Dec 19 00:26:05.465 INFO E| Downloaded hyper v0.14.25
27052024-12-19T00:26:05.856Z[ helios-setup] Dec 19 00:26:05.478 INFO E| Downloaded syn v1.0.107
27062024-12-19T00:26:05.884Z[ helios-setup] Dec 19 00:26:05.504 INFO E| Downloaded syn v2.0.72
27072024-12-19T00:26:05.902Z[ helios-setup] Dec 19 00:26:05.524 INFO E| Downloaded rustls v0.21.0
27082024-12-19T00:26:05.933Z[ helios-setup] Dec 19 00:26:05.556 INFO E| Downloaded rhai v1.14.0
27092024-12-19T00:26:05.954Z[ helios-setup] Dec 19 00:26:05.576 INFO E| Downloaded regress v0.5.0
27102024-12-19T00:26:05.965Z[ helios-setup] Dec 19 00:26:05.588 INFO E| Downloaded regex v1.7.3
27112024-12-19T00:26:05.979Z[ helios-setup] Dec 19 00:26:05.601 INFO E| Downloaded git2 v0.16.1
27122024-12-19T00:26:05.991Z[ helios-setup] Dec 19 00:26:05.613 INFO E| Downloaded chrono v0.4.24
27132024-12-19T00:26:06.003Z[ helios-setup] Dec 19 00:26:05.625 INFO E| Downloaded clap_builder v4.2.1
27142024-12-19T00:26:06.014Z[ helios-setup] Dec 19 00:26:05.636 INFO E| Downloaded pest v2.5.7
27152024-12-19T00:26:06.023Z[ helios-setup] Dec 19 00:26:05.645 INFO E| Downloaded mio v0.8.5
27162024-12-19T00:26:06.032Z[ helios-setup] Dec 19 00:26:05.654 INFO E| Downloaded openapiv3 v1.0.2
27172024-12-19T00:26:06.052Z[ helios-setup] Dec 19 00:26:05.673 INFO E| Downloaded http v0.2.9
27182024-12-19T00:26:06.061Z[ helios-setup] Dec 19 00:26:05.679 INFO E| Downloaded rayon-core v1.10.2
27192024-12-19T00:26:06.070Z[ helios-setup] Dec 19 00:26:05.685 INFO E| Downloaded crossbeam-channel v0.5.6
27202024-12-19T00:26:06.070Z[ helios-setup] Dec 19 00:26:05.691 INFO E| Downloaded schemars v0.8.12
27212024-12-19T00:26:06.088Z[ helios-setup] Dec 19 00:26:05.708 INFO E| Downloaded serde v1.0.204
27222024-12-19T00:26:06.096Z[ helios-setup] Dec 19 00:26:05.714 INFO E| Downloaded proc-macro2 v1.0.86
27232024-12-19T00:26:06.099Z[ helios-setup] Dec 19 00:26:05.718 INFO E| Downloaded miniz_oxide v0.6.2
27242024-12-19T00:26:06.103Z[ helios-setup] Dec 19 00:26:05.721 INFO E| Downloaded memchr v2.5.0
27252024-12-19T00:26:06.107Z[ helios-setup] Dec 19 00:26:05.728 INFO E| Downloaded flate2 v1.0.25
27262024-12-19T00:26:06.114Z[ helios-setup] Dec 19 00:26:05.736 INFO E| Downloaded rustls-webpki v0.100.1
27272024-12-19T00:26:06.172Z[ helios-setup] Dec 19 00:26:05.792 INFO E| Downloaded tokio v1.27.0
27282024-12-19T00:26:06.243Z[ helios-setup] Dec 19 00:26:05.865 INFO E| Downloaded parking_lot_core v0.9.6
27292024-12-19T00:26:06.249Z[ helios-setup] Dec 19 00:26:05.868 INFO E| Downloaded parking_lot v0.12.1
27302024-12-19T00:26:06.252Z[ helios-setup] Dec 19 00:26:05.872 INFO E| Downloaded num-traits v0.2.15
27312024-12-19T00:26:06.256Z[ helios-setup] Dec 19 00:26:05.875 INFO E| Downloaded bytes v1.4.0
27322024-12-19T00:26:06.263Z[ helios-setup] Dec 19 00:26:05.884 INFO E| Downloaded toml v0.7.3
27332024-12-19T00:26:06.268Z[ helios-setup] Dec 19 00:26:05.890 INFO E| Downloaded serde_derive v1.0.204
27342024-12-19T00:26:06.272Z[ helios-setup] Dec 19 00:26:05.894 INFO E| Downloaded cc v1.0.78
27352024-12-19T00:26:06.276Z[ helios-setup] Dec 19 00:26:05.898 INFO E| Downloaded ryu v1.0.13
27362024-12-19T00:26:06.281Z[ helios-setup] Dec 19 00:26:05.903 INFO E| Downloaded crossbeam-utils v0.8.14
27372024-12-19T00:26:06.286Z[ helios-setup] Dec 19 00:26:05.907 INFO E| Downloaded libc v0.2.139
27382024-12-19T00:26:06.326Z[ helios-setup] Dec 19 00:26:05.948 INFO E| Downloaded unicode-ident v1.0.8
27392024-12-19T00:26:06.330Z[ helios-setup] Dec 19 00:26:05.952 INFO E| Downloaded tungstenite v0.18.0
27402024-12-19T00:26:06.334Z[ helios-setup] Dec 19 00:26:05.956 INFO E| Downloaded socket2 v0.4.9
27412024-12-19T00:26:06.337Z[ helios-setup] Dec 19 00:26:05.959 INFO E| Downloaded quote v1.0.36
27422024-12-19T00:26:06.340Z[ helios-setup] Dec 19 00:26:05.963 INFO E| Downloaded crossbeam-epoch v0.9.13
27432024-12-19T00:26:06.345Z[ helios-setup] Dec 19 00:26:05.967 INFO E| Downloaded clap v4.2.1
27442024-12-19T00:26:06.359Z[ helios-setup] Dec 19 00:26:05.981 INFO E| Downloaded once_cell v1.17.0
27452024-12-19T00:26:06.363Z[ helios-setup] Dec 19 00:26:05.985 INFO E| Downloaded camino v1.1.4
27462024-12-19T00:26:06.366Z[ helios-setup] Dec 19 00:26:05.988 INFO E| Downloaded log v0.4.17
27472024-12-19T00:26:06.371Z[ helios-setup] Dec 19 00:26:05.991 INFO E| Downloaded lock_api v0.4.9
27482024-12-19T00:26:06.373Z[ helios-setup] Dec 19 00:26:05.993 INFO E| Downloaded httparse v1.8.0
27492024-12-19T00:26:06.376Z[ helios-setup] Dec 19 00:26:05.996 INFO E| Downloaded sct v0.7.0
27502024-12-19T00:26:06.380Z[ helios-setup] Dec 19 00:26:06.002 INFO E| Downloaded futures-channel v0.3.28
27512024-12-19T00:26:06.383Z[ helios-setup] Dec 19 00:26:06.005 INFO E| Downloaded pkg-config v0.3.26
27522024-12-19T00:26:06.386Z[ helios-setup] Dec 19 00:26:06.008 INFO E| Downloaded smallvec v1.10.0
27532024-12-19T00:26:06.389Z[ helios-setup] Dec 19 00:26:06.011 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27542024-12-19T00:26:06.392Z[ helios-setup] Dec 19 00:26:06.014 INFO E| Downloaded proc-macro-crate v1.2.1
27552024-12-19T00:26:06.395Z[ helios-setup] Dec 19 00:26:06.016 INFO E| Downloaded num_enum_derive v0.5.7
27562024-12-19T00:26:06.398Z[ helios-setup] Dec 19 00:26:06.018 INFO E| Downloaded getrandom v0.2.8
27572024-12-19T00:26:06.401Z[ helios-setup] Dec 19 00:26:06.023 INFO E| Downloaded ppv-lite86 v0.2.17
27582024-12-19T00:26:06.404Z[ helios-setup] Dec 19 00:26:06.025 INFO E| Downloaded num_enum v0.5.7
27592024-12-19T00:26:06.410Z[ helios-setup] Dec 19 00:26:06.032 INFO E| Downloaded num-integer v0.1.45
27602024-12-19T00:26:06.414Z[ helios-setup] Dec 19 00:26:06.035 INFO E| Downloaded semver v0.11.0
27612024-12-19T00:26:06.417Z[ helios-setup] Dec 19 00:26:06.038 INFO E| Downloaded percent-encoding v2.2.0
27622024-12-19T00:26:06.420Z[ helios-setup] Dec 19 00:26:06.041 INFO E| Downloaded clap_derive v4.2.0
27632024-12-19T00:26:06.424Z[ helios-setup] Dec 19 00:26:06.045 INFO E| Downloaded cargo-lock v8.0.3
27642024-12-19T00:26:06.429Z[ helios-setup] Dec 19 00:26:06.049 INFO E| Downloaded smawk v0.3.1
27652024-12-19T00:26:06.431Z[ helios-setup] Dec 19 00:26:06.052 INFO E| Downloaded memoffset v0.7.1
27662024-12-19T00:26:06.431Z[ helios-setup] Dec 19 00:26:06.053 INFO E| Downloaded jobserver v0.1.26
27672024-12-19T00:26:06.435Z[ helios-setup] Dec 19 00:26:06.056 INFO E| Downloaded itoa v1.0.6
27682024-12-19T00:26:06.437Z[ helios-setup] Dec 19 00:26:06.058 INFO E| Downloaded ipnet v2.7.2
27692024-12-19T00:26:06.440Z[ helios-setup] Dec 19 00:26:06.061 INFO E| Downloaded byteorder v1.4.3
27702024-12-19T00:26:06.443Z[ helios-setup] Dec 19 00:26:06.064 INFO E| Downloaded lazy_static v1.4.0
27712024-12-19T00:26:06.445Z[ helios-setup] Dec 19 00:26:06.066 INFO E| Downloaded is-terminal v0.4.7
27722024-12-19T00:26:06.448Z[ helios-setup] Dec 19 00:26:06.068 INFO E| Downloaded httpdate v1.0.2
27732024-12-19T00:26:06.448Z[ helios-setup] Dec 19 00:26:06.070 INFO E| Downloaded futures-executor v0.3.28
27742024-12-19T00:26:06.451Z[ helios-setup] Dec 19 00:26:06.072 INFO E| Downloaded http-body v0.4.5
27752024-12-19T00:26:06.454Z[ helios-setup] Dec 19 00:26:06.075 INFO E| Downloaded rhai_codegen v1.5.0
27762024-12-19T00:26:06.466Z[ helios-setup] Dec 19 00:26:06.087 INFO E| Downloaded futures-task v0.3.28
27772024-12-19T00:26:06.469Z[ helios-setup] Dec 19 00:26:06.089 INFO E| Downloaded futures-sink v0.3.28
27782024-12-19T00:26:06.469Z[ helios-setup] Dec 19 00:26:06.091 INFO E| Downloaded futures-core v0.3.28
27792024-12-19T00:26:06.471Z[ helios-setup] Dec 19 00:26:06.093 INFO E| Downloaded form_urlencoded v1.1.0
27802024-12-19T00:26:06.474Z[ helios-setup] Dec 19 00:26:06.094 INFO E| Downloaded either v1.8.0
27812024-12-19T00:26:06.493Z[ helios-setup] Dec 19 00:26:06.114 INFO E| Downloaded fastrand v1.9.0
27822024-12-19T00:26:06.495Z[ helios-setup] Dec 19 00:26:06.116 INFO E| Downloaded encoding_rs v0.8.32
27832024-12-19T00:26:06.557Z[ helios-setup] Dec 19 00:26:06.178 INFO E| Downloaded clap_lex v0.4.1
27842024-12-19T00:26:06.561Z[ helios-setup] Dec 19 00:26:06.179 INFO E| Downloaded concolor-query v0.3.3
27852024-12-19T00:26:06.561Z[ helios-setup] Dec 19 00:26:06.180 INFO E| Downloaded built v0.6.0
27862024-12-19T00:26:06.564Z[ helios-setup] Dec 19 00:26:06.182 INFO E| Downloaded signal-hook-registry v1.4.0
27872024-12-19T00:26:06.564Z[ helios-setup] Dec 19 00:26:06.184 INFO E| Downloaded serde_spanned v0.6.1
27882024-12-19T00:26:06.566Z[ helios-setup] Dec 19 00:26:06.186 INFO E| Downloaded serde_path_to_error v0.1.11
27892024-12-19T00:26:06.566Z[ helios-setup] Dec 19 00:26:06.188 INFO E| Downloaded semver-parser v0.10.2
27902024-12-19T00:26:06.569Z[ helios-setup] Dec 19 00:26:06.191 INFO E| Downloaded scopeguard v1.1.0
27912024-12-19T00:26:06.571Z[ helios-setup] Dec 19 00:26:06.192 INFO E| Downloaded schemars_derive v0.8.12
27922024-12-19T00:26:06.575Z[ helios-setup] Dec 19 00:26:06.195 INFO E| Downloaded futures-io v0.3.28
27932024-12-19T00:26:06.575Z[ helios-setup] Dec 19 00:26:06.196 INFO E| Downloaded anstream v0.2.6
27942024-12-19T00:26:06.578Z[ helios-setup] Dec 19 00:26:06.199 INFO E| Downloaded async-stream-impl v0.3.5
27952024-12-19T00:26:06.581Z[ helios-setup] Dec 19 00:26:06.200 INFO E| Downloaded anyhow v1.0.68
27962024-12-19T00:26:06.584Z[ helios-setup] Dec 19 00:26:06.206 INFO E| Downloaded anstyle v0.3.5
27972024-12-19T00:26:06.607Z[ helios-setup] Dec 19 00:26:06.229 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27982024-12-19T00:26:06.768Z[ helios-setup] Dec 19 00:26:06.389 INFO E| Downloaded libz-sys v1.1.8
27992024-12-19T00:26:07.152Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling proc-macro2 v1.0.86
28002024-12-19T00:26:07.152Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling libc v0.2.139
28012024-12-19T00:26:07.152Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling unicode-ident v1.0.8
28022024-12-19T00:26:07.155Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling autocfg v1.1.0
28032024-12-19T00:26:07.155Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling cfg-if v1.0.0
28042024-12-19T00:26:07.155Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling version_check v0.9.4
28052024-12-19T00:26:07.155Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling serde v1.0.204
28062024-12-19T00:26:07.155Z[ helios-setup] Dec 19 00:26:06.774 INFO E| Compiling syn v1.0.107
28072024-12-19T00:26:07.942Z[ helios-setup] Dec 19 00:26:07.564 INFO E| Compiling memchr v2.5.0
28082024-12-19T00:26:08.104Z[ host-package] Compiling fd-lock v4.0.2
28092024-12-19T00:26:08.670Z[ helios-setup] Dec 19 00:26:08.292 INFO E| Compiling once_cell v1.17.0
28102024-12-19T00:26:08.798Z[ helios-setup] Dec 19 00:26:08.420 INFO E| Compiling thiserror v1.0.38
28112024-12-19T00:26:08.800Z[ helios-setup] Dec 19 00:26:08.420 INFO E| Compiling log v0.4.17
28122024-12-19T00:26:08.846Z[ host-package] Compiling headers-core v0.3.0
28132024-12-19T00:26:09.207Z[ host-package] Compiling fxhash v0.2.1
28142024-12-19T00:26:09.562Z[ helios-setup] Dec 19 00:26:09.184 INFO E| Compiling itoa v1.0.6
28152024-12-19T00:26:09.640Z[ host-package] Compiling libxml v0.3.3
28162024-12-19T00:26:09.857Z[ host-package] Compiling ref-cast-impl v1.0.23
28172024-12-19T00:26:10.156Z[ helios-setup] Dec 19 00:26:09.778 INFO E| Compiling serde_json v1.0.95
28182024-12-19T00:26:10.568Z[ host-package] Compiling bytecount v0.6.8
28192024-12-19T00:26:10.722Z[ helios-setup] Dec 19 00:26:10.344 INFO E| Compiling indexmap v1.9.3
28202024-12-19T00:26:10.929Z[ helios-setup] Dec 19 00:26:10.551 INFO E| Compiling quote v1.0.36
28212024-12-19T00:26:11.147Z[ helios-setup] Dec 19 00:26:10.769 INFO E| Compiling getrandom v0.2.8
28222024-12-19T00:26:11.492Z[ host-package] Compiling base64 v0.13.1
28232024-12-19T00:26:11.723Z[ helios-setup] Dec 19 00:26:11.345 INFO E| Compiling syn v2.0.72
28242024-12-19T00:26:12.100Z[ helios-setup] Dec 19 00:26:11.722 INFO E| Compiling jobserver v0.1.26
28252024-12-19T00:26:12.283Z[ helios-setup] Dec 19 00:26:11.905 INFO E| Compiling scopeguard v1.1.0
28262024-12-19T00:26:12.360Z[ helios-setup] Dec 19 00:26:11.978 INFO E| Compiling pin-project-lite v0.2.9
28272024-12-19T00:26:12.493Z[ host-package] Compiling papergrid v0.11.0
28282024-12-19T00:26:12.533Z[ helios-setup] Dec 19 00:26:12.155 INFO E| Compiling num-integer v0.1.45
28292024-12-19T00:26:12.545Z[ helios-setup] Dec 19 00:26:12.166 INFO E| Compiling futures-core v0.3.28
28302024-12-19T00:26:12.594Z[ helios-setup] Dec 19 00:26:12.216 INFO E| Compiling bytes v1.4.0
28312024-12-19T00:26:13.393Z[ helios-setup] Dec 19 00:26:13.014 INFO E| Compiling cc v1.0.78
28322024-12-19T00:26:13.527Z[ helios-setup] Dec 19 00:26:13.148 INFO E| Compiling ryu v1.0.13
28332024-12-19T00:26:13.789Z[ host-package] Compiling ron v0.7.1
28342024-12-19T00:26:14.628Z[ helios-setup] Dec 19 00:26:14.249 INFO E| Compiling lock_api v0.4.9
28352024-12-19T00:26:14.831Z[ helios-setup] Dec 19 00:26:14.452 INFO E| Compiling typenum v1.16.0
28362024-12-19T00:26:14.975Z[ helios-setup] Dec 19 00:26:14.597 INFO E| Compiling bitflags v1.3.2
28372024-12-19T00:26:15.092Z[ helios-setup] Dec 19 00:26:14.714 INFO E| Compiling parking_lot_core v0.9.6
28382024-12-19T00:26:15.360Z[ helios-setup] Dec 19 00:26:14.978 INFO E| Compiling num_cpus v1.15.0
28392024-12-19T00:26:15.652Z[ helios-setup] Dec 19 00:26:15.274 INFO E| Compiling generic-array v0.14.6
28402024-12-19T00:26:16.021Z[ helios-setup] Dec 19 00:26:15.643 INFO E| Compiling slab v0.4.7
28412024-12-19T00:26:16.313Z[ helios-setup] Dec 19 00:26:15.935 INFO E| Compiling futures-task v0.3.28
28422024-12-19T00:26:16.436Z[ helios-setup] Dec 19 00:26:16.057 INFO E| Compiling futures-channel v0.3.28
28432024-12-19T00:26:16.826Z[ helios-setup] Dec 19 00:26:16.448 INFO E| Compiling futures-sink v0.3.28
28442024-12-19T00:26:17.420Z[ helios-setup] Dec 19 00:26:17.042 INFO E| Compiling tokio v1.27.0
28452024-12-19T00:26:17.605Z[ helios-setup] Dec 19 00:26:17.226 INFO E| Compiling futures-util v0.3.28
28462024-12-19T00:26:17.701Z[ helios-setup] Dec 19 00:26:17.323 INFO E| Compiling schemars v0.8.12
28472024-12-19T00:26:18.600Z[ helios-setup] Dec 19 00:26:18.214 INFO E| Compiling mio v0.8.5
28482024-12-19T00:26:18.995Z[ helios-setup] Dec 19 00:26:18.617 INFO E| Compiling socket2 v0.4.9
28492024-12-19T00:26:19.045Z[ helios-setup] Dec 19 00:26:18.667 INFO E| Compiling signal-hook-registry v1.4.0
28502024-12-19T00:26:19.299Z[ helios-setup] Dec 19 00:26:18.921 INFO E| Compiling ahash v0.7.6
28512024-12-19T00:26:19.649Z[ helios-setup] Dec 19 00:26:19.271 INFO E| Compiling num-traits v0.2.15
28522024-12-19T00:26:20.437Z[ helios-setup] Dec 19 00:26:20.058 INFO E| Compiling pin-utils v0.1.0
28532024-12-19T00:26:20.558Z[ helios-setup] Dec 19 00:26:20.176 INFO E| Compiling futures-io v0.3.28
28542024-12-19T00:26:20.931Z[ helios-setup] Dec 19 00:26:20.552 INFO E| Compiling crunchy v0.2.2
28552024-12-19T00:26:21.530Z[ helios-setup] Dec 19 00:26:21.151 INFO E| Compiling io-lifetimes v1.0.10
28562024-12-19T00:26:22.388Z[ helios-setup] Dec 19 00:26:22.009 INFO E| Compiling ahash v0.8.3
28572024-12-19T00:26:23.102Z[ helios-setup] Dec 19 00:26:22.723 INFO E| Compiling hashbrown v0.12.3
28582024-12-19T00:26:23.256Z[ helios-setup] Dec 19 00:26:22.877 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28592024-12-19T00:26:23.262Z[ helios-setup] Dec 19 00:26:22.878 INFO E| Compiling rustix v0.37.3
28602024-12-19T00:26:23.397Z[ helios-setup] Dec 19 00:26:23.018 INFO E| Compiling tiny-keccak v2.0.2
28612024-12-19T00:26:23.794Z[ helios-setup] Dec 19 00:26:23.407 INFO E| Compiling serde_derive_internals v0.26.0
28622024-12-19T00:26:23.874Z[ host-package] Compiling headers v0.4.0
28632024-12-19T00:26:25.096Z[ helios-setup] Dec 19 00:26:24.717 INFO E| Compiling block-buffer v0.10.3
28642024-12-19T00:26:25.264Z[ helios-setup] Dec 19 00:26:24.886 INFO E| Compiling crypto-common v0.1.6
28652024-12-19T00:26:26.209Z[ helios-setup] Dec 19 00:26:25.831 INFO E| Compiling errno v0.3.1
28662024-12-19T00:26:26.520Z[ helios-setup] Dec 19 00:26:26.141 INFO E| Compiling fnv v1.0.7
28672024-12-19T00:26:26.612Z[ helios-setup] Dec 19 00:26:26.233 INFO E| Compiling pkg-config v0.3.26
28682024-12-19T00:26:26.693Z[ helios-setup] Dec 19 00:26:26.315 INFO E| Compiling crossbeam-utils v0.8.14
28692024-12-19T00:26:26.811Z[ helios-setup] Dec 19 00:26:26.432 INFO E| Compiling slog v2.7.0
28702024-12-19T00:26:28.186Z[ helios-setup] Dec 19 00:26:27.807 INFO E| Compiling http v0.2.9
28712024-12-19T00:26:28.663Z[ helios-setup] Dec 19 00:26:28.285 INFO E| Compiling digest v0.10.6
28722024-12-19T00:26:30.547Z[ helios-setup] Dec 19 00:26:30.169 INFO E| Compiling aho-corasick v0.7.20
28732024-12-19T00:26:30.609Z[ helios-setup] Dec 19 00:26:30.228 INFO E| Compiling tinyvec_macros v0.1.1
28742024-12-19T00:26:31.009Z[ helios-setup] Dec 19 00:26:30.630 INFO E| Compiling anyhow v1.0.68
28752024-12-19T00:26:31.554Z[ helios-setup] Dec 19 00:26:31.175 INFO E| Compiling percent-encoding v2.2.0
28762024-12-19T00:26:32.186Z[ host-package] Compiling polar-core v0.27.3
28772024-12-19T00:26:32.513Z[ helios-setup] Dec 19 00:26:32.134 INFO E| Compiling heck v0.4.1
28782024-12-19T00:26:33.391Z[ helios-setup] Dec 19 00:26:33.011 INFO E| Compiling regex-syntax v0.6.29
28792024-12-19T00:26:33.486Z[ helios-setup] Dec 19 00:26:33.107 INFO E| Compiling httparse v1.8.0
28802024-12-19T00:26:33.518Z[ helios-setup] Dec 19 00:26:33.139 INFO E| Compiling cpufeatures v0.2.5
28812024-12-19T00:26:33.718Z[ helios-setup] Dec 19 00:26:33.339 INFO E| Compiling unicode-width v0.1.10
28822024-12-19T00:26:33.798Z[ helios-setup] Dec 19 00:26:33.419 INFO E| Compiling const-random-macro v0.1.15
28832024-12-19T00:26:33.901Z[ helios-setup] Dec 19 00:26:33.522 INFO E| Compiling thiserror-impl v1.0.38
28842024-12-19T00:26:33.921Z[ helios-setup] Dec 19 00:26:33.542 INFO E| Compiling schemars_derive v0.8.12
28852024-12-19T00:26:34.419Z[ helios-setup] Dec 19 00:26:34.040 INFO E| Compiling tinyvec v1.6.0
28862024-12-19T00:26:35.438Z[ helios-setup] Dec 19 00:26:35.059 INFO E| Compiling serde_derive v1.0.204
28872024-12-19T00:26:35.666Z[ helios-setup] Dec 19 00:26:35.286 INFO E| Compiling futures-macro v0.3.28
28882024-12-19T00:26:35.891Z[ helios-setup] Dec 19 00:26:35.512 INFO E| Compiling tokio-macros v2.0.0
28892024-12-19T00:26:37.548Z[ host-package] Compiling derive_builder_macro v0.20.2
28902024-12-19T00:26:37.682Z[ helios-setup] Dec 19 00:26:37.303 INFO E| Compiling form_urlencoded v1.1.0
28912024-12-19T00:26:37.689Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28922024-12-19T00:26:38.682Z[ helios-setup] Dec 19 00:26:38.303 INFO E| Compiling hashbrown v0.13.2
28932024-12-19T00:26:39.728Z[ host-package] Compiling xz2 v0.1.7
28942024-12-19T00:26:40.012Z[ helios-setup] Dec 19 00:26:39.633 INFO E| Compiling chrono v0.4.24
28952024-12-19T00:26:40.841Z[ host-package] Compiling zone v0.1.8
28962024-12-19T00:26:40.922Z[ helios-setup] Dec 19 00:26:40.543 INFO E| Compiling regex v1.7.3
28972024-12-19T00:26:41.522Z[ helios-setup] Dec 19 00:26:41.143 INFO E| Compiling libz-sys v1.1.8
28982024-12-19T00:26:43.892Z[ helios-setup] Dec 19 00:26:43.512 INFO E| Compiling uuid v1.3.0
28992024-12-19T00:26:44.444Z[ helios-setup] Dec 19 00:26:44.065 INFO E| Compiling dyn-clone v1.0.11
29002024-12-19T00:26:44.829Z[ helios-setup] Dec 19 00:26:44.450 INFO E| Compiling unicode-normalization v0.1.22
29012024-12-19T00:26:44.883Z[ helios-setup] Dec 19 00:26:44.504 INFO E| Compiling regress v0.5.0
29022024-12-19T00:26:45.615Z[ helios-setup] Dec 19 00:26:45.235 INFO E| Compiling const-random v0.1.15
29032024-12-19T00:26:47.063Z[ helios-setup] Dec 19 00:26:46.681 INFO E| Compiling getopts v0.2.21
29042024-12-19T00:26:48.422Z[ helios-setup] Dec 19 00:26:48.042 INFO E| Compiling tracing-core v0.1.30
29052024-12-19T00:26:48.573Z[ helios-setup] Dec 19 00:26:48.194 INFO E| Compiling memoffset v0.7.1
29062024-12-19T00:26:48.989Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29072024-12-19T00:26:49.567Z[ helios-setup] Dec 19 00:26:49.187 INFO E| Compiling unicode-bidi v0.3.13
29082024-12-19T00:26:51.014Z[ helios-setup] Dec 19 00:26:50.635 INFO E| Compiling ucd-trie v0.1.5
29092024-12-19T00:26:51.781Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29102024-12-19T00:26:52.896Z[ helios-setup] Dec 19 00:26:52.516 INFO E| Compiling time-core v0.1.2
29112024-12-19T00:26:53.226Z[ helios-setup] Dec 19 00:26:52.846 INFO E| Compiling num-conv v0.1.0
29122024-12-19T00:26:53.533Z[ helios-setup] Dec 19 00:26:53.154 INFO E| Compiling powerfmt v0.2.0
29132024-12-19T00:26:54.035Z[ helios-setup] Dec 19 00:26:53.655 INFO E| Compiling time-macros v0.2.18
29142024-12-19T00:26:54.532Z[ helios-setup] Dec 19 00:26:54.152 INFO E| Compiling deranged v0.3.11
29152024-12-19T00:26:54.678Z[ helios-setup] Dec 19 00:26:54.298 INFO E| Compiling pest v2.5.7
29162024-12-19T00:26:55.460Z[ helios-setup] Dec 19 00:26:55.035 INFO E| Compiling idna v0.3.0
29172024-12-19T00:26:58.133Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29182024-12-19T00:26:58.253Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29192024-12-19T00:26:58.619Z[ helios-setup] Dec 19 00:26:58.239 INFO E| Compiling tracing v0.1.37
29202024-12-19T00:26:58.900Z[ host-package] Compiling tabled_derive v0.7.0
29212024-12-19T00:27:00.235Z[ helios-setup] Dec 19 00:26:59.855 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29222024-12-19T00:27:00.951Z[ helios-setup] Dec 19 00:27:00.570 INFO E| Compiling time v0.1.45
29232024-12-19T00:27:01.557Z[ helios-setup] Dec 19 00:27:01.176 INFO E| Compiling crossbeam-epoch v0.9.13
29242024-12-19T00:27:02.097Z[ helios-setup] Dec 19 00:27:01.717 INFO E| Compiling iana-time-zone v0.1.56
29252024-12-19T00:27:02.373Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29262024-12-19T00:27:02.566Z[ helios-setup] Dec 19 00:27:02.186 INFO E| Compiling semver v1.0.17
29272024-12-19T00:27:03.229Z[ host-package] Compiling yasna v0.5.2
29282024-12-19T00:27:03.405Z[ helios-setup] Dec 19 00:27:03.023 INFO E| Compiling num_threads v0.1.6
29292024-12-19T00:27:03.646Z[ helios-setup] Dec 19 00:27:03.266 INFO E| Compiling toml v0.5.11
29302024-12-19T00:27:04.179Z[ helios-setup] Dec 19 00:27:03.799 INFO E| Compiling serde_tokenstream v0.2.0
29312024-12-19T00:27:04.321Z[ helios-setup] Dec 19 00:27:03.941 INFO E| Compiling smallvec v1.10.0
29322024-12-19T00:27:05.592Z[ host-package] Compiling peg-macros v0.8.4
29332024-12-19T00:27:07.129Z[ helios-setup] Dec 19 00:27:06.748 INFO E| Compiling parking_lot v0.12.1
29342024-12-19T00:27:08.359Z[ host-package] Compiling strum_macros v0.24.3
29352024-12-19T00:27:09.292Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29362024-12-19T00:27:10.117Z[ helios-setup] Dec 19 00:27:09.737 INFO E| Compiling time v0.3.36
29372024-12-19T00:27:11.840Z[ host-package] Compiling kstat-rs v0.2.4
29382024-12-19T00:27:11.952Z[ host-package] Compiling samael v0.0.17
29392024-12-19T00:27:12.225Z[ host-package] Compiling sqlparser_derive v0.2.2
29402024-12-19T00:27:12.311Z[ helios-setup] Dec 19 00:27:11.930 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29412024-12-19T00:27:13.850Z[ host-package] Compiling unicase v2.7.0
29422024-12-19T00:27:14.255Z[ helios-setup] Dec 19 00:27:13.874 INFO E| Compiling semver-parser v0.10.2
29432024-12-19T00:27:14.921Z[ host-package] Compiling nu-ansi-term v0.50.1
29442024-12-19T00:27:15.140Z[ host-package] Compiling home v0.5.9
29452024-12-19T00:27:15.267Z[ host-package] Compiling indoc v1.0.9
29462024-12-19T00:27:15.480Z[ host-package] Compiling unicode_categories v0.1.1
29472024-12-19T00:27:15.817Z[ host-package] Compiling rustyline v14.0.0
29482024-12-19T00:27:16.370Z[ helios-setup] Dec 19 00:27:15.989 INFO E| Compiling url v2.3.1
29492024-12-19T00:27:16.600Z[ host-package] Compiling sqlformat v0.2.6
29502024-12-19T00:27:17.785Z[ host-package] Compiling reedline v0.35.0
29512024-12-19T00:27:18.992Z[ helios-setup] Dec 19 00:27:18.611 INFO E| Compiling crossbeam-channel v0.5.6
29522024-12-19T00:27:20.319Z[ helios-setup] Dec 19 00:27:19.938 INFO E| Compiling dirs-sys-next v0.1.2
29532024-12-19T00:27:20.559Z[ helios-setup] Dec 19 00:27:20.178 INFO E| Compiling same-file v1.0.6
29542024-12-19T00:27:21.395Z[ helios-setup] Dec 19 00:27:21.002 INFO E| Compiling try-lock v0.2.4
29552024-12-19T00:27:21.690Z[ helios-setup] Dec 19 00:27:21.308 INFO E| Compiling crc32fast v1.3.2
29562024-12-19T00:27:22.868Z[ helios-setup] Dec 19 00:27:22.487 INFO E| Compiling want v0.3.0
29572024-12-19T00:27:23.392Z[ helios-setup] Dec 19 00:27:23.011 INFO E| Compiling walkdir v2.3.3
29582024-12-19T00:27:23.588Z[ helios-setup] Dec 19 00:27:23.207 INFO E| Compiling dirs-next v2.0.0
29592024-12-19T00:27:24.935Z[ helios-setup] Dec 19 00:27:24.553 INFO E| Compiling tokio-util v0.7.7
29602024-12-19T00:27:27.140Z[ helios-setup] Dec 19 00:27:26.759 INFO E| Compiling semver v0.11.0
29612024-12-19T00:27:27.724Z[ helios-setup] Dec 19 00:27:27.343 INFO E| Compiling h2 v0.3.16
29622024-12-19T00:27:29.461Z[ helios-setup] Dec 19 00:27:29.080 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29632024-12-19T00:27:29.695Z[ helios-setup] Dec 19 00:27:29.314 INFO E| Compiling proc-macro-crate v1.2.1
29642024-12-19T00:27:31.494Z[ helios-setup] Dec 19 00:27:31.113 INFO E| Compiling futures-executor v0.3.28
29652024-12-19T00:27:33.854Z[ helios-setup] Dec 19 00:27:33.472 INFO E| Compiling http-body v0.4.5
29662024-12-19T00:27:34.238Z[ helios-setup] Dec 19 00:27:33.856 INFO E| Compiling ring v0.16.20
29672024-12-19T00:27:35.452Z[ helios-setup] Dec 19 00:27:35.070 INFO E| Compiling rand_core v0.6.4
29682024-12-19T00:27:35.523Z[ host-package] Compiling sqlparser v0.45.0
29692024-12-19T00:27:36.691Z[ helios-setup] Dec 19 00:27:36.310 INFO E| Compiling thread_local v1.1.7
29702024-12-19T00:27:36.911Z[ helios-setup] Dec 19 00:27:36.529 INFO E| Compiling base64 v0.21.0
29712024-12-19T00:27:38.217Z[ helios-setup] Dec 19 00:27:37.836 INFO E| Compiling rayon-core v1.10.2
29722024-12-19T00:27:38.508Z[ helios-setup] Dec 19 00:27:38.123 INFO E| Compiling adler v1.0.2
29732024-12-19T00:27:38.933Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29742024-12-19T00:27:39.117Z[ helios-setup] Dec 19 00:27:38.735 INFO E| Compiling utf8parse v0.2.1
29752024-12-19T00:27:39.422Z[ helios-setup] Dec 19 00:27:39.040 INFO E| Compiling lazy_static v1.4.0
29762024-12-19T00:27:39.500Z[ helios-setup] Dec 19 00:27:39.119 INFO E| Compiling tower-service v0.3.2
29772024-12-19T00:27:39.653Z[ helios-setup] Dec 19 00:27:39.272 INFO E| Compiling fastrand v1.9.0
29782024-12-19T00:27:39.673Z[ helios-setup] Dec 19 00:27:39.291 INFO E| Compiling httpdate v1.0.2
29792024-12-19T00:27:39.765Z[ helios-setup] Dec 19 00:27:39.383 INFO E| Compiling ppv-lite86 v0.2.17
29802024-12-19T00:27:40.840Z[ host-package] Compiling peg v0.8.4
29812024-12-19T00:27:40.860Z[ helios-setup] Dec 19 00:27:40.479 INFO E| Compiling home v0.5.4
29822024-12-19T00:27:41.334Z[ helios-setup] Dec 19 00:27:40.952 INFO E| Compiling toolchain_find v0.2.0
29832024-12-19T00:27:41.390Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
29842024-12-19T00:27:41.483Z[ host-package] Compiling rcgen v0.12.1
29852024-12-19T00:27:41.527Z[ helios-setup] Dec 19 00:27:41.145 INFO E| Compiling rand_chacha v0.3.1
29862024-12-19T00:27:41.615Z[ helios-setup] Dec 19 00:27:41.233 INFO E| Compiling tempfile v3.5.0
29872024-12-19T00:27:42.443Z[ helios-setup] Dec 19 00:27:42.062 INFO E| Compiling hyper v0.14.25
29882024-12-19T00:27:45.017Z[ helios-setup] Dec 19 00:27:44.635 INFO E| Compiling anstyle-parse v0.1.1
29892024-12-19T00:27:45.455Z[ helios-setup] Dec 19 00:27:45.073 INFO E| Compiling miniz_oxide v0.6.2
29902024-12-19T00:27:46.967Z[ host-package] Compiling tabled v0.15.0
29912024-12-19T00:27:55.595Z[ helios-setup] Dec 19 00:27:55.213 INFO E| Compiling futures v0.3.28
29922024-12-19T00:27:55.948Z[ helios-setup] Dec 19 00:27:55.566 INFO E| Compiling num_enum_derive v0.5.7
29932024-12-19T00:27:59.962Z[ helios-setup] Dec 19 00:27:59.580 INFO E| Compiling crossbeam-deque v0.8.2
29942024-12-19T00:28:00.654Z[ helios-setup] Dec 19 00:28:00.271 INFO E| Compiling cargo-lock v8.0.3
29952024-12-19T00:28:04.331Z[ helios-setup] Dec 19 00:28:03.948 INFO E| Compiling term v0.7.0
29962024-12-19T00:28:05.540Z[ helios-setup] Dec 19 00:28:05.158 INFO E| Compiling serde_urlencoded v0.7.1
29972024-12-19T00:28:07.014Z[ helios-setup] Dec 19 00:28:06.631 INFO E| Compiling sha2 v0.10.6
29982024-12-19T00:28:07.350Z[ host-package] Compiling derive_builder v0.20.2
29992024-12-19T00:28:07.743Z[ helios-setup] Dec 19 00:28:07.360 INFO E| Compiling sha1 v0.10.5
30002024-12-19T00:28:07.787Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30012024-12-19T00:28:07.859Z[ helios-setup] Dec 19 00:28:07.474 INFO E| Compiling is-terminal v0.4.7
30022024-12-19T00:28:08.478Z[ helios-setup] Dec 19 00:28:08.088 INFO E| Compiling atty v0.2.14
30032024-12-19T00:28:09.545Z[ helios-setup] Dec 19 00:28:09.144 INFO E| Compiling anstyle v0.3.5
30042024-12-19T00:28:12.402Z[ helios-setup] Dec 19 00:28:12.019 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30052024-12-19T00:28:12.558Z[ helios-setup] Dec 19 00:28:12.175 INFO E| Compiling concolor-override v1.0.0
30062024-12-19T00:28:12.739Z[ helios-setup] Dec 19 00:28:12.356 INFO E| Compiling concolor-query v0.3.3
30072024-12-19T00:28:13.148Z[ helios-setup] Dec 19 00:28:12.757 INFO E| Compiling anstream v0.2.6
30082024-12-19T00:28:15.054Z[ helios-setup] Dec 19 00:28:14.671 INFO E| Compiling slog-term v2.9.0
30092024-12-19T00:28:15.101Z[ helios-setup] Dec 19 00:28:14.718 INFO E| Compiling flate2 v1.0.25
30102024-12-19T00:28:17.648Z[ helios-setup] Dec 19 00:28:17.264 INFO E| Compiling num_enum v0.5.7
30112024-12-19T00:28:18.101Z[ helios-setup] Dec 19 00:28:17.718 INFO E| Compiling rand v0.8.5
30122024-12-19T00:28:18.259Z[ helios-setup] Dec 19 00:28:17.877 INFO E| Compiling rustfmt-wrapper v0.2.0
30132024-12-19T00:28:18.357Z[ helios-setup] Dec 19 00:28:17.972 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30142024-12-19T00:28:18.632Z[ helios-setup] Dec 19 00:28:18.228 INFO E| Compiling openapiv3 v1.0.2
30152024-12-19T00:28:20.328Z[ helios-setup] Dec 19 00:28:19.945 INFO E| Compiling encoding_rs v0.8.32
30162024-12-19T00:28:22.127Z[ helios-setup] Dec 19 00:28:21.744 INFO E| Compiling either v1.8.0
30172024-12-19T00:28:23.095Z[ helios-setup] Dec 19 00:28:22.711 INFO E| Compiling mime v0.3.17
30182024-12-19T00:28:25.054Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30192024-12-19T00:28:25.324Z[ helios-setup] Dec 19 00:28:24.941 INFO E| Compiling untrusted v0.7.1
30202024-12-19T00:28:25.707Z[ helios-setup] Dec 19 00:28:25.324 INFO E| Compiling base64 v0.13.1
30212024-12-19T00:28:27.748Z[ helios-setup] Dec 19 00:28:27.364 INFO E| Compiling strsim v0.10.0
30222024-12-19T00:28:27.845Z[ helios-setup] Dec 19 00:28:27.458 INFO E| Compiling byteorder v1.4.3
30232024-12-19T00:28:28.048Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
30242024-12-19T00:28:28.842Z[ helios-setup] Dec 19 00:28:28.459 INFO E| Compiling spin v0.5.2
30252024-12-19T00:28:29.318Z[ helios-setup] Dec 19 00:28:28.935 INFO E| Compiling ipnet v2.7.2
30262024-12-19T00:28:29.525Z[ helios-setup] Dec 19 00:28:29.141 INFO E| Compiling clap_lex v0.4.1
30272024-12-19T00:28:30.157Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30282024-12-19T00:28:30.592Z[ host-package] Compiling bcs v0.1.6
30292024-12-19T00:28:30.990Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
30302024-12-19T00:28:31.041Z[ helios-setup] Dec 19 00:28:30.657 INFO E| Compiling unsafe-libyaml v0.2.8
30312024-12-19T00:28:31.623Z[ helios-setup] Dec 19 00:28:31.240 INFO E| Compiling utf-8 v0.7.6
30322024-12-19T00:28:32.689Z[ helios-setup] Dec 19 00:28:32.306 INFO E| Compiling project-root v0.2.2
30332024-12-19T00:28:32.776Z[ host-package] Compiling oso-derive v0.27.3
30342024-12-19T00:28:33.528Z[ helios-setup] Dec 19 00:28:33.145 INFO E| Compiling tungstenite v0.18.0
30352024-12-19T00:28:33.692Z[ helios-setup] Dec 19 00:28:33.309 INFO E| Compiling reqwest v0.11.16
30362024-12-19T00:28:34.741Z[ host-package] Compiling libz-sys v1.1.20
30372024-12-19T00:28:34.814Z[ helios-setup] Dec 19 00:28:34.423 INFO E| Compiling serde_yaml v0.9.21
30382024-12-19T00:28:34.990Z[ helios-setup] Dec 19 00:28:34.606 INFO E| Compiling clap_builder v4.2.1
30392024-12-19T00:28:36.488Z[ host-package] Compiling quick-xml v0.33.0
30402024-12-19T00:28:38.925Z[ helios-setup] Dec 19 00:28:38.542 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30412024-12-19T00:28:42.045Z[ helios-setup] Dec 19 00:28:41.661 INFO E| Compiling rayon v1.6.1
30422024-12-19T00:28:42.838Z[ helios-setup] Dec 19 00:28:42.454 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30432024-12-19T00:28:44.453Z[ helios-setup] Dec 19 00:28:44.070 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30442024-12-19T00:28:44.907Z[ host-package] Compiling subprocess v0.2.9
30452024-12-19T00:28:47.358Z[ helios-setup] Dec 19 00:28:46.974 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30462024-12-19T00:28:48.752Z[ host-package] Compiling diesel-dtrace v0.3.0
30472024-12-19T00:28:49.258Z[ helios-setup] Dec 19 00:28:48.868 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30482024-12-19T00:28:49.638Z[ host-package] Compiling parking_lot_core v0.8.6
30492024-12-19T00:28:49.927Z[ helios-setup] Dec 19 00:28:49.543 INFO E| Compiling clap_derive v4.2.0
30502024-12-19T00:28:51.377Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30512024-12-19T00:28:53.791Z[ host-package] Compiling oso v0.27.3
30522024-12-19T00:28:54.332Z[ helios-setup] Dec 19 00:28:53.948 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30532024-12-19T00:28:59.659Z[ helios-setup] Dec 19 00:28:59.275 INFO E| Compiling clap v4.2.1
30542024-12-19T00:29:00.219Z[ helios-setup] Dec 19 00:28:59.834 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30552024-12-19T00:29:12.390Z[ helios-setup] Dec 19 00:29:12.004 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30562024-12-19T00:29:15.938Z[ helios-setup] Dec 19 00:29:15.553 INFO E| Compiling tokio-tungstenite v0.18.0
30572024-12-19T00:29:17.243Z[ helios-setup] Dec 19 00:29:16.858 INFO E| Compiling smartstring v1.0.1
30582024-12-19T00:29:18.270Z[ helios-setup] Dec 19 00:29:17.885 INFO E| Compiling rustls v0.21.0
30592024-12-19T00:29:20.528Z[ helios-setup] Dec 19 00:29:20.143 INFO E| Compiling serde_spanned v0.6.1
30602024-12-19T00:29:21.432Z[ helios-setup] Dec 19 00:29:21.047 INFO E| Compiling toml_datetime v0.6.1
30612024-12-19T00:29:22.924Z[ helios-setup] Dec 19 00:29:22.539 INFO E| Compiling async-trait v0.1.68
30622024-12-19T00:29:24.218Z[ helios-setup] Dec 19 00:29:23.832 INFO E| Compiling static_assertions v1.1.0
30632024-12-19T00:29:24.540Z[ helios-setup] Dec 19 00:29:24.155 INFO E| Compiling slog-async v2.7.0
30642024-12-19T00:29:26.165Z[ helios-setup] Dec 19 00:29:25.779 INFO E| Compiling winnow v0.4.1
30652024-12-19T00:29:28.467Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30662024-12-19T00:29:29.924Z[ helios-setup] Dec 19 00:29:29.539 INFO E| Compiling camino v1.1.4
30672024-12-19T00:29:31.464Z[ helios-setup] Dec 19 00:29:31.079 INFO E| Compiling match_cfg v0.1.0
30682024-12-19T00:29:31.596Z[ helios-setup] Dec 19 00:29:31.211 INFO E| Compiling paste v1.0.12
30692024-12-19T00:29:31.995Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30702024-12-19T00:29:33.272Z[ helios-setup] Dec 19 00:29:32.887 INFO E| Compiling hostname v0.3.1
30712024-12-19T00:29:33.918Z[ helios-setup] Dec 19 00:29:33.532 INFO E| Compiling toml_edit v0.19.8
30722024-12-19T00:29:35.986Z[ helios-setup] Dec 19 00:29:35.601 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30732024-12-19T00:29:36.548Z[ helios-setup] Dec 19 00:29:36.162 INFO E| Compiling slog-json v2.6.1
30742024-12-19T00:29:38.007Z[ helios-setup] Dec 19 00:29:37.621 INFO E| Compiling unicode-linebreak v0.1.4
30752024-12-19T00:29:42.247Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30762024-12-19T00:29:42.758Z[ helios-setup] Dec 19 00:29:42.372 INFO E| Compiling async-stream-impl v0.3.5
30772024-12-19T00:29:43.066Z[ helios-setup] Dec 19 00:29:42.676 INFO E| Compiling rhai_codegen v1.5.0
30782024-12-19T00:29:43.238Z[ helios-setup] Dec 19 00:29:42.852 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30792024-12-19T00:29:43.970Z[ helios-setup] Dec 19 00:29:43.585 INFO E| Compiling take_mut v0.2.2
30802024-12-19T00:29:45.521Z[ helios-setup] Dec 19 00:29:45.136 INFO E| Compiling async-stream v0.3.5
30812024-12-19T00:29:47.054Z[ helios-setup] Dec 19 00:29:46.668 INFO E| Compiling toml v0.7.3
30822024-12-19T00:29:48.331Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832024-12-19T00:29:48.963Z[ helios-setup] Dec 19 00:29:48.576 INFO E| Compiling rhai v1.14.0
30842024-12-19T00:29:49.063Z[ host-package] Compiling bb8 v0.8.5
30852024-12-19T00:29:49.800Z[ helios-setup] Dec 19 00:29:49.414 INFO E| Compiling slog-bunyan v2.4.0
30862024-12-19T00:29:50.261Z[ host-package] Compiling async-bb8-diesel v0.2.1
30872024-12-19T00:29:55.704Z[ helios-setup] Dec 19 00:29:55.318 INFO E| Compiling rustls-pemfile v1.0.2
30882024-12-19T00:29:55.728Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30892024-12-19T00:29:56.383Z[ helios-setup] Dec 19 00:29:55.997 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30902024-12-19T00:29:56.711Z[ helios-setup] Dec 19 00:29:56.325 INFO E| Compiling serde_path_to_error v0.1.11
30912024-12-19T00:29:57.129Z[ helios-setup] Dec 19 00:29:56.741 INFO E| Compiling bincode v1.3.3
30922024-12-19T00:29:57.568Z[ host-package] Compiling atty v0.2.14
30932024-12-19T00:29:58.474Z[ host-package] Compiling salty v0.3.0
30942024-12-19T00:29:59.037Z[ helios-setup] Dec 19 00:29:58.651 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30952024-12-19T00:29:59.392Z[ helios-setup] Dec 19 00:29:59.006 INFO E| Compiling terminal_size v0.2.6
30962024-12-19T00:29:59.532Z[ helios-setup] Dec 19 00:29:59.145 INFO E| Compiling smawk v0.3.1
30972024-12-19T00:30:00.246Z[ helios-setup] Dec 19 00:29:59.859 INFO E| Compiling textwrap v0.16.0
30982024-12-19T00:30:07.812Z[ host-package] Compiling parking_lot v0.11.2
30992024-12-19T00:30:10.403Z[ helios-setup] Dec 19 00:30:10.016 INFO E| Compiling sct v0.7.0
31002024-12-19T00:30:10.444Z[ helios-setup] Dec 19 00:30:10.057 INFO E| Compiling rustls-webpki v0.100.1
31012024-12-19T00:30:12.084Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31022024-12-19T00:30:18.663Z[ helios-setup] Dec 19 00:30:18.276 INFO E| Compiling git2 v0.16.1
31032024-12-19T00:30:19.991Z[ helios-setup] Dec 19 00:30:19.604 INFO E| Compiling tokio-rustls v0.24.0
31042024-12-19T00:30:20.343Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
31052024-12-19T00:30:24.317Z[ host-package] Compiling sled v0.34.7
31062024-12-19T00:30:28.076Z[ host-package] Compiling mime_guess v2.0.5
31072024-12-19T00:30:31.775Z[ helios-setup] Dec 19 00:30:31.387 INFO E| Compiling built v0.6.0
31082024-12-19T00:30:33.481Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31092024-12-19T00:30:33.699Z[ host-package] Compiling hickory-client v0.24.1
31102024-12-19T00:30:33.908Z[ helios-setup] Dec 19 00:30:33.519 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31112024-12-19T00:30:34.044Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31122024-12-19T00:30:35.864Z[ helios-setup] Dec 19 00:30:35.476 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31132024-12-19T00:30:37.187Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31142024-12-19T00:30:37.884Z[ helios-setup] Dec 19 00:30:37.496 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31152024-12-19T00:30:39.182Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31162024-12-19T00:30:42.492Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31172024-12-19T00:30:44.275Z[ host-package] Compiling hickory-server v0.24.1
31182024-12-19T00:30:45.697Z[ host-package] Compiling primeorder v0.13.6
31192024-12-19T00:30:46.640Z[ host-package] Compiling castaway v0.2.3
31202024-12-19T00:30:46.746Z[ helios-setup] Dec 19 00:30:46.357 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31212024-12-19T00:30:47.144Z[ host-package] Compiling vergen v8.3.2
31222024-12-19T00:30:48.018Z[ host-package] Compiling env_filter v0.1.2
31232024-12-19T00:30:50.163Z[ helios-setup] Dec 19 00:30:49.774 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31242024-12-19T00:30:50.483Z[ host-package] Compiling cargo-platform v0.1.8
31252024-12-19T00:30:51.680Z[ host-package] Compiling nanorand v0.7.0
31262024-12-19T00:30:53.045Z[ host-package] Compiling memoffset v0.9.1
31272024-12-19T00:30:54.365Z[ host-package] Compiling flume v0.11.1
31282024-12-19T00:30:57.100Z[ host-package] Compiling cargo_metadata v0.18.1
31292024-12-19T00:31:04.091Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31302024-12-19T00:31:05.634Z[ host-package] Compiling env_logger v0.11.5
31312024-12-19T00:31:08.497Z[ host-package] Compiling git2 v0.19.0
31322024-12-19T00:31:17.959Z[ host-package] Compiling compact_str v0.8.0
31332024-12-19T00:31:22.024Z[ host-package] Compiling p384 v0.13.0
31342024-12-19T00:31:26.462Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352024-12-19T00:31:29.900Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31362024-12-19T00:31:35.002Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31372024-12-19T00:31:37.190Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31382024-12-19T00:31:40.805Z[ helios-setup] Dec 19 00:31:40.415 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31392024-12-19T00:31:42.229Z[ host-package] Compiling unicode-truncate v1.1.0
31402024-12-19T00:31:42.584Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
31412024-12-19T00:31:44.800Z[ host-package] Compiling lru v0.12.5
31422024-12-19T00:31:45.092Z[ host-package] Compiling rand_seeder v0.3.0
31432024-12-19T00:31:45.322Z[ host-package] Compiling libsqlite3-sys v0.30.1
31442024-12-19T00:31:45.566Z[ host-package] Compiling instability v0.3.2
31452024-12-19T00:31:45.832Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31462024-12-19T00:31:45.938Z[ host-package] Compiling http-range v0.1.5
31472024-12-19T00:31:46.324Z[ host-package] Compiling rustls v0.21.12
31482024-12-19T00:31:46.577Z[ host-package] Compiling cassowary v0.3.0
31492024-12-19T00:31:46.642Z[ host-package] Compiling cfg_aliases v0.2.1
31502024-12-19T00:31:46.771Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31512024-12-19T00:31:46.797Z[ host-package] Compiling nix v0.29.0
31522024-12-19T00:31:46.853Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31532024-12-19T00:31:47.793Z[ host-package] Compiling ratatui v0.28.1
31542024-12-19T00:31:48.947Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31552024-12-19T00:31:49.024Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31562024-12-19T00:31:50.151Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31572024-12-19T00:31:50.600Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
31582024-12-19T00:31:50.638Z[ host-package] Compiling sct v0.7.1
31592024-12-19T00:31:51.499Z[ host-package] Compiling rustls-webpki v0.101.7
31602024-12-19T00:31:53.882Z[ host-package] Compiling csv-core v0.1.11
31612024-12-19T00:31:55.066Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31622024-12-19T00:31:55.555Z[ host-package] Compiling glob v0.3.1
31632024-12-19T00:31:56.153Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31642024-12-19T00:31:56.655Z[ host-package] Compiling csv v1.3.0
31652024-12-19T00:31:59.725Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
31662024-12-19T00:32:01.276Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
31672024-12-19T00:32:03.600Z[ host-package] Compiling nix v0.27.1
31682024-12-19T00:32:07.512Z[ host-package] Compiling hyper-staticfile v0.10.1
31692024-12-19T00:32:12.288Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31702024-12-19T00:32:13.651Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31712024-12-19T00:32:14.695Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31722024-12-19T00:32:16.262Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
31732024-12-19T00:32:16.297Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31742024-12-19T00:32:25.010Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31752024-12-19T00:32:26.304Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31762024-12-19T00:32:27.127Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31772024-12-19T00:32:28.109Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31782024-12-19T00:32:28.685Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31792024-12-19T00:32:29.090Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31802024-12-19T00:32:30.426Z[ host-package] Compiling hashlink v0.9.1
31812024-12-19T00:32:32.390Z[ host-package] Compiling tungstenite v0.23.0
31822024-12-19T00:32:34.434Z[ host-package] Compiling fallible-iterator v0.3.0
31832024-12-19T00:32:36.548Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31842024-12-19T00:32:37.406Z[ host-package] Compiling rusqlite v0.32.1
31852024-12-19T00:32:41.262Z[ host-package] Compiling tokio-tungstenite v0.23.1
31862024-12-19T00:32:41.680Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872024-12-19T00:32:42.650Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31882024-12-19T00:32:43.066Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31892024-12-19T00:32:45.534Z[ helios-setup] Dec 19 00:32:45.141 INFO E| Finished `release` profile [optimized] target(s) in 6m 47s
31902024-12-19T00:32:45.659Z[ helios-setup] Dec 19 00:32:45.266 INFO building project "pilot" ok (407 seconds)
31912024-12-19T00:32:45.662Z[ helios-setup] Dec 19 00:32:45.266 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31922024-12-19T00:32:45.662Z[ helios-setup] Dec 19 00:32:45.266 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31932024-12-19T00:32:45.969Z[ helios-setup] Dec 19 00:32:45.576 INFO E| Downloading crates ...
31942024-12-19T00:32:46.098Z[ helios-setup] Dec 19 00:32:45.705 INFO E| Downloaded typenum v1.15.0
31952024-12-19T00:32:46.102Z[ helios-setup] Dec 19 00:32:45.710 INFO E| Downloaded sha2 v0.10.5
31962024-12-19T00:32:46.106Z[ helios-setup] Dec 19 00:32:45.714 INFO E| Downloaded digest v0.10.3
31972024-12-19T00:32:46.109Z[ helios-setup] Dec 19 00:32:45.716 INFO E| Downloaded bytes v1.2.1
31982024-12-19T00:32:46.115Z[ helios-setup] Dec 19 00:32:45.722 INFO E| Downloaded anyhow v1.0.62
31992024-12-19T00:32:46.216Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling typenum v1.15.0
32002024-12-19T00:32:46.216Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling version_check v0.9.4
32012024-12-19T00:32:46.219Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling crc32fast v1.3.2
32022024-12-19T00:32:46.219Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling cfg-if v1.0.0
32032024-12-19T00:32:46.219Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling anyhow v1.0.62
32042024-12-19T00:32:46.219Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling adler v1.0.2
32052024-12-19T00:32:46.219Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling unicode-width v0.1.10
32062024-12-19T00:32:46.219Z[ helios-setup] Dec 19 00:32:45.824 INFO E| Compiling cpufeatures v0.2.5
32072024-12-19T00:32:46.350Z[ host-package] Compiling tokio-rustls v0.24.1
32082024-12-19T00:32:46.651Z[ helios-setup] Dec 19 00:32:46.258 INFO E| Compiling bytes v1.2.1
32092024-12-19T00:32:46.657Z[ helios-setup] Dec 19 00:32:46.265 INFO E| Compiling bitflags v1.3.2
32102024-12-19T00:32:46.823Z[ helios-setup] Dec 19 00:32:46.429 INFO E| Compiling getopts v0.2.21
32112024-12-19T00:32:47.147Z[ helios-setup] Dec 19 00:32:46.755 INFO E| Compiling miniz_oxide v0.6.2
32122024-12-19T00:32:47.910Z[ helios-setup] Dec 19 00:32:47.517 INFO E| Compiling generic-array v0.14.6
32132024-12-19T00:32:48.407Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32142024-12-19T00:32:48.504Z[ helios-setup] Dec 19 00:32:48.112 INFO E| Compiling flate2 v1.0.25
32152024-12-19T00:32:50.206Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32162024-12-19T00:32:52.728Z[ helios-setup] Dec 19 00:32:52.335 INFO E| Compiling block-buffer v0.10.3
32172024-12-19T00:32:52.731Z[ helios-setup] Dec 19 00:32:52.335 INFO E| Compiling crypto-common v0.1.6
32182024-12-19T00:32:52.963Z[ helios-setup] Dec 19 00:32:52.570 INFO E| Compiling digest v0.10.3
32192024-12-19T00:32:53.381Z[ helios-setup] Dec 19 00:32:52.988 INFO E| Compiling sha2 v0.10.5
32202024-12-19T00:32:54.134Z[ helios-setup] Dec 19 00:32:53.713 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32212024-12-19T00:32:55.499Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32222024-12-19T00:32:59.922Z[ helios-setup] Dec 19 00:32:59.529 INFO E| Finished `release` profile [optimized] target(s) in 14.16s
32232024-12-19T00:32:59.938Z[ helios-setup] Dec 19 00:32:59.545 INFO building project "bootserver" ok (14 seconds)
32242024-12-19T00:32:59.939Z[ helios-setup] Dec 19 00:32:59.546 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32252024-12-19T00:32:59.939Z[ helios-setup] Dec 19 00:32:59.546 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32262024-12-19T00:32:59.949Z[ helios-setup] Dec 19 00:32:59.556 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32272024-12-19T00:33:00.195Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32282024-12-19T00:33:00.364Z[ helios-setup] Dec 19 00:32:59.971 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32292024-12-19T00:33:00.364Z[ helios-setup] Dec 19 00:32:59.971 INFO E| info: downloading component 'cargo'
32302024-12-19T00:33:01.359Z[ helios-setup] Dec 19 00:33:00.966 INFO E| info: downloading component 'clippy'
32312024-12-19T00:33:01.716Z[ helios-setup] Dec 19 00:33:01.323 INFO E| info: downloading component 'rust-docs'
32322024-12-19T00:33:03.049Z[ helios-setup] Dec 19 00:33:02.656 INFO E| info: downloading component 'rust-src'
32332024-12-19T00:33:03.400Z[ helios-setup] Dec 19 00:33:03.007 INFO E| info: downloading component 'rust-std'
32342024-12-19T00:33:05.728Z[ helios-setup] Dec 19 00:33:05.335 INFO E| info: downloading component 'rustc'
32352024-12-19T00:33:05.980Z[ host-package] Compiling rustls-pemfile v1.0.4
32362024-12-19T00:33:06.931Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32372024-12-19T00:33:07.284Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32382024-12-19T00:33:07.884Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32392024-12-19T00:33:08.085Z[ host-package] Compiling signal-hook-tokio v0.3.1
32402024-12-19T00:33:08.343Z[ host-package] Compiling twox-hash v1.6.3
32412024-12-19T00:33:08.645Z[ host-package] Compiling smawk v0.3.2
32422024-12-19T00:33:08.988Z[ host-package] Compiling is_ci v1.2.0
32432024-12-19T00:33:09.325Z[ host-package] Compiling unicode-linebreak v0.1.5
32442024-12-19T00:33:09.480Z[ host-package] Compiling supports-color v3.0.1
32452024-12-19T00:33:09.996Z[ host-package] Compiling textwrap v0.16.1
32462024-12-19T00:33:10.580Z[ helios-setup] Dec 19 00:33:10.187 INFO E| info: downloading component 'rustfmt'
32472024-12-19T00:33:10.822Z[ helios-setup] Dec 19 00:33:10.428 INFO E| info: installing component 'cargo'
32482024-12-19T00:33:12.245Z[ helios-setup] Dec 19 00:33:11.852 INFO E| info: installing component 'clippy'
32492024-12-19T00:33:12.638Z[ helios-setup] Dec 19 00:33:12.245 INFO E| info: installing component 'rust-docs'
32502024-12-19T00:33:12.930Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32512024-12-19T00:33:14.234Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32522024-12-19T00:33:19.704Z[ helios-setup] Dec 19 00:33:19.309 INFO E| info: installing component 'rust-src'
32532024-12-19T00:33:20.747Z[ helios-setup] Dec 19 00:33:20.353 INFO E| info: installing component 'rust-std'
32542024-12-19T00:33:23.192Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32552024-12-19T00:33:23.308Z[ helios-setup] Dec 19 00:33:22.914 INFO E| info: installing component 'rustc'
32562024-12-19T00:33:29.647Z[ helios-setup] Dec 19 00:33:29.253 INFO E| info: installing component 'rustfmt'
32572024-12-19T00:33:30.640Z[ helios-setup] Dec 19 00:33:30.246 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32582024-12-19T00:33:31.562Z[ helios-setup] Dec 19 00:33:31.167 INFO E| From https://github.com/oxidecomputer/amd-apcb
32592024-12-19T00:33:31.562Z[ helios-setup] Dec 19 00:33:31.167 INFO E| * [new branch] issue-113 -> origin/issue-113
32602024-12-19T00:33:31.564Z[ helios-setup] Dec 19 00:33:31.168 INFO E| * [new branch] issue-135 -> origin/issue-135
32612024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.168 INFO E| * [new branch] luqmana/bdat -> origin/luqmana/bdat
32622024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.168 INFO E| * [new branch] main -> origin/main
32632024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.168 INFO E| * [new ref] -> origin/HEAD
32642024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.169 INFO E| * [new tag] v0.1.3 -> v0.1.3
32652024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.169 INFO E| * [new tag] v0.1.4 -> v0.1.4
32662024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.169 INFO E| * [new tag] v0.1.5 -> v0.1.5
32672024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.169 INFO E| * [new tag] v0.2.0 -> v0.2.0
32682024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.169 INFO E| * [new tag] v0.3.0 -> v0.3.0
32692024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.169 INFO E| * [new tag] v0.3.1 -> v0.3.1
32702024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.170 INFO E| * [new tag] v0.3.2 -> v0.3.2
32712024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.170 INFO E| * [new tag] v0.3.3 -> v0.3.3
32722024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.170 INFO E| * [new tag] v0.4.0 -> v0.4.0
32732024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.170 INFO E| * [new tag] v0.4.1 -> v0.4.1
32742024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.170 INFO E| * [new tag] v0.4.2 -> v0.4.2
32752024-12-19T00:33:31.565Z[ helios-setup] Dec 19 00:33:31.170 INFO E| * [new tag] v0.4.3 -> v0.4.3
32762024-12-19T00:33:31.610Z[ helios-setup] Dec 19 00:33:31.215 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32772024-12-19T00:33:32.562Z[ helios-setup] Dec 19 00:33:32.168 INFO E| From https://github.com/oxidecomputer/amd-efs
32782024-12-19T00:33:32.562Z[ helios-setup] Dec 19 00:33:32.168 INFO E| * [new branch] empty -> origin/empty
32792024-12-19T00:33:32.562Z[ helios-setup] Dec 19 00:33:32.168 INFO E| * [new branch] issue-99 -> origin/issue-99
32802024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.168 INFO E| * [new branch] main -> origin/main
32812024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.168 INFO E| * [new branch] review -> origin/review
32822024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.169 INFO E| * [new ref] -> origin/HEAD
32832024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.169 INFO E| * [new tag] v0.2.0 -> v0.2.0
32842024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.169 INFO E| * [new tag] v0.2.1 -> v0.2.1
32852024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.169 INFO E| * [new tag] v0.2.2 -> v0.2.2
32862024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.169 INFO E| * [new tag] v0.2.3 -> v0.2.3
32872024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.169 INFO E| * [new tag] v0.2.4 -> v0.2.4
32882024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.169 INFO E| * [new tag] v0.2.5 -> v0.2.5
32892024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.2.6 -> v0.2.6
32902024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.2.7 -> v0.2.7
32912024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.3.0 -> v0.3.0
32922024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.3.1 -> v0.3.1
32932024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.4.0 -> v0.4.0
32942024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.4.1 -> v0.4.1
32952024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.4.2 -> v0.4.2
32962024-12-19T00:33:32.565Z[ helios-setup] Dec 19 00:33:32.170 INFO E| * [new tag] v0.4.3 -> v0.4.3
32972024-12-19T00:33:32.590Z[ helios-setup] Dec 19 00:33:32.196 INFO E| Updating crates.io index
32982024-12-19T00:33:32.895Z[ helios-setup] Dec 19 00:33:32.501 INFO E| Downloading crates ...
32992024-12-19T00:33:33.045Z[ helios-setup] Dec 19 00:33:32.650 INFO E| Downloaded fletcher v0.1.0
33002024-12-19T00:33:33.048Z[ helios-setup] Dec 19 00:33:32.652 INFO E| Downloaded bytesize v1.3.0
33012024-12-19T00:33:33.048Z[ helios-setup] Dec 19 00:33:32.654 INFO E| Downloaded ansi_term v0.12.1
33022024-12-19T00:33:33.063Z[ helios-setup] Dec 19 00:33:32.668 INFO E| Downloaded unic-char-range v0.9.0
33032024-12-19T00:33:33.094Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33042024-12-19T00:33:33.097Z[ helios-setup] Dec 19 00:33:32.702 INFO E| Downloaded unic-ucd-version v0.9.0
33052024-12-19T00:33:33.099Z[ helios-setup] Dec 19 00:33:32.704 INFO E| Downloaded unic-common v0.9.0
33062024-12-19T00:33:33.099Z[ helios-setup] Dec 19 00:33:32.705 INFO E| Downloaded unic-char-property v0.9.0
33072024-12-19T00:33:33.102Z[ helios-setup] Dec 19 00:33:32.707 INFO E| Downloaded strum_macros v0.23.1
33082024-12-19T00:33:33.105Z[ helios-setup] Dec 19 00:33:32.709 INFO E| Downloaded pre v0.2.1
33092024-12-19T00:33:33.106Z[ helios-setup] Dec 19 00:33:32.711 INFO E| Downloaded modular-bitfield-impl v0.11.2
33102024-12-19T00:33:33.109Z[ helios-setup] Dec 19 00:33:32.713 INFO E| Downloaded structopt-derive v0.4.18
33112024-12-19T00:33:33.113Z[ helios-setup] Dec 19 00:33:32.715 INFO E| Downloaded pest_generator v2.7.13
33122024-12-19T00:33:33.116Z[ helios-setup] Dec 19 00:33:32.717 INFO E| Downloaded strum v0.23.0
33132024-12-19T00:33:33.116Z[ helios-setup] Dec 19 00:33:32.718 INFO E| Downloaded rustc_version v0.2.3
33142024-12-19T00:33:33.116Z[ helios-setup] Dec 19 00:33:32.720 INFO E| Downloaded strsim v0.8.0
33152024-12-19T00:33:33.147Z[ helios-setup] Dec 19 00:33:32.722 INFO E| Downloaded scroll_derive v0.10.5
33162024-12-19T00:33:33.150Z[ helios-setup] Dec 19 00:33:32.755 INFO E| Downloaded vec_map v0.8.2
33172024-12-19T00:33:33.152Z[ helios-setup] Dec 19 00:33:32.757 INFO E| Downloaded unic-ucd-ident v0.9.0
33182024-12-19T00:33:33.155Z[ helios-setup] Dec 19 00:33:32.759 INFO E| Downloaded thiserror-impl v1.0.64
33192024-12-19T00:33:33.158Z[ helios-setup] Dec 19 00:33:32.761 INFO E| Downloaded thiserror v1.0.64
33202024-12-19T00:33:33.166Z[ helios-setup] Dec 19 00:33:32.771 INFO E| Downloaded structopt v0.3.26
33212024-12-19T00:33:33.180Z[ helios-setup] Dec 19 00:33:32.785 INFO E| Downloaded pest_meta v2.7.13
33222024-12-19T00:33:33.183Z[ helios-setup] Dec 19 00:33:32.789 INFO E| Downloaded serde v1.0.210
33232024-12-19T00:33:33.189Z[ helios-setup] Dec 19 00:33:32.795 INFO E| Downloaded serde_derive v1.0.210
33242024-12-19T00:33:33.195Z[ helios-setup] Dec 19 00:33:32.800 INFO E| Downloaded semver-parser v0.7.0
33252024-12-19T00:33:33.197Z[ helios-setup] Dec 19 00:33:32.802 INFO E| Downloaded scroll v0.10.2
33262024-12-19T00:33:33.200Z[ helios-setup] Dec 19 00:33:32.806 INFO E| Downloaded pest v2.7.13
33272024-12-19T00:33:33.208Z[ helios-setup] Dec 19 00:33:32.814 INFO E| Downloaded goblin v0.4.3
33282024-12-19T00:33:33.217Z[ helios-setup] Dec 19 00:33:32.822 INFO E| Downloaded serde_json v1.0.128
33292024-12-19T00:33:33.228Z[ helios-setup] Dec 19 00:33:32.833 INFO E| Downloaded clap v2.34.0
33302024-12-19T00:33:33.237Z[ helios-setup] Dec 19 00:33:32.843 INFO E| Downloaded syn v2.0.79
33312024-12-19T00:33:33.273Z[ helios-setup] Dec 19 00:33:32.879 INFO E| Downloaded pre-proc-macro v0.2.1
33322024-12-19T00:33:33.276Z[ helios-setup] Dec 19 00:33:32.881 INFO E| Downloaded modular-bitfield v0.11.2
33332024-12-19T00:33:33.292Z[ helios-setup] Dec 19 00:33:32.898 INFO E| Downloaded libc v0.2.159
33342024-12-19T00:33:33.330Z[ helios-setup] Dec 19 00:33:32.936 INFO E| Downloaded textwrap v0.11.0
33352024-12-19T00:33:33.333Z[ helios-setup] Dec 19 00:33:32.938 INFO E| Downloaded semver v0.9.0
33362024-12-19T00:33:33.335Z[ helios-setup] Dec 19 00:33:32.940 INFO E| Downloaded proc-macro-crate v0.1.5
33372024-12-19T00:33:33.335Z[ helios-setup] Dec 19 00:33:32.941 INFO E| Downloaded pest_derive v2.7.13
33382024-12-19T00:33:33.338Z[ helios-setup] Dec 19 00:33:32.944 INFO E| Downloaded once_cell v1.20.1
33392024-12-19T00:33:33.342Z[ helios-setup] Dec 19 00:33:32.948 INFO E| Downloaded parse_int v0.6.0
33402024-12-19T00:33:33.344Z[ helios-setup] Dec 19 00:33:32.948 INFO E| Downloaded memoffset v0.5.6
33412024-12-19T00:33:33.344Z[ helios-setup] Dec 19 00:33:32.950 INFO E| Downloaded four-cc v0.3.0
33422024-12-19T00:33:33.347Z[ helios-setup] Dec 19 00:33:32.951 INFO E| Downloaded cfg-if v0.1.10
33432024-12-19T00:33:33.459Z[ helios-setup] Dec 19 00:33:33.064 INFO E| Compiling proc-macro2 v1.0.86
33442024-12-19T00:33:33.508Z[ helios-setup] Dec 19 00:33:33.112 INFO E| Compiling unicode-ident v1.0.13
33452024-12-19T00:33:33.511Z[ helios-setup] Dec 19 00:33:33.116 INFO E| Compiling syn v1.0.109
33462024-12-19T00:33:33.511Z[ helios-setup] Dec 19 00:33:33.116 INFO E| Compiling version_check v0.9.5
33472024-12-19T00:33:33.514Z[ helios-setup] Dec 19 00:33:33.118 INFO E| Compiling memchr v2.7.4
33482024-12-19T00:33:33.525Z[ helios-setup] Dec 19 00:33:33.131 INFO E| Compiling semver-parser v0.7.0
33492024-12-19T00:33:33.525Z[ helios-setup] Dec 19 00:33:33.131 INFO E| Compiling thiserror v1.0.64
33502024-12-19T00:33:33.525Z[ helios-setup] Dec 19 00:33:33.131 INFO E| Compiling autocfg v1.4.0
33512024-12-19T00:33:34.013Z[ helios-setup] Dec 19 00:33:33.619 INFO E| Compiling semver v0.9.0
33522024-12-19T00:33:34.640Z[ helios-setup] Dec 19 00:33:34.246 INFO E| Compiling serde v1.0.210
33532024-12-19T00:33:34.973Z[ helios-setup] Dec 19 00:33:34.579 INFO E| Compiling proc-macro-error-attr v1.0.4
33542024-12-19T00:33:35.129Z[ helios-setup] Dec 19 00:33:34.734 INFO E| Compiling proc-macro-error v1.0.4
33552024-12-19T00:33:35.265Z[ helios-setup] Dec 19 00:33:34.871 INFO E| Compiling rustc_version v0.2.3
33562024-12-19T00:33:35.635Z[ helios-setup] Dec 19 00:33:35.241 INFO E| Compiling serde_json v1.0.128
33572024-12-19T00:33:35.765Z[ helios-setup] Dec 19 00:33:35.371 INFO E| Compiling num-traits v0.2.19
33582024-12-19T00:33:35.990Z[ helios-setup] Dec 19 00:33:35.595 INFO E| Compiling ryu v1.0.18
33592024-12-19T00:33:36.172Z[ helios-setup] Dec 19 00:33:35.778 INFO E| Compiling itoa v1.0.11
33602024-12-19T00:33:36.202Z[ helios-setup] Dec 19 00:33:35.807 INFO E| Compiling schemars v0.8.21
33612024-12-19T00:33:36.446Z[ helios-setup] Dec 19 00:33:36.051 INFO E| Compiling unicode-segmentation v1.12.0
33622024-12-19T00:33:36.543Z[ helios-setup] Dec 19 00:33:36.148 INFO E| Compiling pre-proc-macro v0.2.1
33632024-12-19T00:33:36.757Z[ helios-setup] Dec 19 00:33:36.363 INFO E| Compiling memoffset v0.5.6
33642024-12-19T00:33:36.795Z[ helios-setup] Dec 19 00:33:36.401 INFO E| Compiling ucd-trie v0.1.7
33652024-12-19T00:33:37.328Z[ helios-setup] Dec 19 00:33:36.934 INFO E| Compiling quote v1.0.37
33662024-12-19T00:33:37.518Z[ helios-setup] Dec 19 00:33:37.124 INFO E| Compiling dyn-clone v1.0.17
33672024-12-19T00:33:37.535Z[ helios-setup] Dec 19 00:33:37.141 INFO E| Compiling rustversion v1.0.17
33682024-12-19T00:33:37.741Z[ helios-setup] Dec 19 00:33:37.346 INFO E| Compiling paste v1.0.15
33692024-12-19T00:33:38.152Z[ helios-setup] Dec 19 00:33:37.758 INFO E| Compiling syn v2.0.79
33702024-12-19T00:33:38.353Z[ helios-setup] Dec 19 00:33:37.959 INFO E| Compiling heck v0.3.3
33712024-12-19T00:33:38.554Z[ helios-setup] Dec 19 00:33:38.159 INFO E| Compiling lazy_static v1.5.0
33722024-12-19T00:33:38.800Z[ helios-setup] Dec 19 00:33:38.405 INFO E| Compiling libc v0.2.159
33732024-12-19T00:33:39.134Z[ helios-setup] Dec 19 00:33:38.740 INFO E| Compiling pre v0.2.1
33742024-12-19T00:33:39.384Z[ helios-setup] Dec 19 00:33:38.990 INFO E| Compiling once_cell v1.20.1
33752024-12-19T00:33:40.141Z[ helios-setup] Dec 19 00:33:39.747 INFO E| Compiling cfg-if v0.1.10
33762024-12-19T00:33:40.196Z[ helios-setup] Dec 19 00:33:39.801 INFO E| Compiling byteorder v1.5.0
33772024-12-19T00:33:40.241Z[ helios-setup] Dec 19 00:33:39.846 INFO E| Compiling static_assertions v1.1.0
33782024-12-19T00:33:41.290Z[ helios-setup] Dec 19 00:33:40.896 INFO E| Compiling unicode-width v0.1.14
33792024-12-19T00:33:42.377Z[ helios-setup] Dec 19 00:33:41.982 INFO E| Compiling textwrap v0.11.0
33802024-12-19T00:33:42.563Z[ helios-setup] Dec 19 00:33:42.169 INFO E| Compiling atty v0.2.14
33812024-12-19T00:33:42.837Z[ helios-setup] Dec 19 00:33:42.443 INFO E| Compiling unic-char-range v0.9.0
33822024-12-19T00:33:43.045Z[ helios-setup] Dec 19 00:33:42.650 INFO E| Compiling fletcher v0.1.0
33832024-12-19T00:33:43.342Z[ helios-setup] Dec 19 00:33:42.945 INFO E| Compiling parse_int v0.6.0
33842024-12-19T00:33:43.513Z[ helios-setup] Dec 19 00:33:43.118 INFO E| Compiling unic-common v0.9.0
33852024-12-19T00:33:43.542Z[ helios-setup] Dec 19 00:33:43.147 INFO E| Compiling strum v0.23.0
33862024-12-19T00:33:43.544Z[ helios-setup] Dec 19 00:33:43.148 INFO E| Compiling bitflags v1.3.2
33872024-12-19T00:33:43.776Z[ helios-setup] Dec 19 00:33:43.380 INFO E| Compiling ansi_term v0.12.1
33882024-12-19T00:33:43.804Z[ helios-setup] Dec 19 00:33:43.409 INFO E| Compiling strsim v0.8.0
33892024-12-19T00:33:43.891Z[ helios-setup] Dec 19 00:33:43.497 INFO E| Compiling vec_map v0.8.2
33902024-12-19T00:33:43.908Z[ helios-setup] Dec 19 00:33:43.513 INFO E| Compiling unic-ucd-version v0.9.0
33912024-12-19T00:33:43.936Z[ helios-setup] Dec 19 00:33:43.541 INFO E| Compiling unic-char-property v0.9.0
33922024-12-19T00:33:44.017Z[ helios-setup] Dec 19 00:33:43.622 INFO E| Compiling plain v0.2.3
33932024-12-19T00:33:44.222Z[ helios-setup] Dec 19 00:33:43.827 INFO E| Compiling log v0.4.22
33942024-12-19T00:33:44.241Z[ helios-setup] Dec 19 00:33:43.846 INFO E| Compiling unic-ucd-ident v0.9.0
33952024-12-19T00:33:44.677Z[ helios-setup] Dec 19 00:33:44.282 INFO E| Compiling clap v2.34.0
33962024-12-19T00:33:45.036Z[ helios-setup] Dec 19 00:33:44.641 INFO E| Compiling bytesize v1.3.0
33972024-12-19T00:33:47.201Z[ helios-setup] Dec 19 00:33:46.807 INFO E| Compiling serde_derive_internals v0.29.1
33982024-12-19T00:33:48.780Z[ helios-setup] Dec 19 00:33:48.385 INFO E| Compiling toml v0.5.11
33992024-12-19T00:33:51.756Z[ helios-setup] Dec 19 00:33:51.361 INFO E| Compiling proc-macro-crate v0.1.5
34002024-12-19T00:33:51.852Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34012024-12-19T00:33:53.068Z[ helios-setup] Dec 19 00:33:52.673 INFO E| Compiling thiserror-impl v1.0.64
34022024-12-19T00:33:53.088Z[ helios-setup] Dec 19 00:33:52.693 INFO E| Compiling serde_derive v1.0.210
34032024-12-19T00:33:53.092Z[ helios-setup] Dec 19 00:33:52.698 INFO E| Compiling schemars_derive v0.8.21
34042024-12-19T00:33:54.212Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34052024-12-19T00:33:54.455Z[ helios-setup] Dec 19 00:33:54.060 INFO E| Compiling zerocopy-derive v0.6.6
34062024-12-19T00:33:54.915Z[ helios-setup] Dec 19 00:33:54.520 INFO E| Compiling num-derive v0.4.2
34072024-12-19T00:33:58.769Z[ helios-setup] Dec 19 00:33:58.373 INFO E| Compiling zerocopy v0.6.6
34082024-12-19T00:33:59.007Z[ helios-setup] Dec 19 00:33:58.612 INFO E| Compiling pest v2.7.13
34092024-12-19T00:34:00.713Z[ helios-setup] Dec 19 00:34:00.316 INFO E| Compiling modular-bitfield-impl v0.11.2
34102024-12-19T00:34:01.136Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34112024-12-19T00:34:01.570Z[ helios-setup] Dec 19 00:34:01.175 INFO E| Compiling scroll_derive v0.10.5
34122024-12-19T00:34:01.658Z[ helios-setup] Dec 19 00:34:01.262 INFO E| Compiling strum_macros v0.23.1
34132024-12-19T00:34:02.537Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34142024-12-19T00:34:02.558Z[ helios-setup] Dec 19 00:34:02.150 INFO E| Compiling structopt-derive v0.4.18
34152024-12-19T00:34:04.698Z[ helios-setup] Dec 19 00:34:04.303 INFO E| Compiling pest_meta v2.7.13
34162024-12-19T00:34:05.218Z[ helios-setup] Dec 19 00:34:04.819 INFO E| Compiling scroll v0.10.2
34172024-12-19T00:34:05.925Z[ helios-setup] Dec 19 00:34:05.529 INFO E| Compiling modular-bitfield v0.11.2
34182024-12-19T00:34:06.349Z[ helios-setup] Dec 19 00:34:05.953 INFO E| Compiling goblin v0.4.3
34192024-12-19T00:34:07.394Z[ helios-setup] Dec 19 00:34:06.998 INFO E| Compiling pest_generator v2.7.13
34202024-12-19T00:34:08.067Z[ helios-setup] Dec 19 00:34:07.671 INFO E| Compiling structopt v0.3.26
34212024-12-19T00:34:12.502Z[ helios-setup] Dec 19 00:34:12.107 INFO E| Compiling pest_derive v2.7.13
34222024-12-19T00:34:16.774Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34232024-12-19T00:34:16.857Z[ helios-setup] Dec 19 00:34:16.461 INFO E| Compiling json5 v0.4.1
34242024-12-19T00:34:17.584Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
34252024-12-19T00:34:21.320Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34262024-12-19T00:34:23.149Z[ helios-setup] Dec 19 00:34:22.715 INFO E| Compiling four-cc v0.3.0
34272024-12-19T00:34:23.149Z[ helios-setup] Dec 19 00:34:22.715 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34282024-12-19T00:34:23.371Z[ helios-setup] Dec 19 00:34:22.928 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34292024-12-19T00:34:27.271Z[ host-package] Compiling fatfs v0.3.6
34302024-12-19T00:34:31.019Z[ host-package] Compiling rtoolbox v0.0.2
34312024-12-19T00:34:31.603Z[ host-package] Compiling assert_matches v1.5.0
34322024-12-19T00:34:32.116Z[ host-package] Compiling rpassword v7.3.1
34332024-12-19T00:34:32.629Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34342024-12-19T00:34:33.116Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34352024-12-19T00:34:39.820Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34362024-12-19T00:34:41.555Z[ host-package] Compiling tui-tree-widget v0.22.0
34372024-12-19T00:34:41.880Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34382024-12-19T00:34:42.158Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34392024-12-19T00:34:42.617Z[ host-package] Compiling uzers v0.12.1
34402024-12-19T00:34:46.299Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34412024-12-19T00:34:57.750Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34422024-12-19T00:35:00.472Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34432024-12-19T00:35:08.407Z[ helios-setup] Dec 19 00:35:08.009 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34442024-12-19T00:35:26.683Z[ helios-setup] Dec 19 00:35:26.285 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34452024-12-19T00:35:35.427Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34462024-12-19T00:35:36.107Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34472024-12-19T00:35:41.386Z[ host-package] Compiling multimap v0.10.0
34482024-12-19T00:36:23.175Z[ helios-setup] Dec 19 00:36:22.774 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 52s
34492024-12-19T00:36:23.212Z[ helios-setup] Dec 19 00:36:22.812 INFO building project "amd-host-image-builder" ok (203 seconds)
34502024-12-19T00:36:23.215Z[ helios-setup] rm -f helios-build
34512024-12-19T00:36:23.218Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34522024-12-19T00:36:23.220Z[ helios-setup]
34532024-12-19T00:36:23.248Z[ helios-setup] Setup complete! ./helios-build is now available.
34542024-12-19T00:36:23.248Z[ helios-setup]
34552024-12-19T00:36:23.251Z[ helios-setup]
34562024-12-19T00:36:23.251Z[ helios-setup] real 12:29.646568498
34572024-12-19T00:36:23.251Z[ helios-setup] user 29:33.990776779
34582024-12-19T00:36:23.251Z[ helios-setup] sys 3:40.432785712
34592024-12-19T00:36:23.251Z[ helios-setup] trap 1.767291598
34602024-12-19T00:36:23.251Z[ helios-setup] tflt 7.092522711
34612024-12-19T00:36:23.251Z[ helios-setup] dflt 35.708252814
34622024-12-19T00:36:23.251Z[ helios-setup] kflt 0.011998980
34632024-12-19T00:36:23.251Z[ helios-setup] lock 2:08:22.165446458
34642024-12-19T00:36:23.251Z[ helios-setup] slp 3:52:47.146375930
34652024-12-19T00:36:23.251Z[ helios-setup] lat 33:45.217531513
34662024-12-19T00:36:23.251Z[ helios-setup] stop 4:18.138737431
34672024-12-19T00:36:23.251ZDec 19 00:36:22.825 INFO [helios-setup] process exited with exit status: 0 (749.65262068s)
34682024-12-19T00:36:23.251ZDec 19 00:36:22.825 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34692024-12-19T00:36:23.254Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34702024-12-19T00:36:23.739Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34712024-12-19T00:36:23.741Z[ phbl-toolchain] info: downloading component 'cargo'
34722024-12-19T00:36:25.214Z[ phbl-toolchain] info: downloading component 'clippy'
34732024-12-19T00:36:25.712Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34742024-12-19T00:36:30.567Z[ phbl-toolchain] info: downloading component 'miri'
34752024-12-19T00:36:30.820Z[ phbl-toolchain] info: downloading component 'rust-docs'
34762024-12-19T00:36:32.173Z[ phbl-toolchain] info: downloading component 'rust-src'
34772024-12-19T00:36:32.661Z[ phbl-toolchain] info: downloading component 'rust-std'
34782024-12-19T00:36:34.962Z[ phbl-toolchain] info: downloading component 'rustc'
34792024-12-19T00:36:43.725Z[ phbl-toolchain] info: downloading component 'rustfmt'
34802024-12-19T00:36:43.938Z[ phbl-toolchain] info: installing component 'cargo'
34812024-12-19T00:36:45.342Z[ phbl-toolchain] info: installing component 'clippy'
34822024-12-19T00:36:45.843Z[ phbl-toolchain] info: installing component 'llvm-tools'
34832024-12-19T00:36:51.820Z[ phbl-toolchain] info: installing component 'miri'
34842024-12-19T00:36:52.171Z[ phbl-toolchain] info: installing component 'rust-docs'
34852024-12-19T00:36:59.312Z[ phbl-toolchain] info: installing component 'rust-src'
34862024-12-19T00:37:00.026Z[ phbl-toolchain] info: installing component 'rust-std'
34872024-12-19T00:37:02.419Z[ phbl-toolchain] info: installing component 'rustc'
34882024-12-19T00:37:11.816Z[ phbl-toolchain] info: installing component 'rustfmt'
34892024-12-19T00:37:12.646Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34902024-12-19T00:37:12.648ZDec 19 00:37:12.246 INFO [phbl-toolchain] process exited with exit status: 0 (49.421446535s)
34912024-12-19T00:38:13.420Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34922024-12-19T00:38:16.127Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34932024-12-19T00:45:07.065Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 21s
34942024-12-19T00:46:16.840ZDec 19 00:46:16.418 INFO [host-package] process exited with exit status: 0 (1291.507874617s)
34952024-12-19T00:46:16.843ZDec 19 00:46:16.419 INFO [host-stamp] running task
34962024-12-19T00:46:16.843ZDec 19 00:46:16.419 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34972024-12-19T00:46:16.843ZDec 19 00:46:16.419 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gitb1dfbe7616c
34982024-12-19T00:46:16.860ZDec 19 00:46:16.439 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitb1dfbe7616c
34992024-12-19T00:46:16.868Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35002024-12-19T00:46:16.872Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35012024-12-19T00:46:16.876ZDec 19 00:46:16.450 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitb1dfbe7616c
35022024-12-19T00:46:16.884Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35032024-12-19T00:46:16.888ZDec 19 00:46:16.467 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gitb1dfbe7616c
35042024-12-19T00:46:16.908Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-19T00:46:16.908ZDec 19 00:46:16.486 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gitb1dfbe7616c
35062024-12-19T00:46:16.925Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-19T00:46:16.925ZDec 19 00:46:16.503 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gitb1dfbe7616c
35082024-12-19T00:46:16.938Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35092024-12-19T00:46:16.946Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-19T00:46:16.950ZDec 19 00:46:16.525 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gitb1dfbe7616c
35112024-12-19T00:46:16.967Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-19T00:46:16.967ZDec 19 00:46:16.546 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gitb1dfbe7616c
35132024-12-19T00:46:16.986Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35142024-12-19T00:46:16.990Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35152024-12-19T00:46:16.993ZDec 19 00:46:16.569 INFO [stamp-oxlog] process exited with exit status: 0 (102.208342ms)
35162024-12-19T00:46:16.993ZDec 19 00:46:16.569 INFO [stamp-overlay] process exited with exit status: 0 (44.135684ms)
35172024-12-19T00:46:17.001Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-19T00:46:17.004Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35192024-12-19T00:46:17.009ZDec 19 00:46:16.587 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (41.357744ms)
35202024-12-19T00:46:17.012Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35212024-12-19T00:46:17.015ZDec 19 00:46:16.591 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (140.640337ms)
35222024-12-19T00:46:17.170Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35232024-12-19T00:46:17.173ZDec 19 00:46:16.751 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (248.177974ms)
35242024-12-19T00:46:17.273Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35252024-12-19T00:46:17.277ZDec 19 00:46:16.835 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (396.318437ms)
35262024-12-19T00:46:18.001Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35272024-12-19T00:46:18.004ZDec 19 00:46:17.583 INFO [stamp-propolis-server] process exited with exit status: 0 (1.163413757s)
35282024-12-19T00:46:18.272Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35292024-12-19T00:46:20.721Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35302024-12-19T00:46:27.790Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35312024-12-19T00:46:27.793ZDec 19 00:46:27.370 INFO [stamp-switch-asic] process exited with exit status: 0 (10.883889011s)
35322024-12-19T00:46:27.793ZDec 19 00:46:27.370 INFO [host-stamp] task succeeded (10.951755544s)
35332024-12-19T00:46:27.793ZDec 19 00:46:27.370 INFO [host-proto] running task
35342024-12-19T00:46:28.211ZDec 19 00:46:27.789 INFO [host-proto] task succeeded (418.08627ms)
35352024-12-19T00:46:28.211ZDec 19 00:46:27.789 INFO [host-profile] running task
35362024-12-19T00:46:28.215ZDec 19 00:46:27.789 INFO [host-profile] task succeeded (414.653µs)
35372024-12-19T00:46:28.215ZDec 19 00:46:27.789 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.301' -P /tmp/.tmpAPm83i/proto/host/root -N 'ci b1dfbe7/${os_short_commit} 2024-12-19 00:23' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35382024-12-19T00:46:28.231Z[ host-image] Dec 19 00:46:27.809 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35392024-12-19T00:46:28.231Z[ host-image] Dec 19 00:46:27.809 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35402024-12-19T00:46:28.247Z[ host-image] Dec 19 00:46:27.824 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpAPm83i/proto/host/root"
35412024-12-19T00:46:28.247Z[ host-image] Dec 19 00:46:27.824 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35422024-12-19T00:46:28.251Z[ host-image] Dec 19 00:46:27.824 INFO image builder template: ramdisk-01-os...
35432024-12-19T00:46:28.251Z[ host-image] Dec 19 00:46:27.825 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/.tmpAPm83i/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.34.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35442024-12-19T00:46:28.276Z[ host-image] Dec 19 00:46:27.854 INFO O| Dec 19 00:46:27.853 INFO CREATE DATASET: rpool/images/build/host/output
35452024-12-19T00:46:28.582Z[ host-image] Dec 19 00:46:28.159 INFO O| Dec 19 00:46:28.159 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35462024-12-19T00:46:28.586Z[ host-image] Dec 19 00:46:28.164 INFO O| Dec 19 00:46:28.164 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35472024-12-19T00:46:28.839Z[ host-image] Dec 19 00:46:28.416 INFO O| Dec 19 00:46:28.416 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35482024-12-19T00:46:28.915Z[ host-image] Dec 19 00:46:28.492 INFO O| Dec 19 00:46:28.492 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35492024-12-19T00:46:28.919Z[ host-image] Dec 19 00:46:28.492 INFO O| Dec 19 00:46:28.492 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-19T00:46:28.919Z[ host-image] Dec 19 00:46:28.493 INFO O| Dec 19 00:46:28.493 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35512024-12-19T00:46:28.919Z[ host-image] Dec 19 00:46:28.493 INFO O| Dec 19 00:46:28.493 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-19T00:46:28.924Z[ host-image] Dec 19 00:46:28.502 INFO O| Dec 19 00:46:28.502 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-19T00:46:29.179Z[ host-image] Dec 19 00:46:28.757 INFO O| Dec 19 00:46:28.756 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-12-19T00:46:29.197Z[ host-image] Dec 19 00:46:28.774 INFO O| Dec 19 00:46:28.774 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35552024-12-19T00:46:29.720Z[ host-image] Dec 19 00:46:29.296 INFO O| Dec 19 00:46:29.296 INFO O| Caching catalogs ... Done
35562024-12-19T00:46:29.846Z[ host-image] Dec 19 00:46:29.423 INFO O| Dec 19 00:46:29.423 INFO STEP 0 (pkg_image_create) COMPLETE
35572024-12-19T00:46:29.846Z[ host-image] Dec 19 00:46:29.423 INFO O| Dec 19 00:46:29.423 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-12-19T00:46:29.849Z[ host-image] Dec 19 00:46:29.423 INFO O| Dec 19 00:46:29.423 INFO skip step because feature "repo_redist" is not enabled
35592024-12-19T00:46:29.849Z[ host-image] Dec 19 00:46:29.423 INFO O| Dec 19 00:46:29.423 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-19T00:46:29.865Z[ host-image] Dec 19 00:46:29.442 INFO O| Dec 19 00:46:29.442 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"]
35612024-12-19T00:46:30.483Z[ host-image] Dec 19 00:46:30.060 INFO O| Dec 19 00:46:30.060 INFO STEP 2 (pkg_set_publisher) COMPLETE
35622024-12-19T00:46:30.484Z[ host-image] Dec 19 00:46:30.060 INFO O| Dec 19 00:46:30.060 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-19T00:46:30.510Z[ host-image] Dec 19 00:46:30.087 INFO O| Dec 19 00:46:30.087 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"]
35642024-12-19T00:46:31.084Z[ host-image] Dec 19 00:46:30.661 INFO O| Dec 19 00:46:30.661 INFO STEP 3 (pkg_set_publisher) COMPLETE
35652024-12-19T00:46:31.085Z[ host-image] Dec 19 00:46:30.661 INFO O| Dec 19 00:46:30.661 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35662024-12-19T00:46:31.088Z[ host-image] Dec 19 00:46:30.661 INFO O| Dec 19 00:46:30.661 INFO skip step because feature "repo_redist" is not enabled
35672024-12-19T00:46:31.088Z[ host-image] Dec 19 00:46:30.661 INFO O| Dec 19 00:46:30.661 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-19T00:46:31.673Z[ host-image] Dec 19 00:46:31.250 INFO O| Dec 19 00:46:31.250 INFO variant opensolaris.zone is already global
35692024-12-19T00:46:31.673Z[ host-image] Dec 19 00:46:31.250 INFO O| Dec 19 00:46:31.250 INFO STEP 5 (pkg_change_variant) COMPLETE
35702024-12-19T00:46:31.676Z[ host-image] Dec 19 00:46:31.250 INFO O| Dec 19 00:46:31.250 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-12-19T00:46:32.318Z[ host-image] Dec 19 00:46:31.895 INFO O| Dec 19 00:46:31.895 INFO variant opensolaris.imagetype is full; changing to partial
35722024-12-19T00:46:32.318Z[ host-image] Dec 19 00:46:31.895 INFO O| Dec 19 00:46:31.895 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35732024-12-19T00:46:40.044Z[ host-image] Dec 19 00:46:39.621 INFO O| Dec 19 00:46:39.621 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35742024-12-19T00:46:40.671Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.54s
35752024-12-19T00:46:41.823ZDec 19 00:46:41.401 INFO [recovery-package] process exited with exit status: 0 (24.981512904s)
35762024-12-19T00:46:41.823ZDec 19 00:46:41.401 INFO [recovery-stamp] running task
35772024-12-19T00:46:41.826ZDec 19 00:46:41.401 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35782024-12-19T00:46:41.833ZDec 19 00:46:41.410 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gitb1dfbe7616c
35792024-12-19T00:46:41.845ZDec 19 00:46:41.423 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitb1dfbe7616c
35802024-12-19T00:46:41.855Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35812024-12-19T00:46:41.866Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35822024-12-19T00:46:41.958Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35832024-12-19T00:46:41.962ZDec 19 00:46:41.539 INFO [stamp-installinator] process exited with exit status: 0 (116.635874ms)
35842024-12-19T00:46:41.993Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35852024-12-19T00:46:41.997ZDec 19 00:46:41.574 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (164.0822ms)
35862024-12-19T00:46:41.997ZDec 19 00:46:41.575 INFO [recovery-stamp] task succeeded (173.701139ms)
35872024-12-19T00:46:41.999ZDec 19 00:46:41.575 INFO [recovery-proto] running task
35882024-12-19T00:46:41.999ZDec 19 00:46:41.575 INFO [tuf-stamp] running task
35892024-12-19T00:46:42.000ZDec 19 00:46:41.575 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gitb1dfbe7616c
35902024-12-19T00:46:42.016ZDec 19 00:46:41.594 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gitb1dfbe7616c
35912024-12-19T00:46:42.032Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35922024-12-19T00:46:42.034ZDec 19 00:46:41.609 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gitb1dfbe7616c
35932024-12-19T00:46:42.049Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-19T00:46:42.051ZDec 19 00:46:41.626 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gitb1dfbe7616c
35952024-12-19T00:46:42.072Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-19T00:46:42.074ZDec 19 00:46:41.649 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitb1dfbe7616c
35972024-12-19T00:46:42.086Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35982024-12-19T00:46:42.092ZDec 19 00:46:41.670 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gitb1dfbe7616c
35992024-12-19T00:46:42.119Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36002024-12-19T00:46:42.121ZDec 19 00:46:41.696 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gitb1dfbe7616c
36012024-12-19T00:46:42.160Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36022024-12-19T00:46:42.166ZDec 19 00:46:41.738 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gitb1dfbe7616c
36032024-12-19T00:46:42.250ZDec 19 00:46:41.827 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gitb1dfbe7616c
36042024-12-19T00:46:42.336Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-19T00:46:42.336Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-19T00:46:42.338Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36072024-12-19T00:46:42.338ZDec 19 00:46:41.913 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gitb1dfbe7616c
36082024-12-19T00:46:42.432Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-19T00:46:42.435ZDec 19 00:46:42.010 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gitb1dfbe7616c
36102024-12-19T00:46:42.625ZDec 19 00:46:42.202 INFO [recovery-proto] task succeeded (627.406905ms)
36112024-12-19T00:46:42.625Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-19T00:46:42.628ZDec 19 00:46:42.202 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.301' -P /tmp/.tmpAPm83i/proto/recovery/root -N 'recovery b1dfbe7/${os_short_commit} 2024-12-19 00:23' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36132024-12-19T00:46:42.628ZDec 19 00:46:42.203 INFO [stamp-probe] process exited with exit status: 0 (627.384686ms)
36142024-12-19T00:46:42.692Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
36152024-12-19T00:46:42.701Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-19T00:46:42.719Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36172024-12-19T00:46:42.759Z[ recovery-image] Dec 19 00:46:42.306 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36182024-12-19T00:46:42.759Z[ recovery-image] Dec 19 00:46:42.306 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36192024-12-19T00:46:42.759Z[ recovery-image] Dec 19 00:46:42.325 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpAPm83i/proto/recovery/root"
36202024-12-19T00:46:42.759Z[ recovery-image] Dec 19 00:46:42.325 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36212024-12-19T00:46:42.759Z[ recovery-image] Dec 19 00:46:42.326 INFO image builder template: ramdisk-01-os...
36222024-12-19T00:46:42.759Z[ recovery-image] Dec 19 00:46:42.326 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/.tmpAPm83i/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.34.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36232024-12-19T00:46:42.847Z[ recovery-image] Dec 19 00:46:42.424 INFO O| Dec 19 00:46:42.413 INFO CREATE DATASET: rpool/images/build/recovery/output
36242024-12-19T00:46:42.894Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36252024-12-19T00:46:42.975ZDec 19 00:46:42.552 INFO [stamp-ntp] process exited with exit status: 0 (724.800633ms)
36262024-12-19T00:46:43.388Z[ recovery-image] Dec 19 00:46:42.966 INFO O| Dec 19 00:46:42.942 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36272024-12-19T00:46:43.397Z[ recovery-image] Dec 19 00:46:42.974 INFO O| Dec 19 00:46:42.973 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36282024-12-19T00:46:43.850Z[ recovery-image] Dec 19 00:46:43.427 INFO O| Dec 19 00:46:43.426 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36292024-12-19T00:46:43.952Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36302024-12-19T00:46:43.955Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36312024-12-19T00:46:43.959Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36322024-12-19T00:46:43.962ZDec 19 00:46:43.537 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.623796275s)
36332024-12-19T00:46:43.965ZDec 19 00:46:43.540 INFO [stamp-internal-dns] process exited with exit status: 0 (1.946775018s)
36342024-12-19T00:46:43.987Z[ recovery-image] Dec 19 00:46:43.564 INFO O| Dec 19 00:46:43.563 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36352024-12-19T00:46:43.987Z[ recovery-image] Dec 19 00:46:43.564 INFO O| Dec 19 00:46:43.564 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36362024-12-19T00:46:43.989Z[ recovery-image] Dec 19 00:46:43.564 INFO O| Dec 19 00:46:43.564 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36372024-12-19T00:46:43.989Z[ recovery-image] Dec 19 00:46:43.564 INFO O| Dec 19 00:46:43.564 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36382024-12-19T00:46:43.992ZDec 19 00:46:43.569 INFO [stamp-external-dns] process exited with exit status: 0 (1.872874952s)
36392024-12-19T00:46:43.999Z[ recovery-image] Dec 19 00:46:43.576 INFO O| Dec 19 00:46:43.576 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36402024-12-19T00:46:44.039Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36412024-12-19T00:46:44.044ZDec 19 00:46:43.621 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.971744343s)
36422024-12-19T00:46:44.399Z[ recovery-image] Dec 19 00:46:43.976 INFO O| Dec 19 00:46:43.976 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36432024-12-19T00:46:44.415Z[ recovery-image] Dec 19 00:46:43.992 INFO O| Dec 19 00:46:43.991 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36442024-12-19T00:46:44.532Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36452024-12-19T00:46:44.536ZDec 19 00:46:44.114 INFO [stamp-oximeter] process exited with exit status: 0 (2.487185341s)
36462024-12-19T00:46:44.860Z[ recovery-image] Dec 19 00:46:44.437 INFO O| Dec 19 00:46:44.437 INFO O| Caching catalogs ... Done
36472024-12-19T00:46:44.975Z[ recovery-image] Dec 19 00:46:44.552 INFO O| Dec 19 00:46:44.552 INFO STEP 0 (pkg_image_create) COMPLETE
36482024-12-19T00:46:44.975Z[ recovery-image] Dec 19 00:46:44.552 INFO O| Dec 19 00:46:44.552 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-12-19T00:46:44.975Z[ recovery-image] Dec 19 00:46:44.552 INFO O| Dec 19 00:46:44.552 INFO skip step because feature "repo_redist" is not enabled
36502024-12-19T00:46:44.975Z[ recovery-image] Dec 19 00:46:44.552 INFO O| Dec 19 00:46:44.552 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-19T00:46:44.990Z[ recovery-image] Dec 19 00:46:44.567 INFO O| Dec 19 00:46:44.567 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"]
36522024-12-19T00:46:45.489Z[ recovery-image] Dec 19 00:46:45.066 INFO O| Dec 19 00:46:45.066 INFO STEP 2 (pkg_set_publisher) COMPLETE
36532024-12-19T00:46:45.489Z[ recovery-image] Dec 19 00:46:45.066 INFO O| Dec 19 00:46:45.066 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36542024-12-19T00:46:45.505Z[ recovery-image] Dec 19 00:46:45.082 INFO O| Dec 19 00:46:45.082 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"]
36552024-12-19T00:46:45.928Z[ recovery-image] Dec 19 00:46:45.505 INFO O| Dec 19 00:46:45.505 INFO STEP 3 (pkg_set_publisher) COMPLETE
36562024-12-19T00:46:45.928Z[ recovery-image] Dec 19 00:46:45.505 INFO O| Dec 19 00:46:45.505 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572024-12-19T00:46:45.928Z[ recovery-image] Dec 19 00:46:45.505 INFO O| Dec 19 00:46:45.505 INFO skip step because feature "repo_redist" is not enabled
36582024-12-19T00:46:45.931Z[ recovery-image] Dec 19 00:46:45.505 INFO O| Dec 19 00:46:45.505 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592024-12-19T00:46:46.083Z[ host-image] Dec 19 00:46:45.660 INFO O| Dec 19 00:46:45.660 INFO O| Startup: Caching catalogs ... Done
36602024-12-19T00:46:46.189Z[ host-image] Dec 19 00:46:45.766 INFO O| Dec 19 00:46:45.766 INFO O| Planning: Planning completed in 0.00 seconds
36612024-12-19T00:46:46.192Z[ host-image] Dec 19 00:46:45.767 INFO O| Dec 19 00:46:45.767 INFO O| Planning: Consolidating action changes ... Done
36622024-12-19T00:46:46.192Z[ host-image] Dec 19 00:46:45.767 INFO O| Dec 19 00:46:45.767 INFO O| Planning: Evaluating mediators ... Done
36632024-12-19T00:46:46.192Z[ host-image] Dec 19 00:46:45.767 INFO O| Dec 19 00:46:45.767 INFO O| Planning: Planning completed in 0.00 seconds
36642024-12-19T00:46:46.192Z[ host-image] Dec 19 00:46:45.768 INFO O| Dec 19 00:46:45.768 INFO O| Variants/Facets to change: 1
36652024-12-19T00:46:46.218Z[ host-image] Dec 19 00:46:45.795 INFO O| Dec 19 00:46:45.795 INFO O| Done
36662024-12-19T00:46:46.218Z[ host-image] Dec 19 00:46:45.795 INFO O| Dec 19 00:46:45.795 INFO O| Done
36672024-12-19T00:46:46.415Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36682024-12-19T00:46:46.419ZDec 19 00:46:45.997 INFO [stamp-nexus] process exited with exit status: 0 (4.387571513s)
36692024-12-19T00:46:46.446Z[ recovery-image] Dec 19 00:46:46.023 INFO O| Dec 19 00:46:46.023 INFO variant opensolaris.zone is already global
36702024-12-19T00:46:46.446Z[ recovery-image] Dec 19 00:46:46.023 INFO O| Dec 19 00:46:46.023 INFO STEP 5 (pkg_change_variant) COMPLETE
36712024-12-19T00:46:46.446Z[ recovery-image] Dec 19 00:46:46.023 INFO O| Dec 19 00:46:46.023 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-12-19T00:46:46.905Z[ recovery-image] Dec 19 00:46:46.482 INFO O| Dec 19 00:46:46.482 INFO variant opensolaris.imagetype is full; changing to partial
36732024-12-19T00:46:46.906Z[ recovery-image] Dec 19 00:46:46.482 INFO O| Dec 19 00:46:46.482 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36742024-12-19T00:46:46.972Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36752024-12-19T00:46:46.975Z[verify-libraries] Compiling polyval v0.6.2
36762024-12-19T00:46:47.000Z[ host-image] Dec 19 00:46:46.577 INFO O| Dec 19 00:46:46.576 INFO O| Done
36772024-12-19T00:46:47.068Z[ host-image] Dec 19 00:46:46.645 INFO O| Dec 19 00:46:46.645 INFO O| Done
36782024-12-19T00:46:47.071Z[ host-image] Dec 19 00:46:46.646 INFO O| Dec 19 00:46:46.646 INFO O| Done
36792024-12-19T00:46:47.071Z[ host-image] Dec 19 00:46:46.646 INFO O| Dec 19 00:46:46.646 INFO O| Done
36802024-12-19T00:46:47.071Z[ host-image] Dec 19 00:46:46.648 INFO O| Dec 19 00:46:46.648 INFO O| Done
36812024-12-19T00:46:47.172Z[verify-libraries] Compiling ctr v0.9.2
36822024-12-19T00:46:47.175Z[verify-libraries] Compiling ssh-encoding v0.2.0
36832024-12-19T00:46:47.175Z[verify-libraries] Compiling blowfish v0.9.1
36842024-12-19T00:46:47.496Z[verify-libraries] Compiling password-hash v0.4.2
36852024-12-19T00:46:47.496Z[verify-libraries] Compiling matches v0.1.10
36862024-12-19T00:46:47.499Z[verify-libraries] Compiling ghash v0.5.1
36872024-12-19T00:46:47.653Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
36882024-12-19T00:46:47.694Z[ host-image] Dec 19 00:46:47.270 INFO O| Dec 19 00:46:47.270 INFO STEP 6 (pkg_change_variant) COMPLETE
36892024-12-19T00:46:47.694Z[ host-image] Dec 19 00:46:47.270 INFO O| Dec 19 00:46:47.270 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36902024-12-19T00:46:47.694Z[ host-image] Dec 19 00:46:47.270 INFO O| Dec 19 00:46:47.270 INFO skip step because feature "debug_variant" is not enabled
36912024-12-19T00:46:47.694Z[ host-image] Dec 19 00:46:47.270 INFO O| Dec 19 00:46:47.270 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36922024-12-19T00:46:47.821Z[verify-libraries] Compiling idna v0.2.3
36932024-12-19T00:46:47.897Z[verify-libraries] Compiling aes-gcm v0.10.3
36942024-12-19T00:46:47.996Z[verify-libraries] Compiling p256 v0.13.2
36952024-12-19T00:46:47.996Z[verify-libraries] Compiling p521 v0.13.3
36962024-12-19T00:46:48.391Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36972024-12-19T00:46:48.395Z[ host-image] Dec 19 00:46:47.970 INFO O| Dec 19 00:46:47.969 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36982024-12-19T00:46:48.398ZDec 19 00:46:47.973 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.962259602s)
36992024-12-19T00:46:48.510Z[verify-libraries] Compiling ssh-cipher v0.2.0
37002024-12-19T00:46:48.688Z[verify-libraries] Compiling pbkdf2 v0.11.0
37012024-12-19T00:46:48.988Z[verify-libraries] Compiling enum-as-inner v0.5.1
37022024-12-19T00:46:49.652Z[verify-libraries] Compiling ssh-key v0.6.6
37032024-12-19T00:46:50.378Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37042024-12-19T00:46:50.517Z[ host-image] Dec 19 00:46:50.094 INFO O| Dec 19 00:46:50.094 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37052024-12-19T00:46:50.520Z[ host-image] Dec 19 00:46:50.096 INFO O| Dec 19 00:46:50.096 INFO O| Planning: Planning completed in 0.00 seconds
37062024-12-19T00:46:50.520Z[ host-image] Dec 19 00:46:50.096 INFO O| Dec 19 00:46:50.096 INFO O| Planning: Consolidating action changes ... Done
37072024-12-19T00:46:50.520Z[ host-image] Dec 19 00:46:50.097 INFO O| Dec 19 00:46:50.097 INFO O| Planning: Evaluating mediators ... Done
37082024-12-19T00:46:50.522Z[ host-image] Dec 19 00:46:50.097 INFO O| Dec 19 00:46:50.097 INFO O| Planning: Planning completed in 0.00 seconds
37092024-12-19T00:46:50.522Z[ host-image] Dec 19 00:46:50.097 INFO O| Dec 19 00:46:50.097 INFO O| Variants/Facets to change: 1
37102024-12-19T00:46:50.561Z[ host-image] Dec 19 00:46:50.138 INFO O| Dec 19 00:46:50.138 INFO O| Done
37112024-12-19T00:46:50.561Z[ host-image] Dec 19 00:46:50.138 INFO O| Dec 19 00:46:50.138 INFO O| Done
37122024-12-19T00:46:50.660Z[verify-libraries] Compiling md5 v0.7.0
37132024-12-19T00:46:50.975Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37142024-12-19T00:46:51.353Z[verify-libraries] Compiling num-bigint v0.4.6
37152024-12-19T00:46:51.521Z[verify-libraries] Compiling des v0.8.1
37162024-12-19T00:46:51.535Z[ host-image] Dec 19 00:46:51.112 INFO O| Dec 19 00:46:51.111 INFO O| Done
37172024-12-19T00:46:51.692Z[ host-image] Dec 19 00:46:51.267 INFO O| Dec 19 00:46:51.267 INFO O| Done
37182024-12-19T00:46:51.695Z[ host-image] Dec 19 00:46:51.269 INFO O| Dec 19 00:46:51.269 INFO O| Done
37192024-12-19T00:46:51.695Z[ host-image] Dec 19 00:46:51.269 INFO O| Dec 19 00:46:51.269 INFO O| Done
37202024-12-19T00:46:51.695Z[ host-image] Dec 19 00:46:51.271 INFO O| Dec 19 00:46:51.271 INFO O| Done
37212024-12-19T00:46:51.826Z[ host-image] Dec 19 00:46:51.403 INFO O| Dec 19 00:46:51.403 INFO STEP 8 (pkg_change_facet) COMPLETE
37222024-12-19T00:46:51.826Z[ host-image] Dec 19 00:46:51.403 INFO O| Dec 19 00:46:51.403 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-19T00:46:51.826Z[ host-image] Dec 19 00:46:51.403 INFO O| Dec 19 00:46:51.403 INFO skip step because feature "recovery" is not enabled
37242024-12-19T00:46:51.826Z[ host-image] Dec 19 00:46:51.403 INFO O| Dec 19 00:46:51.403 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37252024-12-19T00:46:51.829Z[ host-image] Dec 19 00:46:51.403 INFO O| Dec 19 00:46:51.403 INFO skip step because feature "recovery" is not enabled
37262024-12-19T00:46:51.829Z[ host-image] Dec 19 00:46:51.403 INFO O| Dec 19 00:46:51.403 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37272024-12-19T00:46:51.847Z[ host-image] Dec 19 00:46:51.424 INFO O| Dec 19 00:46:51.423 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"]
37282024-12-19T00:46:52.398Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37292024-12-19T00:46:52.826Z[verify-libraries] Compiling hex-literal v0.4.1
37302024-12-19T00:46:52.945Z[ host-image] Dec 19 00:46:52.521 INFO O| Dec 19 00:46:52.521 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37312024-12-19T00:46:53.283Z[verify-libraries] Compiling russh-keys v0.45.0
37322024-12-19T00:46:54.026Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37332024-12-19T00:46:54.214Z[verify-libraries] Compiling petname v2.0.2
37342024-12-19T00:46:55.939Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37352024-12-19T00:46:56.628Z[verify-libraries] Compiling russh v0.45.0
37362024-12-19T00:46:56.923Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37372024-12-19T00:46:56.989ZDec 19 00:46:56.565 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.827396536s)
37382024-12-19T00:46:57.237Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37392024-12-19T00:46:57.281ZDec 19 00:46:56.858 INFO [stamp-clickhouse] process exited with exit status: 0 (15.187770573s)
37402024-12-19T00:46:57.281ZDec 19 00:46:56.858 INFO [tuf-stamp] task succeeded (15.283030858s)
37412024-12-19T00:47:01.086Z[ recovery-image] Dec 19 00:47:00.661 INFO O| Dec 19 00:47:00.661 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37422024-12-19T00:47:01.579Z[verify-libraries] Compiling dhcproto v0.12.0
37432024-12-19T00:47:02.710Z[verify-libraries] Compiling internet-checksum v0.2.1
37442024-12-19T00:47:03.903Z[verify-libraries] Compiling heck v0.4.1
37452024-12-19T00:47:05.480Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37462024-12-19T00:47:09.611Z[ recovery-image] Dec 19 00:47:09.187 INFO O| Dec 19 00:47:09.187 INFO O| Startup: Caching catalogs ... Done
37472024-12-19T00:47:09.723Z[ recovery-image] Dec 19 00:47:09.299 INFO O| Dec 19 00:47:09.299 INFO O| Planning: Planning completed in 0.00 seconds
37482024-12-19T00:47:09.727Z[ recovery-image] Dec 19 00:47:09.300 INFO O| Dec 19 00:47:09.300 INFO O| Planning: Consolidating action changes ... Done
37492024-12-19T00:47:09.727Z[ recovery-image] Dec 19 00:47:09.300 INFO O| Dec 19 00:47:09.300 INFO O| Planning: Evaluating mediators ... Done
37502024-12-19T00:47:09.727Z[ recovery-image] Dec 19 00:47:09.301 INFO O| Dec 19 00:47:09.301 INFO O| Planning: Planning completed in 0.00 seconds
37512024-12-19T00:47:09.727Z[ recovery-image] Dec 19 00:47:09.301 INFO O| Dec 19 00:47:09.301 INFO O| Variants/Facets to change: 1
37522024-12-19T00:47:09.803Z[ recovery-image] Dec 19 00:47:09.380 INFO O| Dec 19 00:47:09.379 INFO O| Done
37532024-12-19T00:47:09.803Z[ recovery-image] Dec 19 00:47:09.380 INFO O| Dec 19 00:47:09.380 INFO O| Done
37542024-12-19T00:47:10.840Z[ recovery-image] Dec 19 00:47:10.416 INFO O| Dec 19 00:47:10.416 INFO O| Done
37552024-12-19T00:47:10.914Z[ recovery-image] Dec 19 00:47:10.490 INFO O| Dec 19 00:47:10.490 INFO O| Done
37562024-12-19T00:47:10.916Z[ recovery-image] Dec 19 00:47:10.492 INFO O| Dec 19 00:47:10.492 INFO O| Done
37572024-12-19T00:47:10.916Z[ recovery-image] Dec 19 00:47:10.492 INFO O| Dec 19 00:47:10.492 INFO O| Done
37582024-12-19T00:47:10.919Z[ recovery-image] Dec 19 00:47:10.494 INFO O| Dec 19 00:47:10.494 INFO O| Done
37592024-12-19T00:47:11.671Z[ recovery-image] Dec 19 00:47:11.247 INFO O| Dec 19 00:47:11.247 INFO STEP 6 (pkg_change_variant) COMPLETE
37602024-12-19T00:47:11.671Z[ recovery-image] Dec 19 00:47:11.247 INFO O| Dec 19 00:47:11.247 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612024-12-19T00:47:11.674Z[ recovery-image] Dec 19 00:47:11.247 INFO O| Dec 19 00:47:11.247 INFO skip step because feature "debug_variant" is not enabled
37622024-12-19T00:47:11.674Z[ recovery-image] Dec 19 00:47:11.247 INFO O| Dec 19 00:47:11.247 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632024-12-19T00:47:12.391Z[ recovery-image] Dec 19 00:47:11.967 INFO O| Dec 19 00:47:11.967 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37642024-12-19T00:47:13.576Z[ recovery-image] Dec 19 00:47:13.152 INFO O| Dec 19 00:47:13.152 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37652024-12-19T00:47:13.590Z[ recovery-image] Dec 19 00:47:13.166 INFO O| Dec 19 00:47:13.166 INFO O| Planning: Planning completed in 0.01 seconds
37662024-12-19T00:47:13.593Z[ recovery-image] Dec 19 00:47:13.167 INFO O| Dec 19 00:47:13.167 INFO O| Planning: Consolidating action changes ... Done
37672024-12-19T00:47:13.593Z[ recovery-image] Dec 19 00:47:13.167 INFO O| Dec 19 00:47:13.167 INFO O| Planning: Evaluating mediators ... Done
37682024-12-19T00:47:13.593Z[ recovery-image] Dec 19 00:47:13.168 INFO O| Dec 19 00:47:13.168 INFO O| Planning: Planning completed in 0.02 seconds
37692024-12-19T00:47:13.593Z[ recovery-image] Dec 19 00:47:13.168 INFO O| Dec 19 00:47:13.168 INFO O| Variants/Facets to change: 1
37702024-12-19T00:47:13.619Z[ recovery-image] Dec 19 00:47:13.195 INFO O| Dec 19 00:47:13.195 INFO O| Done
37712024-12-19T00:47:13.619Z[ recovery-image] Dec 19 00:47:13.195 INFO O| Dec 19 00:47:13.195 INFO O| Done
37722024-12-19T00:47:13.784Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37732024-12-19T00:47:14.603Z[ recovery-image] Dec 19 00:47:14.179 INFO O| Dec 19 00:47:14.179 INFO O| Done
37742024-12-19T00:47:14.780Z[ recovery-image] Dec 19 00:47:14.356 INFO O| Dec 19 00:47:14.355 INFO O| Done
37752024-12-19T00:47:14.784Z[ recovery-image] Dec 19 00:47:14.357 INFO O| Dec 19 00:47:14.357 INFO O| Done
37762024-12-19T00:47:14.784Z[ recovery-image] Dec 19 00:47:14.357 INFO O| Dec 19 00:47:14.357 INFO O| Done
37772024-12-19T00:47:14.784Z[ recovery-image] Dec 19 00:47:14.359 INFO O| Dec 19 00:47:14.359 INFO O| Done
37782024-12-19T00:47:14.909Z[ recovery-image] Dec 19 00:47:14.485 INFO O| Dec 19 00:47:14.485 INFO STEP 8 (pkg_change_facet) COMPLETE
37792024-12-19T00:47:14.909Z[ recovery-image] Dec 19 00:47:14.485 INFO O| Dec 19 00:47:14.485 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37802024-12-19T00:47:14.973Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37812024-12-19T00:47:15.575Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37822024-12-19T00:47:15.701Z[ recovery-image] Dec 19 00:47:15.277 INFO O| Dec 19 00:47:15.277 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37832024-12-19T00:47:16.404Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37842024-12-19T00:47:16.672Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37852024-12-19T00:47:16.736Z[ recovery-image] Dec 19 00:47:16.312 INFO O| Dec 19 00:47:16.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37862024-12-19T00:47:16.738Z[ recovery-image] Dec 19 00:47:16.313 INFO O| Dec 19 00:47:16.313 INFO O| Planning: Planning completed in 0.00 seconds
37872024-12-19T00:47:16.738Z[ recovery-image] Dec 19 00:47:16.314 INFO O| Dec 19 00:47:16.314 INFO O| Planning: Consolidating action changes ... Done
37882024-12-19T00:47:16.741Z[ recovery-image] Dec 19 00:47:16.315 INFO O| Dec 19 00:47:16.314 INFO O| Planning: Evaluating mediators ... Done
37892024-12-19T00:47:16.741Z[ recovery-image] Dec 19 00:47:16.315 INFO O| Dec 19 00:47:16.315 INFO O| Planning: Planning completed in 0.00 seconds
37902024-12-19T00:47:16.741Z[ recovery-image] Dec 19 00:47:16.315 INFO O| Dec 19 00:47:16.315 INFO O| Variants/Facets to change: 1
37912024-12-19T00:47:16.814Z[ recovery-image] Dec 19 00:47:16.390 INFO O| Dec 19 00:47:16.390 INFO O| Done
37922024-12-19T00:47:16.814Z[ recovery-image] Dec 19 00:47:16.390 INFO O| Dec 19 00:47:16.390 INFO O| Done
37932024-12-19T00:47:16.865Z[verify-libraries] Compiling sync-ptr v0.1.1
37942024-12-19T00:47:17.255Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37952024-12-19T00:47:17.542Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37962024-12-19T00:47:17.668Z[ recovery-image] Dec 19 00:47:17.244 INFO O| Dec 19 00:47:17.244 INFO O| Done
37972024-12-19T00:47:17.754Z[ recovery-image] Dec 19 00:47:17.330 INFO O| Dec 19 00:47:17.330 INFO O| Done
37982024-12-19T00:47:17.757Z[ recovery-image] Dec 19 00:47:17.331 INFO O| Dec 19 00:47:17.331 INFO O| Done
37992024-12-19T00:47:17.757Z[ recovery-image] Dec 19 00:47:17.331 INFO O| Dec 19 00:47:17.331 INFO O| Done
38002024-12-19T00:47:17.760Z[ recovery-image] Dec 19 00:47:17.334 INFO O| Dec 19 00:47:17.333 INFO O| Done
38012024-12-19T00:47:17.912Z[ recovery-image] Dec 19 00:47:17.488 INFO O| Dec 19 00:47:17.487 INFO STEP 9 (pkg_change_facet) COMPLETE
38022024-12-19T00:47:17.912Z[ recovery-image] Dec 19 00:47:17.488 INFO O| Dec 19 00:47:17.487 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032024-12-19T00:47:18.573Z[ recovery-image] Dec 19 00:47:18.149 INFO O| Dec 19 00:47:18.149 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38042024-12-19T00:47:19.793Z[ recovery-image] Dec 19 00:47:19.369 INFO O| Dec 19 00:47:19.369 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38052024-12-19T00:47:19.796Z[ recovery-image] Dec 19 00:47:19.371 INFO O| Dec 19 00:47:19.371 INFO O| Planning: Planning completed in 0.00 seconds
38062024-12-19T00:47:19.796Z[ recovery-image] Dec 19 00:47:19.372 INFO O| Dec 19 00:47:19.372 INFO O| Planning: Consolidating action changes ... Done
38072024-12-19T00:47:19.796Z[ recovery-image] Dec 19 00:47:19.372 INFO O| Dec 19 00:47:19.372 INFO O| Planning: Evaluating mediators ... Done
38082024-12-19T00:47:19.798Z[ recovery-image] Dec 19 00:47:19.372 INFO O| Dec 19 00:47:19.372 INFO O| Planning: Planning completed in 0.00 seconds
38092024-12-19T00:47:19.798Z[ recovery-image] Dec 19 00:47:19.373 INFO O| Dec 19 00:47:19.373 INFO O| Variants/Facets to change: 1
38102024-12-19T00:47:19.891Z[ recovery-image] Dec 19 00:47:19.467 INFO O| Dec 19 00:47:19.467 INFO O| Done
38112024-12-19T00:47:19.891Z[ recovery-image] Dec 19 00:47:19.467 INFO O| Dec 19 00:47:19.467 INFO O| Done
38122024-12-19T00:47:20.720Z[ recovery-image] Dec 19 00:47:20.295 INFO O| Dec 19 00:47:20.295 INFO O| Done
38132024-12-19T00:47:20.818Z[ recovery-image] Dec 19 00:47:20.394 INFO O| Dec 19 00:47:20.394 INFO O| Done
38142024-12-19T00:47:20.821Z[ recovery-image] Dec 19 00:47:20.395 INFO O| Dec 19 00:47:20.395 INFO O| Done
38152024-12-19T00:47:20.821Z[ recovery-image] Dec 19 00:47:20.395 INFO O| Dec 19 00:47:20.395 INFO O| Done
38162024-12-19T00:47:20.824Z[ recovery-image] Dec 19 00:47:20.397 INFO O| Dec 19 00:47:20.397 INFO O| Done
38172024-12-19T00:47:20.944Z[ recovery-image] Dec 19 00:47:20.520 INFO O| Dec 19 00:47:20.520 INFO STEP 10 (pkg_change_facet) COMPLETE
38182024-12-19T00:47:20.944Z[ recovery-image] Dec 19 00:47:20.520 INFO O| Dec 19 00:47:20.520 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38192024-12-19T00:47:20.965Z[ recovery-image] Dec 19 00:47:20.540 INFO O| Dec 19 00:47:20.540 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"]
38202024-12-19T00:47:21.228Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38212024-12-19T00:47:21.881Z[ recovery-image] Dec 19 00:47:21.456 INFO O| Dec 19 00:47:21.456 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38222024-12-19T00:47:23.366Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38232024-12-19T00:47:23.749Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38242024-12-19T00:47:25.513Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38252024-12-19T00:47:34.280Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38262024-12-19T00:47:36.552Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38272024-12-19T00:47:37.451Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38282024-12-19T00:47:39.777Z[verify-libraries] Compiling termios v0.3.3
38292024-12-19T00:47:40.262Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38302024-12-19T00:47:56.512Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38312024-12-19T00:47:58.109Z[ host-image] Dec 19 00:47:57.684 INFO O| Dec 19 00:47:57.683 INFO O| Planning: Solver setup ... Done
38322024-12-19T00:48:09.706Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38332024-12-19T00:48:25.622Z[ recovery-image] Dec 19 00:48:25.195 INFO O| Dec 19 00:48:25.195 INFO O| Planning: Solver setup ... Done
38342024-12-19T00:48:51.323Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38352024-12-19T00:48:59.203Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38362024-12-19T00:49:05.368Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38372024-12-19T00:49:10.844Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38382024-12-19T00:49:18.619Z[ host-image] Dec 19 00:49:18.190 INFO O| Dec 19 00:49:18.190 INFO O| Planning: Running solver ... Done
38392024-12-19T00:49:19.248Z[ host-image] Dec 19 00:49:18.819 INFO O| Dec 19 00:49:18.819 INFO O| Planning: Finding local manifests ... Done
38402024-12-19T00:49:19.269Z[ host-image] Dec 19 00:49:18.840 INFO O| Dec 19 00:49:18.840 INFO O| Planning: Fetching manifests: 0/124 0% complete
38412024-12-19T00:49:24.075Z[ host-image] Dec 19 00:49:23.647 INFO O| Dec 19 00:49:23.646 INFO O| Planning: Fetching manifests: 124/124 100% complete
38422024-12-19T00:49:25.549Z[ host-image] Dec 19 00:49:25.120 INFO O| Dec 19 00:49:25.120 INFO O| Planning: Package planning ... Done
38432024-12-19T00:49:27.183Z[ host-image] Dec 19 00:49:26.754 INFO O| Dec 19 00:49:26.754 INFO O| Planning: Merging actions ... Done
38442024-12-19T00:49:27.820Z[ host-image] Dec 19 00:49:27.391 INFO O| Dec 19 00:49:27.390 INFO O| Planning: Checking for conflicting actions ... Done
38452024-12-19T00:49:28.115Z[ host-image] Dec 19 00:49:27.686 INFO O| Dec 19 00:49:27.686 INFO O| Planning: Consolidating action changes ... Done
38462024-12-19T00:49:28.625Z[ host-image] Dec 19 00:49:28.196 INFO O| Dec 19 00:49:28.196 INFO O| Planning: Evaluating mediators ... Done
38472024-12-19T00:49:34.908Z[ host-image] Dec 19 00:49:34.478 INFO O| Dec 19 00:49:34.478 INFO O| Planning: Planning completed in 161.96 seconds
38482024-12-19T00:49:34.915Z[ host-image] Dec 19 00:49:34.486 INFO O| Dec 19 00:49:34.486 INFO O| Packages to install: 124
38492024-12-19T00:49:34.918Z[ host-image] Dec 19 00:49:34.486 INFO O| Dec 19 00:49:34.486 INFO O| Mediators to change: 4
38502024-12-19T00:49:34.918Z[ host-image] Dec 19 00:49:34.486 INFO O| Dec 19 00:49:34.486 INFO O| Services to change: 6
38512024-12-19T00:49:35.035Z[ host-image] Dec 19 00:49:34.605 INFO O| Dec 19 00:49:34.605 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38522024-12-19T00:49:40.035Z[ host-image] Dec 19 00:49:39.606 INFO O| Dec 19 00:49:39.605 INFO O| Download: 1174/22788 items 6.4/199.7MB 3% complete (1.3M/s)
38532024-12-19T00:49:42.988Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38542024-12-19T00:49:45.136Z[ host-image] Dec 19 00:49:44.706 INFO O| Dec 19 00:49:44.706 INFO O| Download: 1805/22788 items 16.8/199.7MB 8% complete (1.7M/s)
38552024-12-19T00:49:46.500Z[ recovery-image] Dec 19 00:49:46.070 INFO O| Dec 19 00:49:46.070 INFO O| Planning: Running solver ... Done
38562024-12-19T00:49:47.127Z[ recovery-image] Dec 19 00:49:46.698 INFO O| Dec 19 00:49:46.698 INFO O| Planning: Finding local manifests ... Done
38572024-12-19T00:49:47.144Z[ recovery-image] Dec 19 00:49:46.714 INFO O| Dec 19 00:49:46.714 INFO O| Planning: Fetching manifests: 0/124 0% complete
38582024-12-19T00:49:50.151Z[ host-image] Dec 19 00:49:49.721 INFO O| Dec 19 00:49:49.721 INFO O| Download: 2332/22788 items 27.4/199.7MB 13% complete (2.2M/s)
38592024-12-19T00:49:51.869Z[ recovery-image] Dec 19 00:49:51.440 INFO O| Dec 19 00:49:51.439 INFO O| Planning: Fetching manifests: 124/124 100% complete
38602024-12-19T00:49:53.202Z[ recovery-image] Dec 19 00:49:52.772 INFO O| Dec 19 00:49:52.772 INFO O| Planning: Package planning ... Done
38612024-12-19T00:49:53.892Z[ recovery-image] Dec 19 00:49:53.462 INFO O| Dec 19 00:49:53.462 INFO O| Planning: Merging actions ... Done
38622024-12-19T00:49:54.038Z[ recovery-image] Dec 19 00:49:53.608 INFO O| Dec 19 00:49:53.608 INFO O| Planning: Checking for conflicting actions ... Done
38632024-12-19T00:49:54.185Z[ recovery-image] Dec 19 00:49:53.755 INFO O| Dec 19 00:49:53.755 INFO O| Planning: Consolidating action changes ... Done
38642024-12-19T00:49:54.568Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38652024-12-19T00:49:54.576Z[ recovery-image] Dec 19 00:49:54.147 INFO O| Dec 19 00:49:54.146 INFO O| Planning: Evaluating mediators ... Done
38662024-12-19T00:49:55.159Z[ host-image] Dec 19 00:49:54.728 INFO O| Dec 19 00:49:54.728 INFO O| Download: 3447/22788 items 35.3/199.7MB 17% complete (1.8M/s)
38672024-12-19T00:50:00.434Z[ host-image] Dec 19 00:50:00.004 INFO O| Dec 19 00:50:00.004 INFO O| Download: 4496/22788 items 41.9/199.7MB 20% complete (1.5M/s)
38682024-12-19T00:50:00.809Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38692024-12-19T00:50:00.880Z[ recovery-image] Dec 19 00:50:00.442 INFO O| Dec 19 00:50:00.442 INFO O| Planning: Planning completed in 158.98 seconds
38702024-12-19T00:50:00.880Z[ recovery-image] Dec 19 00:50:00.448 INFO O| Dec 19 00:50:00.448 INFO O| Packages to install: 124
38712024-12-19T00:50:00.883Z[ recovery-image] Dec 19 00:50:00.448 INFO O| Dec 19 00:50:00.448 INFO O| Mediators to change: 4
38722024-12-19T00:50:00.883Z[ recovery-image] Dec 19 00:50:00.448 INFO O| Dec 19 00:50:00.448 INFO O| Services to change: 5
38732024-12-19T00:50:00.957Z[ recovery-image] Dec 19 00:50:00.527 INFO O| Dec 19 00:50:00.527 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38742024-12-19T00:50:05.443Z[ host-image] Dec 19 00:50:05.013 INFO O| Dec 19 00:50:05.013 INFO O| Download: 5201/22788 items 46.0/199.7MB 23% complete (1.1M/s)
38752024-12-19T00:50:05.960Z[ recovery-image] Dec 19 00:50:05.529 INFO O| Dec 19 00:50:05.529 INFO O| Download: 924/15862 items 7.1/176.4MB 3% complete (1.4M/s)
38762024-12-19T00:50:10.457Z[ host-image] Dec 19 00:50:10.026 INFO O| Dec 19 00:50:10.026 INFO O| Download: 6320/22788 items 46.6/199.7MB 23% complete (484k/s)
38772024-12-19T00:50:11.913Z[ recovery-image] Dec 19 00:50:11.483 INFO O| Dec 19 00:50:11.483 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (1.4M/s)
38782024-12-19T00:50:15.479Z[ host-image] Dec 19 00:50:15.048 INFO O| Dec 19 00:50:15.048 INFO O| Download: 7014/22788 items 53.7/199.7MB 26% complete (599k/s)
38792024-12-19T00:50:17.446Z[ recovery-image] Dec 19 00:50:17.015 INFO O| Dec 19 00:50:17.015 INFO O| Download: 1318/15862 items 20.2/176.4MB 11% complete (1.8M/s)
38802024-12-19T00:50:20.484Z[ host-image] Dec 19 00:50:20.054 INFO O| Dec 19 00:50:20.053 INFO O| Download: 8078/22788 items 60.4/199.7MB 30% complete (1.4M/s)
38812024-12-19T00:50:22.447Z[ recovery-image] Dec 19 00:50:22.016 INFO O| Dec 19 00:50:22.016 INFO O| Download: 1629/15862 items 25.3/176.4MB 14% complete (1.7M/s)
38822024-12-19T00:50:25.485Z[ host-image] Dec 19 00:50:25.054 INFO O| Dec 19 00:50:25.054 INFO O| Download: 8743/22788 items 71.2/199.7MB 35% complete (1.8M/s)
38832024-12-19T00:50:27.604Z[ recovery-image] Dec 19 00:50:27.173 INFO O| Dec 19 00:50:27.173 INFO O| Download: 2678/15862 items 33.1/176.4MB 18% complete (1.4M/s)
38842024-12-19T00:50:30.589Z[ host-image] Dec 19 00:50:30.158 INFO O| Dec 19 00:50:30.157 INFO O| Download: 10414/22788 items 88.0/199.7MB 44% complete (2.7M/s)
38852024-12-19T00:50:32.607Z[ recovery-image] Dec 19 00:50:32.176 INFO O| Dec 19 00:50:32.176 INFO O| Download: 3306/15862 items 37.9/176.4MB 21% complete (1.3M/s)
38862024-12-19T00:50:35.754Z[ host-image] Dec 19 00:50:35.323 INFO O| Dec 19 00:50:35.323 INFO O| Download: 11096/22788 items 92.1/199.7MB 46% complete (2.2M/s)
38872024-12-19T00:50:37.608Z[ recovery-image] Dec 19 00:50:37.176 INFO O| Dec 19 00:50:37.176 INFO O| Download: 3891/15862 items 42.5/176.4MB 24% complete (969k/s)
38882024-12-19T00:50:40.758Z[ host-image] Dec 19 00:50:40.326 INFO O| Dec 19 00:50:40.326 INFO O| Download: 11651/22788 items 96.3/199.7MB 48% complete (859k/s)
38892024-12-19T00:50:42.608Z[ recovery-image] Dec 19 00:50:42.176 INFO O| Dec 19 00:50:42.176 INFO O| Download: 4917/15862 items 43.1/176.4MB 24% complete (535k/s)
38902024-12-19T00:50:45.767Z[ host-image] Dec 19 00:50:45.336 INFO O| Dec 19 00:50:45.335 INFO O| Download: 12138/22788 items 108.3/199.7MB 54% complete (1.5M/s)
38912024-12-19T00:50:47.916Z[ recovery-image] Dec 19 00:50:47.484 INFO O| Dec 19 00:50:47.484 INFO O| Download: 5707/15862 items 45.4/176.4MB 25% complete (351k/s)
38922024-12-19T00:50:50.772Z[ host-image] Dec 19 00:50:50.340 INFO O| Dec 19 00:50:50.340 INFO O| Download: 13047/22788 items 109.8/199.7MB 55% complete (1.4M/s)
38932024-12-19T00:50:53.176Z[ recovery-image] Dec 19 00:50:52.744 INFO O| Dec 19 00:50:52.744 INFO O| Download: 6101/15862 items 56.4/176.4MB 31% complete (1.2M/s)
38942024-12-19T00:50:55.773Z[ host-image] Dec 19 00:50:55.341 INFO O| Dec 19 00:50:55.341 INFO O| Download: 13973/22788 items 110.6/199.7MB 55% complete (339k/s)
38952024-12-19T00:50:58.192Z[ recovery-image] Dec 19 00:50:57.759 INFO O| Dec 19 00:50:57.759 INFO O| Download: 6762/15862 items 64.8/176.4MB 36% complete (1.9M/s)
38962024-12-19T00:51:00.935Z[ host-image] Dec 19 00:51:00.503 INFO O| Dec 19 00:51:00.503 INFO O| Download: 14518/22788 items 116.7/199.7MB 58% complete (664k/s)
38972024-12-19T00:51:04.304Z[ recovery-image] Dec 19 00:51:03.871 INFO O| Dec 19 00:51:03.871 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (2.0M/s)
38982024-12-19T00:51:06.196Z[ host-image] Dec 19 00:51:05.763 INFO O| Dec 19 00:51:05.763 INFO O| Download: 15727/22788 items 126.0/199.7MB 63% complete (1.6M/s)
38992024-12-19T00:51:09.307Z[ recovery-image] Dec 19 00:51:08.874 INFO O| Dec 19 00:51:08.874 INFO O| Download: 8085/15862 items 79.2/176.4MB 44% complete (978k/s)
39002024-12-19T00:51:11.196Z[ host-image] Dec 19 00:51:10.763 INFO O| Dec 19 00:51:10.763 INFO O| Download: 16893/22788 items 135.4/199.7MB 67% complete (1.9M/s)
39012024-12-19T00:51:14.307Z[ recovery-image] Dec 19 00:51:13.874 INFO O| Dec 19 00:51:13.874 INFO O| Download: 8664/15862 items 81.5/176.4MB 46% complete (801k/s)
39022024-12-19T00:51:16.222Z[ host-image] Dec 19 00:51:15.789 INFO O| Dec 19 00:51:15.789 INFO O| Download: 17891/22788 items 150.3/199.7MB 75% complete (2.4M/s)
39032024-12-19T00:51:19.314Z[ recovery-image] Dec 19 00:51:18.881 INFO O| Dec 19 00:51:18.881 INFO O| Download: 9095/15862 items 92.7/176.4MB 52% complete (1.4M/s)
39042024-12-19T00:51:21.222Z[ host-image] Dec 19 00:51:20.789 INFO O| Dec 19 00:51:20.789 INFO O| Download: 18514/22788 items 164.3/199.7MB 82% complete (2.9M/s)
39052024-12-19T00:51:24.331Z[ recovery-image] Dec 19 00:51:23.898 INFO O| Dec 19 00:51:23.898 INFO O| Download: 10015/15862 items 93.2/176.4MB 52% complete (1.2M/s)
39062024-12-19T00:51:26.228Z[ host-image] Dec 19 00:51:25.793 INFO O| Dec 19 00:51:25.793 INFO O| Download: 19382/22788 items 167.3/199.7MB 83% complete (1.7M/s)
39072024-12-19T00:51:29.333Z[ recovery-image] Dec 19 00:51:28.900 INFO O| Dec 19 00:51:28.900 INFO O| Download: 10570/15862 items 93.5/176.4MB 53% complete (76.4k/s)
39082024-12-19T00:51:31.244Z[ host-image] Dec 19 00:51:30.810 INFO O| Dec 19 00:51:30.810 INFO O| Download: 20351/22788 items 171.6/199.7MB 85% complete (746k/s)
39092024-12-19T00:51:34.394Z[ recovery-image] Dec 19 00:51:33.960 INFO O| Dec 19 00:51:33.960 INFO O| Download: 11080/15862 items 98.4/176.4MB 55% complete (446k/s)
39102024-12-19T00:51:36.267Z[ host-image] Dec 19 00:51:35.833 INFO O| Dec 19 00:51:35.833 INFO O| Download: 20981/22788 items 178.9/199.7MB 89% complete (1.2M/s)
39112024-12-19T00:51:39.413Z[ recovery-image] Dec 19 00:51:38.980 INFO O| Dec 19 00:51:38.979 INFO O| Download: 11599/15862 items 113.4/176.4MB 64% complete (2.0M/s)
39122024-12-19T00:51:41.272Z[ host-image] Dec 19 00:51:40.836 INFO O| Dec 19 00:51:40.836 INFO O| Download: 21709/22788 items 183.7/199.7MB 91% complete (1.2M/s)
39132024-12-19T00:51:44.425Z[ recovery-image] Dec 19 00:51:43.992 INFO O| Dec 19 00:51:43.991 INFO O| Download: 12305/15862 items 141.0/176.4MB 79% complete (4.3M/s)
39142024-12-19T00:51:46.423Z[ host-image] Dec 19 00:51:45.989 INFO O| Dec 19 00:51:45.989 INFO O| Download: 22036/22788 items 192.5/199.7MB 96% complete (1.4M/s)
39152024-12-19T00:51:49.445Z[ recovery-image] Dec 19 00:51:49.011 INFO O| Dec 19 00:51:49.011 INFO O| Download: 13416/15862 items 145.4/176.4MB 82% complete (3.2M/s)
39162024-12-19T00:51:51.443Z[ host-image] Dec 19 00:51:51.008 INFO O| Dec 19 00:51:51.008 INFO O| Download: 22290/22788 items 199.0/199.7MB 99% complete (1.5M/s)
39172024-12-19T00:51:54.158Z[ host-image] Dec 19 00:51:53.724 INFO O| Dec 19 00:51:53.724 INFO O| Download: Completed 199.66 MB in 139.12 seconds (1.4M/s)
39182024-12-19T00:51:54.470Z[ recovery-image] Dec 19 00:51:54.036 INFO O| Dec 19 00:51:54.036 INFO O| Download: 14499/15862 items 150.1/176.4MB 85% complete (927k/s)
39192024-12-19T00:51:56.012Z[ host-image] Dec 19 00:51:55.578 INFO O| Dec 19 00:51:55.577 INFO O| Actions: 1/49485 actions (Installing new actions)
39202024-12-19T00:51:59.478Z[ recovery-image] Dec 19 00:51:59.044 INFO O| Dec 19 00:51:59.043 INFO O| Download: 15240/15862 items 158.1/176.4MB 89% complete (1.3M/s)
39212024-12-19T00:52:01.012Z[ host-image] Dec 19 00:52:00.578 INFO O| Dec 19 00:52:00.578 INFO O| Actions: 9805/49485 actions (Installing new actions)
39222024-12-19T00:52:04.494Z[ recovery-image] Dec 19 00:52:04.059 INFO O| Dec 19 00:52:04.059 INFO O| Download: 15802/15862 items 174.7/176.4MB 99% complete (2.5M/s)
39232024-12-19T00:52:05.699Z[ recovery-image] Dec 19 00:52:05.264 INFO O| Dec 19 00:52:05.264 INFO O| Download: Completed 176.39 MB in 124.74 seconds (1.4M/s)
39242024-12-19T00:52:06.016Z[ host-image] Dec 19 00:52:05.581 INFO O| Dec 19 00:52:05.581 INFO O| Actions: 16105/49485 actions (Installing new actions)
39252024-12-19T00:52:07.081Z[ recovery-image] Dec 19 00:52:06.647 INFO O| Dec 19 00:52:06.646 INFO O| Actions: 1/25028 actions (Installing new actions)
39262024-12-19T00:52:11.024Z[ host-image] Dec 19 00:52:10.589 INFO O| Dec 19 00:52:10.589 INFO O| Actions: 21859/49485 actions (Installing new actions)
39272024-12-19T00:52:12.082Z[ recovery-image] Dec 19 00:52:11.647 INFO O| Dec 19 00:52:11.647 INFO O| Actions: 8353/25028 actions (Installing new actions)
39282024-12-19T00:52:16.024Z[ host-image] Dec 19 00:52:15.589 INFO O| Dec 19 00:52:15.589 INFO O| Actions: 38309/49485 actions (Installing new actions)
39292024-12-19T00:52:17.113Z[ recovery-image] Dec 19 00:52:16.676 INFO O| Dec 19 00:52:16.676 INFO O| Actions: 14065/25028 actions (Installing new actions)
39302024-12-19T00:52:18.776Z[ host-image] Dec 19 00:52:18.341 INFO O| Dec 19 00:52:18.341 INFO O| Actions: Completed 49485 actions in 22.76 seconds.
39312024-12-19T00:52:19.604Z[ host-image] Dec 19 00:52:19.168 INFO O| Dec 19 00:52:19.168 INFO O| Done
39322024-12-19T00:52:19.604Z[ host-image] Dec 19 00:52:19.168 INFO O| Dec 19 00:52:19.168 INFO O| Done
39332024-12-19T00:52:21.338Z[ host-image] Dec 19 00:52:20.903 INFO O| Dec 19 00:52:20.903 INFO O| Done
39342024-12-19T00:52:22.113Z[ recovery-image] Dec 19 00:52:21.678 INFO O| Dec 19 00:52:21.677 INFO O| Actions: 18950/25028 actions (Installing new actions)
39352024-12-19T00:52:24.265Z[ host-image] Dec 19 00:52:23.830 INFO O| Dec 19 00:52:23.830 INFO O| Done
39362024-12-19T00:52:24.306Z[ host-image] Dec 19 00:52:23.869 INFO O| Dec 19 00:52:23.869 INFO O| Done
39372024-12-19T00:52:24.769Z[ recovery-image] Dec 19 00:52:24.334 INFO O| Dec 19 00:52:24.334 INFO O| Actions: Completed 25028 actions in 17.68 seconds.
39382024-12-19T00:52:25.664Z[ recovery-image] Dec 19 00:52:25.229 INFO O| Dec 19 00:52:25.229 INFO O| Done
39392024-12-19T00:52:25.664Z[ recovery-image] Dec 19 00:52:25.229 INFO O| Dec 19 00:52:25.229 INFO O| Done
39402024-12-19T00:52:27.222Z[ recovery-image] Dec 19 00:52:26.786 INFO O| Dec 19 00:52:26.786 INFO O| Done
39412024-12-19T00:52:28.978Z[ recovery-image] Dec 19 00:52:28.543 INFO O| Dec 19 00:52:28.543 INFO O| Done
39422024-12-19T00:52:29.001Z[ recovery-image] Dec 19 00:52:28.565 INFO O| Dec 19 00:52:28.565 INFO O| Done
39432024-12-19T00:52:32.083Z[ host-image] Dec 19 00:52:31.648 INFO O| Dec 19 00:52:31.648 INFO O| Done
39442024-12-19T00:52:33.136Z[ host-image] Dec 19 00:52:32.700 INFO O| Dec 19 00:52:32.700 INFO O| Done
39452024-12-19T00:52:33.703Z[ host-image] Dec 19 00:52:33.268 INFO O| Dec 19 00:52:33.267 INFO STEP 11 (pkg_install) COMPLETE
39462024-12-19T00:52:33.703Z[ host-image] Dec 19 00:52:33.268 INFO O| Dec 19 00:52:33.268 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39472024-12-19T00:52:33.726Z[ host-image] Dec 19 00:52:33.290 INFO O| Dec 19 00:52:33.290 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
39482024-12-19T00:52:33.928Z[ recovery-image] Dec 19 00:52:33.492 INFO O| Dec 19 00:52:33.492 INFO O| Done
39492024-12-19T00:52:34.660Z[ recovery-image] Dec 19 00:52:34.224 INFO O| Dec 19 00:52:34.224 INFO O| Done
39502024-12-19T00:52:34.966Z[ host-image] Dec 19 00:52:34.530 INFO O| Dec 19 00:52:34.530 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39512024-12-19T00:52:35.330Z[ recovery-image] Dec 19 00:52:34.894 INFO O| Dec 19 00:52:34.893 INFO STEP 11 (pkg_install) COMPLETE
39522024-12-19T00:52:35.330Z[ recovery-image] Dec 19 00:52:34.894 INFO O| Dec 19 00:52:34.894 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39532024-12-19T00:52:35.330Z[ recovery-image] Dec 19 00:52:34.894 INFO O| Dec 19 00:52:34.894 INFO skip step because feature "recovery" is enabled
39542024-12-19T00:52:35.332Z[ recovery-image] Dec 19 00:52:34.894 INFO O| Dec 19 00:52:34.894 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39552024-12-19T00:52:35.332Z[ recovery-image] Dec 19 00:52:34.894 INFO O| Dec 19 00:52:34.894 INFO skip step because feature "omicron1" is not enabled
39562024-12-19T00:52:35.332Z[ recovery-image] Dec 19 00:52:34.894 INFO O| Dec 19 00:52:34.894 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39572024-12-19T00:52:35.459Z[ recovery-image] Dec 19 00:52:35.023 INFO O| Dec 19 00:52:35.023 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"]
39582024-12-19T00:52:36.935Z[ recovery-image] Dec 19 00:52:36.455 INFO O| Dec 19 00:52:36.455 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39592024-12-19T00:52:40.407Z[ host-image] Dec 19 00:52:39.971 INFO O| Dec 19 00:52:39.971 INFO O| Planning: Solver setup ... Done
39602024-12-19T00:52:40.414Z[ host-image] Dec 19 00:52:39.978 INFO O| Dec 19 00:52:39.978 INFO O| Planning: Running solver ... Done
39612024-12-19T00:52:40.539Z[ host-image] Dec 19 00:52:40.103 INFO O| Dec 19 00:52:40.103 INFO O| Planning: Finding local manifests ... Done
39622024-12-19T00:52:40.542Z[ host-image] Dec 19 00:52:40.105 INFO O| Dec 19 00:52:40.105 INFO O| Planning: Fetching manifests: 0/5 0% complete
39632024-12-19T00:52:40.798Z[ host-image] Dec 19 00:52:40.362 INFO O| Dec 19 00:52:40.361 INFO O| Planning: Fetching manifests: 5/5 100% complete
39642024-12-19T00:52:40.843Z[ host-image] Dec 19 00:52:40.407 INFO O| Dec 19 00:52:40.407 INFO O| Planning: Package planning ... Done
39652024-12-19T00:52:40.850Z[ host-image] Dec 19 00:52:40.414 INFO O| Dec 19 00:52:40.414 INFO O| Planning: Merging actions ... Done
39662024-12-19T00:52:41.026Z[ host-image] Dec 19 00:52:40.590 INFO O| Dec 19 00:52:40.590 INFO O| Planning: Checking for conflicting actions ... Done
39672024-12-19T00:52:41.029Z[ host-image] Dec 19 00:52:40.593 INFO O| Dec 19 00:52:40.593 INFO O| Planning: Consolidating action changes ... Done
39682024-12-19T00:52:41.213Z[ recovery-image] Dec 19 00:52:40.777 INFO O| Dec 19 00:52:40.777 INFO O| Planning: Solver setup ... Done
39692024-12-19T00:52:41.220Z[ recovery-image] Dec 19 00:52:40.784 INFO O| Dec 19 00:52:40.784 INFO O| Planning: Running solver ... Done
39702024-12-19T00:52:41.305Z[ recovery-image] Dec 19 00:52:40.869 INFO O| Dec 19 00:52:40.869 INFO O| Planning: Finding local manifests ... Done
39712024-12-19T00:52:41.307Z[ recovery-image] Dec 19 00:52:40.870 INFO O| Dec 19 00:52:40.870 INFO O| Planning: Fetching manifests: 0/1 0% complete
39722024-12-19T00:52:41.405Z[ host-image] Dec 19 00:52:40.968 INFO O| Dec 19 00:52:40.968 INFO O| Planning: Evaluating mediators ... Done
39732024-12-19T00:52:41.408Z[ host-image] Dec 19 00:52:40.971 INFO O| Dec 19 00:52:40.970 INFO O| Planning: Planning completed in 6.44 seconds
39742024-12-19T00:52:41.410Z[ host-image] Dec 19 00:52:40.974 INFO O| Dec 19 00:52:40.973 INFO O| Packages to install: 5
39752024-12-19T00:52:41.411Z[ host-image] Dec 19 00:52:40.974 INFO O| Dec 19 00:52:40.973 INFO O| Services to change: 2
39762024-12-19T00:52:41.430Z[ host-image] Dec 19 00:52:40.994 INFO O| Dec 19 00:52:40.994 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
39772024-12-19T00:52:41.463Z[ recovery-image] Dec 19 00:52:41.026 INFO O| Dec 19 00:52:41.026 INFO O| Planning: Fetching manifests: 1/1 100% complete
39782024-12-19T00:52:41.490Z[ recovery-image] Dec 19 00:52:41.054 INFO O| Dec 19 00:52:41.054 INFO O| Planning: Package planning ... Done
39792024-12-19T00:52:41.493Z[ recovery-image] Dec 19 00:52:41.055 INFO O| Dec 19 00:52:41.055 INFO O| Planning: Merging actions ... Done
39802024-12-19T00:52:41.551Z[ recovery-image] Dec 19 00:52:41.115 INFO O| Dec 19 00:52:41.115 INFO O| Planning: Checking for conflicting actions ... Done
39812024-12-19T00:52:41.554Z[ recovery-image] Dec 19 00:52:41.116 INFO O| Dec 19 00:52:41.116 INFO O| Planning: Consolidating action changes ... Done
39822024-12-19T00:52:41.760Z[ recovery-image] Dec 19 00:52:41.324 INFO O| Dec 19 00:52:41.324 INFO O| Planning: Evaluating mediators ... Done
39832024-12-19T00:52:41.763Z[ recovery-image] Dec 19 00:52:41.325 INFO O| Dec 19 00:52:41.325 INFO O| Planning: Planning completed in 4.87 seconds
39842024-12-19T00:52:41.763Z[ recovery-image] Dec 19 00:52:41.326 INFO O| Dec 19 00:52:41.326 INFO O| Packages to install: 1
39852024-12-19T00:52:41.774Z[ recovery-image] Dec 19 00:52:41.338 INFO O| Dec 19 00:52:41.338 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39862024-12-19T00:52:41.946Z[ recovery-image] Dec 19 00:52:41.510 INFO O| Dec 19 00:52:41.510 INFO O| Download: Completed 10.00 MB in 0.17 seconds (58.0M/s)
39872024-12-19T00:52:41.975Z[ recovery-image] Dec 19 00:52:41.539 INFO O| Dec 19 00:52:41.539 INFO O| Actions: 1/22 actions (Installing new actions)
39882024-12-19T00:52:42.206Z[ recovery-image] Dec 19 00:52:41.770 INFO O| Dec 19 00:52:41.770 INFO O| Actions: Completed 22 actions in 0.23 seconds.
39892024-12-19T00:52:42.466Z[ recovery-image] Dec 19 00:52:42.028 INFO O| Dec 19 00:52:42.028 INFO O| Done
39902024-12-19T00:52:42.466Z[ recovery-image] Dec 19 00:52:42.028 INFO O| Dec 19 00:52:42.028 INFO O| Done
39912024-12-19T00:52:42.493Z[ host-image] Dec 19 00:52:42.057 INFO O| Dec 19 00:52:42.057 INFO O| Download: Completed 1.45 MB in 1.06 seconds (1.4M/s)
39922024-12-19T00:52:42.526Z[ host-image] Dec 19 00:52:42.090 INFO O| Dec 19 00:52:42.090 INFO O| Actions: 1/305 actions (Installing new actions)
39932024-12-19T00:52:42.637Z[ host-image] Dec 19 00:52:42.201 INFO O| Dec 19 00:52:42.201 INFO O| Actions: Completed 305 actions in 0.11 seconds.
39942024-12-19T00:52:43.000Z[ recovery-image] Dec 19 00:52:42.563 INFO O| Dec 19 00:52:42.563 INFO O| Done
39952024-12-19T00:52:43.020Z[ host-image] Dec 19 00:52:42.584 INFO O| Dec 19 00:52:42.583 INFO O| Done
39962024-12-19T00:52:43.021Z[ host-image] Dec 19 00:52:42.584 INFO O| Dec 19 00:52:42.584 INFO O| Done
39972024-12-19T00:52:43.548Z[ host-image] Dec 19 00:52:43.112 INFO O| Dec 19 00:52:43.112 INFO O| Done
39982024-12-19T00:52:43.890Z[ recovery-image] Dec 19 00:52:43.454 INFO O| Dec 19 00:52:43.454 INFO O| Done
39992024-12-19T00:52:43.904Z[ recovery-image] Dec 19 00:52:43.468 INFO O| Dec 19 00:52:43.468 INFO O| Done
40002024-12-19T00:52:43.906Z[ recovery-image] Dec 19 00:52:43.468 INFO O| Dec 19 00:52:43.468 INFO O| Done
40012024-12-19T00:52:43.913Z[ recovery-image] Dec 19 00:52:43.477 INFO O| Dec 19 00:52:43.477 INFO O| Done
40022024-12-19T00:52:44.027Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO STEP 14 (pkg_install) COMPLETE
40032024-12-19T00:52:44.027Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40042024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO skip step because feature "mfg" is not enabled
40052024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40062024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO skip step because feature "compliance" is not enabled
40072024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40082024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO skip step because feature "stress" is not enabled
40092024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40102024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO skip step because feature "nfs" is not enabled
40112024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40122024-12-19T00:52:44.030Z[ recovery-image] Dec 19 00:52:43.591 INFO O| Dec 19 00:52:43.591 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40132024-12-19T00:52:44.204Z[ recovery-image] Dec 19 00:52:43.768 INFO O| Dec 19 00:52:43.767 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40142024-12-19T00:52:44.305Z[ recovery-image] Dec 19 00:52:43.869 INFO O| Dec 19 00:52:43.869 INFO completed processing gimlet/ramdisk-01-os
40152024-12-19T00:52:44.308Z[ recovery-image] Dec 19 00:52:43.871 INFO image builder template: ramdisk-02-trim...
40162024-12-19T00:52:44.308Z[ recovery-image] Dec 19 00:52:43.872 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/.tmpAPm83i/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.34.301", "-n", "ramdisk-02-trim"], pwd: None
40172024-12-19T00:52:44.337Z[ recovery-image] Dec 19 00:52:43.901 INFO O| Dec 19 00:52:43.901 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40182024-12-19T00:52:44.342Z[ recovery-image] Dec 19 00:52:43.906 INFO O| Dec 19 00:52:43.906 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40192024-12-19T00:52:44.484Z[ recovery-image] Dec 19 00:52:44.047 INFO O| Dec 19 00:52:44.047 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40202024-12-19T00:52:44.583Z[ recovery-image] Dec 19 00:52:44.147 INFO O| Dec 19 00:52:44.147 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40212024-12-19T00:52:44.583Z[ recovery-image] Dec 19 00:52:44.147 INFO O| Dec 19 00:52:44.147 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40222024-12-19T00:52:44.589Z[ recovery-image] Dec 19 00:52:44.153 INFO O| Dec 19 00:52:44.153 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40232024-12-19T00:52:44.593Z[ recovery-image] Dec 19 00:52:44.157 INFO O| Dec 19 00:52:44.157 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40242024-12-19T00:52:44.599Z[ recovery-image] Dec 19 00:52:44.163 INFO O| Dec 19 00:52:44.163 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40252024-12-19T00:52:44.890Z[ host-image] Dec 19 00:52:44.454 INFO O| Dec 19 00:52:44.454 INFO O| Done
40262024-12-19T00:52:44.916Z[ host-image] Dec 19 00:52:44.480 INFO O| Dec 19 00:52:44.480 INFO O| Done
40272024-12-19T00:52:44.916Z[ host-image] Dec 19 00:52:44.480 INFO O| Dec 19 00:52:44.480 INFO O| Done
40282024-12-19T00:52:44.933Z[ host-image] Dec 19 00:52:44.497 INFO O| Dec 19 00:52:44.496 INFO O| Done
40292024-12-19T00:52:45.048Z[ recovery-image] Dec 19 00:52:44.612 INFO O| Dec 19 00:52:44.611 INFO rolled back to input snapshot; work may begin
40302024-12-19T00:52:45.048Z[ recovery-image] Dec 19 00:52:44.612 INFO O| Dec 19 00:52:44.611 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40312024-12-19T00:52:45.053Z[ recovery-image] Dec 19 00:52:44.617 INFO O| Dec 19 00:52:44.617 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40322024-12-19T00:52:45.056Z[ host-image] Dec 19 00:52:44.620 INFO O| Dec 19 00:52:44.620 INFO STEP 12 (pkg_install) COMPLETE
40332024-12-19T00:52:45.059Z[ host-image] Dec 19 00:52:44.620 INFO O| Dec 19 00:52:44.620 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40342024-12-19T00:52:45.064Z[ recovery-image] Dec 19 00:52:44.628 INFO O| Dec 19 00:52:44.628 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40352024-12-19T00:52:45.067Z[ host-image] Dec 19 00:52:44.631 INFO O| Dec 19 00:52:44.631 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40362024-12-19T00:52:45.109Z[ recovery-image] Dec 19 00:52:44.673 INFO O| Dec 19 00:52:44.672 INFO STEP 0 (remove_files) COMPLETE
40372024-12-19T00:52:45.109Z[ recovery-image] Dec 19 00:52:44.673 INFO O| Dec 19 00:52:44.673 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-12-19T00:52:45.122Z[ recovery-image] Dec 19 00:52:44.686 INFO O| Dec 19 00:52:44.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40392024-12-19T00:52:45.124Z[ recovery-image] Dec 19 00:52:44.688 INFO O| Dec 19 00:52:44.688 INFO STEP 1 (remove_files) COMPLETE
40402024-12-19T00:52:45.124Z[ recovery-image] Dec 19 00:52:44.688 INFO O| Dec 19 00:52:44.688 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40412024-12-19T00:52:45.135Z[ recovery-image] Dec 19 00:52:44.699 INFO O| Dec 19 00:52:44.699 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40422024-12-19T00:52:45.149Z[ recovery-image] Dec 19 00:52:44.713 INFO O| Dec 19 00:52:44.713 INFO STEP 2 (remove_files) COMPLETE
40432024-12-19T00:52:45.149Z[ recovery-image] Dec 19 00:52:44.713 INFO O| Dec 19 00:52:44.713 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-12-19T00:52:45.161Z[ recovery-image] Dec 19 00:52:44.725 INFO O| Dec 19 00:52:44.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40452024-12-19T00:52:45.163Z[ recovery-image] Dec 19 00:52:44.727 INFO O| Dec 19 00:52:44.726 INFO STEP 3 (remove_files) COMPLETE
40462024-12-19T00:52:45.163Z[ recovery-image] Dec 19 00:52:44.727 INFO O| Dec 19 00:52:44.727 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-19T00:52:45.173Z[ recovery-image] Dec 19 00:52:44.737 INFO O| Dec 19 00:52:44.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40482024-12-19T00:52:45.177Z[ recovery-image] Dec 19 00:52:44.741 INFO O| Dec 19 00:52:44.741 INFO STEP 4 (remove_files) COMPLETE
40492024-12-19T00:52:45.177Z[ recovery-image] Dec 19 00:52:44.742 INFO O| Dec 19 00:52:44.741 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-19T00:52:45.189Z[ recovery-image] Dec 19 00:52:44.753 INFO O| Dec 19 00:52:44.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40512024-12-19T00:52:45.192Z[ recovery-image] Dec 19 00:52:44.753 INFO O| Dec 19 00:52:44.753 INFO STEP 5 (remove_files) COMPLETE
40522024-12-19T00:52:45.192Z[ recovery-image] Dec 19 00:52:44.753 INFO O| Dec 19 00:52:44.753 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-12-19T00:52:45.200Z[ recovery-image] Dec 19 00:52:44.764 INFO O| Dec 19 00:52:44.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40542024-12-19T00:52:45.210Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO STEP 6 (remove_files) COMPLETE
40552024-12-19T00:52:45.210Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-19T00:52:45.212Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO skip step because feature "recovery" is enabled
40572024-12-19T00:52:45.212Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40582024-12-19T00:52:45.212Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO skip step because feature "recovery" is enabled
40592024-12-19T00:52:45.212Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-12-19T00:52:45.212Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO skip step because feature "recovery" is enabled
40612024-12-19T00:52:45.212Z[ recovery-image] Dec 19 00:52:44.774 INFO O| Dec 19 00:52:44.774 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-19T00:52:45.221Z[ recovery-image] Dec 19 00:52:44.785 INFO O| Dec 19 00:52:44.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40632024-12-19T00:52:45.225Z[ recovery-image] Dec 19 00:52:44.789 INFO O| Dec 19 00:52:44.789 INFO STEP 10 (remove_files) COMPLETE
40642024-12-19T00:52:45.225Z[ recovery-image] Dec 19 00:52:44.789 INFO O| Dec 19 00:52:44.789 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-19T00:52:45.235Z[ recovery-image] Dec 19 00:52:44.799 INFO O| Dec 19 00:52:44.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40662024-12-19T00:52:45.238Z[ recovery-image] Dec 19 00:52:44.800 INFO O| Dec 19 00:52:44.800 INFO STEP 11 (remove_files) COMPLETE
40672024-12-19T00:52:45.238Z[ recovery-image] Dec 19 00:52:44.800 INFO O| Dec 19 00:52:44.800 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-19T00:52:45.247Z[ recovery-image] Dec 19 00:52:44.811 INFO O| Dec 19 00:52:44.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40692024-12-19T00:52:45.251Z[ recovery-image] Dec 19 00:52:44.813 INFO O| Dec 19 00:52:44.813 INFO STEP 12 (remove_files) COMPLETE
40702024-12-19T00:52:45.251Z[ recovery-image] Dec 19 00:52:44.813 INFO O| Dec 19 00:52:44.813 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-19T00:52:45.263Z[ recovery-image] Dec 19 00:52:44.827 INFO O| Dec 19 00:52:44.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40722024-12-19T00:52:45.267Z[ recovery-image] Dec 19 00:52:44.832 INFO O| Dec 19 00:52:44.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40732024-12-19T00:52:45.270Z[ recovery-image] Dec 19 00:52:44.833 INFO O| Dec 19 00:52:44.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40742024-12-19T00:52:45.275Z[ recovery-image] Dec 19 00:52:44.839 INFO O| Dec 19 00:52:44.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40752024-12-19T00:52:45.491Z[ recovery-image] Dec 19 00:52:45.054 INFO O| Dec 19 00:52:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40762024-12-19T00:52:45.503Z[ recovery-image] Dec 19 00:52:45.067 INFO O| Dec 19 00:52:45.067 INFO STEP 13 (remove_files) COMPLETE
40772024-12-19T00:52:45.503Z[ recovery-image] Dec 19 00:52:45.067 INFO O| Dec 19 00:52:45.067 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-19T00:52:45.516Z[ recovery-image] Dec 19 00:52:45.080 INFO O| Dec 19 00:52:45.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40792024-12-19T00:52:45.523Z[ recovery-image] Dec 19 00:52:45.081 INFO O| Dec 19 00:52:45.081 INFO STEP 14 (remove_files) COMPLETE
40802024-12-19T00:52:45.523Z[ recovery-image] Dec 19 00:52:45.081 INFO O| Dec 19 00:52:45.081 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-19T00:52:45.530Z[ recovery-image] Dec 19 00:52:45.092 INFO O| Dec 19 00:52:45.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40822024-12-19T00:52:45.538Z[ recovery-image] Dec 19 00:52:45.098 INFO O| Dec 19 00:52:45.098 INFO STEP 15 (remove_files) COMPLETE
40832024-12-19T00:52:45.538Z[ recovery-image] Dec 19 00:52:45.098 INFO O| Dec 19 00:52:45.098 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-19T00:52:45.544Z[ recovery-image] Dec 19 00:52:45.108 INFO O| Dec 19 00:52:45.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40852024-12-19T00:52:45.547Z[ recovery-image] Dec 19 00:52:45.109 INFO O| Dec 19 00:52:45.109 INFO STEP 16 (remove_files) COMPLETE
40862024-12-19T00:52:45.547Z[ recovery-image] Dec 19 00:52:45.109 INFO O| Dec 19 00:52:45.109 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-19T00:52:45.556Z[ recovery-image] Dec 19 00:52:45.120 INFO O| Dec 19 00:52:45.120 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40882024-12-19T00:52:45.559Z[ recovery-image] Dec 19 00:52:45.122 INFO O| Dec 19 00:52:45.122 INFO STEP 17 (remove_files) COMPLETE
40892024-12-19T00:52:45.559Z[ recovery-image] Dec 19 00:52:45.122 INFO O| Dec 19 00:52:45.122 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-19T00:52:45.567Z[ recovery-image] Dec 19 00:52:45.132 INFO O| Dec 19 00:52:45.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40912024-12-19T00:52:45.570Z[ recovery-image] Dec 19 00:52:45.132 INFO O| Dec 19 00:52:45.132 INFO STEP 18 (remove_files) COMPLETE
40922024-12-19T00:52:45.570Z[ recovery-image] Dec 19 00:52:45.132 INFO O| Dec 19 00:52:45.132 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-19T00:52:45.570Z[ host-image] Dec 19 00:52:45.132 INFO O| Dec 19 00:52:45.132 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40942024-12-19T00:52:45.578Z[ recovery-image] Dec 19 00:52:45.142 INFO O| Dec 19 00:52:45.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40952024-12-19T00:52:45.578Z[ recovery-image] Dec 19 00:52:45.142 INFO O| Dec 19 00:52:45.142 INFO STEP 19 (remove_files) COMPLETE
40962024-12-19T00:52:45.578Z[ recovery-image] Dec 19 00:52:45.142 INFO O| Dec 19 00:52:45.142 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-19T00:52:45.589Z[ recovery-image] Dec 19 00:52:45.153 INFO O| Dec 19 00:52:45.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40982024-12-19T00:52:45.589Z[ recovery-image] Dec 19 00:52:45.153 INFO O| Dec 19 00:52:45.153 INFO STEP 20 (remove_files) COMPLETE
40992024-12-19T00:52:45.591Z[ recovery-image] Dec 19 00:52:45.153 INFO O| Dec 19 00:52:45.153 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-19T00:52:45.599Z[ recovery-image] Dec 19 00:52:45.163 INFO O| Dec 19 00:52:45.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41012024-12-19T00:52:45.599Z[ recovery-image] Dec 19 00:52:45.164 INFO O| Dec 19 00:52:45.164 INFO STEP 21 (remove_files) COMPLETE
41022024-12-19T00:52:45.599Z[ recovery-image] Dec 19 00:52:45.164 INFO O| Dec 19 00:52:45.164 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-19T00:52:45.610Z[ recovery-image] Dec 19 00:52:45.174 INFO O| Dec 19 00:52:45.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41042024-12-19T00:52:45.610Z[ recovery-image] Dec 19 00:52:45.174 INFO O| Dec 19 00:52:45.174 INFO STEP 22 (remove_files) COMPLETE
41052024-12-19T00:52:45.612Z[ recovery-image] Dec 19 00:52:45.174 INFO O| Dec 19 00:52:45.174 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-19T00:52:45.621Z[ recovery-image] Dec 19 00:52:45.185 INFO O| Dec 19 00:52:45.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41072024-12-19T00:52:45.621Z[ recovery-image] Dec 19 00:52:45.185 INFO O| Dec 19 00:52:45.185 INFO STEP 23 (remove_files) COMPLETE
41082024-12-19T00:52:45.621Z[ recovery-image] Dec 19 00:52:45.185 INFO O| Dec 19 00:52:45.185 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-19T00:52:45.632Z[ recovery-image] Dec 19 00:52:45.196 INFO O| Dec 19 00:52:45.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41102024-12-19T00:52:45.632Z[ recovery-image] Dec 19 00:52:45.196 INFO O| Dec 19 00:52:45.196 INFO STEP 24 (remove_files) COMPLETE
41112024-12-19T00:52:45.634Z[ recovery-image] Dec 19 00:52:45.196 INFO O| Dec 19 00:52:45.196 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-19T00:52:45.644Z[ recovery-image] Dec 19 00:52:45.208 INFO O| Dec 19 00:52:45.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41132024-12-19T00:52:45.644Z[ recovery-image] Dec 19 00:52:45.208 INFO O| Dec 19 00:52:45.208 INFO STEP 25 (remove_files) COMPLETE
41142024-12-19T00:52:45.647Z[ recovery-image] Dec 19 00:52:45.208 INFO O| Dec 19 00:52:45.208 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-19T00:52:45.657Z[ recovery-image] Dec 19 00:52:45.221 INFO O| Dec 19 00:52:45.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41162024-12-19T00:52:45.657Z[ recovery-image] Dec 19 00:52:45.221 INFO O| Dec 19 00:52:45.221 INFO STEP 26 (remove_files) COMPLETE
41172024-12-19T00:52:45.657Z[ recovery-image] Dec 19 00:52:45.221 INFO O| Dec 19 00:52:45.221 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-19T00:52:45.670Z[ recovery-image] Dec 19 00:52:45.234 INFO O| Dec 19 00:52:45.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41192024-12-19T00:52:45.670Z[ recovery-image] Dec 19 00:52:45.234 INFO O| Dec 19 00:52:45.234 INFO STEP 27 (remove_files) COMPLETE
41202024-12-19T00:52:45.673Z[ recovery-image] Dec 19 00:52:45.234 INFO O| Dec 19 00:52:45.234 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-19T00:52:45.681Z[ recovery-image] Dec 19 00:52:45.245 INFO O| Dec 19 00:52:45.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41222024-12-19T00:52:45.681Z[ recovery-image] Dec 19 00:52:45.245 INFO O| Dec 19 00:52:45.245 INFO STEP 28 (remove_files) COMPLETE
41232024-12-19T00:52:45.683Z[ recovery-image] Dec 19 00:52:45.245 INFO O| Dec 19 00:52:45.245 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-19T00:52:45.694Z[ recovery-image] Dec 19 00:52:45.255 INFO O| Dec 19 00:52:45.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41252024-12-19T00:52:45.694Z[ recovery-image] Dec 19 00:52:45.255 INFO O| Dec 19 00:52:45.255 INFO STEP 29 (remove_files) COMPLETE
41262024-12-19T00:52:45.697Z[ recovery-image] Dec 19 00:52:45.255 INFO O| Dec 19 00:52:45.255 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-19T00:52:45.702Z[ recovery-image] Dec 19 00:52:45.266 INFO O| Dec 19 00:52:45.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41282024-12-19T00:52:45.702Z[ recovery-image] Dec 19 00:52:45.266 INFO O| Dec 19 00:52:45.266 INFO STEP 30 (remove_files) COMPLETE
41292024-12-19T00:52:45.702Z[ recovery-image] Dec 19 00:52:45.266 INFO O| Dec 19 00:52:45.266 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-19T00:52:45.712Z[ recovery-image] Dec 19 00:52:45.276 INFO O| Dec 19 00:52:45.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41312024-12-19T00:52:45.712Z[ recovery-image] Dec 19 00:52:45.276 INFO O| Dec 19 00:52:45.276 INFO STEP 31 (remove_files) COMPLETE
41322024-12-19T00:52:45.712Z[ recovery-image] Dec 19 00:52:45.276 INFO O| Dec 19 00:52:45.276 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-19T00:52:45.724Z[ recovery-image] Dec 19 00:52:45.288 INFO O| Dec 19 00:52:45.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41342024-12-19T00:52:45.724Z[ recovery-image] Dec 19 00:52:45.288 INFO O| Dec 19 00:52:45.288 INFO STEP 32 (remove_files) COMPLETE
41352024-12-19T00:52:45.724Z[ recovery-image] Dec 19 00:52:45.288 INFO O| Dec 19 00:52:45.288 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-19T00:52:45.736Z[ recovery-image] Dec 19 00:52:45.300 INFO O| Dec 19 00:52:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41372024-12-19T00:52:45.736Z[ recovery-image] Dec 19 00:52:45.300 INFO O| Dec 19 00:52:45.300 INFO STEP 33 (remove_files) COMPLETE
41382024-12-19T00:52:45.738Z[ recovery-image] Dec 19 00:52:45.300 INFO O| Dec 19 00:52:45.300 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-19T00:52:45.748Z[ recovery-image] Dec 19 00:52:45.312 INFO O| Dec 19 00:52:45.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41402024-12-19T00:52:45.748Z[ recovery-image] Dec 19 00:52:45.312 INFO O| Dec 19 00:52:45.312 INFO STEP 34 (remove_files) COMPLETE
41412024-12-19T00:52:45.748Z[ recovery-image] Dec 19 00:52:45.312 INFO O| Dec 19 00:52:45.312 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-19T00:52:45.760Z[ recovery-image] Dec 19 00:52:45.323 INFO O| Dec 19 00:52:45.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41432024-12-19T00:52:45.760Z[ recovery-image] Dec 19 00:52:45.324 INFO O| Dec 19 00:52:45.324 INFO STEP 35 (remove_files) COMPLETE
41442024-12-19T00:52:45.760Z[ recovery-image] Dec 19 00:52:45.324 INFO O| Dec 19 00:52:45.324 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-19T00:52:45.771Z[ recovery-image] Dec 19 00:52:45.335 INFO O| Dec 19 00:52:45.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41462024-12-19T00:52:45.771Z[ recovery-image] Dec 19 00:52:45.335 INFO O| Dec 19 00:52:45.335 INFO STEP 36 (remove_files) COMPLETE
41472024-12-19T00:52:45.774Z[ recovery-image] Dec 19 00:52:45.335 INFO O| Dec 19 00:52:45.335 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-19T00:52:45.784Z[ recovery-image] Dec 19 00:52:45.348 INFO O| Dec 19 00:52:45.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41492024-12-19T00:52:45.784Z[ recovery-image] Dec 19 00:52:45.348 INFO O| Dec 19 00:52:45.348 INFO STEP 37 (remove_files) COMPLETE
41502024-12-19T00:52:45.787Z[ recovery-image] Dec 19 00:52:45.348 INFO O| Dec 19 00:52:45.348 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-19T00:52:45.797Z[ recovery-image] Dec 19 00:52:45.361 INFO O| Dec 19 00:52:45.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41522024-12-19T00:52:45.797Z[ recovery-image] Dec 19 00:52:45.361 INFO O| Dec 19 00:52:45.361 INFO STEP 38 (remove_files) COMPLETE
41532024-12-19T00:52:45.800Z[ recovery-image] Dec 19 00:52:45.361 INFO O| Dec 19 00:52:45.361 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-19T00:52:45.810Z[ recovery-image] Dec 19 00:52:45.374 INFO O| Dec 19 00:52:45.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41552024-12-19T00:52:45.810Z[ recovery-image] Dec 19 00:52:45.374 INFO O| Dec 19 00:52:45.374 INFO STEP 39 (remove_files) COMPLETE
41562024-12-19T00:52:45.813Z[ recovery-image] Dec 19 00:52:45.374 INFO O| Dec 19 00:52:45.374 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-19T00:52:45.822Z[ recovery-image] Dec 19 00:52:45.386 INFO O| Dec 19 00:52:45.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41582024-12-19T00:52:45.822Z[ recovery-image] Dec 19 00:52:45.386 INFO O| Dec 19 00:52:45.386 INFO STEP 40 (remove_files) COMPLETE
41592024-12-19T00:52:45.825Z[ recovery-image] Dec 19 00:52:45.386 INFO O| Dec 19 00:52:45.386 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-19T00:52:45.834Z[ recovery-image] Dec 19 00:52:45.398 INFO O| Dec 19 00:52:45.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41612024-12-19T00:52:45.834Z[ recovery-image] Dec 19 00:52:45.398 INFO O| Dec 19 00:52:45.398 INFO STEP 41 (remove_files) COMPLETE
41622024-12-19T00:52:45.837Z[ recovery-image] Dec 19 00:52:45.398 INFO O| Dec 19 00:52:45.398 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-19T00:52:45.844Z[ recovery-image] Dec 19 00:52:45.408 INFO O| Dec 19 00:52:45.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41642024-12-19T00:52:45.847Z[ recovery-image] Dec 19 00:52:45.408 INFO O| Dec 19 00:52:45.408 INFO STEP 42 (remove_files) COMPLETE
41652024-12-19T00:52:45.847Z[ recovery-image] Dec 19 00:52:45.408 INFO O| Dec 19 00:52:45.408 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-19T00:52:45.855Z[ recovery-image] Dec 19 00:52:45.419 INFO O| Dec 19 00:52:45.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41672024-12-19T00:52:45.855Z[ recovery-image] Dec 19 00:52:45.419 INFO O| Dec 19 00:52:45.419 INFO STEP 43 (remove_files) COMPLETE
41682024-12-19T00:52:45.858Z[ recovery-image] Dec 19 00:52:45.419 INFO O| Dec 19 00:52:45.419 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-19T00:52:45.866Z[ recovery-image] Dec 19 00:52:45.430 INFO O| Dec 19 00:52:45.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41702024-12-19T00:52:45.866Z[ recovery-image] Dec 19 00:52:45.430 INFO O| Dec 19 00:52:45.430 INFO STEP 44 (remove_files) COMPLETE
41712024-12-19T00:52:45.866Z[ recovery-image] Dec 19 00:52:45.430 INFO O| Dec 19 00:52:45.430 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-19T00:52:45.878Z[ recovery-image] Dec 19 00:52:45.442 INFO O| Dec 19 00:52:45.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41732024-12-19T00:52:45.878Z[ recovery-image] Dec 19 00:52:45.442 INFO O| Dec 19 00:52:45.442 INFO STEP 45 (remove_files) COMPLETE
41742024-12-19T00:52:45.878Z[ recovery-image] Dec 19 00:52:45.442 INFO O| Dec 19 00:52:45.442 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-19T00:52:45.890Z[ recovery-image] Dec 19 00:52:45.454 INFO O| Dec 19 00:52:45.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41762024-12-19T00:52:45.890Z[ recovery-image] Dec 19 00:52:45.454 INFO O| Dec 19 00:52:45.454 INFO STEP 46 (remove_files) COMPLETE
41772024-12-19T00:52:45.894Z[ recovery-image] Dec 19 00:52:45.454 INFO O| Dec 19 00:52:45.454 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-19T00:52:45.901Z[ recovery-image] Dec 19 00:52:45.465 INFO O| Dec 19 00:52:45.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41792024-12-19T00:52:45.904Z[ recovery-image] Dec 19 00:52:45.465 INFO O| Dec 19 00:52:45.465 INFO STEP 47 (remove_files) COMPLETE
41802024-12-19T00:52:45.904Z[ recovery-image] Dec 19 00:52:45.465 INFO O| Dec 19 00:52:45.465 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-19T00:52:45.912Z[ recovery-image] Dec 19 00:52:45.476 INFO O| Dec 19 00:52:45.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41822024-12-19T00:52:45.916Z[ recovery-image] Dec 19 00:52:45.476 INFO O| Dec 19 00:52:45.476 INFO STEP 48 (remove_files) COMPLETE
41832024-12-19T00:52:45.916Z[ recovery-image] Dec 19 00:52:45.476 INFO O| Dec 19 00:52:45.476 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-19T00:52:45.924Z[ recovery-image] Dec 19 00:52:45.488 INFO O| Dec 19 00:52:45.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41852024-12-19T00:52:45.924Z[ recovery-image] Dec 19 00:52:45.489 INFO O| Dec 19 00:52:45.489 INFO STEP 49 (remove_files) COMPLETE
41862024-12-19T00:52:45.927Z[ recovery-image] Dec 19 00:52:45.489 INFO O| Dec 19 00:52:45.489 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-19T00:52:45.936Z[ recovery-image] Dec 19 00:52:45.500 INFO O| Dec 19 00:52:45.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41882024-12-19T00:52:45.936Z[ recovery-image] Dec 19 00:52:45.500 INFO O| Dec 19 00:52:45.500 INFO STEP 50 (remove_files) COMPLETE
41892024-12-19T00:52:45.936Z[ recovery-image] Dec 19 00:52:45.500 INFO O| Dec 19 00:52:45.500 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-19T00:52:45.947Z[ recovery-image] Dec 19 00:52:45.511 INFO O| Dec 19 00:52:45.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41912024-12-19T00:52:45.947Z[ recovery-image] Dec 19 00:52:45.511 INFO O| Dec 19 00:52:45.511 INFO STEP 51 (remove_files) COMPLETE
41922024-12-19T00:52:45.947Z[ recovery-image] Dec 19 00:52:45.511 INFO O| Dec 19 00:52:45.511 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-19T00:52:45.960Z[ recovery-image] Dec 19 00:52:45.524 INFO O| Dec 19 00:52:45.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41942024-12-19T00:52:45.960Z[ recovery-image] Dec 19 00:52:45.524 INFO O| Dec 19 00:52:45.524 INFO STEP 52 (remove_files) COMPLETE
41952024-12-19T00:52:45.962Z[ recovery-image] Dec 19 00:52:45.524 INFO O| Dec 19 00:52:45.524 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-19T00:52:45.974Z[ recovery-image] Dec 19 00:52:45.538 INFO O| Dec 19 00:52:45.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41972024-12-19T00:52:45.974Z[ recovery-image] Dec 19 00:52:45.538 INFO O| Dec 19 00:52:45.538 INFO STEP 53 (remove_files) COMPLETE
41982024-12-19T00:52:45.976Z[ recovery-image] Dec 19 00:52:45.538 INFO O| Dec 19 00:52:45.538 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-19T00:52:45.985Z[ recovery-image] Dec 19 00:52:45.550 INFO O| Dec 19 00:52:45.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42002024-12-19T00:52:45.985Z[ recovery-image] Dec 19 00:52:45.550 INFO O| Dec 19 00:52:45.550 INFO STEP 54 (remove_files) COMPLETE
42012024-12-19T00:52:45.988Z[ recovery-image] Dec 19 00:52:45.550 INFO O| Dec 19 00:52:45.550 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-19T00:52:45.997Z[ recovery-image] Dec 19 00:52:45.561 INFO O| Dec 19 00:52:45.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42032024-12-19T00:52:45.997Z[ recovery-image] Dec 19 00:52:45.561 INFO O| Dec 19 00:52:45.561 INFO STEP 55 (remove_files) COMPLETE
42042024-12-19T00:52:46.001Z[ recovery-image] Dec 19 00:52:45.561 INFO O| Dec 19 00:52:45.561 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-19T00:52:46.010Z[ recovery-image] Dec 19 00:52:45.574 INFO O| Dec 19 00:52:45.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42062024-12-19T00:52:46.010Z[ recovery-image] Dec 19 00:52:45.574 INFO O| Dec 19 00:52:45.574 INFO STEP 56 (remove_files) COMPLETE
42072024-12-19T00:52:46.010Z[ recovery-image] Dec 19 00:52:45.574 INFO O| Dec 19 00:52:45.574 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-19T00:52:46.023Z[ recovery-image] Dec 19 00:52:45.587 INFO O| Dec 19 00:52:45.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42092024-12-19T00:52:46.023Z[ recovery-image] Dec 19 00:52:45.587 INFO O| Dec 19 00:52:45.587 INFO STEP 57 (remove_files) COMPLETE
42102024-12-19T00:52:46.025Z[ recovery-image] Dec 19 00:52:45.587 INFO O| Dec 19 00:52:45.587 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-19T00:52:46.034Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42122024-12-19T00:52:46.034Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42132024-12-19T00:52:46.037Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42142024-12-19T00:52:46.037Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42152024-12-19T00:52:46.037Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42162024-12-19T00:52:46.037Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42172024-12-19T00:52:46.037Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO ok!
42182024-12-19T00:52:46.037Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO STEP 58 (ensure_file) COMPLETE
42192024-12-19T00:52:46.037Z[ recovery-image] Dec 19 00:52:45.598 INFO O| Dec 19 00:52:45.598 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-19T00:52:46.046Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.609 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42212024-12-19T00:52:46.046Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42222024-12-19T00:52:46.048Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42232024-12-19T00:52:46.048Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42242024-12-19T00:52:46.048Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42252024-12-19T00:52:46.048Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42262024-12-19T00:52:46.048Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO ok!
42272024-12-19T00:52:46.048Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO STEP 59 (ensure_file) COMPLETE
42282024-12-19T00:52:46.049Z[ recovery-image] Dec 19 00:52:45.610 INFO O| Dec 19 00:52:45.610 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-19T00:52:46.057Z[ recovery-image] Dec 19 00:52:45.621 INFO O| Dec 19 00:52:45.621 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42302024-12-19T00:52:46.057Z[ recovery-image] Dec 19 00:52:45.621 INFO O| Dec 19 00:52:45.621 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42312024-12-19T00:52:46.060Z[ recovery-image] Dec 19 00:52:45.621 INFO O| Dec 19 00:52:45.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42322024-12-19T00:52:46.060Z[ recovery-image] Dec 19 00:52:45.621 INFO O| Dec 19 00:52:45.621 INFO ok!
42332024-12-19T00:52:46.060Z[ recovery-image] Dec 19 00:52:45.621 INFO O| Dec 19 00:52:45.621 INFO STEP 60 (ensure_file) COMPLETE
42342024-12-19T00:52:46.060Z[ recovery-image] Dec 19 00:52:45.621 INFO O| Dec 19 00:52:45.621 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-19T00:52:46.068Z[ recovery-image] Dec 19 00:52:45.632 INFO O| Dec 19 00:52:45.632 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42362024-12-19T00:52:46.068Z[ recovery-image] Dec 19 00:52:45.632 INFO O| Dec 19 00:52:45.632 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42372024-12-19T00:52:46.071Z[ recovery-image] Dec 19 00:52:45.633 INFO O| Dec 19 00:52:45.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42382024-12-19T00:52:46.071Z[ recovery-image] Dec 19 00:52:45.633 INFO O| Dec 19 00:52:45.633 INFO ok!
42392024-12-19T00:52:46.071Z[ recovery-image] Dec 19 00:52:45.633 INFO O| Dec 19 00:52:45.633 INFO STEP 61 (ensure_file) COMPLETE
42402024-12-19T00:52:46.071Z[ recovery-image] Dec 19 00:52:45.633 INFO O| Dec 19 00:52:45.633 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-19T00:52:46.080Z[ recovery-image] Dec 19 00:52:45.644 INFO O| Dec 19 00:52:45.644 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42422024-12-19T00:52:46.080Z[ recovery-image] Dec 19 00:52:45.644 INFO O| Dec 19 00:52:45.644 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42432024-12-19T00:52:46.082Z[ recovery-image] Dec 19 00:52:45.644 INFO O| Dec 19 00:52:45.644 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42442024-12-19T00:52:46.082Z[ recovery-image] Dec 19 00:52:45.644 INFO O| Dec 19 00:52:45.644 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42452024-12-19T00:52:46.082Z[ recovery-image] Dec 19 00:52:45.644 INFO O| Dec 19 00:52:45.644 INFO ok!
42462024-12-19T00:52:46.082Z[ recovery-image] Dec 19 00:52:45.644 INFO O| Dec 19 00:52:45.644 INFO STEP 62 (ensure_file) COMPLETE
42472024-12-19T00:52:46.082Z[ recovery-image] Dec 19 00:52:45.644 INFO O| Dec 19 00:52:45.644 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-19T00:52:46.090Z[ recovery-image] Dec 19 00:52:45.655 INFO O| Dec 19 00:52:45.654 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42492024-12-19T00:52:46.091Z[ recovery-image] Dec 19 00:52:45.655 INFO O| Dec 19 00:52:45.655 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42502024-12-19T00:52:46.094Z[ recovery-image] Dec 19 00:52:45.655 INFO O| Dec 19 00:52:45.655 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42512024-12-19T00:52:46.094Z[ recovery-image] Dec 19 00:52:45.655 INFO O| Dec 19 00:52:45.655 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42522024-12-19T00:52:46.094Z[ recovery-image] Dec 19 00:52:45.655 INFO O| Dec 19 00:52:45.655 INFO ok!
42532024-12-19T00:52:46.094Z[ recovery-image] Dec 19 00:52:45.655 INFO O| Dec 19 00:52:45.655 INFO STEP 63 (ensure_file) COMPLETE
42542024-12-19T00:52:46.094Z[ recovery-image] Dec 19 00:52:45.655 INFO O| Dec 19 00:52:45.655 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552024-12-19T00:52:46.104Z[ recovery-image] Dec 19 00:52:45.668 INFO O| Dec 19 00:52:45.668 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42562024-12-19T00:52:46.107Z[ recovery-image] Dec 19 00:52:45.668 INFO O| Dec 19 00:52:45.668 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42572024-12-19T00:52:46.107Z[ recovery-image] Dec 19 00:52:45.668 INFO O| Dec 19 00:52:45.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42582024-12-19T00:52:46.107Z[ recovery-image] Dec 19 00:52:45.668 INFO O| Dec 19 00:52:45.668 INFO ok!
42592024-12-19T00:52:46.107Z[ recovery-image] Dec 19 00:52:45.668 INFO O| Dec 19 00:52:45.668 INFO STEP 64 (assemble_files) COMPLETE
42602024-12-19T00:52:46.107Z[ recovery-image] Dec 19 00:52:45.668 INFO O| Dec 19 00:52:45.668 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42612024-12-19T00:52:46.117Z[ recovery-image] Dec 19 00:52:45.681 INFO O| Dec 19 00:52:45.681 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42622024-12-19T00:52:46.117Z[ recovery-image] Dec 19 00:52:45.681 INFO O| Dec 19 00:52:45.681 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42632024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42642024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42652024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO ok!
42662024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO STEP 65 (ensure_file) COMPLETE
42672024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO skip step because feature "omicron1" is not enabled
42692024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO skip step because feature "omicron1" is not enabled
42712024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42722024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO skip step because feature "omicron1" is not enabled
42732024-12-19T00:52:46.120Z[ recovery-image] Dec 19 00:52:45.682 INFO O| Dec 19 00:52:45.682 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-19T00:52:46.134Z[ recovery-image] Dec 19 00:52:45.698 INFO O| Dec 19 00:52:45.698 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42752024-12-19T00:52:46.134Z[ recovery-image] Dec 19 00:52:45.698 INFO O| Dec 19 00:52:45.698 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42762024-12-19T00:52:46.431Z[verify-libraries] Finished `release` profile [optimized] target(s) in 6m 00s
42772024-12-19T00:52:46.782ZDec 19 00:52:46.346 INFO [verify-libraries] process exited with exit status: 0 (364.945086122s)
42782024-12-19T00:52:47.660Z[ recovery-image] Dec 19 00:52:47.221 INFO O| Dec 19 00:52:47.221 INFO STEP 69 (pack_tar) COMPLETE
42792024-12-19T00:52:47.660Z[ recovery-image] Dec 19 00:52:47.221 INFO O| Dec 19 00:52:47.221 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42802024-12-19T00:52:47.660Z[ recovery-image] Dec 19 00:52:47.221 INFO O| Dec 19 00:52:47.221 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42812024-12-19T00:52:47.965Z[ host-image] Dec 19 00:52:47.529 INFO O| Dec 19 00:52:47.528 INFO O| Planning: Solver setup ... Done
42822024-12-19T00:52:47.969Z[ host-image] Dec 19 00:52:47.533 INFO O| Dec 19 00:52:47.533 INFO O| Planning: Running solver ... Done
42832024-12-19T00:52:48.036Z[ host-image] Dec 19 00:52:47.600 INFO O| Dec 19 00:52:47.599 INFO O| Planning: Finding local manifests ... Done
42842024-12-19T00:52:48.038Z[ host-image] Dec 19 00:52:47.601 INFO O| Dec 19 00:52:47.601 INFO O| Planning: Fetching manifests: 0/6 0% complete
42852024-12-19T00:52:48.098Z[ recovery-image] Dec 19 00:52:47.661 INFO O| Dec 19 00:52:47.661 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42862024-12-19T00:52:48.181Z[ recovery-image] Dec 19 00:52:47.745 INFO O| Dec 19 00:52:47.745 INFO completed processing gimlet/ramdisk-02-trim
42872024-12-19T00:52:48.184Z[ recovery-image] Dec 19 00:52:47.747 INFO image builder template: ramdisk-03-recovery-trim...
42882024-12-19T00:52:48.184Z[ recovery-image] Dec 19 00:52:47.747 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/.tmpAPm83i/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.34.301", "-n", "ramdisk-03-recovery-trim"], pwd: None
42892024-12-19T00:52:48.215Z[ host-image] Dec 19 00:52:47.779 INFO O| Dec 19 00:52:47.778 INFO O| Planning: Fetching manifests: 6/6 100% complete
42902024-12-19T00:52:48.250Z[ host-image] Dec 19 00:52:47.813 INFO O| Dec 19 00:52:47.813 INFO O| Planning: Package planning ... Done
42912024-12-19T00:52:48.268Z[ host-image] Dec 19 00:52:47.832 INFO O| Dec 19 00:52:47.832 INFO O| Planning: Merging actions ... Done
42922024-12-19T00:52:48.292Z[ recovery-image] Dec 19 00:52:47.856 INFO O| Dec 19 00:52:47.856 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42932024-12-19T00:52:48.296Z[ recovery-image] Dec 19 00:52:47.860 INFO O| Dec 19 00:52:47.860 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42942024-12-19T00:52:48.345Z[ host-image] Dec 19 00:52:47.909 INFO O| Dec 19 00:52:47.909 INFO O| Planning: Checking for conflicting actions ... Done
42952024-12-19T00:52:48.349Z[ host-image] Dec 19 00:52:47.913 INFO O| Dec 19 00:52:47.913 INFO O| Planning: Consolidating action changes ... Done
42962024-12-19T00:52:48.375Z[ recovery-image] Dec 19 00:52:47.939 INFO O| Dec 19 00:52:47.939 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42972024-12-19T00:52:48.430Z[ recovery-image] Dec 19 00:52:47.994 INFO O| Dec 19 00:52:47.993 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42982024-12-19T00:52:48.432Z[ recovery-image] Dec 19 00:52:47.994 INFO O| Dec 19 00:52:47.994 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42992024-12-19T00:52:48.438Z[ recovery-image] Dec 19 00:52:48.002 INFO O| Dec 19 00:52:48.002 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43002024-12-19T00:52:48.443Z[ recovery-image] Dec 19 00:52:48.007 INFO O| Dec 19 00:52:48.007 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43012024-12-19T00:52:48.448Z[ recovery-image] Dec 19 00:52:48.012 INFO O| Dec 19 00:52:48.012 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43022024-12-19T00:52:48.542Z[ host-image] Dec 19 00:52:48.106 INFO O| Dec 19 00:52:48.106 INFO O| Planning: Evaluating mediators ... Done
43032024-12-19T00:52:48.546Z[ host-image] Dec 19 00:52:48.110 INFO O| Dec 19 00:52:48.110 INFO O| Planning: Planning completed in 2.98 seconds
43042024-12-19T00:52:48.549Z[ host-image] Dec 19 00:52:48.113 INFO O| Dec 19 00:52:48.112 INFO O| Packages to install: 6
43052024-12-19T00:52:48.550Z[ host-image] Dec 19 00:52:48.113 INFO O| Dec 19 00:52:48.113 INFO O| Mediators to change: 1
43062024-12-19T00:52:48.550Z[ host-image] Dec 19 00:52:48.113 INFO O| Dec 19 00:52:48.113 INFO O| Services to change: 1
43072024-12-19T00:52:48.565Z[ host-image] Dec 19 00:52:48.129 INFO O| Dec 19 00:52:48.129 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43082024-12-19T00:52:48.940Z[ recovery-image] Dec 19 00:52:48.504 INFO O| Dec 19 00:52:48.504 INFO rolled back to input snapshot; work may begin
43092024-12-19T00:52:48.940Z[ recovery-image] Dec 19 00:52:48.504 INFO O| Dec 19 00:52:48.504 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43102024-12-19T00:52:48.946Z[ recovery-image] Dec 19 00:52:48.510 INFO O| Dec 19 00:52:48.510 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-12-19T00:52:48.956Z[ recovery-image] Dec 19 00:52:48.520 INFO O| Dec 19 00:52:48.519 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43122024-12-19T00:52:48.960Z[ recovery-image] Dec 19 00:52:48.524 INFO O| Dec 19 00:52:48.524 INFO STEP 0 (remove_files) COMPLETE
43132024-12-19T00:52:48.960Z[ recovery-image] Dec 19 00:52:48.524 INFO O| Dec 19 00:52:48.524 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-19T00:52:48.971Z[ recovery-image] Dec 19 00:52:48.535 INFO O| Dec 19 00:52:48.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43152024-12-19T00:52:49.028Z[ recovery-image] Dec 19 00:52:48.592 INFO O| Dec 19 00:52:48.592 INFO STEP 1 (remove_files) COMPLETE
43162024-12-19T00:52:49.028Z[ recovery-image] Dec 19 00:52:48.592 INFO O| Dec 19 00:52:48.592 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-12-19T00:52:49.039Z[ recovery-image] Dec 19 00:52:48.603 INFO O| Dec 19 00:52:48.603 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43182024-12-19T00:52:49.042Z[ recovery-image] Dec 19 00:52:48.606 INFO O| Dec 19 00:52:48.606 INFO STEP 2 (remove_files) COMPLETE
43192024-12-19T00:52:49.042Z[ recovery-image] Dec 19 00:52:48.606 INFO O| Dec 19 00:52:48.606 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-12-19T00:52:49.052Z[ recovery-image] Dec 19 00:52:48.616 INFO O| Dec 19 00:52:48.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43212024-12-19T00:52:49.091Z[ recovery-image] Dec 19 00:52:48.655 INFO O| Dec 19 00:52:48.655 INFO STEP 3 (remove_files) COMPLETE
43222024-12-19T00:52:49.094Z[ recovery-image] Dec 19 00:52:48.655 INFO O| Dec 19 00:52:48.655 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-19T00:52:49.103Z[ recovery-image] Dec 19 00:52:48.667 INFO O| Dec 19 00:52:48.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43242024-12-19T00:52:49.120Z[ recovery-image] Dec 19 00:52:48.684 INFO O| Dec 19 00:52:48.684 INFO STEP 4 (remove_files) COMPLETE
43252024-12-19T00:52:49.120Z[ recovery-image] Dec 19 00:52:48.684 INFO O| Dec 19 00:52:48.684 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-12-19T00:52:49.130Z[ recovery-image] Dec 19 00:52:48.694 INFO O| Dec 19 00:52:48.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43272024-12-19T00:52:49.134Z[ recovery-image] Dec 19 00:52:48.698 INFO O| Dec 19 00:52:48.698 INFO STEP 5 (remove_files) COMPLETE
43282024-12-19T00:52:49.134Z[ recovery-image] Dec 19 00:52:48.698 INFO O| Dec 19 00:52:48.698 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-12-19T00:52:49.144Z[ recovery-image] Dec 19 00:52:48.708 INFO O| Dec 19 00:52:48.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43302024-12-19T00:52:49.147Z[ recovery-image] Dec 19 00:52:48.710 INFO O| Dec 19 00:52:48.710 INFO STEP 6 (remove_files) COMPLETE
43312024-12-19T00:52:49.147Z[ recovery-image] Dec 19 00:52:48.710 INFO O| Dec 19 00:52:48.710 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-12-19T00:52:49.156Z[ recovery-image] Dec 19 00:52:48.720 INFO O| Dec 19 00:52:48.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43332024-12-19T00:52:49.159Z[ recovery-image] Dec 19 00:52:48.722 INFO O| Dec 19 00:52:48.722 INFO STEP 7 (remove_files) COMPLETE
43342024-12-19T00:52:49.159Z[ recovery-image] Dec 19 00:52:48.722 INFO O| Dec 19 00:52:48.722 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-12-19T00:52:49.168Z[ recovery-image] Dec 19 00:52:48.732 INFO O| Dec 19 00:52:48.732 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43362024-12-19T00:52:49.174Z[ recovery-image] Dec 19 00:52:48.738 INFO O| Dec 19 00:52:48.738 INFO STEP 8 (remove_files) COMPLETE
43372024-12-19T00:52:49.176Z[ recovery-image] Dec 19 00:52:48.738 INFO O| Dec 19 00:52:48.738 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-12-19T00:52:49.184Z[ recovery-image] Dec 19 00:52:48.748 INFO O| Dec 19 00:52:48.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43392024-12-19T00:52:49.186Z[ recovery-image] Dec 19 00:52:48.748 INFO O| Dec 19 00:52:48.748 INFO STEP 9 (remove_files) COMPLETE
43402024-12-19T00:52:49.186Z[ recovery-image] Dec 19 00:52:48.748 INFO O| Dec 19 00:52:48.748 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-12-19T00:52:49.194Z[ recovery-image] Dec 19 00:52:48.758 INFO O| Dec 19 00:52:48.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43422024-12-19T00:52:49.196Z[ recovery-image] Dec 19 00:52:48.758 INFO O| Dec 19 00:52:48.758 INFO STEP 10 (remove_files) COMPLETE
43432024-12-19T00:52:49.196Z[ recovery-image] Dec 19 00:52:48.758 INFO O| Dec 19 00:52:48.758 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-19T00:52:49.204Z[ recovery-image] Dec 19 00:52:48.768 INFO O| Dec 19 00:52:48.768 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43452024-12-19T00:52:49.264Z[ recovery-image] Dec 19 00:52:48.828 INFO O| Dec 19 00:52:48.828 INFO STEP 11 (remove_files) COMPLETE
43462024-12-19T00:52:49.264Z[ recovery-image] Dec 19 00:52:48.828 INFO O| Dec 19 00:52:48.828 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-19T00:52:49.276Z[ recovery-image] Dec 19 00:52:48.840 INFO O| Dec 19 00:52:48.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43482024-12-19T00:52:49.278Z[ recovery-image] Dec 19 00:52:48.842 INFO O| Dec 19 00:52:48.842 INFO STEP 12 (remove_files) COMPLETE
43492024-12-19T00:52:49.278Z[ recovery-image] Dec 19 00:52:48.842 INFO O| Dec 19 00:52:48.842 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-19T00:52:49.289Z[ recovery-image] Dec 19 00:52:48.853 INFO O| Dec 19 00:52:48.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43512024-12-19T00:52:49.292Z[ recovery-image] Dec 19 00:52:48.855 INFO O| Dec 19 00:52:48.855 INFO STEP 13 (remove_files) COMPLETE
43522024-12-19T00:52:49.292Z[ recovery-image] Dec 19 00:52:48.855 INFO O| Dec 19 00:52:48.855 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-19T00:52:49.302Z[ recovery-image] Dec 19 00:52:48.866 INFO O| Dec 19 00:52:48.866 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43542024-12-19T00:52:49.304Z[ recovery-image] Dec 19 00:52:48.867 INFO O| Dec 19 00:52:48.867 INFO STEP 14 (remove_files) COMPLETE
43552024-12-19T00:52:49.304Z[ recovery-image] Dec 19 00:52:48.867 INFO O| Dec 19 00:52:48.867 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-19T00:52:49.313Z[ recovery-image] Dec 19 00:52:48.877 INFO O| Dec 19 00:52:48.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43572024-12-19T00:52:49.315Z[ recovery-image] Dec 19 00:52:48.878 INFO O| Dec 19 00:52:48.878 INFO STEP 15 (remove_files) COMPLETE
43582024-12-19T00:52:49.315Z[ recovery-image] Dec 19 00:52:48.878 INFO O| Dec 19 00:52:48.878 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-19T00:52:49.323Z[ recovery-image] Dec 19 00:52:48.888 INFO O| Dec 19 00:52:48.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43602024-12-19T00:52:49.335Z[ recovery-image] Dec 19 00:52:48.899 INFO O| Dec 19 00:52:48.899 INFO STEP 16 (remove_files) COMPLETE
43612024-12-19T00:52:49.335Z[ recovery-image] Dec 19 00:52:48.899 INFO O| Dec 19 00:52:48.899 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-19T00:52:49.345Z[ recovery-image] Dec 19 00:52:48.910 INFO O| Dec 19 00:52:48.909 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43632024-12-19T00:52:49.348Z[ recovery-image] Dec 19 00:52:48.910 INFO O| Dec 19 00:52:48.910 INFO STEP 17 (remove_files) COMPLETE
43642024-12-19T00:52:49.348Z[ recovery-image] Dec 19 00:52:48.910 INFO O| Dec 19 00:52:48.910 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-19T00:52:49.355Z[ recovery-image] Dec 19 00:52:48.919 INFO O| Dec 19 00:52:48.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43662024-12-19T00:52:49.358Z[ recovery-image] Dec 19 00:52:48.919 INFO O| Dec 19 00:52:48.919 INFO STEP 18 (remove_files) COMPLETE
43672024-12-19T00:52:49.358Z[ recovery-image] Dec 19 00:52:48.919 INFO O| Dec 19 00:52:48.919 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-12-19T00:52:49.365Z[ recovery-image] Dec 19 00:52:48.929 INFO O| Dec 19 00:52:48.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43692024-12-19T00:52:49.404Z[ recovery-image] Dec 19 00:52:48.968 INFO O| Dec 19 00:52:48.968 INFO STEP 19 (remove_files) COMPLETE
43702024-12-19T00:52:49.404Z[ recovery-image] Dec 19 00:52:48.968 INFO O| Dec 19 00:52:48.968 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-19T00:52:49.415Z[ recovery-image] Dec 19 00:52:48.979 INFO O| Dec 19 00:52:48.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43722024-12-19T00:52:49.418Z[ recovery-image] Dec 19 00:52:48.982 INFO O| Dec 19 00:52:48.981 INFO STEP 20 (remove_files) COMPLETE
43732024-12-19T00:52:49.418Z[ recovery-image] Dec 19 00:52:48.982 INFO O| Dec 19 00:52:48.981 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-12-19T00:52:49.427Z[ recovery-image] Dec 19 00:52:48.991 INFO O| Dec 19 00:52:48.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43752024-12-19T00:52:49.430Z[ recovery-image] Dec 19 00:52:48.992 INFO O| Dec 19 00:52:48.992 INFO STEP 21 (remove_files) COMPLETE
43762024-12-19T00:52:49.430Z[ recovery-image] Dec 19 00:52:48.992 INFO O| Dec 19 00:52:48.992 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-19T00:52:49.438Z[ recovery-image] Dec 19 00:52:49.002 INFO O| Dec 19 00:52:49.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43782024-12-19T00:52:49.441Z[ recovery-image] Dec 19 00:52:49.003 INFO O| Dec 19 00:52:49.003 INFO STEP 22 (remove_files) COMPLETE
43792024-12-19T00:52:49.441Z[ recovery-image] Dec 19 00:52:49.003 INFO O| Dec 19 00:52:49.003 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-19T00:52:49.450Z[ recovery-image] Dec 19 00:52:49.014 INFO O| Dec 19 00:52:49.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43812024-12-19T00:52:49.452Z[ recovery-image] Dec 19 00:52:49.015 INFO O| Dec 19 00:52:49.015 INFO STEP 23 (remove_files) COMPLETE
43822024-12-19T00:52:49.452Z[ recovery-image] Dec 19 00:52:49.015 INFO O| Dec 19 00:52:49.015 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-19T00:52:49.461Z[ recovery-image] Dec 19 00:52:49.025 INFO O| Dec 19 00:52:49.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43842024-12-19T00:52:49.463Z[ recovery-image] Dec 19 00:52:49.026 INFO O| Dec 19 00:52:49.026 INFO STEP 24 (remove_files) COMPLETE
43852024-12-19T00:52:49.463Z[ recovery-image] Dec 19 00:52:49.026 INFO O| Dec 19 00:52:49.026 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-12-19T00:52:49.472Z[ recovery-image] Dec 19 00:52:49.036 INFO O| Dec 19 00:52:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43872024-12-19T00:52:49.472Z[ recovery-image] Dec 19 00:52:49.036 INFO O| Dec 19 00:52:49.036 INFO STEP 25 (remove_files) COMPLETE
43882024-12-19T00:52:49.475Z[ recovery-image] Dec 19 00:52:49.036 INFO O| Dec 19 00:52:49.036 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-19T00:52:49.481Z[ recovery-image] Dec 19 00:52:49.045 INFO O| Dec 19 00:52:49.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43902024-12-19T00:52:49.487Z[ recovery-image] Dec 19 00:52:49.046 INFO O| Dec 19 00:52:49.046 INFO STEP 26 (remove_files) COMPLETE
43912024-12-19T00:52:49.487Z[ recovery-image] Dec 19 00:52:49.046 INFO O| Dec 19 00:52:49.046 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-19T00:52:49.491Z[ recovery-image] Dec 19 00:52:49.055 INFO O| Dec 19 00:52:49.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43932024-12-19T00:52:49.494Z[ recovery-image] Dec 19 00:52:49.056 INFO O| Dec 19 00:52:49.056 INFO STEP 27 (remove_files) COMPLETE
43942024-12-19T00:52:49.494Z[ recovery-image] Dec 19 00:52:49.056 INFO O| Dec 19 00:52:49.056 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-19T00:52:49.502Z[ recovery-image] Dec 19 00:52:49.066 INFO O| Dec 19 00:52:49.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43962024-12-19T00:52:49.502Z[ recovery-image] Dec 19 00:52:49.066 INFO O| Dec 19 00:52:49.066 INFO STEP 28 (remove_files) COMPLETE
43972024-12-19T00:52:49.502Z[ recovery-image] Dec 19 00:52:49.066 INFO O| Dec 19 00:52:49.066 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-12-19T00:52:49.511Z[ recovery-image] Dec 19 00:52:49.075 INFO O| Dec 19 00:52:49.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43992024-12-19T00:52:49.511Z[ recovery-image] Dec 19 00:52:49.075 INFO O| Dec 19 00:52:49.075 INFO STEP 29 (remove_files) COMPLETE
44002024-12-19T00:52:49.511Z[ recovery-image] Dec 19 00:52:49.075 INFO O| Dec 19 00:52:49.075 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-19T00:52:49.521Z[ recovery-image] Dec 19 00:52:49.085 INFO O| Dec 19 00:52:49.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44022024-12-19T00:52:49.521Z[ recovery-image] Dec 19 00:52:49.085 INFO O| Dec 19 00:52:49.085 INFO STEP 30 (remove_files) COMPLETE
44032024-12-19T00:52:49.521Z[ recovery-image] Dec 19 00:52:49.085 INFO O| Dec 19 00:52:49.085 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-19T00:52:49.531Z[ recovery-image] Dec 19 00:52:49.095 INFO O| Dec 19 00:52:49.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44052024-12-19T00:52:49.531Z[ recovery-image] Dec 19 00:52:49.095 INFO O| Dec 19 00:52:49.095 INFO STEP 31 (remove_files) COMPLETE
44062024-12-19T00:52:49.533Z[ recovery-image] Dec 19 00:52:49.095 INFO O| Dec 19 00:52:49.095 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-19T00:52:49.540Z[ recovery-image] Dec 19 00:52:49.104 INFO O| Dec 19 00:52:49.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44082024-12-19T00:52:49.540Z[ recovery-image] Dec 19 00:52:49.104 INFO O| Dec 19 00:52:49.104 INFO STEP 32 (remove_files) COMPLETE
44092024-12-19T00:52:49.542Z[ recovery-image] Dec 19 00:52:49.104 INFO O| Dec 19 00:52:49.104 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-19T00:52:49.550Z[ recovery-image] Dec 19 00:52:49.114 INFO O| Dec 19 00:52:49.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44112024-12-19T00:52:49.550Z[ recovery-image] Dec 19 00:52:49.114 INFO O| Dec 19 00:52:49.114 INFO STEP 33 (remove_files) COMPLETE
44122024-12-19T00:52:49.553Z[ recovery-image] Dec 19 00:52:49.114 INFO O| Dec 19 00:52:49.114 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-19T00:52:49.559Z[ recovery-image] Dec 19 00:52:49.123 INFO O| Dec 19 00:52:49.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44142024-12-19T00:52:49.559Z[ recovery-image] Dec 19 00:52:49.123 INFO O| Dec 19 00:52:49.123 INFO STEP 34 (remove_files) COMPLETE
44152024-12-19T00:52:49.562Z[ recovery-image] Dec 19 00:52:49.123 INFO O| Dec 19 00:52:49.123 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-19T00:52:49.569Z[ recovery-image] Dec 19 00:52:49.133 INFO O| Dec 19 00:52:49.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44172024-12-19T00:52:49.569Z[ recovery-image] Dec 19 00:52:49.133 INFO O| Dec 19 00:52:49.133 INFO STEP 35 (remove_files) COMPLETE
44182024-12-19T00:52:49.572Z[ recovery-image] Dec 19 00:52:49.133 INFO O| Dec 19 00:52:49.133 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-19T00:52:49.578Z[ recovery-image] Dec 19 00:52:49.142 INFO O| Dec 19 00:52:49.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44202024-12-19T00:52:49.578Z[ recovery-image] Dec 19 00:52:49.143 INFO O| Dec 19 00:52:49.142 INFO STEP 36 (remove_files) COMPLETE
44212024-12-19T00:52:49.578Z[ recovery-image] Dec 19 00:52:49.143 INFO O| Dec 19 00:52:49.142 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-19T00:52:49.588Z[ recovery-image] Dec 19 00:52:49.152 INFO O| Dec 19 00:52:49.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44232024-12-19T00:52:49.591Z[ recovery-image] Dec 19 00:52:49.153 INFO O| Dec 19 00:52:49.153 INFO STEP 37 (remove_files) COMPLETE
44242024-12-19T00:52:49.591Z[ recovery-image] Dec 19 00:52:49.153 INFO O| Dec 19 00:52:49.153 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-19T00:52:49.600Z[ recovery-image] Dec 19 00:52:49.164 INFO O| Dec 19 00:52:49.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44262024-12-19T00:52:49.600Z[ recovery-image] Dec 19 00:52:49.164 INFO O| Dec 19 00:52:49.164 INFO STEP 38 (remove_files) COMPLETE
44272024-12-19T00:52:49.600Z[ recovery-image] Dec 19 00:52:49.164 INFO O| Dec 19 00:52:49.164 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-19T00:52:49.610Z[ recovery-image] Dec 19 00:52:49.174 INFO O| Dec 19 00:52:49.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44292024-12-19T00:52:49.610Z[ recovery-image] Dec 19 00:52:49.174 INFO O| Dec 19 00:52:49.174 INFO STEP 39 (remove_files) COMPLETE
44302024-12-19T00:52:49.612Z[ recovery-image] Dec 19 00:52:49.174 INFO O| Dec 19 00:52:49.174 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-19T00:52:49.620Z[ recovery-image] Dec 19 00:52:49.184 INFO O| Dec 19 00:52:49.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44322024-12-19T00:52:49.622Z[ recovery-image] Dec 19 00:52:49.184 INFO O| Dec 19 00:52:49.184 INFO STEP 40 (remove_files) COMPLETE
44332024-12-19T00:52:49.622Z[ recovery-image] Dec 19 00:52:49.184 INFO O| Dec 19 00:52:49.184 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-19T00:52:49.630Z[ recovery-image] Dec 19 00:52:49.194 INFO O| Dec 19 00:52:49.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44352024-12-19T00:52:49.632Z[ recovery-image] Dec 19 00:52:49.194 INFO O| Dec 19 00:52:49.194 INFO STEP 41 (remove_files) COMPLETE
44362024-12-19T00:52:49.632Z[ recovery-image] Dec 19 00:52:49.194 INFO O| Dec 19 00:52:49.194 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-19T00:52:49.641Z[ recovery-image] Dec 19 00:52:49.204 INFO O| Dec 19 00:52:49.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44382024-12-19T00:52:49.641Z[ recovery-image] Dec 19 00:52:49.204 INFO O| Dec 19 00:52:49.204 INFO STEP 42 (remove_files) COMPLETE
44392024-12-19T00:52:49.643Z[ recovery-image] Dec 19 00:52:49.204 INFO O| Dec 19 00:52:49.204 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-19T00:52:49.652Z[ recovery-image] Dec 19 00:52:49.216 INFO O| Dec 19 00:52:49.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44412024-12-19T00:52:49.654Z[ recovery-image] Dec 19 00:52:49.216 INFO O| Dec 19 00:52:49.216 INFO STEP 43 (remove_files) COMPLETE
44422024-12-19T00:52:49.654Z[ recovery-image] Dec 19 00:52:49.216 INFO O| Dec 19 00:52:49.216 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-19T00:52:49.663Z[ recovery-image] Dec 19 00:52:49.227 INFO O| Dec 19 00:52:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44442024-12-19T00:52:49.666Z[ recovery-image] Dec 19 00:52:49.227 INFO O| Dec 19 00:52:49.227 INFO STEP 44 (remove_files) COMPLETE
44452024-12-19T00:52:49.666Z[ recovery-image] Dec 19 00:52:49.227 INFO O| Dec 19 00:52:49.227 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-19T00:52:49.673Z[ recovery-image] Dec 19 00:52:49.237 INFO O| Dec 19 00:52:49.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44472024-12-19T00:52:49.675Z[ recovery-image] Dec 19 00:52:49.238 INFO O| Dec 19 00:52:49.237 INFO STEP 45 (remove_files) COMPLETE
44482024-12-19T00:52:49.675Z[ recovery-image] Dec 19 00:52:49.238 INFO O| Dec 19 00:52:49.238 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-19T00:52:49.683Z[ recovery-image] Dec 19 00:52:49.248 INFO O| Dec 19 00:52:49.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44502024-12-19T00:52:49.684Z[ recovery-image] Dec 19 00:52:49.248 INFO O| Dec 19 00:52:49.248 INFO STEP 46 (remove_files) COMPLETE
44512024-12-19T00:52:49.686Z[ recovery-image] Dec 19 00:52:49.248 INFO O| Dec 19 00:52:49.248 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-19T00:52:49.693Z[ recovery-image] Dec 19 00:52:49.257 INFO O| Dec 19 00:52:49.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44532024-12-19T00:52:49.701Z[ recovery-image] Dec 19 00:52:49.258 INFO O| Dec 19 00:52:49.258 INFO STEP 47 (remove_files) COMPLETE
44542024-12-19T00:52:49.701Z[ recovery-image] Dec 19 00:52:49.258 INFO O| Dec 19 00:52:49.258 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-19T00:52:49.704Z[ recovery-image] Dec 19 00:52:49.267 INFO O| Dec 19 00:52:49.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44562024-12-19T00:52:49.704Z[ recovery-image] Dec 19 00:52:49.267 INFO O| Dec 19 00:52:49.267 INFO STEP 48 (remove_files) COMPLETE
44572024-12-19T00:52:49.704Z[ recovery-image] Dec 19 00:52:49.267 INFO O| Dec 19 00:52:49.267 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-19T00:52:49.714Z[ recovery-image] Dec 19 00:52:49.278 INFO O| Dec 19 00:52:49.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44592024-12-19T00:52:49.714Z[ recovery-image] Dec 19 00:52:49.278 INFO O| Dec 19 00:52:49.278 INFO STEP 49 (remove_files) COMPLETE
44602024-12-19T00:52:49.716Z[ recovery-image] Dec 19 00:52:49.278 INFO O| Dec 19 00:52:49.278 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-19T00:52:49.725Z[ recovery-image] Dec 19 00:52:49.288 INFO O| Dec 19 00:52:49.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44622024-12-19T00:52:49.725Z[ recovery-image] Dec 19 00:52:49.289 INFO O| Dec 19 00:52:49.289 INFO STEP 50 (remove_files) COMPLETE
44632024-12-19T00:52:49.725Z[ recovery-image] Dec 19 00:52:49.289 INFO O| Dec 19 00:52:49.289 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-19T00:52:49.735Z[ recovery-image] Dec 19 00:52:49.299 INFO O| Dec 19 00:52:49.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44652024-12-19T00:52:49.735Z[ recovery-image] Dec 19 00:52:49.299 INFO O| Dec 19 00:52:49.299 INFO STEP 51 (remove_files) COMPLETE
44662024-12-19T00:52:49.738Z[ recovery-image] Dec 19 00:52:49.299 INFO O| Dec 19 00:52:49.299 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-19T00:52:49.745Z[ recovery-image] Dec 19 00:52:49.308 INFO O| Dec 19 00:52:49.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44682024-12-19T00:52:49.745Z[ recovery-image] Dec 19 00:52:49.309 INFO O| Dec 19 00:52:49.308 INFO STEP 52 (remove_files) COMPLETE
44692024-12-19T00:52:49.745Z[ recovery-image] Dec 19 00:52:49.309 INFO O| Dec 19 00:52:49.309 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-19T00:52:49.754Z[ recovery-image] Dec 19 00:52:49.318 INFO O| Dec 19 00:52:49.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44712024-12-19T00:52:49.757Z[ recovery-image] Dec 19 00:52:49.319 INFO O| Dec 19 00:52:49.319 INFO STEP 53 (remove_files) COMPLETE
44722024-12-19T00:52:49.757Z[ recovery-image] Dec 19 00:52:49.319 INFO O| Dec 19 00:52:49.319 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-19T00:52:49.765Z[ recovery-image] Dec 19 00:52:49.329 INFO O| Dec 19 00:52:49.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44742024-12-19T00:52:49.767Z[ recovery-image] Dec 19 00:52:49.329 INFO O| Dec 19 00:52:49.329 INFO STEP 54 (remove_files) COMPLETE
44752024-12-19T00:52:49.767Z[ recovery-image] Dec 19 00:52:49.329 INFO O| Dec 19 00:52:49.329 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-19T00:52:49.777Z[ recovery-image] Dec 19 00:52:49.338 INFO O| Dec 19 00:52:49.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44772024-12-19T00:52:49.777Z[ recovery-image] Dec 19 00:52:49.338 INFO O| Dec 19 00:52:49.338 INFO STEP 55 (remove_files) COMPLETE
44782024-12-19T00:52:49.777Z[ recovery-image] Dec 19 00:52:49.339 INFO O| Dec 19 00:52:49.338 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-19T00:52:49.784Z[ recovery-image] Dec 19 00:52:49.348 INFO O| Dec 19 00:52:49.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44802024-12-19T00:52:49.784Z[ recovery-image] Dec 19 00:52:49.348 INFO O| Dec 19 00:52:49.348 INFO STEP 56 (remove_files) COMPLETE
44812024-12-19T00:52:49.787Z[ recovery-image] Dec 19 00:52:49.348 INFO O| Dec 19 00:52:49.348 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-12-19T00:52:49.794Z[ recovery-image] Dec 19 00:52:49.358 INFO O| Dec 19 00:52:49.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44832024-12-19T00:52:49.797Z[ recovery-image] Dec 19 00:52:49.359 INFO O| Dec 19 00:52:49.358 INFO STEP 57 (remove_files) COMPLETE
44842024-12-19T00:52:49.797Z[ recovery-image] Dec 19 00:52:49.359 INFO O| Dec 19 00:52:49.359 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-12-19T00:52:49.804Z[ recovery-image] Dec 19 00:52:49.368 INFO O| Dec 19 00:52:49.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44862024-12-19T00:52:49.804Z[ recovery-image] Dec 19 00:52:49.368 INFO O| Dec 19 00:52:49.368 INFO STEP 58 (remove_files) COMPLETE
44872024-12-19T00:52:49.807Z[ recovery-image] Dec 19 00:52:49.368 INFO O| Dec 19 00:52:49.368 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-19T00:52:49.814Z[ recovery-image] Dec 19 00:52:49.378 INFO O| Dec 19 00:52:49.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44892024-12-19T00:52:49.814Z[ recovery-image] Dec 19 00:52:49.378 INFO O| Dec 19 00:52:49.378 INFO STEP 59 (remove_files) COMPLETE
44902024-12-19T00:52:49.814Z[ recovery-image] Dec 19 00:52:49.378 INFO O| Dec 19 00:52:49.378 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-12-19T00:52:49.823Z[ recovery-image] Dec 19 00:52:49.388 INFO O| Dec 19 00:52:49.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44922024-12-19T00:52:49.824Z[ recovery-image] Dec 19 00:52:49.388 INFO O| Dec 19 00:52:49.388 INFO STEP 60 (remove_files) COMPLETE
44932024-12-19T00:52:49.824Z[ recovery-image] Dec 19 00:52:49.388 INFO O| Dec 19 00:52:49.388 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-12-19T00:52:49.833Z[ recovery-image] Dec 19 00:52:49.397 INFO O| Dec 19 00:52:49.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44952024-12-19T00:52:49.833Z[ recovery-image] Dec 19 00:52:49.397 INFO O| Dec 19 00:52:49.397 INFO STEP 61 (remove_files) COMPLETE
44962024-12-19T00:52:49.836Z[ recovery-image] Dec 19 00:52:49.397 INFO O| Dec 19 00:52:49.397 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-12-19T00:52:49.843Z[ recovery-image] Dec 19 00:52:49.407 INFO O| Dec 19 00:52:49.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44982024-12-19T00:52:49.843Z[ recovery-image] Dec 19 00:52:49.407 INFO O| Dec 19 00:52:49.407 INFO STEP 62 (remove_files) COMPLETE
44992024-12-19T00:52:49.846Z[ recovery-image] Dec 19 00:52:49.407 INFO O| Dec 19 00:52:49.407 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-19T00:52:49.853Z[ recovery-image] Dec 19 00:52:49.417 INFO O| Dec 19 00:52:49.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45012024-12-19T00:52:49.853Z[ recovery-image] Dec 19 00:52:49.418 INFO O| Dec 19 00:52:49.417 INFO STEP 63 (remove_files) COMPLETE
45022024-12-19T00:52:49.857Z[ recovery-image] Dec 19 00:52:49.418 INFO O| Dec 19 00:52:49.418 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-19T00:52:49.864Z[ recovery-image] Dec 19 00:52:49.428 INFO O| Dec 19 00:52:49.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45042024-12-19T00:52:49.864Z[ recovery-image] Dec 19 00:52:49.428 INFO O| Dec 19 00:52:49.428 INFO STEP 64 (remove_files) COMPLETE
45052024-12-19T00:52:49.866Z[ recovery-image] Dec 19 00:52:49.428 INFO O| Dec 19 00:52:49.428 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-19T00:52:49.874Z[ recovery-image] Dec 19 00:52:49.438 INFO O| Dec 19 00:52:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45072024-12-19T00:52:49.874Z[ recovery-image] Dec 19 00:52:49.438 INFO O| Dec 19 00:52:49.438 INFO STEP 65 (remove_files) COMPLETE
45082024-12-19T00:52:49.877Z[ recovery-image] Dec 19 00:52:49.438 INFO O| Dec 19 00:52:49.438 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-19T00:52:49.885Z[ recovery-image] Dec 19 00:52:49.449 INFO O| Dec 19 00:52:49.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45102024-12-19T00:52:49.885Z[ recovery-image] Dec 19 00:52:49.449 INFO O| Dec 19 00:52:49.449 INFO STEP 66 (remove_files) COMPLETE
45112024-12-19T00:52:49.887Z[ recovery-image] Dec 19 00:52:49.449 INFO O| Dec 19 00:52:49.449 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-19T00:52:49.895Z[ recovery-image] Dec 19 00:52:49.459 INFO O| Dec 19 00:52:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45132024-12-19T00:52:49.895Z[ recovery-image] Dec 19 00:52:49.459 INFO O| Dec 19 00:52:49.459 INFO STEP 67 (remove_files) COMPLETE
45142024-12-19T00:52:49.897Z[ recovery-image] Dec 19 00:52:49.459 INFO O| Dec 19 00:52:49.459 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-19T00:52:49.905Z[ recovery-image] Dec 19 00:52:49.469 INFO O| Dec 19 00:52:49.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45162024-12-19T00:52:49.905Z[ recovery-image] Dec 19 00:52:49.469 INFO O| Dec 19 00:52:49.469 INFO STEP 68 (remove_files) COMPLETE
45172024-12-19T00:52:49.905Z[ recovery-image] Dec 19 00:52:49.469 INFO O| Dec 19 00:52:49.469 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-12-19T00:52:49.915Z[ recovery-image] Dec 19 00:52:49.479 INFO O| Dec 19 00:52:49.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45192024-12-19T00:52:49.915Z[ recovery-image] Dec 19 00:52:49.479 INFO O| Dec 19 00:52:49.479 INFO STEP 69 (remove_files) COMPLETE
45202024-12-19T00:52:49.918Z[ recovery-image] Dec 19 00:52:49.479 INFO O| Dec 19 00:52:49.479 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-12-19T00:52:49.926Z[ recovery-image] Dec 19 00:52:49.490 INFO O| Dec 19 00:52:49.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45222024-12-19T00:52:49.926Z[ recovery-image] Dec 19 00:52:49.490 INFO O| Dec 19 00:52:49.490 INFO STEP 70 (remove_files) COMPLETE
45232024-12-19T00:52:49.929Z[ recovery-image] Dec 19 00:52:49.490 INFO O| Dec 19 00:52:49.490 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-12-19T00:52:49.936Z[ recovery-image] Dec 19 00:52:49.500 INFO O| Dec 19 00:52:49.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45252024-12-19T00:52:49.936Z[ recovery-image] Dec 19 00:52:49.500 INFO O| Dec 19 00:52:49.500 INFO STEP 71 (remove_files) COMPLETE
45262024-12-19T00:52:49.936Z[ recovery-image] Dec 19 00:52:49.500 INFO O| Dec 19 00:52:49.500 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-12-19T00:52:49.947Z[ recovery-image] Dec 19 00:52:49.511 INFO O| Dec 19 00:52:49.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45282024-12-19T00:52:49.949Z[ recovery-image] Dec 19 00:52:49.511 INFO O| Dec 19 00:52:49.511 INFO STEP 72 (remove_files) COMPLETE
45292024-12-19T00:52:49.949Z[ recovery-image] Dec 19 00:52:49.512 INFO O| Dec 19 00:52:49.511 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-12-19T00:52:49.958Z[ recovery-image] Dec 19 00:52:49.522 INFO O| Dec 19 00:52:49.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45312024-12-19T00:52:49.958Z[ recovery-image] Dec 19 00:52:49.522 INFO O| Dec 19 00:52:49.522 INFO STEP 73 (remove_files) COMPLETE
45322024-12-19T00:52:49.961Z[ recovery-image] Dec 19 00:52:49.522 INFO O| Dec 19 00:52:49.522 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-12-19T00:52:49.968Z[ recovery-image] Dec 19 00:52:49.532 INFO O| Dec 19 00:52:49.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45342024-12-19T00:52:49.968Z[ recovery-image] Dec 19 00:52:49.532 INFO O| Dec 19 00:52:49.532 INFO STEP 74 (remove_files) COMPLETE
45352024-12-19T00:52:49.968Z[ recovery-image] Dec 19 00:52:49.532 INFO O| Dec 19 00:52:49.532 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-19T00:52:49.978Z[ recovery-image] Dec 19 00:52:49.542 INFO O| Dec 19 00:52:49.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45372024-12-19T00:52:49.978Z[ recovery-image] Dec 19 00:52:49.542 INFO O| Dec 19 00:52:49.542 INFO STEP 75 (remove_files) COMPLETE
45382024-12-19T00:52:49.978Z[ recovery-image] Dec 19 00:52:49.542 INFO O| Dec 19 00:52:49.542 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-19T00:52:49.988Z[ recovery-image] Dec 19 00:52:49.552 INFO O| Dec 19 00:52:49.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45402024-12-19T00:52:49.991Z[ recovery-image] Dec 19 00:52:49.552 INFO O| Dec 19 00:52:49.552 INFO STEP 76 (remove_files) COMPLETE
45412024-12-19T00:52:49.991Z[ recovery-image] Dec 19 00:52:49.552 INFO O| Dec 19 00:52:49.552 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-19T00:52:49.999Z[ recovery-image] Dec 19 00:52:49.563 INFO O| Dec 19 00:52:49.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45432024-12-19T00:52:49.999Z[ recovery-image] Dec 19 00:52:49.563 INFO O| Dec 19 00:52:49.563 INFO STEP 77 (remove_files) COMPLETE
45442024-12-19T00:52:50.002Z[ recovery-image] Dec 19 00:52:49.563 INFO O| Dec 19 00:52:49.563 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-19T00:52:50.010Z[ recovery-image] Dec 19 00:52:49.574 INFO O| Dec 19 00:52:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45462024-12-19T00:52:50.010Z[ recovery-image] Dec 19 00:52:49.574 INFO O| Dec 19 00:52:49.574 INFO STEP 78 (remove_files) COMPLETE
45472024-12-19T00:52:50.010Z[ recovery-image] Dec 19 00:52:49.574 INFO O| Dec 19 00:52:49.574 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-19T00:52:50.020Z[ recovery-image] Dec 19 00:52:49.584 INFO O| Dec 19 00:52:49.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45492024-12-19T00:52:50.020Z[ recovery-image] Dec 19 00:52:49.584 INFO O| Dec 19 00:52:49.584 INFO STEP 79 (remove_files) COMPLETE
45502024-12-19T00:52:50.020Z[ recovery-image] Dec 19 00:52:49.584 INFO O| Dec 19 00:52:49.584 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-19T00:52:50.030Z[ recovery-image] Dec 19 00:52:49.594 INFO O| Dec 19 00:52:49.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45522024-12-19T00:52:50.030Z[ recovery-image] Dec 19 00:52:49.594 INFO O| Dec 19 00:52:49.594 INFO STEP 80 (remove_files) COMPLETE
45532024-12-19T00:52:50.033Z[ recovery-image] Dec 19 00:52:49.594 INFO O| Dec 19 00:52:49.594 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-19T00:52:50.040Z[ recovery-image] Dec 19 00:52:49.604 INFO O| Dec 19 00:52:49.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45552024-12-19T00:52:50.043Z[ recovery-image] Dec 19 00:52:49.604 INFO O| Dec 19 00:52:49.604 INFO STEP 81 (remove_files) COMPLETE
45562024-12-19T00:52:50.043Z[ recovery-image] Dec 19 00:52:49.604 INFO O| Dec 19 00:52:49.604 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-19T00:52:50.050Z[ recovery-image] Dec 19 00:52:49.614 INFO O| Dec 19 00:52:49.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45582024-12-19T00:52:50.050Z[ recovery-image] Dec 19 00:52:49.614 INFO O| Dec 19 00:52:49.614 INFO STEP 82 (remove_files) COMPLETE
45592024-12-19T00:52:50.053Z[ recovery-image] Dec 19 00:52:49.614 INFO O| Dec 19 00:52:49.614 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-19T00:52:50.060Z[ recovery-image] Dec 19 00:52:49.624 INFO O| Dec 19 00:52:49.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45612024-12-19T00:52:50.062Z[ recovery-image] Dec 19 00:52:49.624 INFO O| Dec 19 00:52:49.624 INFO STEP 83 (remove_files) COMPLETE
45622024-12-19T00:52:50.062Z[ recovery-image] Dec 19 00:52:49.624 INFO O| Dec 19 00:52:49.624 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-12-19T00:52:50.070Z[ recovery-image] Dec 19 00:52:49.634 INFO O| Dec 19 00:52:49.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45642024-12-19T00:52:50.072Z[ recovery-image] Dec 19 00:52:49.634 INFO O| Dec 19 00:52:49.634 INFO STEP 84 (remove_files) COMPLETE
45652024-12-19T00:52:50.072Z[ recovery-image] Dec 19 00:52:49.634 INFO O| Dec 19 00:52:49.634 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-12-19T00:52:50.079Z[ recovery-image] Dec 19 00:52:49.643 INFO O| Dec 19 00:52:49.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45672024-12-19T00:52:50.082Z[ recovery-image] Dec 19 00:52:49.643 INFO O| Dec 19 00:52:49.643 INFO STEP 85 (remove_files) COMPLETE
45682024-12-19T00:52:50.082Z[ recovery-image] Dec 19 00:52:49.643 INFO O| Dec 19 00:52:49.643 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-12-19T00:52:50.089Z[ recovery-image] Dec 19 00:52:49.653 INFO O| Dec 19 00:52:49.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45702024-12-19T00:52:50.089Z[ recovery-image] Dec 19 00:52:49.653 INFO O| Dec 19 00:52:49.653 INFO STEP 86 (remove_files) COMPLETE
45712024-12-19T00:52:50.089Z[ recovery-image] Dec 19 00:52:49.653 INFO O| Dec 19 00:52:49.653 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-19T00:52:50.098Z[ recovery-image] Dec 19 00:52:49.662 INFO O| Dec 19 00:52:49.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45732024-12-19T00:52:50.098Z[ recovery-image] Dec 19 00:52:49.662 INFO O| Dec 19 00:52:49.662 INFO STEP 87 (remove_files) COMPLETE
45742024-12-19T00:52:50.101Z[ recovery-image] Dec 19 00:52:49.662 INFO O| Dec 19 00:52:49.662 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-19T00:52:50.107Z[ recovery-image] Dec 19 00:52:49.671 INFO O| Dec 19 00:52:49.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45762024-12-19T00:52:50.110Z[ recovery-image] Dec 19 00:52:49.672 INFO O| Dec 19 00:52:49.672 INFO STEP 88 (remove_files) COMPLETE
45772024-12-19T00:52:50.110Z[ recovery-image] Dec 19 00:52:49.672 INFO O| Dec 19 00:52:49.672 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-19T00:52:50.117Z[ recovery-image] Dec 19 00:52:49.681 INFO O| Dec 19 00:52:49.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45792024-12-19T00:52:50.117Z[ recovery-image] Dec 19 00:52:49.681 INFO O| Dec 19 00:52:49.681 INFO STEP 89 (remove_files) COMPLETE
45802024-12-19T00:52:50.120Z[ recovery-image] Dec 19 00:52:49.681 INFO O| Dec 19 00:52:49.681 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-19T00:52:50.128Z[ recovery-image] Dec 19 00:52:49.690 INFO O| Dec 19 00:52:49.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45822024-12-19T00:52:50.128Z[ recovery-image] Dec 19 00:52:49.691 INFO O| Dec 19 00:52:49.691 INFO STEP 90 (remove_files) COMPLETE
45832024-12-19T00:52:50.130Z[ recovery-image] Dec 19 00:52:49.691 INFO O| Dec 19 00:52:49.691 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-19T00:52:50.136Z[ recovery-image] Dec 19 00:52:49.700 INFO O| Dec 19 00:52:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45852024-12-19T00:52:50.136Z[ recovery-image] Dec 19 00:52:49.700 INFO O| Dec 19 00:52:49.700 INFO STEP 91 (remove_files) COMPLETE
45862024-12-19T00:52:50.136Z[ recovery-image] Dec 19 00:52:49.700 INFO O| Dec 19 00:52:49.700 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-19T00:52:50.145Z[ recovery-image] Dec 19 00:52:49.709 INFO O| Dec 19 00:52:49.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45882024-12-19T00:52:50.148Z[ recovery-image] Dec 19 00:52:49.710 INFO O| Dec 19 00:52:49.710 INFO STEP 92 (remove_files) COMPLETE
45892024-12-19T00:52:50.148Z[ recovery-image] Dec 19 00:52:49.710 INFO O| Dec 19 00:52:49.710 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-19T00:52:50.155Z[ recovery-image] Dec 19 00:52:49.720 INFO O| Dec 19 00:52:49.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45912024-12-19T00:52:50.159Z[ recovery-image] Dec 19 00:52:49.720 INFO O| Dec 19 00:52:49.720 INFO STEP 93 (remove_files) COMPLETE
45922024-12-19T00:52:50.160Z[ recovery-image] Dec 19 00:52:49.720 INFO O| Dec 19 00:52:49.720 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-19T00:52:50.165Z[ recovery-image] Dec 19 00:52:49.729 INFO O| Dec 19 00:52:49.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45942024-12-19T00:52:50.165Z[ recovery-image] Dec 19 00:52:49.729 INFO O| Dec 19 00:52:49.729 INFO STEP 94 (remove_files) COMPLETE
45952024-12-19T00:52:50.165Z[ recovery-image] Dec 19 00:52:49.729 INFO O| Dec 19 00:52:49.729 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-19T00:52:50.175Z[ recovery-image] Dec 19 00:52:49.739 INFO O| Dec 19 00:52:49.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45972024-12-19T00:52:50.175Z[ recovery-image] Dec 19 00:52:49.739 INFO O| Dec 19 00:52:49.739 INFO STEP 95 (remove_files) COMPLETE
45982024-12-19T00:52:50.175Z[ recovery-image] Dec 19 00:52:49.739 INFO O| Dec 19 00:52:49.739 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-19T00:52:50.185Z[ recovery-image] Dec 19 00:52:49.749 INFO O| Dec 19 00:52:49.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46002024-12-19T00:52:50.185Z[ recovery-image] Dec 19 00:52:49.749 INFO O| Dec 19 00:52:49.749 INFO STEP 96 (remove_files) COMPLETE
46012024-12-19T00:52:50.185Z[ recovery-image] Dec 19 00:52:49.749 INFO O| Dec 19 00:52:49.749 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-19T00:52:50.196Z[ recovery-image] Dec 19 00:52:49.760 INFO O| Dec 19 00:52:49.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46032024-12-19T00:52:50.196Z[ recovery-image] Dec 19 00:52:49.760 INFO O| Dec 19 00:52:49.760 INFO STEP 97 (remove_files) COMPLETE
46042024-12-19T00:52:50.196Z[ recovery-image] Dec 19 00:52:49.760 INFO O| Dec 19 00:52:49.760 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-19T00:52:50.206Z[ recovery-image] Dec 19 00:52:49.770 INFO O| Dec 19 00:52:49.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46062024-12-19T00:52:50.206Z[ recovery-image] Dec 19 00:52:49.770 INFO O| Dec 19 00:52:49.770 INFO STEP 98 (remove_files) COMPLETE
46072024-12-19T00:52:50.206Z[ recovery-image] Dec 19 00:52:49.770 INFO O| Dec 19 00:52:49.770 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-19T00:52:50.216Z[ recovery-image] Dec 19 00:52:49.780 INFO O| Dec 19 00:52:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46092024-12-19T00:52:50.219Z[ recovery-image] Dec 19 00:52:49.781 INFO O| Dec 19 00:52:49.781 INFO STEP 99 (remove_files) COMPLETE
46102024-12-19T00:52:50.219Z[ recovery-image] Dec 19 00:52:49.781 INFO O| Dec 19 00:52:49.781 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-19T00:52:50.227Z[ recovery-image] Dec 19 00:52:49.791 INFO O| Dec 19 00:52:49.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46122024-12-19T00:52:50.227Z[ recovery-image] Dec 19 00:52:49.791 INFO O| Dec 19 00:52:49.791 INFO STEP 100 (remove_files) COMPLETE
46132024-12-19T00:52:50.230Z[ recovery-image] Dec 19 00:52:49.791 INFO O| Dec 19 00:52:49.791 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-19T00:52:50.237Z[ recovery-image] Dec 19 00:52:49.801 INFO O| Dec 19 00:52:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46152024-12-19T00:52:50.237Z[ recovery-image] Dec 19 00:52:49.801 INFO O| Dec 19 00:52:49.801 INFO STEP 101 (remove_files) COMPLETE
46162024-12-19T00:52:50.237Z[ recovery-image] Dec 19 00:52:49.801 INFO O| Dec 19 00:52:49.801 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-19T00:52:50.247Z[ recovery-image] Dec 19 00:52:49.811 INFO O| Dec 19 00:52:49.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46182024-12-19T00:52:50.247Z[ recovery-image] Dec 19 00:52:49.811 INFO O| Dec 19 00:52:49.811 INFO STEP 102 (remove_files) COMPLETE
46192024-12-19T00:52:50.250Z[ recovery-image] Dec 19 00:52:49.811 INFO O| Dec 19 00:52:49.811 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-19T00:52:50.257Z[ recovery-image] Dec 19 00:52:49.821 INFO O| Dec 19 00:52:49.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46212024-12-19T00:52:50.257Z[ recovery-image] Dec 19 00:52:49.821 INFO O| Dec 19 00:52:49.821 INFO STEP 103 (remove_files) COMPLETE
46222024-12-19T00:52:50.259Z[ recovery-image] Dec 19 00:52:49.821 INFO O| Dec 19 00:52:49.821 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-19T00:52:50.267Z[ recovery-image] Dec 19 00:52:49.831 INFO O| Dec 19 00:52:49.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46242024-12-19T00:52:50.267Z[ recovery-image] Dec 19 00:52:49.831 INFO O| Dec 19 00:52:49.831 INFO STEP 104 (remove_files) COMPLETE
46252024-12-19T00:52:50.270Z[ recovery-image] Dec 19 00:52:49.831 INFO O| Dec 19 00:52:49.831 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-19T00:52:50.277Z[ recovery-image] Dec 19 00:52:49.841 INFO O| Dec 19 00:52:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46272024-12-19T00:52:50.280Z[ recovery-image] Dec 19 00:52:49.841 INFO O| Dec 19 00:52:49.841 INFO STEP 105 (remove_files) COMPLETE
46282024-12-19T00:52:50.280Z[ recovery-image] Dec 19 00:52:49.841 INFO O| Dec 19 00:52:49.841 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-19T00:52:50.287Z[ recovery-image] Dec 19 00:52:49.851 INFO O| Dec 19 00:52:49.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46302024-12-19T00:52:50.287Z[ recovery-image] Dec 19 00:52:49.851 INFO O| Dec 19 00:52:49.851 INFO STEP 106 (remove_files) COMPLETE
46312024-12-19T00:52:50.290Z[ recovery-image] Dec 19 00:52:49.851 INFO O| Dec 19 00:52:49.851 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-19T00:52:50.297Z[ recovery-image] Dec 19 00:52:49.861 INFO O| Dec 19 00:52:49.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46332024-12-19T00:52:50.297Z[ recovery-image] Dec 19 00:52:49.861 INFO O| Dec 19 00:52:49.861 INFO STEP 107 (remove_files) COMPLETE
46342024-12-19T00:52:50.300Z[ recovery-image] Dec 19 00:52:49.861 INFO O| Dec 19 00:52:49.861 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-19T00:52:50.307Z[ recovery-image] Dec 19 00:52:49.871 INFO O| Dec 19 00:52:49.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46362024-12-19T00:52:50.307Z[ recovery-image] Dec 19 00:52:49.871 INFO O| Dec 19 00:52:49.871 INFO STEP 108 (remove_files) COMPLETE
46372024-12-19T00:52:50.309Z[ recovery-image] Dec 19 00:52:49.871 INFO O| Dec 19 00:52:49.871 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-19T00:52:50.317Z[ recovery-image] Dec 19 00:52:49.881 INFO O| Dec 19 00:52:49.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46392024-12-19T00:52:50.317Z[ recovery-image] Dec 19 00:52:49.881 INFO O| Dec 19 00:52:49.881 INFO STEP 109 (remove_files) COMPLETE
46402024-12-19T00:52:50.319Z[ recovery-image] Dec 19 00:52:49.881 INFO O| Dec 19 00:52:49.881 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-19T00:52:50.326Z[ recovery-image] Dec 19 00:52:49.890 INFO O| Dec 19 00:52:49.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46422024-12-19T00:52:50.326Z[ recovery-image] Dec 19 00:52:49.890 INFO O| Dec 19 00:52:49.890 INFO STEP 110 (remove_files) COMPLETE
46432024-12-19T00:52:50.329Z[ recovery-image] Dec 19 00:52:49.890 INFO O| Dec 19 00:52:49.890 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-19T00:52:50.336Z[ recovery-image] Dec 19 00:52:49.900 INFO O| Dec 19 00:52:49.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46452024-12-19T00:52:50.338Z[ recovery-image] Dec 19 00:52:49.900 INFO O| Dec 19 00:52:49.900 INFO STEP 111 (remove_files) COMPLETE
46462024-12-19T00:52:50.338Z[ recovery-image] Dec 19 00:52:49.900 INFO O| Dec 19 00:52:49.900 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-19T00:52:50.345Z[ recovery-image] Dec 19 00:52:49.909 INFO O| Dec 19 00:52:49.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46482024-12-19T00:52:50.345Z[ recovery-image] Dec 19 00:52:49.909 INFO O| Dec 19 00:52:49.909 INFO STEP 112 (remove_files) COMPLETE
46492024-12-19T00:52:50.348Z[ recovery-image] Dec 19 00:52:49.909 INFO O| Dec 19 00:52:49.909 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-19T00:52:50.355Z[ recovery-image] Dec 19 00:52:49.919 INFO O| Dec 19 00:52:49.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46512024-12-19T00:52:50.355Z[ recovery-image] Dec 19 00:52:49.919 INFO O| Dec 19 00:52:49.919 INFO STEP 113 (remove_files) COMPLETE
46522024-12-19T00:52:50.357Z[ recovery-image] Dec 19 00:52:49.919 INFO O| Dec 19 00:52:49.919 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-19T00:52:50.364Z[ recovery-image] Dec 19 00:52:49.928 INFO O| Dec 19 00:52:49.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46542024-12-19T00:52:50.364Z[ recovery-image] Dec 19 00:52:49.928 INFO O| Dec 19 00:52:49.928 INFO STEP 114 (remove_files) COMPLETE
46552024-12-19T00:52:50.367Z[ recovery-image] Dec 19 00:52:49.929 INFO O| Dec 19 00:52:49.928 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-19T00:52:50.374Z[ recovery-image] Dec 19 00:52:49.938 INFO O| Dec 19 00:52:49.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46572024-12-19T00:52:50.377Z[ recovery-image] Dec 19 00:52:49.938 INFO O| Dec 19 00:52:49.938 INFO STEP 115 (remove_files) COMPLETE
46582024-12-19T00:52:50.377Z[ recovery-image] Dec 19 00:52:49.938 INFO O| Dec 19 00:52:49.938 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-19T00:52:50.384Z[ recovery-image] Dec 19 00:52:49.948 INFO O| Dec 19 00:52:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46602024-12-19T00:52:50.384Z[ recovery-image] Dec 19 00:52:49.948 INFO O| Dec 19 00:52:49.948 INFO STEP 116 (remove_files) COMPLETE
46612024-12-19T00:52:50.386Z[ recovery-image] Dec 19 00:52:49.948 INFO O| Dec 19 00:52:49.948 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-19T00:52:50.394Z[ recovery-image] Dec 19 00:52:49.958 INFO O| Dec 19 00:52:49.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46632024-12-19T00:52:50.396Z[ recovery-image] Dec 19 00:52:49.958 INFO O| Dec 19 00:52:49.958 INFO STEP 117 (remove_files) COMPLETE
46642024-12-19T00:52:50.396Z[ recovery-image] Dec 19 00:52:49.958 INFO O| Dec 19 00:52:49.958 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-19T00:52:50.404Z[ recovery-image] Dec 19 00:52:49.968 INFO O| Dec 19 00:52:49.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46662024-12-19T00:52:50.404Z[ recovery-image] Dec 19 00:52:49.968 INFO O| Dec 19 00:52:49.968 INFO STEP 118 (remove_files) COMPLETE
46672024-12-19T00:52:50.406Z[ recovery-image] Dec 19 00:52:49.968 INFO O| Dec 19 00:52:49.968 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-19T00:52:50.413Z[ recovery-image] Dec 19 00:52:49.977 INFO O| Dec 19 00:52:49.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46692024-12-19T00:52:50.414Z[ recovery-image] Dec 19 00:52:49.978 INFO O| Dec 19 00:52:49.977 INFO STEP 119 (remove_files) COMPLETE
46702024-12-19T00:52:50.416Z[ recovery-image] Dec 19 00:52:49.978 INFO O| Dec 19 00:52:49.978 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-19T00:52:50.423Z[ recovery-image] Dec 19 00:52:49.987 INFO O| Dec 19 00:52:49.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46722024-12-19T00:52:50.426Z[ recovery-image] Dec 19 00:52:49.987 INFO O| Dec 19 00:52:49.987 INFO STEP 120 (remove_files) COMPLETE
46732024-12-19T00:52:50.426Z[ recovery-image] Dec 19 00:52:49.988 INFO O| Dec 19 00:52:49.987 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-19T00:52:50.433Z[ recovery-image] Dec 19 00:52:49.997 INFO O| Dec 19 00:52:49.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46752024-12-19T00:52:50.433Z[ recovery-image] Dec 19 00:52:49.997 INFO O| Dec 19 00:52:49.997 INFO STEP 121 (remove_files) COMPLETE
46762024-12-19T00:52:50.436Z[ recovery-image] Dec 19 00:52:49.997 INFO O| Dec 19 00:52:49.997 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-19T00:52:50.445Z[ recovery-image] Dec 19 00:52:50.009 INFO O| Dec 19 00:52:50.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46782024-12-19T00:52:50.445Z[ recovery-image] Dec 19 00:52:50.009 INFO O| Dec 19 00:52:50.009 INFO STEP 122 (remove_files) COMPLETE
46792024-12-19T00:52:50.448Z[ recovery-image] Dec 19 00:52:50.009 INFO O| Dec 19 00:52:50.009 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-19T00:52:50.455Z[ recovery-image] Dec 19 00:52:50.019 INFO O| Dec 19 00:52:50.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46812024-12-19T00:52:50.455Z[ recovery-image] Dec 19 00:52:50.019 INFO O| Dec 19 00:52:50.019 INFO STEP 123 (remove_files) COMPLETE
46822024-12-19T00:52:50.457Z[ recovery-image] Dec 19 00:52:50.019 INFO O| Dec 19 00:52:50.019 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-19T00:52:50.464Z[ recovery-image] Dec 19 00:52:50.028 INFO O| Dec 19 00:52:50.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46842024-12-19T00:52:50.465Z[ recovery-image] Dec 19 00:52:50.029 INFO O| Dec 19 00:52:50.029 INFO STEP 124 (remove_files) COMPLETE
46852024-12-19T00:52:50.467Z[ recovery-image] Dec 19 00:52:50.029 INFO O| Dec 19 00:52:50.029 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-19T00:52:50.474Z[ recovery-image] Dec 19 00:52:50.038 INFO O| Dec 19 00:52:50.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46872024-12-19T00:52:50.474Z[ recovery-image] Dec 19 00:52:50.038 INFO O| Dec 19 00:52:50.038 INFO STEP 125 (remove_files) COMPLETE
46882024-12-19T00:52:50.474Z[ recovery-image] Dec 19 00:52:50.038 INFO O| Dec 19 00:52:50.038 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-19T00:52:50.484Z[ recovery-image] Dec 19 00:52:50.048 INFO O| Dec 19 00:52:50.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46902024-12-19T00:52:50.484Z[ recovery-image] Dec 19 00:52:50.048 INFO O| Dec 19 00:52:50.048 INFO STEP 126 (remove_files) COMPLETE
46912024-12-19T00:52:50.487Z[ recovery-image] Dec 19 00:52:50.048 INFO O| Dec 19 00:52:50.048 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-19T00:52:50.493Z[ recovery-image] Dec 19 00:52:50.057 INFO O| Dec 19 00:52:50.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46932024-12-19T00:52:50.493Z[ recovery-image] Dec 19 00:52:50.057 INFO O| Dec 19 00:52:50.057 INFO STEP 127 (remove_files) COMPLETE
46942024-12-19T00:52:50.496Z[ recovery-image] Dec 19 00:52:50.057 INFO O| Dec 19 00:52:50.057 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-19T00:52:50.504Z[ recovery-image] Dec 19 00:52:50.068 INFO O| Dec 19 00:52:50.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46962024-12-19T00:52:50.504Z[ recovery-image] Dec 19 00:52:50.068 INFO O| Dec 19 00:52:50.068 INFO STEP 128 (remove_files) COMPLETE
46972024-12-19T00:52:50.507Z[ recovery-image] Dec 19 00:52:50.068 INFO O| Dec 19 00:52:50.068 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-19T00:52:50.513Z[ recovery-image] Dec 19 00:52:50.077 INFO O| Dec 19 00:52:50.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46992024-12-19T00:52:50.513Z[ recovery-image] Dec 19 00:52:50.077 INFO O| Dec 19 00:52:50.077 INFO STEP 129 (remove_files) COMPLETE
47002024-12-19T00:52:50.514Z[ recovery-image] Dec 19 00:52:50.078 INFO O| Dec 19 00:52:50.077 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-19T00:52:50.523Z[ recovery-image] Dec 19 00:52:50.087 INFO O| Dec 19 00:52:50.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47022024-12-19T00:52:50.523Z[ recovery-image] Dec 19 00:52:50.088 INFO O| Dec 19 00:52:50.087 INFO STEP 130 (remove_files) COMPLETE
47032024-12-19T00:52:50.526Z[ recovery-image] Dec 19 00:52:50.088 INFO O| Dec 19 00:52:50.087 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-19T00:52:50.534Z[ recovery-image] Dec 19 00:52:50.098 INFO O| Dec 19 00:52:50.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47052024-12-19T00:52:50.534Z[ recovery-image] Dec 19 00:52:50.098 INFO O| Dec 19 00:52:50.098 INFO STEP 131 (remove_files) COMPLETE
47062024-12-19T00:52:50.536Z[ recovery-image] Dec 19 00:52:50.098 INFO O| Dec 19 00:52:50.098 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-19T00:52:50.544Z[ recovery-image] Dec 19 00:52:50.108 INFO O| Dec 19 00:52:50.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47082024-12-19T00:52:50.546Z[ recovery-image] Dec 19 00:52:50.108 INFO O| Dec 19 00:52:50.108 INFO STEP 132 (remove_files) COMPLETE
47092024-12-19T00:52:50.546Z[ recovery-image] Dec 19 00:52:50.109 INFO O| Dec 19 00:52:50.108 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-19T00:52:50.555Z[ recovery-image] Dec 19 00:52:50.119 INFO O| Dec 19 00:52:50.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47112024-12-19T00:52:50.555Z[ recovery-image] Dec 19 00:52:50.119 INFO O| Dec 19 00:52:50.119 INFO STEP 133 (remove_files) COMPLETE
47122024-12-19T00:52:50.558Z[ recovery-image] Dec 19 00:52:50.119 INFO O| Dec 19 00:52:50.119 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-19T00:52:50.565Z[ recovery-image] Dec 19 00:52:50.129 INFO O| Dec 19 00:52:50.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47142024-12-19T00:52:50.565Z[ recovery-image] Dec 19 00:52:50.129 INFO O| Dec 19 00:52:50.129 INFO STEP 134 (remove_files) COMPLETE
47152024-12-19T00:52:50.567Z[ recovery-image] Dec 19 00:52:50.129 INFO O| Dec 19 00:52:50.129 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-19T00:52:50.575Z[ recovery-image] Dec 19 00:52:50.139 INFO O| Dec 19 00:52:50.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47172024-12-19T00:52:50.575Z[ recovery-image] Dec 19 00:52:50.139 INFO O| Dec 19 00:52:50.139 INFO STEP 135 (remove_files) COMPLETE
47182024-12-19T00:52:50.577Z[ recovery-image] Dec 19 00:52:50.139 INFO O| Dec 19 00:52:50.139 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-19T00:52:50.585Z[ recovery-image] Dec 19 00:52:50.149 INFO O| Dec 19 00:52:50.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47202024-12-19T00:52:50.587Z[ recovery-image] Dec 19 00:52:50.149 INFO O| Dec 19 00:52:50.149 INFO STEP 136 (remove_files) COMPLETE
47212024-12-19T00:52:50.587Z[ recovery-image] Dec 19 00:52:50.149 INFO O| Dec 19 00:52:50.149 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-19T00:52:50.594Z[ recovery-image] Dec 19 00:52:50.158 INFO O| Dec 19 00:52:50.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47232024-12-19T00:52:50.597Z[ recovery-image] Dec 19 00:52:50.158 INFO O| Dec 19 00:52:50.158 INFO STEP 137 (remove_files) COMPLETE
47242024-12-19T00:52:50.597Z[ recovery-image] Dec 19 00:52:50.158 INFO O| Dec 19 00:52:50.158 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-19T00:52:50.604Z[ recovery-image] Dec 19 00:52:50.168 INFO O| Dec 19 00:52:50.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47262024-12-19T00:52:50.604Z[ recovery-image] Dec 19 00:52:50.168 INFO O| Dec 19 00:52:50.168 INFO STEP 138 (remove_files) COMPLETE
47272024-12-19T00:52:50.607Z[ recovery-image] Dec 19 00:52:50.168 INFO O| Dec 19 00:52:50.168 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-19T00:52:50.614Z[ recovery-image] Dec 19 00:52:50.178 INFO O| Dec 19 00:52:50.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47292024-12-19T00:52:50.614Z[ recovery-image] Dec 19 00:52:50.178 INFO O| Dec 19 00:52:50.178 INFO STEP 139 (remove_files) COMPLETE
47302024-12-19T00:52:50.617Z[ recovery-image] Dec 19 00:52:50.178 INFO O| Dec 19 00:52:50.178 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-19T00:52:50.624Z[ recovery-image] Dec 19 00:52:50.188 INFO O| Dec 19 00:52:50.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47322024-12-19T00:52:50.626Z[ recovery-image] Dec 19 00:52:50.188 INFO O| Dec 19 00:52:50.188 INFO STEP 140 (remove_files) COMPLETE
47332024-12-19T00:52:50.626Z[ recovery-image] Dec 19 00:52:50.188 INFO O| Dec 19 00:52:50.188 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-19T00:52:50.633Z[ recovery-image] Dec 19 00:52:50.197 INFO O| Dec 19 00:52:50.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47352024-12-19T00:52:50.633Z[ recovery-image] Dec 19 00:52:50.198 INFO O| Dec 19 00:52:50.198 INFO STEP 141 (remove_files) COMPLETE
47362024-12-19T00:52:50.636Z[ recovery-image] Dec 19 00:52:50.198 INFO O| Dec 19 00:52:50.198 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-19T00:52:50.643Z[ recovery-image] Dec 19 00:52:50.207 INFO O| Dec 19 00:52:50.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47382024-12-19T00:52:50.643Z[ recovery-image] Dec 19 00:52:50.207 INFO O| Dec 19 00:52:50.207 INFO STEP 142 (remove_files) COMPLETE
47392024-12-19T00:52:50.646Z[ recovery-image] Dec 19 00:52:50.207 INFO O| Dec 19 00:52:50.207 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-19T00:52:50.654Z[ recovery-image] Dec 19 00:52:50.218 INFO O| Dec 19 00:52:50.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47412024-12-19T00:52:50.654Z[ recovery-image] Dec 19 00:52:50.218 INFO O| Dec 19 00:52:50.218 INFO STEP 143 (remove_files) COMPLETE
47422024-12-19T00:52:50.654Z[ recovery-image] Dec 19 00:52:50.218 INFO O| Dec 19 00:52:50.218 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-19T00:52:50.664Z[ recovery-image] Dec 19 00:52:50.228 INFO O| Dec 19 00:52:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47442024-12-19T00:52:50.664Z[ recovery-image] Dec 19 00:52:50.228 INFO O| Dec 19 00:52:50.228 INFO STEP 144 (remove_files) COMPLETE
47452024-12-19T00:52:50.664Z[ recovery-image] Dec 19 00:52:50.228 INFO O| Dec 19 00:52:50.228 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-19T00:52:50.674Z[ recovery-image] Dec 19 00:52:50.238 INFO O| Dec 19 00:52:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47472024-12-19T00:52:50.674Z[ recovery-image] Dec 19 00:52:50.238 INFO O| Dec 19 00:52:50.238 INFO STEP 145 (remove_files) COMPLETE
47482024-12-19T00:52:50.676Z[ recovery-image] Dec 19 00:52:50.238 INFO O| Dec 19 00:52:50.238 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-19T00:52:50.683Z[ recovery-image] Dec 19 00:52:50.247 INFO O| Dec 19 00:52:50.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47502024-12-19T00:52:50.683Z[ recovery-image] Dec 19 00:52:50.247 INFO O| Dec 19 00:52:50.247 INFO STEP 146 (remove_files) COMPLETE
47512024-12-19T00:52:50.683Z[ recovery-image] Dec 19 00:52:50.247 INFO O| Dec 19 00:52:50.247 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-19T00:52:50.695Z[ recovery-image] Dec 19 00:52:50.257 INFO O| Dec 19 00:52:50.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47532024-12-19T00:52:50.695Z[ recovery-image] Dec 19 00:52:50.257 INFO O| Dec 19 00:52:50.257 INFO STEP 147 (remove_files) COMPLETE
47542024-12-19T00:52:50.695Z[ recovery-image] Dec 19 00:52:50.257 INFO O| Dec 19 00:52:50.257 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-19T00:52:50.703Z[ recovery-image] Dec 19 00:52:50.267 INFO O| Dec 19 00:52:50.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47562024-12-19T00:52:50.705Z[ recovery-image] Dec 19 00:52:50.267 INFO O| Dec 19 00:52:50.267 INFO STEP 148 (remove_files) COMPLETE
47572024-12-19T00:52:50.705Z[ recovery-image] Dec 19 00:52:50.267 INFO O| Dec 19 00:52:50.267 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-19T00:52:50.713Z[ recovery-image] Dec 19 00:52:50.277 INFO O| Dec 19 00:52:50.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47592024-12-19T00:52:50.713Z[ recovery-image] Dec 19 00:52:50.277 INFO O| Dec 19 00:52:50.277 INFO STEP 149 (remove_files) COMPLETE
47602024-12-19T00:52:50.716Z[ recovery-image] Dec 19 00:52:50.277 INFO O| Dec 19 00:52:50.277 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-19T00:52:50.724Z[ recovery-image] Dec 19 00:52:50.288 INFO O| Dec 19 00:52:50.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47622024-12-19T00:52:50.724Z[ recovery-image] Dec 19 00:52:50.288 INFO O| Dec 19 00:52:50.288 INFO STEP 150 (remove_files) COMPLETE
47632024-12-19T00:52:50.727Z[ recovery-image] Dec 19 00:52:50.288 INFO O| Dec 19 00:52:50.288 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-19T00:52:50.734Z[ recovery-image] Dec 19 00:52:50.298 INFO O| Dec 19 00:52:50.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47652024-12-19T00:52:50.737Z[ recovery-image] Dec 19 00:52:50.298 INFO O| Dec 19 00:52:50.298 INFO STEP 151 (remove_files) COMPLETE
47662024-12-19T00:52:50.737Z[ recovery-image] Dec 19 00:52:50.298 INFO O| Dec 19 00:52:50.298 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-19T00:52:50.745Z[ recovery-image] Dec 19 00:52:50.308 INFO O| Dec 19 00:52:50.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47682024-12-19T00:52:50.745Z[ recovery-image] Dec 19 00:52:50.309 INFO O| Dec 19 00:52:50.308 INFO STEP 152 (remove_files) COMPLETE
47692024-12-19T00:52:50.745Z[ recovery-image] Dec 19 00:52:50.309 INFO O| Dec 19 00:52:50.308 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-19T00:52:50.755Z[ recovery-image] Dec 19 00:52:50.319 INFO O| Dec 19 00:52:50.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47712024-12-19T00:52:50.755Z[ recovery-image] Dec 19 00:52:50.319 INFO O| Dec 19 00:52:50.319 INFO STEP 153 (remove_files) COMPLETE
47722024-12-19T00:52:50.757Z[ recovery-image] Dec 19 00:52:50.319 INFO O| Dec 19 00:52:50.319 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-19T00:52:50.765Z[ recovery-image] Dec 19 00:52:50.329 INFO O| Dec 19 00:52:50.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47742024-12-19T00:52:50.765Z[ recovery-image] Dec 19 00:52:50.329 INFO O| Dec 19 00:52:50.329 INFO STEP 154 (remove_files) COMPLETE
47752024-12-19T00:52:50.767Z[ recovery-image] Dec 19 00:52:50.329 INFO O| Dec 19 00:52:50.329 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-19T00:52:50.774Z[ recovery-image] Dec 19 00:52:50.338 INFO O| Dec 19 00:52:50.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47772024-12-19T00:52:50.774Z[ recovery-image] Dec 19 00:52:50.338 INFO O| Dec 19 00:52:50.338 INFO STEP 155 (remove_files) COMPLETE
47782024-12-19T00:52:50.777Z[ recovery-image] Dec 19 00:52:50.338 INFO O| Dec 19 00:52:50.338 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-19T00:52:50.784Z[ recovery-image] Dec 19 00:52:50.348 INFO O| Dec 19 00:52:50.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47802024-12-19T00:52:50.784Z[ recovery-image] Dec 19 00:52:50.348 INFO O| Dec 19 00:52:50.348 INFO STEP 156 (remove_files) COMPLETE
47812024-12-19T00:52:50.784Z[ recovery-image] Dec 19 00:52:50.348 INFO O| Dec 19 00:52:50.348 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-19T00:52:50.794Z[ recovery-image] Dec 19 00:52:50.358 INFO O| Dec 19 00:52:50.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47832024-12-19T00:52:50.794Z[ recovery-image] Dec 19 00:52:50.358 INFO O| Dec 19 00:52:50.358 INFO STEP 157 (remove_files) COMPLETE
47842024-12-19T00:52:50.796Z[ recovery-image] Dec 19 00:52:50.358 INFO O| Dec 19 00:52:50.358 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-19T00:52:50.803Z[ recovery-image] Dec 19 00:52:50.367 INFO O| Dec 19 00:52:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47862024-12-19T00:52:50.804Z[ recovery-image] Dec 19 00:52:50.368 INFO O| Dec 19 00:52:50.368 INFO STEP 158 (remove_files) COMPLETE
47872024-12-19T00:52:50.804Z[ recovery-image] Dec 19 00:52:50.368 INFO O| Dec 19 00:52:50.368 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-19T00:52:50.813Z[ recovery-image] Dec 19 00:52:50.377 INFO O| Dec 19 00:52:50.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47892024-12-19T00:52:50.813Z[ recovery-image] Dec 19 00:52:50.377 INFO O| Dec 19 00:52:50.377 INFO STEP 159 (remove_files) COMPLETE
47902024-12-19T00:52:50.814Z[ recovery-image] Dec 19 00:52:50.377 INFO O| Dec 19 00:52:50.377 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-19T00:52:50.824Z[ recovery-image] Dec 19 00:52:50.388 INFO O| Dec 19 00:52:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47922024-12-19T00:52:50.824Z[ recovery-image] Dec 19 00:52:50.388 INFO O| Dec 19 00:52:50.388 INFO STEP 160 (remove_files) COMPLETE
47932024-12-19T00:52:50.826Z[ recovery-image] Dec 19 00:52:50.388 INFO O| Dec 19 00:52:50.388 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-19T00:52:50.834Z[ recovery-image] Dec 19 00:52:50.397 INFO O| Dec 19 00:52:50.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47952024-12-19T00:52:50.834Z[ recovery-image] Dec 19 00:52:50.398 INFO O| Dec 19 00:52:50.397 INFO STEP 161 (remove_files) COMPLETE
47962024-12-19T00:52:50.836Z[ recovery-image] Dec 19 00:52:50.398 INFO O| Dec 19 00:52:50.398 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-19T00:52:50.844Z[ recovery-image] Dec 19 00:52:50.408 INFO O| Dec 19 00:52:50.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47982024-12-19T00:52:50.844Z[ recovery-image] Dec 19 00:52:50.408 INFO O| Dec 19 00:52:50.408 INFO STEP 162 (remove_files) COMPLETE
47992024-12-19T00:52:50.847Z[ recovery-image] Dec 19 00:52:50.408 INFO O| Dec 19 00:52:50.408 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-19T00:52:50.854Z[ recovery-image] Dec 19 00:52:50.418 INFO O| Dec 19 00:52:50.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48012024-12-19T00:52:50.854Z[ recovery-image] Dec 19 00:52:50.418 INFO O| Dec 19 00:52:50.418 INFO STEP 163 (remove_files) COMPLETE
48022024-12-19T00:52:50.857Z[ recovery-image] Dec 19 00:52:50.418 INFO O| Dec 19 00:52:50.418 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-19T00:52:50.865Z[ recovery-image] Dec 19 00:52:50.429 INFO O| Dec 19 00:52:50.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48042024-12-19T00:52:50.865Z[ recovery-image] Dec 19 00:52:50.429 INFO O| Dec 19 00:52:50.429 INFO STEP 164 (remove_files) COMPLETE
48052024-12-19T00:52:50.867Z[ recovery-image] Dec 19 00:52:50.429 INFO O| Dec 19 00:52:50.429 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-19T00:52:50.875Z[ recovery-image] Dec 19 00:52:50.439 INFO O| Dec 19 00:52:50.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48072024-12-19T00:52:50.875Z[ recovery-image] Dec 19 00:52:50.439 INFO O| Dec 19 00:52:50.439 INFO STEP 165 (remove_files) COMPLETE
48082024-12-19T00:52:50.875Z[ recovery-image] Dec 19 00:52:50.439 INFO O| Dec 19 00:52:50.439 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-19T00:52:50.887Z[ recovery-image] Dec 19 00:52:50.450 INFO O| Dec 19 00:52:50.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48102024-12-19T00:52:50.887Z[ recovery-image] Dec 19 00:52:50.450 INFO O| Dec 19 00:52:50.450 INFO STEP 166 (remove_files) COMPLETE
48112024-12-19T00:52:50.887Z[ recovery-image] Dec 19 00:52:50.450 INFO O| Dec 19 00:52:50.450 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-19T00:52:50.897Z[ recovery-image] Dec 19 00:52:50.461 INFO O| Dec 19 00:52:50.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48132024-12-19T00:52:50.897Z[ recovery-image] Dec 19 00:52:50.461 INFO O| Dec 19 00:52:50.461 INFO STEP 167 (remove_files) COMPLETE
48142024-12-19T00:52:50.900Z[ recovery-image] Dec 19 00:52:50.461 INFO O| Dec 19 00:52:50.461 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-19T00:52:50.908Z[ recovery-image] Dec 19 00:52:50.472 INFO O| Dec 19 00:52:50.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48162024-12-19T00:52:50.908Z[ recovery-image] Dec 19 00:52:50.472 INFO O| Dec 19 00:52:50.472 INFO STEP 168 (remove_files) COMPLETE
48172024-12-19T00:52:50.908Z[ recovery-image] Dec 19 00:52:50.472 INFO O| Dec 19 00:52:50.472 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-19T00:52:50.919Z[ recovery-image] Dec 19 00:52:50.483 INFO O| Dec 19 00:52:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48192024-12-19T00:52:50.919Z[ recovery-image] Dec 19 00:52:50.483 INFO O| Dec 19 00:52:50.483 INFO STEP 169 (remove_files) COMPLETE
48202024-12-19T00:52:50.919Z[ recovery-image] Dec 19 00:52:50.483 INFO O| Dec 19 00:52:50.483 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-19T00:52:50.930Z[ recovery-image] Dec 19 00:52:50.494 INFO O| Dec 19 00:52:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48222024-12-19T00:52:50.930Z[ recovery-image] Dec 19 00:52:50.494 INFO O| Dec 19 00:52:50.494 INFO STEP 170 (remove_files) COMPLETE
48232024-12-19T00:52:50.932Z[ recovery-image] Dec 19 00:52:50.494 INFO O| Dec 19 00:52:50.494 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-19T00:52:50.940Z[ recovery-image] Dec 19 00:52:50.504 INFO O| Dec 19 00:52:50.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48252024-12-19T00:52:50.940Z[ recovery-image] Dec 19 00:52:50.504 INFO O| Dec 19 00:52:50.504 INFO STEP 171 (remove_files) COMPLETE
48262024-12-19T00:52:50.940Z[ recovery-image] Dec 19 00:52:50.504 INFO O| Dec 19 00:52:50.504 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-19T00:52:50.950Z[ recovery-image] Dec 19 00:52:50.514 INFO O| Dec 19 00:52:50.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48282024-12-19T00:52:50.950Z[ recovery-image] Dec 19 00:52:50.514 INFO O| Dec 19 00:52:50.514 INFO STEP 172 (remove_files) COMPLETE
48292024-12-19T00:52:50.953Z[ recovery-image] Dec 19 00:52:50.514 INFO O| Dec 19 00:52:50.514 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-19T00:52:50.960Z[ recovery-image] Dec 19 00:52:50.524 INFO O| Dec 19 00:52:50.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48312024-12-19T00:52:50.960Z[ recovery-image] Dec 19 00:52:50.524 INFO O| Dec 19 00:52:50.524 INFO STEP 173 (remove_files) COMPLETE
48322024-12-19T00:52:50.962Z[ recovery-image] Dec 19 00:52:50.524 INFO O| Dec 19 00:52:50.524 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-19T00:52:50.970Z[ recovery-image] Dec 19 00:52:50.534 INFO O| Dec 19 00:52:50.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48342024-12-19T00:52:50.972Z[ recovery-image] Dec 19 00:52:50.534 INFO O| Dec 19 00:52:50.534 INFO STEP 174 (remove_files) COMPLETE
48352024-12-19T00:52:50.973Z[ recovery-image] Dec 19 00:52:50.534 INFO O| Dec 19 00:52:50.534 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-19T00:52:50.980Z[ recovery-image] Dec 19 00:52:50.544 INFO O| Dec 19 00:52:50.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48372024-12-19T00:52:50.980Z[ recovery-image] Dec 19 00:52:50.544 INFO O| Dec 19 00:52:50.544 INFO STEP 175 (remove_files) COMPLETE
48382024-12-19T00:52:50.980Z[ recovery-image] Dec 19 00:52:50.544 INFO O| Dec 19 00:52:50.544 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-19T00:52:50.990Z[ recovery-image] Dec 19 00:52:50.554 INFO O| Dec 19 00:52:50.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48402024-12-19T00:52:50.990Z[ recovery-image] Dec 19 00:52:50.554 INFO O| Dec 19 00:52:50.554 INFO STEP 176 (remove_files) COMPLETE
48412024-12-19T00:52:50.990Z[ recovery-image] Dec 19 00:52:50.554 INFO O| Dec 19 00:52:50.554 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-19T00:52:51.001Z[ recovery-image] Dec 19 00:52:50.564 INFO O| Dec 19 00:52:50.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48432024-12-19T00:52:51.001Z[ recovery-image] Dec 19 00:52:50.564 INFO O| Dec 19 00:52:50.564 INFO STEP 177 (remove_files) COMPLETE
48442024-12-19T00:52:51.001Z[ recovery-image] Dec 19 00:52:50.564 INFO O| Dec 19 00:52:50.564 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-19T00:52:51.011Z[ recovery-image] Dec 19 00:52:50.575 INFO O| Dec 19 00:52:50.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48462024-12-19T00:52:51.011Z[ recovery-image] Dec 19 00:52:50.575 INFO O| Dec 19 00:52:50.575 INFO STEP 178 (remove_files) COMPLETE
48472024-12-19T00:52:51.014Z[ recovery-image] Dec 19 00:52:50.575 INFO O| Dec 19 00:52:50.575 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-19T00:52:51.021Z[ recovery-image] Dec 19 00:52:50.585 INFO O| Dec 19 00:52:50.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48492024-12-19T00:52:51.024Z[ recovery-image] Dec 19 00:52:50.585 INFO O| Dec 19 00:52:50.585 INFO STEP 179 (remove_files) COMPLETE
48502024-12-19T00:52:51.024Z[ recovery-image] Dec 19 00:52:50.585 INFO O| Dec 19 00:52:50.585 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-19T00:52:51.031Z[ recovery-image] Dec 19 00:52:50.595 INFO O| Dec 19 00:52:50.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48522024-12-19T00:52:51.031Z[ recovery-image] Dec 19 00:52:50.595 INFO O| Dec 19 00:52:50.595 INFO STEP 180 (remove_files) COMPLETE
48532024-12-19T00:52:51.031Z[ recovery-image] Dec 19 00:52:50.595 INFO O| Dec 19 00:52:50.595 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-19T00:52:51.041Z[ recovery-image] Dec 19 00:52:50.605 INFO O| Dec 19 00:52:50.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48552024-12-19T00:52:51.041Z[ recovery-image] Dec 19 00:52:50.605 INFO O| Dec 19 00:52:50.605 INFO STEP 181 (remove_files) COMPLETE
48562024-12-19T00:52:51.045Z[ recovery-image] Dec 19 00:52:50.605 INFO O| Dec 19 00:52:50.605 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-19T00:52:51.051Z[ recovery-image] Dec 19 00:52:50.615 INFO O| Dec 19 00:52:50.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48582024-12-19T00:52:51.051Z[ recovery-image] Dec 19 00:52:50.615 INFO O| Dec 19 00:52:50.615 INFO STEP 182 (remove_files) COMPLETE
48592024-12-19T00:52:51.054Z[ recovery-image] Dec 19 00:52:50.615 INFO O| Dec 19 00:52:50.615 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-19T00:52:51.061Z[ recovery-image] Dec 19 00:52:50.625 INFO O| Dec 19 00:52:50.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48612024-12-19T00:52:51.061Z[ recovery-image] Dec 19 00:52:50.625 INFO O| Dec 19 00:52:50.625 INFO STEP 183 (remove_files) COMPLETE
48622024-12-19T00:52:51.064Z[ recovery-image] Dec 19 00:52:50.625 INFO O| Dec 19 00:52:50.625 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-19T00:52:51.071Z[ recovery-image] Dec 19 00:52:50.635 INFO O| Dec 19 00:52:50.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48642024-12-19T00:52:51.071Z[ recovery-image] Dec 19 00:52:50.635 INFO O| Dec 19 00:52:50.635 INFO STEP 184 (remove_files) COMPLETE
48652024-12-19T00:52:51.074Z[ recovery-image] Dec 19 00:52:50.635 INFO O| Dec 19 00:52:50.635 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-19T00:52:51.081Z[ recovery-image] Dec 19 00:52:50.645 INFO O| Dec 19 00:52:50.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48672024-12-19T00:52:51.084Z[ recovery-image] Dec 19 00:52:50.646 INFO O| Dec 19 00:52:50.646 INFO STEP 185 (remove_files) COMPLETE
48682024-12-19T00:52:51.084Z[ recovery-image] Dec 19 00:52:50.646 INFO O| Dec 19 00:52:50.646 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-19T00:52:51.092Z[ recovery-image] Dec 19 00:52:50.656 INFO O| Dec 19 00:52:50.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48702024-12-19T00:52:51.095Z[ recovery-image] Dec 19 00:52:50.656 INFO O| Dec 19 00:52:50.656 INFO STEP 186 (remove_files) COMPLETE
48712024-12-19T00:52:51.095Z[ recovery-image] Dec 19 00:52:50.656 INFO O| Dec 19 00:52:50.656 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-19T00:52:51.103Z[ recovery-image] Dec 19 00:52:50.666 INFO O| Dec 19 00:52:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48732024-12-19T00:52:51.103Z[ recovery-image] Dec 19 00:52:50.667 INFO O| Dec 19 00:52:50.667 INFO STEP 187 (remove_files) COMPLETE
48742024-12-19T00:52:51.103Z[ recovery-image] Dec 19 00:52:50.667 INFO O| Dec 19 00:52:50.667 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-19T00:52:51.114Z[ recovery-image] Dec 19 00:52:50.678 INFO O| Dec 19 00:52:50.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48762024-12-19T00:52:51.114Z[ recovery-image] Dec 19 00:52:50.678 INFO O| Dec 19 00:52:50.678 INFO STEP 188 (remove_files) COMPLETE
48772024-12-19T00:52:51.114Z[ recovery-image] Dec 19 00:52:50.678 INFO O| Dec 19 00:52:50.678 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-19T00:52:51.124Z[ recovery-image] Dec 19 00:52:50.688 INFO O| Dec 19 00:52:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48792024-12-19T00:52:51.127Z[ recovery-image] Dec 19 00:52:50.688 INFO O| Dec 19 00:52:50.688 INFO STEP 189 (remove_files) COMPLETE
48802024-12-19T00:52:51.127Z[ recovery-image] Dec 19 00:52:50.688 INFO O| Dec 19 00:52:50.688 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-19T00:52:51.135Z[ recovery-image] Dec 19 00:52:50.699 INFO O| Dec 19 00:52:50.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48822024-12-19T00:52:51.135Z[ recovery-image] Dec 19 00:52:50.699 INFO O| Dec 19 00:52:50.699 INFO STEP 190 (remove_files) COMPLETE
48832024-12-19T00:52:51.138Z[ recovery-image] Dec 19 00:52:50.699 INFO O| Dec 19 00:52:50.699 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-19T00:52:51.146Z[ recovery-image] Dec 19 00:52:50.710 INFO O| Dec 19 00:52:50.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48852024-12-19T00:52:51.146Z[ recovery-image] Dec 19 00:52:50.710 INFO O| Dec 19 00:52:50.710 INFO STEP 191 (remove_files) COMPLETE
48862024-12-19T00:52:51.148Z[ recovery-image] Dec 19 00:52:50.710 INFO O| Dec 19 00:52:50.710 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-19T00:52:51.156Z[ recovery-image] Dec 19 00:52:50.720 INFO O| Dec 19 00:52:50.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48882024-12-19T00:52:51.156Z[ recovery-image] Dec 19 00:52:50.720 INFO O| Dec 19 00:52:50.720 INFO STEP 192 (remove_files) COMPLETE
48892024-12-19T00:52:51.158Z[ recovery-image] Dec 19 00:52:50.720 INFO O| Dec 19 00:52:50.720 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-19T00:52:51.166Z[ recovery-image] Dec 19 00:52:50.730 INFO O| Dec 19 00:52:50.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48912024-12-19T00:52:51.168Z[ recovery-image] Dec 19 00:52:50.730 INFO O| Dec 19 00:52:50.730 INFO STEP 193 (remove_files) COMPLETE
48922024-12-19T00:52:51.168Z[ recovery-image] Dec 19 00:52:50.730 INFO O| Dec 19 00:52:50.730 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-19T00:52:51.175Z[ recovery-image] Dec 19 00:52:50.739 INFO O| Dec 19 00:52:50.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48942024-12-19T00:52:51.175Z[ recovery-image] Dec 19 00:52:50.739 INFO O| Dec 19 00:52:50.739 INFO STEP 194 (remove_files) COMPLETE
48952024-12-19T00:52:51.178Z[ recovery-image] Dec 19 00:52:50.739 INFO O| Dec 19 00:52:50.739 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-19T00:52:51.185Z[ recovery-image] Dec 19 00:52:50.749 INFO O| Dec 19 00:52:50.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48972024-12-19T00:52:51.185Z[ recovery-image] Dec 19 00:52:50.749 INFO O| Dec 19 00:52:50.749 INFO STEP 195 (remove_files) COMPLETE
48982024-12-19T00:52:51.187Z[ recovery-image] Dec 19 00:52:50.749 INFO O| Dec 19 00:52:50.749 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-19T00:52:51.195Z[ recovery-image] Dec 19 00:52:50.759 INFO O| Dec 19 00:52:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49002024-12-19T00:52:51.197Z[ recovery-image] Dec 19 00:52:50.759 INFO O| Dec 19 00:52:50.759 INFO STEP 196 (remove_files) COMPLETE
49012024-12-19T00:52:51.197Z[ recovery-image] Dec 19 00:52:50.759 INFO O| Dec 19 00:52:50.759 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-19T00:52:51.204Z[ recovery-image] Dec 19 00:52:50.768 INFO O| Dec 19 00:52:50.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49032024-12-19T00:52:51.204Z[ recovery-image] Dec 19 00:52:50.768 INFO O| Dec 19 00:52:50.768 INFO STEP 197 (remove_files) COMPLETE
49042024-12-19T00:52:51.204Z[ recovery-image] Dec 19 00:52:50.768 INFO O| Dec 19 00:52:50.768 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-19T00:52:51.215Z[ recovery-image] Dec 19 00:52:50.779 INFO O| Dec 19 00:52:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49062024-12-19T00:52:51.215Z[ recovery-image] Dec 19 00:52:50.779 INFO O| Dec 19 00:52:50.779 INFO STEP 198 (remove_files) COMPLETE
49072024-12-19T00:52:51.215Z[ recovery-image] Dec 19 00:52:50.779 INFO O| Dec 19 00:52:50.779 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-19T00:52:51.225Z[ recovery-image] Dec 19 00:52:50.789 INFO O| Dec 19 00:52:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49092024-12-19T00:52:51.225Z[ recovery-image] Dec 19 00:52:50.789 INFO O| Dec 19 00:52:50.789 INFO STEP 199 (remove_files) COMPLETE
49102024-12-19T00:52:51.225Z[ recovery-image] Dec 19 00:52:50.789 INFO O| Dec 19 00:52:50.789 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-19T00:52:51.235Z[ recovery-image] Dec 19 00:52:50.799 INFO O| Dec 19 00:52:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49122024-12-19T00:52:51.236Z[ recovery-image] Dec 19 00:52:50.799 INFO O| Dec 19 00:52:50.799 INFO STEP 200 (remove_files) COMPLETE
49132024-12-19T00:52:51.236Z[ recovery-image] Dec 19 00:52:50.800 INFO O| Dec 19 00:52:50.799 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-19T00:52:51.245Z[ recovery-image] Dec 19 00:52:50.809 INFO O| Dec 19 00:52:50.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49152024-12-19T00:52:51.248Z[ recovery-image] Dec 19 00:52:50.809 INFO O| Dec 19 00:52:50.809 INFO STEP 201 (remove_files) COMPLETE
49162024-12-19T00:52:51.248Z[ recovery-image] Dec 19 00:52:50.809 INFO O| Dec 19 00:52:50.809 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-19T00:52:51.257Z[ recovery-image] Dec 19 00:52:50.821 INFO O| Dec 19 00:52:50.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49182024-12-19T00:52:51.257Z[ recovery-image] Dec 19 00:52:50.821 INFO O| Dec 19 00:52:50.821 INFO STEP 202 (remove_files) COMPLETE
49192024-12-19T00:52:51.260Z[ recovery-image] Dec 19 00:52:50.821 INFO O| Dec 19 00:52:50.821 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-19T00:52:51.267Z[ recovery-image] Dec 19 00:52:50.831 INFO O| Dec 19 00:52:50.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49212024-12-19T00:52:51.267Z[ recovery-image] Dec 19 00:52:50.831 INFO O| Dec 19 00:52:50.831 INFO STEP 203 (remove_files) COMPLETE
49222024-12-19T00:52:51.267Z[ recovery-image] Dec 19 00:52:50.831 INFO O| Dec 19 00:52:50.831 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-19T00:52:51.276Z[ recovery-image] Dec 19 00:52:50.840 INFO O| Dec 19 00:52:50.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49242024-12-19T00:52:51.279Z[ recovery-image] Dec 19 00:52:50.841 INFO O| Dec 19 00:52:50.840 INFO STEP 204 (remove_files) COMPLETE
49252024-12-19T00:52:51.279Z[ recovery-image] Dec 19 00:52:50.841 INFO O| Dec 19 00:52:50.840 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-19T00:52:51.286Z[ recovery-image] Dec 19 00:52:50.850 INFO O| Dec 19 00:52:50.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49272024-12-19T00:52:51.289Z[ recovery-image] Dec 19 00:52:50.850 INFO O| Dec 19 00:52:50.850 INFO STEP 205 (remove_files) COMPLETE
49282024-12-19T00:52:51.289Z[ recovery-image] Dec 19 00:52:50.850 INFO O| Dec 19 00:52:50.850 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-19T00:52:51.296Z[ recovery-image] Dec 19 00:52:50.860 INFO O| Dec 19 00:52:50.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49302024-12-19T00:52:51.296Z[ recovery-image] Dec 19 00:52:50.860 INFO O| Dec 19 00:52:50.860 INFO STEP 206 (remove_files) COMPLETE
49312024-12-19T00:52:51.299Z[ recovery-image] Dec 19 00:52:50.860 INFO O| Dec 19 00:52:50.860 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-19T00:52:51.306Z[ recovery-image] Dec 19 00:52:50.870 INFO O| Dec 19 00:52:50.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49332024-12-19T00:52:51.308Z[ recovery-image] Dec 19 00:52:50.870 INFO O| Dec 19 00:52:50.870 INFO STEP 207 (remove_files) COMPLETE
49342024-12-19T00:52:51.309Z[ recovery-image] Dec 19 00:52:50.870 INFO O| Dec 19 00:52:50.870 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-19T00:52:51.315Z[ recovery-image] Dec 19 00:52:50.879 INFO O| Dec 19 00:52:50.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49362024-12-19T00:52:51.318Z[ recovery-image] Dec 19 00:52:50.879 INFO O| Dec 19 00:52:50.879 INFO STEP 208 (remove_files) COMPLETE
49372024-12-19T00:52:51.318Z[ recovery-image] Dec 19 00:52:50.879 INFO O| Dec 19 00:52:50.879 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-19T00:52:51.325Z[ recovery-image] Dec 19 00:52:50.889 INFO O| Dec 19 00:52:50.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49392024-12-19T00:52:51.325Z[ recovery-image] Dec 19 00:52:50.889 INFO O| Dec 19 00:52:50.889 INFO STEP 209 (remove_files) COMPLETE
49402024-12-19T00:52:51.325Z[ recovery-image] Dec 19 00:52:50.889 INFO O| Dec 19 00:52:50.889 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-19T00:52:51.335Z[ recovery-image] Dec 19 00:52:50.899 INFO O| Dec 19 00:52:50.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49422024-12-19T00:52:51.335Z[ recovery-image] Dec 19 00:52:50.899 INFO O| Dec 19 00:52:50.899 INFO STEP 210 (remove_files) COMPLETE
49432024-12-19T00:52:51.335Z[ recovery-image] Dec 19 00:52:50.899 INFO O| Dec 19 00:52:50.899 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-19T00:52:51.345Z[ recovery-image] Dec 19 00:52:50.909 INFO O| Dec 19 00:52:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49452024-12-19T00:52:51.347Z[ recovery-image] Dec 19 00:52:50.909 INFO O| Dec 19 00:52:50.909 INFO STEP 211 (remove_files) COMPLETE
49462024-12-19T00:52:51.347Z[ recovery-image] Dec 19 00:52:50.909 INFO O| Dec 19 00:52:50.909 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-19T00:52:51.354Z[ recovery-image] Dec 19 00:52:50.918 INFO O| Dec 19 00:52:50.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49482024-12-19T00:52:51.357Z[ recovery-image] Dec 19 00:52:50.918 INFO O| Dec 19 00:52:50.918 INFO STEP 212 (remove_files) COMPLETE
49492024-12-19T00:52:51.357Z[ recovery-image] Dec 19 00:52:50.918 INFO O| Dec 19 00:52:50.918 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-19T00:52:51.364Z[ recovery-image] Dec 19 00:52:50.928 INFO O| Dec 19 00:52:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49512024-12-19T00:52:51.364Z[ recovery-image] Dec 19 00:52:50.928 INFO O| Dec 19 00:52:50.928 INFO STEP 213 (remove_files) COMPLETE
49522024-12-19T00:52:51.364Z[ recovery-image] Dec 19 00:52:50.928 INFO O| Dec 19 00:52:50.928 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-19T00:52:51.373Z[ recovery-image] Dec 19 00:52:50.937 INFO O| Dec 19 00:52:50.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49542024-12-19T00:52:51.373Z[ recovery-image] Dec 19 00:52:50.937 INFO O| Dec 19 00:52:50.937 INFO STEP 214 (remove_files) COMPLETE
49552024-12-19T00:52:51.376Z[ recovery-image] Dec 19 00:52:50.937 INFO O| Dec 19 00:52:50.937 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-19T00:52:51.383Z[ recovery-image] Dec 19 00:52:50.947 INFO O| Dec 19 00:52:50.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49572024-12-19T00:52:51.383Z[ recovery-image] Dec 19 00:52:50.947 INFO O| Dec 19 00:52:50.947 INFO STEP 215 (remove_files) COMPLETE
49582024-12-19T00:52:51.383Z[ recovery-image] Dec 19 00:52:50.947 INFO O| Dec 19 00:52:50.947 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-19T00:52:51.393Z[ recovery-image] Dec 19 00:52:50.957 INFO O| Dec 19 00:52:50.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49602024-12-19T00:52:51.393Z[ recovery-image] Dec 19 00:52:50.957 INFO O| Dec 19 00:52:50.957 INFO STEP 216 (remove_files) COMPLETE
49612024-12-19T00:52:51.393Z[ recovery-image] Dec 19 00:52:50.957 INFO O| Dec 19 00:52:50.957 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-19T00:52:51.403Z[ recovery-image] Dec 19 00:52:50.967 INFO O| Dec 19 00:52:50.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49632024-12-19T00:52:51.406Z[ recovery-image] Dec 19 00:52:50.967 INFO O| Dec 19 00:52:50.967 INFO STEP 217 (remove_files) COMPLETE
49642024-12-19T00:52:51.406Z[ recovery-image] Dec 19 00:52:50.967 INFO O| Dec 19 00:52:50.967 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-19T00:52:51.413Z[ recovery-image] Dec 19 00:52:50.977 INFO O| Dec 19 00:52:50.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49662024-12-19T00:52:51.416Z[ recovery-image] Dec 19 00:52:50.977 INFO O| Dec 19 00:52:50.977 INFO STEP 218 (remove_files) COMPLETE
49672024-12-19T00:52:51.416Z[ recovery-image] Dec 19 00:52:50.977 INFO O| Dec 19 00:52:50.977 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-19T00:52:51.423Z[ recovery-image] Dec 19 00:52:50.986 INFO O| Dec 19 00:52:50.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49692024-12-19T00:52:51.423Z[ recovery-image] Dec 19 00:52:50.986 INFO O| Dec 19 00:52:50.986 INFO STEP 219 (remove_files) COMPLETE
49702024-12-19T00:52:51.423Z[ recovery-image] Dec 19 00:52:50.986 INFO O| Dec 19 00:52:50.986 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-19T00:52:51.432Z[ recovery-image] Dec 19 00:52:50.996 INFO O| Dec 19 00:52:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49722024-12-19T00:52:51.435Z[ recovery-image] Dec 19 00:52:50.996 INFO O| Dec 19 00:52:50.996 INFO STEP 220 (remove_files) COMPLETE
49732024-12-19T00:52:51.435Z[ recovery-image] Dec 19 00:52:50.996 INFO O| Dec 19 00:52:50.996 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-19T00:52:51.443Z[ recovery-image] Dec 19 00:52:51.007 INFO O| Dec 19 00:52:51.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49752024-12-19T00:52:51.443Z[ recovery-image] Dec 19 00:52:51.007 INFO O| Dec 19 00:52:51.007 INFO STEP 221 (remove_files) COMPLETE
49762024-12-19T00:52:51.443Z[ recovery-image] Dec 19 00:52:51.007 INFO O| Dec 19 00:52:51.007 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-19T00:52:51.454Z[ recovery-image] Dec 19 00:52:51.018 INFO O| Dec 19 00:52:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49782024-12-19T00:52:51.457Z[ recovery-image] Dec 19 00:52:51.018 INFO O| Dec 19 00:52:51.018 INFO STEP 222 (remove_files) COMPLETE
49792024-12-19T00:52:51.457Z[ recovery-image] Dec 19 00:52:51.018 INFO O| Dec 19 00:52:51.018 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-19T00:52:51.463Z[ recovery-image] Dec 19 00:52:51.027 INFO O| Dec 19 00:52:51.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49812024-12-19T00:52:51.463Z[ recovery-image] Dec 19 00:52:51.027 INFO O| Dec 19 00:52:51.027 INFO STEP 223 (remove_files) COMPLETE
49822024-12-19T00:52:51.466Z[ recovery-image] Dec 19 00:52:51.027 INFO O| Dec 19 00:52:51.027 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-19T00:52:51.473Z[ recovery-image] Dec 19 00:52:51.037 INFO O| Dec 19 00:52:51.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49842024-12-19T00:52:51.473Z[ recovery-image] Dec 19 00:52:51.037 INFO O| Dec 19 00:52:51.037 INFO STEP 224 (remove_files) COMPLETE
49852024-12-19T00:52:51.476Z[ recovery-image] Dec 19 00:52:51.037 INFO O| Dec 19 00:52:51.037 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-19T00:52:51.483Z[ recovery-image] Dec 19 00:52:51.047 INFO O| Dec 19 00:52:51.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49872024-12-19T00:52:51.483Z[ recovery-image] Dec 19 00:52:51.047 INFO O| Dec 19 00:52:51.047 INFO STEP 225 (remove_files) COMPLETE
49882024-12-19T00:52:51.486Z[ recovery-image] Dec 19 00:52:51.048 INFO O| Dec 19 00:52:51.047 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-19T00:52:51.495Z[ recovery-image] Dec 19 00:52:51.059 INFO O| Dec 19 00:52:51.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49902024-12-19T00:52:51.498Z[ recovery-image] Dec 19 00:52:51.059 INFO O| Dec 19 00:52:51.059 INFO STEP 226 (remove_files) COMPLETE
49912024-12-19T00:52:51.498Z[ recovery-image] Dec 19 00:52:51.059 INFO O| Dec 19 00:52:51.059 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-19T00:52:51.505Z[ recovery-image] Dec 19 00:52:51.069 INFO O| Dec 19 00:52:51.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49932024-12-19T00:52:51.507Z[ recovery-image] Dec 19 00:52:51.069 INFO O| Dec 19 00:52:51.069 INFO STEP 227 (remove_files) COMPLETE
49942024-12-19T00:52:51.507Z[ recovery-image] Dec 19 00:52:51.069 INFO O| Dec 19 00:52:51.069 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-19T00:52:51.514Z[ recovery-image] Dec 19 00:52:51.078 INFO O| Dec 19 00:52:51.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49962024-12-19T00:52:51.514Z[ recovery-image] Dec 19 00:52:51.078 INFO O| Dec 19 00:52:51.078 INFO STEP 228 (remove_files) COMPLETE
49972024-12-19T00:52:51.517Z[ recovery-image] Dec 19 00:52:51.078 INFO O| Dec 19 00:52:51.078 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-19T00:52:51.524Z[ recovery-image] Dec 19 00:52:51.088 INFO O| Dec 19 00:52:51.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49992024-12-19T00:52:51.524Z[ recovery-image] Dec 19 00:52:51.088 INFO O| Dec 19 00:52:51.088 INFO STEP 229 (remove_files) COMPLETE
50002024-12-19T00:52:51.529Z[ recovery-image] Dec 19 00:52:51.088 INFO O| Dec 19 00:52:51.088 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-19T00:52:51.535Z[ recovery-image] Dec 19 00:52:51.098 INFO O| Dec 19 00:52:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50022024-12-19T00:52:51.535Z[ recovery-image] Dec 19 00:52:51.098 INFO O| Dec 19 00:52:51.098 INFO STEP 230 (remove_files) COMPLETE
50032024-12-19T00:52:51.535Z[ recovery-image] Dec 19 00:52:51.098 INFO O| Dec 19 00:52:51.098 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-19T00:52:51.544Z[ recovery-image] Dec 19 00:52:51.108 INFO O| Dec 19 00:52:51.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50052024-12-19T00:52:51.544Z[ recovery-image] Dec 19 00:52:51.108 INFO O| Dec 19 00:52:51.108 INFO STEP 231 (remove_files) COMPLETE
50062024-12-19T00:52:51.546Z[ recovery-image] Dec 19 00:52:51.108 INFO O| Dec 19 00:52:51.108 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-19T00:52:51.554Z[ recovery-image] Dec 19 00:52:51.118 INFO O| Dec 19 00:52:51.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50082024-12-19T00:52:51.554Z[ recovery-image] Dec 19 00:52:51.118 INFO O| Dec 19 00:52:51.118 INFO STEP 232 (remove_files) COMPLETE
50092024-12-19T00:52:51.557Z[ recovery-image] Dec 19 00:52:51.118 INFO O| Dec 19 00:52:51.118 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-19T00:52:51.564Z[ recovery-image] Dec 19 00:52:51.128 INFO O| Dec 19 00:52:51.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50112024-12-19T00:52:51.564Z[ recovery-image] Dec 19 00:52:51.128 INFO O| Dec 19 00:52:51.128 INFO STEP 233 (remove_files) COMPLETE
50122024-12-19T00:52:51.567Z[ recovery-image] Dec 19 00:52:51.128 INFO O| Dec 19 00:52:51.128 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-19T00:52:51.574Z[ recovery-image] Dec 19 00:52:51.138 INFO O| Dec 19 00:52:51.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50142024-12-19T00:52:51.574Z[ recovery-image] Dec 19 00:52:51.138 INFO O| Dec 19 00:52:51.138 INFO STEP 234 (remove_files) COMPLETE
50152024-12-19T00:52:51.574Z[ recovery-image] Dec 19 00:52:51.138 INFO O| Dec 19 00:52:51.138 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-19T00:52:51.584Z[ recovery-image] Dec 19 00:52:51.148 INFO O| Dec 19 00:52:51.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50172024-12-19T00:52:51.584Z[ recovery-image] Dec 19 00:52:51.148 INFO O| Dec 19 00:52:51.148 INFO STEP 235 (remove_files) COMPLETE
50182024-12-19T00:52:51.584Z[ recovery-image] Dec 19 00:52:51.148 INFO O| Dec 19 00:52:51.148 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-19T00:52:51.594Z[ recovery-image] Dec 19 00:52:51.157 INFO O| Dec 19 00:52:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50202024-12-19T00:52:51.594Z[ recovery-image] Dec 19 00:52:51.158 INFO O| Dec 19 00:52:51.157 INFO STEP 236 (remove_files) COMPLETE
50212024-12-19T00:52:51.596Z[ recovery-image] Dec 19 00:52:51.158 INFO O| Dec 19 00:52:51.157 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-19T00:52:51.603Z[ recovery-image] Dec 19 00:52:51.167 INFO O| Dec 19 00:52:51.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50232024-12-19T00:52:51.603Z[ recovery-image] Dec 19 00:52:51.167 INFO O| Dec 19 00:52:51.167 INFO STEP 237 (remove_files) COMPLETE
50242024-12-19T00:52:51.606Z[ recovery-image] Dec 19 00:52:51.167 INFO O| Dec 19 00:52:51.167 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-19T00:52:51.613Z[ recovery-image] Dec 19 00:52:51.177 INFO O| Dec 19 00:52:51.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50262024-12-19T00:52:51.614Z[ recovery-image] Dec 19 00:52:51.177 INFO O| Dec 19 00:52:51.177 INFO STEP 238 (remove_files) COMPLETE
50272024-12-19T00:52:51.616Z[ recovery-image] Dec 19 00:52:51.177 INFO O| Dec 19 00:52:51.177 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-19T00:52:51.623Z[ recovery-image] Dec 19 00:52:51.187 INFO O| Dec 19 00:52:51.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50292024-12-19T00:52:51.623Z[ recovery-image] Dec 19 00:52:51.187 INFO O| Dec 19 00:52:51.187 INFO STEP 239 (remove_files) COMPLETE
50302024-12-19T00:52:51.626Z[ recovery-image] Dec 19 00:52:51.187 INFO O| Dec 19 00:52:51.187 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-19T00:52:51.635Z[ recovery-image] Dec 19 00:52:51.198 INFO O| Dec 19 00:52:51.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50322024-12-19T00:52:51.635Z[ recovery-image] Dec 19 00:52:51.198 INFO O| Dec 19 00:52:51.198 INFO STEP 240 (remove_files) COMPLETE
50332024-12-19T00:52:51.637Z[ recovery-image] Dec 19 00:52:51.198 INFO O| Dec 19 00:52:51.198 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-19T00:52:51.645Z[ recovery-image] Dec 19 00:52:51.209 INFO O| Dec 19 00:52:51.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50352024-12-19T00:52:51.645Z[ recovery-image] Dec 19 00:52:51.209 INFO O| Dec 19 00:52:51.209 INFO STEP 241 (remove_files) COMPLETE
50362024-12-19T00:52:51.648Z[ recovery-image] Dec 19 00:52:51.209 INFO O| Dec 19 00:52:51.209 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-19T00:52:51.656Z[ recovery-image] Dec 19 00:52:51.220 INFO O| Dec 19 00:52:51.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50382024-12-19T00:52:51.658Z[ recovery-image] Dec 19 00:52:51.220 INFO O| Dec 19 00:52:51.220 INFO STEP 242 (remove_files) COMPLETE
50392024-12-19T00:52:51.658Z[ recovery-image] Dec 19 00:52:51.220 INFO O| Dec 19 00:52:51.220 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-19T00:52:51.667Z[ recovery-image] Dec 19 00:52:51.231 INFO O| Dec 19 00:52:51.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50412024-12-19T00:52:51.669Z[ recovery-image] Dec 19 00:52:51.231 INFO O| Dec 19 00:52:51.231 INFO STEP 243 (remove_files) COMPLETE
50422024-12-19T00:52:51.669Z[ recovery-image] Dec 19 00:52:51.231 INFO O| Dec 19 00:52:51.231 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-19T00:52:51.677Z[ recovery-image] Dec 19 00:52:51.241 INFO O| Dec 19 00:52:51.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50442024-12-19T00:52:51.677Z[ recovery-image] Dec 19 00:52:51.241 INFO O| Dec 19 00:52:51.241 INFO STEP 244 (remove_files) COMPLETE
50452024-12-19T00:52:51.677Z[ recovery-image] Dec 19 00:52:51.241 INFO O| Dec 19 00:52:51.241 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-19T00:52:51.686Z[ recovery-image] Dec 19 00:52:51.250 INFO O| Dec 19 00:52:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50472024-12-19T00:52:51.686Z[ recovery-image] Dec 19 00:52:51.250 INFO O| Dec 19 00:52:51.250 INFO STEP 245 (remove_files) COMPLETE
50482024-12-19T00:52:51.689Z[ recovery-image] Dec 19 00:52:51.250 INFO O| Dec 19 00:52:51.250 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-19T00:52:51.698Z[ recovery-image] Dec 19 00:52:51.260 INFO O| Dec 19 00:52:51.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50502024-12-19T00:52:51.698Z[ recovery-image] Dec 19 00:52:51.260 INFO O| Dec 19 00:52:51.260 INFO STEP 246 (remove_files) COMPLETE
50512024-12-19T00:52:51.698Z[ recovery-image] Dec 19 00:52:51.260 INFO O| Dec 19 00:52:51.260 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-19T00:52:51.705Z[ recovery-image] Dec 19 00:52:51.269 INFO O| Dec 19 00:52:51.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50532024-12-19T00:52:51.708Z[ recovery-image] Dec 19 00:52:51.269 INFO O| Dec 19 00:52:51.269 INFO STEP 247 (remove_files) COMPLETE
50542024-12-19T00:52:51.708Z[ recovery-image] Dec 19 00:52:51.269 INFO O| Dec 19 00:52:51.269 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-19T00:52:51.715Z[ recovery-image] Dec 19 00:52:51.279 INFO O| Dec 19 00:52:51.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50562024-12-19T00:52:51.715Z[ recovery-image] Dec 19 00:52:51.279 INFO O| Dec 19 00:52:51.279 INFO STEP 248 (remove_files) COMPLETE
50572024-12-19T00:52:51.717Z[ recovery-image] Dec 19 00:52:51.279 INFO O| Dec 19 00:52:51.279 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-19T00:52:51.724Z[ recovery-image] Dec 19 00:52:51.288 INFO O| Dec 19 00:52:51.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50592024-12-19T00:52:51.724Z[ recovery-image] Dec 19 00:52:51.288 INFO O| Dec 19 00:52:51.288 INFO STEP 249 (remove_files) COMPLETE
50602024-12-19T00:52:51.727Z[ recovery-image] Dec 19 00:52:51.288 INFO O| Dec 19 00:52:51.288 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-19T00:52:51.734Z[ recovery-image] Dec 19 00:52:51.298 INFO O| Dec 19 00:52:51.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50622024-12-19T00:52:51.734Z[ recovery-image] Dec 19 00:52:51.298 INFO O| Dec 19 00:52:51.298 INFO STEP 250 (remove_files) COMPLETE
50632024-12-19T00:52:51.737Z[ recovery-image] Dec 19 00:52:51.298 INFO O| Dec 19 00:52:51.298 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-19T00:52:51.743Z[ recovery-image] Dec 19 00:52:51.307 INFO O| Dec 19 00:52:51.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50652024-12-19T00:52:51.743Z[ recovery-image] Dec 19 00:52:51.307 INFO O| Dec 19 00:52:51.307 INFO STEP 251 (remove_files) COMPLETE
50662024-12-19T00:52:51.743Z[ recovery-image] Dec 19 00:52:51.307 INFO O| Dec 19 00:52:51.307 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-19T00:52:51.753Z[ recovery-image] Dec 19 00:52:51.317 INFO O| Dec 19 00:52:51.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50682024-12-19T00:52:51.753Z[ recovery-image] Dec 19 00:52:51.317 INFO O| Dec 19 00:52:51.317 INFO STEP 252 (remove_files) COMPLETE
50692024-12-19T00:52:51.755Z[ recovery-image] Dec 19 00:52:51.317 INFO O| Dec 19 00:52:51.317 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-19T00:52:51.762Z[ recovery-image] Dec 19 00:52:51.326 INFO O| Dec 19 00:52:51.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50712024-12-19T00:52:51.763Z[ recovery-image] Dec 19 00:52:51.327 INFO O| Dec 19 00:52:51.326 INFO STEP 253 (remove_files) COMPLETE
50722024-12-19T00:52:51.763Z[ recovery-image] Dec 19 00:52:51.327 INFO O| Dec 19 00:52:51.326 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-19T00:52:51.773Z[ recovery-image] Dec 19 00:52:51.336 INFO O| Dec 19 00:52:51.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50742024-12-19T00:52:51.773Z[ recovery-image] Dec 19 00:52:51.337 INFO O| Dec 19 00:52:51.337 INFO STEP 254 (remove_files) COMPLETE
50752024-12-19T00:52:51.773Z[ recovery-image] Dec 19 00:52:51.337 INFO O| Dec 19 00:52:51.337 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-19T00:52:51.782Z[ recovery-image] Dec 19 00:52:51.346 INFO O| Dec 19 00:52:51.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50772024-12-19T00:52:51.782Z[ recovery-image] Dec 19 00:52:51.346 INFO O| Dec 19 00:52:51.346 INFO STEP 255 (remove_files) COMPLETE
50782024-12-19T00:52:51.782Z[ recovery-image] Dec 19 00:52:51.346 INFO O| Dec 19 00:52:51.346 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-19T00:52:51.792Z[ recovery-image] Dec 19 00:52:51.356 INFO O| Dec 19 00:52:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50802024-12-19T00:52:51.792Z[ recovery-image] Dec 19 00:52:51.356 INFO O| Dec 19 00:52:51.356 INFO STEP 256 (remove_files) COMPLETE
50812024-12-19T00:52:51.792Z[ recovery-image] Dec 19 00:52:51.356 INFO O| Dec 19 00:52:51.356 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-19T00:52:51.801Z[ recovery-image] Dec 19 00:52:51.365 INFO O| Dec 19 00:52:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50832024-12-19T00:52:51.802Z[ recovery-image] Dec 19 00:52:51.365 INFO O| Dec 19 00:52:51.365 INFO STEP 257 (remove_files) COMPLETE
50842024-12-19T00:52:51.804Z[ recovery-image] Dec 19 00:52:51.365 INFO O| Dec 19 00:52:51.365 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-19T00:52:51.811Z[ recovery-image] Dec 19 00:52:51.375 INFO O| Dec 19 00:52:51.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50862024-12-19T00:52:51.811Z[ recovery-image] Dec 19 00:52:51.375 INFO O| Dec 19 00:52:51.375 INFO STEP 258 (remove_files) COMPLETE
50872024-12-19T00:52:51.814Z[ recovery-image] Dec 19 00:52:51.375 INFO O| Dec 19 00:52:51.375 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-19T00:52:51.821Z[ recovery-image] Dec 19 00:52:51.385 INFO O| Dec 19 00:52:51.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50892024-12-19T00:52:51.821Z[ recovery-image] Dec 19 00:52:51.385 INFO O| Dec 19 00:52:51.385 INFO STEP 259 (remove_files) COMPLETE
50902024-12-19T00:52:51.824Z[ recovery-image] Dec 19 00:52:51.385 INFO O| Dec 19 00:52:51.385 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-19T00:52:51.830Z[ recovery-image] Dec 19 00:52:51.394 INFO O| Dec 19 00:52:51.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50922024-12-19T00:52:51.832Z[ recovery-image] Dec 19 00:52:51.394 INFO O| Dec 19 00:52:51.394 INFO STEP 260 (remove_files) COMPLETE
50932024-12-19T00:52:51.833Z[ recovery-image] Dec 19 00:52:51.394 INFO O| Dec 19 00:52:51.394 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-19T00:52:51.840Z[ recovery-image] Dec 19 00:52:51.404 INFO O| Dec 19 00:52:51.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50952024-12-19T00:52:51.840Z[ recovery-image] Dec 19 00:52:51.404 INFO O| Dec 19 00:52:51.404 INFO STEP 261 (remove_files) COMPLETE
50962024-12-19T00:52:51.843Z[ recovery-image] Dec 19 00:52:51.404 INFO O| Dec 19 00:52:51.404 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-19T00:52:51.850Z[ recovery-image] Dec 19 00:52:51.414 INFO O| Dec 19 00:52:51.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50982024-12-19T00:52:51.850Z[ recovery-image] Dec 19 00:52:51.414 INFO O| Dec 19 00:52:51.414 INFO STEP 262 (remove_files) COMPLETE
50992024-12-19T00:52:51.850Z[ recovery-image] Dec 19 00:52:51.414 INFO O| Dec 19 00:52:51.414 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-19T00:52:51.861Z[ recovery-image] Dec 19 00:52:51.425 INFO O| Dec 19 00:52:51.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51012024-12-19T00:52:51.861Z[ recovery-image] Dec 19 00:52:51.425 INFO O| Dec 19 00:52:51.425 INFO STEP 263 (remove_files) COMPLETE
51022024-12-19T00:52:51.863Z[ recovery-image] Dec 19 00:52:51.425 INFO O| Dec 19 00:52:51.425 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-19T00:52:51.871Z[ recovery-image] Dec 19 00:52:51.435 INFO O| Dec 19 00:52:51.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51042024-12-19T00:52:51.871Z[ recovery-image] Dec 19 00:52:51.435 INFO O| Dec 19 00:52:51.435 INFO STEP 264 (remove_files) COMPLETE
51052024-12-19T00:52:51.871Z[ recovery-image] Dec 19 00:52:51.435 INFO O| Dec 19 00:52:51.435 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-19T00:52:51.880Z[ recovery-image] Dec 19 00:52:51.444 INFO O| Dec 19 00:52:51.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51072024-12-19T00:52:51.880Z[ recovery-image] Dec 19 00:52:51.444 INFO O| Dec 19 00:52:51.444 INFO STEP 265 (remove_files) COMPLETE
51082024-12-19T00:52:51.883Z[ recovery-image] Dec 19 00:52:51.444 INFO O| Dec 19 00:52:51.444 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-19T00:52:51.890Z[ recovery-image] Dec 19 00:52:51.454 INFO O| Dec 19 00:52:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51102024-12-19T00:52:51.890Z[ recovery-image] Dec 19 00:52:51.454 INFO O| Dec 19 00:52:51.454 INFO STEP 266 (remove_files) COMPLETE
51112024-12-19T00:52:51.892Z[ recovery-image] Dec 19 00:52:51.454 INFO O| Dec 19 00:52:51.454 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-19T00:52:51.900Z[ recovery-image] Dec 19 00:52:51.464 INFO O| Dec 19 00:52:51.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51132024-12-19T00:52:51.900Z[ recovery-image] Dec 19 00:52:51.464 INFO O| Dec 19 00:52:51.464 INFO STEP 267 (remove_files) COMPLETE
51142024-12-19T00:52:51.900Z[ recovery-image] Dec 19 00:52:51.464 INFO O| Dec 19 00:52:51.464 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-19T00:52:51.910Z[ recovery-image] Dec 19 00:52:51.473 INFO O| Dec 19 00:52:51.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51162024-12-19T00:52:51.910Z[ recovery-image] Dec 19 00:52:51.473 INFO O| Dec 19 00:52:51.473 INFO STEP 268 (remove_files) COMPLETE
51172024-12-19T00:52:51.910Z[ recovery-image] Dec 19 00:52:51.474 INFO O| Dec 19 00:52:51.473 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-19T00:52:51.919Z[ recovery-image] Dec 19 00:52:51.483 INFO O| Dec 19 00:52:51.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51192024-12-19T00:52:51.922Z[ recovery-image] Dec 19 00:52:51.483 INFO O| Dec 19 00:52:51.483 INFO STEP 269 (remove_files) COMPLETE
51202024-12-19T00:52:51.922Z[ recovery-image] Dec 19 00:52:51.483 INFO O| Dec 19 00:52:51.483 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-19T00:52:51.929Z[ recovery-image] Dec 19 00:52:51.493 INFO O| Dec 19 00:52:51.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51222024-12-19T00:52:51.932Z[ recovery-image] Dec 19 00:52:51.494 INFO O| Dec 19 00:52:51.494 INFO STEP 270 (remove_files) COMPLETE
51232024-12-19T00:52:51.932Z[ recovery-image] Dec 19 00:52:51.494 INFO O| Dec 19 00:52:51.494 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-19T00:52:51.939Z[ recovery-image] Dec 19 00:52:51.503 INFO O| Dec 19 00:52:51.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51252024-12-19T00:52:51.939Z[ recovery-image] Dec 19 00:52:51.503 INFO O| Dec 19 00:52:51.503 INFO STEP 271 (remove_files) COMPLETE
51262024-12-19T00:52:51.942Z[ recovery-image] Dec 19 00:52:51.503 INFO O| Dec 19 00:52:51.503 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-19T00:52:51.949Z[ recovery-image] Dec 19 00:52:51.513 INFO O| Dec 19 00:52:51.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51282024-12-19T00:52:51.949Z[ recovery-image] Dec 19 00:52:51.513 INFO O| Dec 19 00:52:51.513 INFO STEP 272 (remove_files) COMPLETE
51292024-12-19T00:52:51.951Z[ recovery-image] Dec 19 00:52:51.513 INFO O| Dec 19 00:52:51.513 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-19T00:52:51.958Z[ recovery-image] Dec 19 00:52:51.522 INFO O| Dec 19 00:52:51.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51312024-12-19T00:52:51.958Z[ recovery-image] Dec 19 00:52:51.522 INFO O| Dec 19 00:52:51.522 INFO STEP 273 (remove_files) COMPLETE
51322024-12-19T00:52:51.958Z[ recovery-image] Dec 19 00:52:51.522 INFO O| Dec 19 00:52:51.522 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-19T00:52:51.968Z[ recovery-image] Dec 19 00:52:51.532 INFO O| Dec 19 00:52:51.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51342024-12-19T00:52:51.968Z[ recovery-image] Dec 19 00:52:51.532 INFO O| Dec 19 00:52:51.532 INFO STEP 274 (remove_files) COMPLETE
51352024-12-19T00:52:51.971Z[ recovery-image] Dec 19 00:52:51.532 INFO O| Dec 19 00:52:51.532 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-19T00:52:51.978Z[ recovery-image] Dec 19 00:52:51.542 INFO O| Dec 19 00:52:51.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51372024-12-19T00:52:51.980Z[ recovery-image] Dec 19 00:52:51.542 INFO O| Dec 19 00:52:51.542 INFO STEP 275 (remove_files) COMPLETE
51382024-12-19T00:52:51.980Z[ recovery-image] Dec 19 00:52:51.542 INFO O| Dec 19 00:52:51.542 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-19T00:52:51.987Z[ recovery-image] Dec 19 00:52:51.551 INFO O| Dec 19 00:52:51.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51402024-12-19T00:52:51.987Z[ recovery-image] Dec 19 00:52:51.551 INFO O| Dec 19 00:52:51.551 INFO STEP 276 (remove_files) COMPLETE
51412024-12-19T00:52:51.990Z[ recovery-image] Dec 19 00:52:51.551 INFO O| Dec 19 00:52:51.551 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-19T00:52:51.997Z[ recovery-image] Dec 19 00:52:51.561 INFO O| Dec 19 00:52:51.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51432024-12-19T00:52:52.000Z[ recovery-image] Dec 19 00:52:51.561 INFO O| Dec 19 00:52:51.561 INFO STEP 277 (remove_files) COMPLETE
51442024-12-19T00:52:52.000Z[ recovery-image] Dec 19 00:52:51.561 INFO O| Dec 19 00:52:51.561 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-19T00:52:52.006Z[ recovery-image] Dec 19 00:52:51.570 INFO O| Dec 19 00:52:51.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51462024-12-19T00:52:52.007Z[ recovery-image] Dec 19 00:52:51.570 INFO O| Dec 19 00:52:51.570 INFO STEP 278 (remove_files) COMPLETE
51472024-12-19T00:52:52.007Z[ recovery-image] Dec 19 00:52:51.570 INFO O| Dec 19 00:52:51.570 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-19T00:52:52.016Z[ recovery-image] Dec 19 00:52:51.580 INFO O| Dec 19 00:52:51.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51492024-12-19T00:52:52.016Z[ recovery-image] Dec 19 00:52:51.580 INFO O| Dec 19 00:52:51.580 INFO STEP 279 (remove_files) COMPLETE
51502024-12-19T00:52:52.019Z[ recovery-image] Dec 19 00:52:51.580 INFO O| Dec 19 00:52:51.580 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-19T00:52:52.025Z[ recovery-image] Dec 19 00:52:51.589 INFO O| Dec 19 00:52:51.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51522024-12-19T00:52:52.025Z[ recovery-image] Dec 19 00:52:51.589 INFO O| Dec 19 00:52:51.589 INFO STEP 280 (remove_files) COMPLETE
51532024-12-19T00:52:52.028Z[ recovery-image] Dec 19 00:52:51.589 INFO O| Dec 19 00:52:51.589 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-19T00:52:52.035Z[ recovery-image] Dec 19 00:52:51.599 INFO O| Dec 19 00:52:51.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51552024-12-19T00:52:52.035Z[ recovery-image] Dec 19 00:52:51.599 INFO O| Dec 19 00:52:51.599 INFO STEP 281 (remove_files) COMPLETE
51562024-12-19T00:52:52.035Z[ recovery-image] Dec 19 00:52:51.599 INFO O| Dec 19 00:52:51.599 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-12-19T00:52:52.044Z[ recovery-image] Dec 19 00:52:51.608 INFO O| Dec 19 00:52:51.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51582024-12-19T00:52:52.044Z[ recovery-image] Dec 19 00:52:51.608 INFO O| Dec 19 00:52:51.608 INFO STEP 282 (remove_files) COMPLETE
51592024-12-19T00:52:52.044Z[ recovery-image] Dec 19 00:52:51.608 INFO O| Dec 19 00:52:51.608 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-12-19T00:52:52.054Z[ recovery-image] Dec 19 00:52:51.618 INFO O| Dec 19 00:52:51.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51612024-12-19T00:52:52.054Z[ recovery-image] Dec 19 00:52:51.618 INFO O| Dec 19 00:52:51.618 INFO STEP 283 (remove_files) COMPLETE
51622024-12-19T00:52:52.057Z[ recovery-image] Dec 19 00:52:51.618 INFO O| Dec 19 00:52:51.618 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-12-19T00:52:52.063Z[ recovery-image] Dec 19 00:52:51.627 INFO O| Dec 19 00:52:51.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51642024-12-19T00:52:52.066Z[ recovery-image] Dec 19 00:52:51.627 INFO O| Dec 19 00:52:51.627 INFO STEP 284 (remove_files) COMPLETE
51652024-12-19T00:52:52.066Z[ recovery-image] Dec 19 00:52:51.627 INFO O| Dec 19 00:52:51.627 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-12-19T00:52:52.073Z[ recovery-image] Dec 19 00:52:51.637 INFO O| Dec 19 00:52:51.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51672024-12-19T00:52:52.073Z[ recovery-image] Dec 19 00:52:51.637 INFO O| Dec 19 00:52:51.637 INFO STEP 285 (remove_files) COMPLETE
51682024-12-19T00:52:52.073Z[ recovery-image] Dec 19 00:52:51.637 INFO O| Dec 19 00:52:51.637 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-12-19T00:52:52.083Z[ recovery-image] Dec 19 00:52:51.647 INFO O| Dec 19 00:52:51.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51702024-12-19T00:52:52.083Z[ recovery-image] Dec 19 00:52:51.647 INFO O| Dec 19 00:52:51.647 INFO STEP 286 (remove_files) COMPLETE
51712024-12-19T00:52:52.085Z[ recovery-image] Dec 19 00:52:51.647 INFO O| Dec 19 00:52:51.647 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-12-19T00:52:52.093Z[ recovery-image] Dec 19 00:52:51.657 INFO O| Dec 19 00:52:51.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51732024-12-19T00:52:52.094Z[ recovery-image] Dec 19 00:52:51.657 INFO O| Dec 19 00:52:51.657 INFO STEP 287 (remove_files) COMPLETE
51742024-12-19T00:52:52.094Z[ recovery-image] Dec 19 00:52:51.657 INFO O| Dec 19 00:52:51.657 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-12-19T00:52:52.103Z[ recovery-image] Dec 19 00:52:51.667 INFO O| Dec 19 00:52:51.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51762024-12-19T00:52:52.103Z[ recovery-image] Dec 19 00:52:51.667 INFO O| Dec 19 00:52:51.667 INFO STEP 288 (remove_files) COMPLETE
51772024-12-19T00:52:52.103Z[ recovery-image] Dec 19 00:52:51.667 INFO O| Dec 19 00:52:51.667 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-12-19T00:52:52.113Z[ recovery-image] Dec 19 00:52:51.677 INFO O| Dec 19 00:52:51.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51792024-12-19T00:52:52.116Z[ recovery-image] Dec 19 00:52:51.677 INFO O| Dec 19 00:52:51.677 INFO STEP 289 (remove_files) COMPLETE
51802024-12-19T00:52:52.116Z[ recovery-image] Dec 19 00:52:51.677 INFO O| Dec 19 00:52:51.677 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-12-19T00:52:52.123Z[ recovery-image] Dec 19 00:52:51.687 INFO O| Dec 19 00:52:51.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51822024-12-19T00:52:52.123Z[ recovery-image] Dec 19 00:52:51.687 INFO O| Dec 19 00:52:51.687 INFO STEP 290 (remove_files) COMPLETE
51832024-12-19T00:52:52.123Z[ recovery-image] Dec 19 00:52:51.687 INFO O| Dec 19 00:52:51.687 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-12-19T00:52:52.133Z[ recovery-image] Dec 19 00:52:51.697 INFO O| Dec 19 00:52:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51852024-12-19T00:52:52.133Z[ recovery-image] Dec 19 00:52:51.697 INFO O| Dec 19 00:52:51.697 INFO STEP 291 (remove_files) COMPLETE
51862024-12-19T00:52:52.137Z[ recovery-image] Dec 19 00:52:51.697 INFO O| Dec 19 00:52:51.697 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-12-19T00:52:52.144Z[ recovery-image] Dec 19 00:52:51.707 INFO O| Dec 19 00:52:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51882024-12-19T00:52:52.144Z[ recovery-image] Dec 19 00:52:51.707 INFO O| Dec 19 00:52:51.707 INFO STEP 292 (remove_files) COMPLETE
51892024-12-19T00:52:52.144Z[ recovery-image] Dec 19 00:52:51.707 INFO O| Dec 19 00:52:51.707 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-12-19T00:52:52.153Z[ recovery-image] Dec 19 00:52:51.717 INFO O| Dec 19 00:52:51.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51912024-12-19T00:52:52.153Z[ recovery-image] Dec 19 00:52:51.717 INFO O| Dec 19 00:52:51.717 INFO STEP 293 (remove_files) COMPLETE
51922024-12-19T00:52:52.153Z[ recovery-image] Dec 19 00:52:51.717 INFO O| Dec 19 00:52:51.717 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-19T00:52:52.164Z[ recovery-image] Dec 19 00:52:51.727 INFO O| Dec 19 00:52:51.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51942024-12-19T00:52:52.165Z[ recovery-image] Dec 19 00:52:51.727 INFO O| Dec 19 00:52:51.727 INFO STEP 294 (remove_files) COMPLETE
51952024-12-19T00:52:52.165Z[ recovery-image] Dec 19 00:52:51.727 INFO O| Dec 19 00:52:51.727 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-19T00:52:52.174Z[ recovery-image] Dec 19 00:52:51.737 INFO O| Dec 19 00:52:51.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51972024-12-19T00:52:52.174Z[ recovery-image] Dec 19 00:52:51.738 INFO O| Dec 19 00:52:51.737 INFO STEP 295 (remove_files) COMPLETE
51982024-12-19T00:52:52.174Z[ recovery-image] Dec 19 00:52:51.738 INFO O| Dec 19 00:52:51.738 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-19T00:52:52.184Z[ recovery-image] Dec 19 00:52:51.748 INFO O| Dec 19 00:52:51.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52002024-12-19T00:52:52.184Z[ recovery-image] Dec 19 00:52:51.748 INFO O| Dec 19 00:52:51.748 INFO STEP 296 (remove_files) COMPLETE
52012024-12-19T00:52:52.186Z[ recovery-image] Dec 19 00:52:51.748 INFO O| Dec 19 00:52:51.748 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-19T00:52:52.194Z[ recovery-image] Dec 19 00:52:51.758 INFO O| Dec 19 00:52:51.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52032024-12-19T00:52:52.194Z[ recovery-image] Dec 19 00:52:51.758 INFO O| Dec 19 00:52:51.758 INFO STEP 297 (remove_files) COMPLETE
52042024-12-19T00:52:52.194Z[ recovery-image] Dec 19 00:52:51.758 INFO O| Dec 19 00:52:51.758 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-19T00:52:52.204Z[ recovery-image] Dec 19 00:52:51.768 INFO O| Dec 19 00:52:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52062024-12-19T00:52:52.204Z[ recovery-image] Dec 19 00:52:51.768 INFO O| Dec 19 00:52:51.768 INFO STEP 298 (remove_files) COMPLETE
52072024-12-19T00:52:52.204Z[ recovery-image] Dec 19 00:52:51.768 INFO O| Dec 19 00:52:51.768 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-19T00:52:52.214Z[ recovery-image] Dec 19 00:52:51.777 INFO O| Dec 19 00:52:51.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52092024-12-19T00:52:52.216Z[ recovery-image] Dec 19 00:52:51.778 INFO O| Dec 19 00:52:51.778 INFO STEP 299 (remove_files) COMPLETE
52102024-12-19T00:52:52.216Z[ recovery-image] Dec 19 00:52:51.778 INFO O| Dec 19 00:52:51.778 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-19T00:52:52.223Z[ recovery-image] Dec 19 00:52:51.787 INFO O| Dec 19 00:52:51.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52122024-12-19T00:52:52.224Z[ recovery-image] Dec 19 00:52:51.788 INFO O| Dec 19 00:52:51.787 INFO STEP 300 (remove_files) COMPLETE
52132024-12-19T00:52:52.226Z[ recovery-image] Dec 19 00:52:51.788 INFO O| Dec 19 00:52:51.788 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-19T00:52:52.234Z[ recovery-image] Dec 19 00:52:51.797 INFO O| Dec 19 00:52:51.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52152024-12-19T00:52:52.234Z[ recovery-image] Dec 19 00:52:51.798 INFO O| Dec 19 00:52:51.797 INFO STEP 301 (remove_files) COMPLETE
52162024-12-19T00:52:52.234Z[ recovery-image] Dec 19 00:52:51.798 INFO O| Dec 19 00:52:51.798 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-19T00:52:52.244Z[ recovery-image] Dec 19 00:52:51.808 INFO O| Dec 19 00:52:51.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52182024-12-19T00:52:52.244Z[ recovery-image] Dec 19 00:52:51.808 INFO O| Dec 19 00:52:51.808 INFO STEP 302 (remove_files) COMPLETE
52192024-12-19T00:52:52.246Z[ recovery-image] Dec 19 00:52:51.808 INFO O| Dec 19 00:52:51.808 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-19T00:52:52.253Z[ recovery-image] Dec 19 00:52:51.817 INFO O| Dec 19 00:52:51.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52212024-12-19T00:52:52.253Z[ recovery-image] Dec 19 00:52:51.817 INFO O| Dec 19 00:52:51.817 INFO STEP 303 (remove_files) COMPLETE
52222024-12-19T00:52:52.253Z[ recovery-image] Dec 19 00:52:51.817 INFO O| Dec 19 00:52:51.817 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-19T00:52:52.263Z[ recovery-image] Dec 19 00:52:51.827 INFO O| Dec 19 00:52:51.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52242024-12-19T00:52:52.263Z[ recovery-image] Dec 19 00:52:51.827 INFO O| Dec 19 00:52:51.827 INFO STEP 304 (remove_files) COMPLETE
52252024-12-19T00:52:52.263Z[ recovery-image] Dec 19 00:52:51.827 INFO O| Dec 19 00:52:51.827 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-19T00:52:52.273Z[ recovery-image] Dec 19 00:52:51.837 INFO O| Dec 19 00:52:51.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52272024-12-19T00:52:52.273Z[ recovery-image] Dec 19 00:52:51.837 INFO O| Dec 19 00:52:51.837 INFO STEP 305 (remove_files) COMPLETE
52282024-12-19T00:52:52.276Z[ recovery-image] Dec 19 00:52:51.837 INFO O| Dec 19 00:52:51.837 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-19T00:52:52.283Z[ recovery-image] Dec 19 00:52:51.847 INFO O| Dec 19 00:52:51.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52302024-12-19T00:52:52.283Z[ recovery-image] Dec 19 00:52:51.847 INFO O| Dec 19 00:52:51.847 INFO STEP 306 (remove_files) COMPLETE
52312024-12-19T00:52:52.286Z[ recovery-image] Dec 19 00:52:51.847 INFO O| Dec 19 00:52:51.847 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-19T00:52:52.293Z[ recovery-image] Dec 19 00:52:51.856 INFO O| Dec 19 00:52:51.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52332024-12-19T00:52:52.293Z[ recovery-image] Dec 19 00:52:51.856 INFO O| Dec 19 00:52:51.856 INFO STEP 307 (remove_files) COMPLETE
52342024-12-19T00:52:52.293Z[ recovery-image] Dec 19 00:52:51.857 INFO O| Dec 19 00:52:51.856 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-19T00:52:52.302Z[ recovery-image] Dec 19 00:52:51.866 INFO O| Dec 19 00:52:51.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52362024-12-19T00:52:52.302Z[ recovery-image] Dec 19 00:52:51.866 INFO O| Dec 19 00:52:51.866 INFO STEP 308 (remove_files) COMPLETE
52372024-12-19T00:52:52.305Z[ recovery-image] Dec 19 00:52:51.866 INFO O| Dec 19 00:52:51.866 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-19T00:52:52.312Z[ recovery-image] Dec 19 00:52:51.876 INFO O| Dec 19 00:52:51.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52392024-12-19T00:52:52.312Z[ recovery-image] Dec 19 00:52:51.876 INFO O| Dec 19 00:52:51.876 INFO STEP 309 (remove_files) COMPLETE
52402024-12-19T00:52:52.314Z[ recovery-image] Dec 19 00:52:51.876 INFO O| Dec 19 00:52:51.876 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-19T00:52:52.322Z[ recovery-image] Dec 19 00:52:51.886 INFO O| Dec 19 00:52:51.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52422024-12-19T00:52:52.322Z[ recovery-image] Dec 19 00:52:51.886 INFO O| Dec 19 00:52:51.886 INFO STEP 310 (remove_files) COMPLETE
52432024-12-19T00:52:52.325Z[ recovery-image] Dec 19 00:52:51.886 INFO O| Dec 19 00:52:51.886 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-19T00:52:52.332Z[ recovery-image] Dec 19 00:52:51.895 INFO O| Dec 19 00:52:51.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52452024-12-19T00:52:52.332Z[ recovery-image] Dec 19 00:52:51.895 INFO O| Dec 19 00:52:51.895 INFO STEP 311 (remove_files) COMPLETE
52462024-12-19T00:52:52.332Z[ recovery-image] Dec 19 00:52:51.895 INFO O| Dec 19 00:52:51.895 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-19T00:52:52.341Z[ recovery-image] Dec 19 00:52:51.905 INFO O| Dec 19 00:52:51.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52482024-12-19T00:52:52.341Z[ recovery-image] Dec 19 00:52:51.905 INFO O| Dec 19 00:52:51.905 INFO STEP 312 (remove_files) COMPLETE
52492024-12-19T00:52:52.344Z[ recovery-image] Dec 19 00:52:51.905 INFO O| Dec 19 00:52:51.905 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-19T00:52:52.351Z[ recovery-image] Dec 19 00:52:51.915 INFO O| Dec 19 00:52:51.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52512024-12-19T00:52:52.351Z[ recovery-image] Dec 19 00:52:51.915 INFO O| Dec 19 00:52:51.915 INFO STEP 313 (remove_files) COMPLETE
52522024-12-19T00:52:52.351Z[ recovery-image] Dec 19 00:52:51.915 INFO O| Dec 19 00:52:51.915 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-19T00:52:52.361Z[ recovery-image] Dec 19 00:52:51.925 INFO O| Dec 19 00:52:51.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52542024-12-19T00:52:52.361Z[ recovery-image] Dec 19 00:52:51.925 INFO O| Dec 19 00:52:51.925 INFO STEP 314 (remove_files) COMPLETE
52552024-12-19T00:52:52.363Z[ recovery-image] Dec 19 00:52:51.925 INFO O| Dec 19 00:52:51.925 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-19T00:52:52.370Z[ recovery-image] Dec 19 00:52:51.934 INFO O| Dec 19 00:52:51.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52572024-12-19T00:52:52.370Z[ recovery-image] Dec 19 00:52:51.934 INFO O| Dec 19 00:52:51.934 INFO STEP 315 (remove_files) COMPLETE
52582024-12-19T00:52:52.373Z[ recovery-image] Dec 19 00:52:51.934 INFO O| Dec 19 00:52:51.934 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-19T00:52:52.380Z[ recovery-image] Dec 19 00:52:51.944 INFO O| Dec 19 00:52:51.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52602024-12-19T00:52:52.380Z[ recovery-image] Dec 19 00:52:51.944 INFO O| Dec 19 00:52:51.944 INFO STEP 316 (remove_files) COMPLETE
52612024-12-19T00:52:52.383Z[ recovery-image] Dec 19 00:52:51.944 INFO O| Dec 19 00:52:51.944 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-19T00:52:52.390Z[ recovery-image] Dec 19 00:52:51.954 INFO O| Dec 19 00:52:51.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52632024-12-19T00:52:52.390Z[ recovery-image] Dec 19 00:52:51.954 INFO O| Dec 19 00:52:51.954 INFO STEP 317 (remove_files) COMPLETE
52642024-12-19T00:52:52.392Z[ recovery-image] Dec 19 00:52:51.954 INFO O| Dec 19 00:52:51.954 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-19T00:52:52.400Z[ recovery-image] Dec 19 00:52:51.963 INFO O| Dec 19 00:52:51.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52662024-12-19T00:52:52.400Z[ recovery-image] Dec 19 00:52:51.963 INFO O| Dec 19 00:52:51.963 INFO STEP 318 (remove_files) COMPLETE
52672024-12-19T00:52:52.400Z[ recovery-image] Dec 19 00:52:51.963 INFO O| Dec 19 00:52:51.963 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-19T00:52:52.410Z[ recovery-image] Dec 19 00:52:51.973 INFO O| Dec 19 00:52:51.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52692024-12-19T00:52:52.410Z[ recovery-image] Dec 19 00:52:51.973 INFO O| Dec 19 00:52:51.973 INFO STEP 319 (remove_files) COMPLETE
52702024-12-19T00:52:52.413Z[ recovery-image] Dec 19 00:52:51.973 INFO O| Dec 19 00:52:51.973 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-19T00:52:52.419Z[ recovery-image] Dec 19 00:52:51.983 INFO O| Dec 19 00:52:51.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52722024-12-19T00:52:52.419Z[ recovery-image] Dec 19 00:52:51.983 INFO O| Dec 19 00:52:51.983 INFO STEP 320 (remove_files) COMPLETE
52732024-12-19T00:52:52.422Z[ recovery-image] Dec 19 00:52:51.983 INFO O| Dec 19 00:52:51.983 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-19T00:52:52.428Z[ recovery-image] Dec 19 00:52:51.992 INFO O| Dec 19 00:52:51.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52752024-12-19T00:52:52.431Z[ recovery-image] Dec 19 00:52:51.992 INFO O| Dec 19 00:52:51.992 INFO STEP 321 (remove_files) COMPLETE
52762024-12-19T00:52:52.432Z[ recovery-image] Dec 19 00:52:51.992 INFO O| Dec 19 00:52:51.992 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-19T00:52:52.438Z[ recovery-image] Dec 19 00:52:52.002 INFO O| Dec 19 00:52:52.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52782024-12-19T00:52:52.438Z[ recovery-image] Dec 19 00:52:52.002 INFO O| Dec 19 00:52:52.002 INFO STEP 322 (remove_files) COMPLETE
52792024-12-19T00:52:52.441Z[ recovery-image] Dec 19 00:52:52.002 INFO O| Dec 19 00:52:52.002 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-19T00:52:52.448Z[ recovery-image] Dec 19 00:52:52.012 INFO O| Dec 19 00:52:52.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52812024-12-19T00:52:52.452Z[ recovery-image] Dec 19 00:52:52.012 INFO O| Dec 19 00:52:52.012 INFO STEP 323 (remove_files) COMPLETE
52822024-12-19T00:52:52.452Z[ recovery-image] Dec 19 00:52:52.012 INFO O| Dec 19 00:52:52.012 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-19T00:52:52.458Z[ recovery-image] Dec 19 00:52:52.022 INFO O| Dec 19 00:52:52.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52842024-12-19T00:52:52.458Z[ recovery-image] Dec 19 00:52:52.022 INFO O| Dec 19 00:52:52.022 INFO STEP 324 (remove_files) COMPLETE
52852024-12-19T00:52:52.461Z[ recovery-image] Dec 19 00:52:52.022 INFO O| Dec 19 00:52:52.022 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-19T00:52:52.467Z[ recovery-image] Dec 19 00:52:52.031 INFO O| Dec 19 00:52:52.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52872024-12-19T00:52:52.470Z[ recovery-image] Dec 19 00:52:52.031 INFO O| Dec 19 00:52:52.031 INFO STEP 325 (remove_files) COMPLETE
52882024-12-19T00:52:52.470Z[ recovery-image] Dec 19 00:52:52.031 INFO O| Dec 19 00:52:52.031 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-19T00:52:52.478Z[ recovery-image] Dec 19 00:52:52.041 INFO O| Dec 19 00:52:52.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52902024-12-19T00:52:52.478Z[ recovery-image] Dec 19 00:52:52.041 INFO O| Dec 19 00:52:52.041 INFO STEP 326 (remove_files) COMPLETE
52912024-12-19T00:52:52.481Z[ recovery-image] Dec 19 00:52:52.041 INFO O| Dec 19 00:52:52.041 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-19T00:52:52.486Z[ recovery-image] Dec 19 00:52:52.050 INFO O| Dec 19 00:52:52.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52932024-12-19T00:52:52.489Z[ recovery-image] Dec 19 00:52:52.050 INFO O| Dec 19 00:52:52.050 INFO STEP 327 (remove_files) COMPLETE
52942024-12-19T00:52:52.489Z[ recovery-image] Dec 19 00:52:52.050 INFO O| Dec 19 00:52:52.050 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-19T00:52:52.497Z[ recovery-image] Dec 19 00:52:52.060 INFO O| Dec 19 00:52:52.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52962024-12-19T00:52:52.497Z[ recovery-image] Dec 19 00:52:52.060 INFO O| Dec 19 00:52:52.060 INFO STEP 328 (remove_files) COMPLETE
52972024-12-19T00:52:52.499Z[ recovery-image] Dec 19 00:52:52.060 INFO O| Dec 19 00:52:52.060 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-19T00:52:52.505Z[ recovery-image] Dec 19 00:52:52.069 INFO O| Dec 19 00:52:52.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52992024-12-19T00:52:52.505Z[ recovery-image] Dec 19 00:52:52.069 INFO O| Dec 19 00:52:52.069 INFO STEP 329 (remove_files) COMPLETE
53002024-12-19T00:52:52.507Z[ recovery-image] Dec 19 00:52:52.069 INFO O| Dec 19 00:52:52.069 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-19T00:52:52.515Z[ recovery-image] Dec 19 00:52:52.079 INFO O| Dec 19 00:52:52.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53022024-12-19T00:52:52.515Z[ recovery-image] Dec 19 00:52:52.079 INFO O| Dec 19 00:52:52.079 INFO STEP 330 (remove_files) COMPLETE
53032024-12-19T00:52:52.518Z[ recovery-image] Dec 19 00:52:52.079 INFO O| Dec 19 00:52:52.079 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-19T00:52:52.525Z[ recovery-image] Dec 19 00:52:52.088 INFO O| Dec 19 00:52:52.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53052024-12-19T00:52:52.525Z[ recovery-image] Dec 19 00:52:52.088 INFO O| Dec 19 00:52:52.088 INFO STEP 331 (remove_files) COMPLETE
53062024-12-19T00:52:52.525Z[ recovery-image] Dec 19 00:52:52.088 INFO O| Dec 19 00:52:52.088 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-19T00:52:52.535Z[ recovery-image] Dec 19 00:52:52.099 INFO O| Dec 19 00:52:52.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53082024-12-19T00:52:52.538Z[ recovery-image] Dec 19 00:52:52.099 INFO O| Dec 19 00:52:52.099 INFO STEP 332 (remove_files) COMPLETE
53092024-12-19T00:52:52.538Z[ recovery-image] Dec 19 00:52:52.099 INFO O| Dec 19 00:52:52.099 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-19T00:52:52.545Z[ recovery-image] Dec 19 00:52:52.109 INFO O| Dec 19 00:52:52.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53112024-12-19T00:52:52.545Z[ recovery-image] Dec 19 00:52:52.109 INFO O| Dec 19 00:52:52.109 INFO STEP 333 (remove_files) COMPLETE
53122024-12-19T00:52:52.548Z[ recovery-image] Dec 19 00:52:52.109 INFO O| Dec 19 00:52:52.109 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-19T00:52:52.551Z[ host-image] Dec 19 00:52:52.115 INFO O| Dec 19 00:52:52.114 INFO O| Download: Completed 8.42 MB in 3.99 seconds (2.1M/s)
53142024-12-19T00:52:52.555Z[ recovery-image] Dec 19 00:52:52.119 INFO O| Dec 19 00:52:52.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53152024-12-19T00:52:52.555Z[ recovery-image] Dec 19 00:52:52.119 INFO O| Dec 19 00:52:52.119 INFO STEP 334 (remove_files) COMPLETE
53162024-12-19T00:52:52.555Z[ recovery-image] Dec 19 00:52:52.119 INFO O| Dec 19 00:52:52.119 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-12-19T00:52:52.565Z[ recovery-image] Dec 19 00:52:52.129 INFO O| Dec 19 00:52:52.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53182024-12-19T00:52:52.567Z[ recovery-image] Dec 19 00:52:52.129 INFO O| Dec 19 00:52:52.129 INFO STEP 335 (remove_files) COMPLETE
53192024-12-19T00:52:52.567Z[ recovery-image] Dec 19 00:52:52.129 INFO O| Dec 19 00:52:52.129 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-19T00:52:52.575Z[ recovery-image] Dec 19 00:52:52.138 INFO O| Dec 19 00:52:52.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53212024-12-19T00:52:52.577Z[ recovery-image] Dec 19 00:52:52.138 INFO O| Dec 19 00:52:52.138 INFO STEP 336 (remove_files) COMPLETE
53222024-12-19T00:52:52.577Z[ recovery-image] Dec 19 00:52:52.138 INFO O| Dec 19 00:52:52.138 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-19T00:52:52.584Z[ recovery-image] Dec 19 00:52:52.148 INFO O| Dec 19 00:52:52.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53242024-12-19T00:52:52.584Z[ recovery-image] Dec 19 00:52:52.148 INFO O| Dec 19 00:52:52.148 INFO STEP 337 (remove_files) COMPLETE
53252024-12-19T00:52:52.587Z[ recovery-image] Dec 19 00:52:52.148 INFO O| Dec 19 00:52:52.148 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-19T00:52:52.594Z[ recovery-image] Dec 19 00:52:52.158 INFO O| Dec 19 00:52:52.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53272024-12-19T00:52:52.597Z[ recovery-image] Dec 19 00:52:52.158 INFO O| Dec 19 00:52:52.158 INFO STEP 338 (remove_files) COMPLETE
53282024-12-19T00:52:52.597Z[ recovery-image] Dec 19 00:52:52.158 INFO O| Dec 19 00:52:52.158 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-19T00:52:52.604Z[ recovery-image] Dec 19 00:52:52.168 INFO O| Dec 19 00:52:52.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53302024-12-19T00:52:52.604Z[ recovery-image] Dec 19 00:52:52.168 INFO O| Dec 19 00:52:52.168 INFO STEP 339 (remove_files) COMPLETE
53312024-12-19T00:52:52.606Z[ recovery-image] Dec 19 00:52:52.168 INFO O| Dec 19 00:52:52.168 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-19T00:52:52.609Z[ host-image] Dec 19 00:52:52.172 INFO O| Dec 19 00:52:52.172 INFO O| Actions: 1/1361 actions (Installing new actions)
53332024-12-19T00:52:52.613Z[ recovery-image] Dec 19 00:52:52.177 INFO O| Dec 19 00:52:52.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53342024-12-19T00:52:52.615Z[ recovery-image] Dec 19 00:52:52.177 INFO O| Dec 19 00:52:52.177 INFO STEP 340 (remove_files) COMPLETE
53352024-12-19T00:52:52.615Z[ recovery-image] Dec 19 00:52:52.177 INFO O| Dec 19 00:52:52.177 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-19T00:52:52.623Z[ recovery-image] Dec 19 00:52:52.187 INFO O| Dec 19 00:52:52.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53372024-12-19T00:52:52.623Z[ recovery-image] Dec 19 00:52:52.187 INFO O| Dec 19 00:52:52.187 INFO STEP 341 (remove_files) COMPLETE
53382024-12-19T00:52:52.623Z[ recovery-image] Dec 19 00:52:52.187 INFO O| Dec 19 00:52:52.187 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-19T00:52:52.636Z[ recovery-image] Dec 19 00:52:52.200 INFO O| Dec 19 00:52:52.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53402024-12-19T00:52:52.636Z[ recovery-image] Dec 19 00:52:52.200 INFO O| Dec 19 00:52:52.200 INFO STEP 342 (remove_files) COMPLETE
53412024-12-19T00:52:52.638Z[ recovery-image] Dec 19 00:52:52.200 INFO O| Dec 19 00:52:52.200 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-19T00:52:52.648Z[ recovery-image] Dec 19 00:52:52.212 INFO O| Dec 19 00:52:52.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53432024-12-19T00:52:52.648Z[ recovery-image] Dec 19 00:52:52.212 INFO O| Dec 19 00:52:52.212 INFO STEP 343 (remove_files) COMPLETE
53442024-12-19T00:52:52.648Z[ recovery-image] Dec 19 00:52:52.212 INFO O| Dec 19 00:52:52.212 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-19T00:52:52.658Z[ recovery-image] Dec 19 00:52:52.222 INFO O| Dec 19 00:52:52.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53462024-12-19T00:52:52.658Z[ recovery-image] Dec 19 00:52:52.222 INFO O| Dec 19 00:52:52.222 INFO STEP 344 (remove_files) COMPLETE
53472024-12-19T00:52:52.661Z[ recovery-image] Dec 19 00:52:52.222 INFO O| Dec 19 00:52:52.222 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-19T00:52:52.671Z[ recovery-image] Dec 19 00:52:52.234 INFO O| Dec 19 00:52:52.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53492024-12-19T00:52:52.671Z[ recovery-image] Dec 19 00:52:52.234 INFO O| Dec 19 00:52:52.234 INFO STEP 345 (remove_files) COMPLETE
53502024-12-19T00:52:52.673Z[ recovery-image] Dec 19 00:52:52.234 INFO O| Dec 19 00:52:52.234 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-19T00:52:52.681Z[ recovery-image] Dec 19 00:52:52.245 INFO O| Dec 19 00:52:52.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53522024-12-19T00:52:52.681Z[ recovery-image] Dec 19 00:52:52.245 INFO O| Dec 19 00:52:52.245 INFO STEP 346 (remove_files) COMPLETE
53532024-12-19T00:52:52.681Z[ recovery-image] Dec 19 00:52:52.245 INFO O| Dec 19 00:52:52.245 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-19T00:52:52.693Z[ recovery-image] Dec 19 00:52:52.257 INFO O| Dec 19 00:52:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53552024-12-19T00:52:52.693Z[ recovery-image] Dec 19 00:52:52.257 INFO O| Dec 19 00:52:52.257 INFO STEP 347 (remove_files) COMPLETE
53562024-12-19T00:52:52.696Z[ recovery-image] Dec 19 00:52:52.257 INFO O| Dec 19 00:52:52.257 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-19T00:52:52.704Z[ recovery-image] Dec 19 00:52:52.267 INFO O| Dec 19 00:52:52.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53582024-12-19T00:52:52.704Z[ recovery-image] Dec 19 00:52:52.268 INFO O| Dec 19 00:52:52.268 INFO STEP 348 (remove_files) COMPLETE
53592024-12-19T00:52:52.706Z[ recovery-image] Dec 19 00:52:52.268 INFO O| Dec 19 00:52:52.268 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-19T00:52:52.714Z[ recovery-image] Dec 19 00:52:52.278 INFO O| Dec 19 00:52:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53612024-12-19T00:52:52.716Z[ recovery-image] Dec 19 00:52:52.279 INFO O| Dec 19 00:52:52.279 INFO STEP 349 (remove_files) COMPLETE
53622024-12-19T00:52:52.716Z[ recovery-image] Dec 19 00:52:52.279 INFO O| Dec 19 00:52:52.279 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-19T00:52:52.725Z[ recovery-image] Dec 19 00:52:52.289 INFO O| Dec 19 00:52:52.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53642024-12-19T00:52:52.725Z[ recovery-image] Dec 19 00:52:52.289 INFO O| Dec 19 00:52:52.289 INFO STEP 350 (remove_files) COMPLETE
53652024-12-19T00:52:52.725Z[ recovery-image] Dec 19 00:52:52.289 INFO O| Dec 19 00:52:52.289 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-19T00:52:52.737Z[ recovery-image] Dec 19 00:52:52.301 INFO O| Dec 19 00:52:52.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53672024-12-19T00:52:52.737Z[ recovery-image] Dec 19 00:52:52.301 INFO O| Dec 19 00:52:52.301 INFO STEP 351 (remove_files) COMPLETE
53682024-12-19T00:52:52.739Z[ recovery-image] Dec 19 00:52:52.301 INFO O| Dec 19 00:52:52.301 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-19T00:52:52.747Z[ recovery-image] Dec 19 00:52:52.311 INFO O| Dec 19 00:52:52.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53702024-12-19T00:52:52.747Z[ recovery-image] Dec 19 00:52:52.311 INFO O| Dec 19 00:52:52.311 INFO STEP 352 (remove_files) COMPLETE
53712024-12-19T00:52:52.749Z[ recovery-image] Dec 19 00:52:52.311 INFO O| Dec 19 00:52:52.311 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-19T00:52:52.757Z[ recovery-image] Dec 19 00:52:52.321 INFO O| Dec 19 00:52:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53732024-12-19T00:52:52.757Z[ recovery-image] Dec 19 00:52:52.321 INFO O| Dec 19 00:52:52.321 INFO STEP 353 (remove_files) COMPLETE
53742024-12-19T00:52:52.759Z[ recovery-image] Dec 19 00:52:52.321 INFO O| Dec 19 00:52:52.321 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-19T00:52:52.767Z[ recovery-image] Dec 19 00:52:52.331 INFO O| Dec 19 00:52:52.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53762024-12-19T00:52:52.767Z[ recovery-image] Dec 19 00:52:52.331 INFO O| Dec 19 00:52:52.331 INFO STEP 354 (remove_files) COMPLETE
53772024-12-19T00:52:52.767Z[ recovery-image] Dec 19 00:52:52.331 INFO O| Dec 19 00:52:52.331 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-19T00:52:52.777Z[ recovery-image] Dec 19 00:52:52.341 INFO O| Dec 19 00:52:52.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53792024-12-19T00:52:52.777Z[ recovery-image] Dec 19 00:52:52.341 INFO O| Dec 19 00:52:52.341 INFO STEP 355 (remove_files) COMPLETE
53802024-12-19T00:52:52.777Z[ recovery-image] Dec 19 00:52:52.341 INFO O| Dec 19 00:52:52.341 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-19T00:52:52.787Z[ recovery-image] Dec 19 00:52:52.350 INFO O| Dec 19 00:52:52.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53822024-12-19T00:52:52.787Z[ recovery-image] Dec 19 00:52:52.351 INFO O| Dec 19 00:52:52.351 INFO STEP 356 (remove_files) COMPLETE
53832024-12-19T00:52:52.787Z[ recovery-image] Dec 19 00:52:52.351 INFO O| Dec 19 00:52:52.351 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-19T00:52:52.798Z[ recovery-image] Dec 19 00:52:52.360 INFO O| Dec 19 00:52:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53852024-12-19T00:52:52.798Z[ recovery-image] Dec 19 00:52:52.360 INFO O| Dec 19 00:52:52.360 INFO STEP 357 (remove_files) COMPLETE
53862024-12-19T00:52:52.798Z[ recovery-image] Dec 19 00:52:52.360 INFO O| Dec 19 00:52:52.360 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-19T00:52:52.806Z[ recovery-image] Dec 19 00:52:52.370 INFO O| Dec 19 00:52:52.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53882024-12-19T00:52:52.806Z[ recovery-image] Dec 19 00:52:52.370 INFO O| Dec 19 00:52:52.370 INFO STEP 358 (remove_files) COMPLETE
53892024-12-19T00:52:52.809Z[ recovery-image] Dec 19 00:52:52.370 INFO O| Dec 19 00:52:52.370 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-19T00:52:52.816Z[ recovery-image] Dec 19 00:52:52.380 INFO O| Dec 19 00:52:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53912024-12-19T00:52:52.816Z[ recovery-image] Dec 19 00:52:52.380 INFO O| Dec 19 00:52:52.380 INFO STEP 359 (remove_files) COMPLETE
53922024-12-19T00:52:52.816Z[ recovery-image] Dec 19 00:52:52.380 INFO O| Dec 19 00:52:52.380 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-19T00:52:52.825Z[ recovery-image] Dec 19 00:52:52.389 INFO O| Dec 19 00:52:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53942024-12-19T00:52:52.826Z[ recovery-image] Dec 19 00:52:52.389 INFO O| Dec 19 00:52:52.389 INFO STEP 360 (remove_files) COMPLETE
53952024-12-19T00:52:52.826Z[ recovery-image] Dec 19 00:52:52.389 INFO O| Dec 19 00:52:52.389 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-19T00:52:52.835Z[ recovery-image] Dec 19 00:52:52.399 INFO O| Dec 19 00:52:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53972024-12-19T00:52:52.835Z[ recovery-image] Dec 19 00:52:52.399 INFO O| Dec 19 00:52:52.399 INFO STEP 361 (remove_files) COMPLETE
53982024-12-19T00:52:52.838Z[ recovery-image] Dec 19 00:52:52.399 INFO O| Dec 19 00:52:52.399 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-19T00:52:52.845Z[ recovery-image] Dec 19 00:52:52.409 INFO O| Dec 19 00:52:52.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54002024-12-19T00:52:52.845Z[ recovery-image] Dec 19 00:52:52.409 INFO O| Dec 19 00:52:52.409 INFO STEP 362 (remove_files) COMPLETE
54012024-12-19T00:52:52.848Z[ recovery-image] Dec 19 00:52:52.409 INFO O| Dec 19 00:52:52.409 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-19T00:52:52.856Z[ recovery-image] Dec 19 00:52:52.420 INFO O| Dec 19 00:52:52.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54032024-12-19T00:52:52.856Z[ recovery-image] Dec 19 00:52:52.420 INFO O| Dec 19 00:52:52.420 INFO STEP 363 (remove_files) COMPLETE
54042024-12-19T00:52:52.858Z[ recovery-image] Dec 19 00:52:52.420 INFO O| Dec 19 00:52:52.420 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-19T00:52:52.866Z[ recovery-image] Dec 19 00:52:52.430 INFO O| Dec 19 00:52:52.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54062024-12-19T00:52:52.866Z[ recovery-image] Dec 19 00:52:52.430 INFO O| Dec 19 00:52:52.430 INFO STEP 364 (remove_files) COMPLETE
54072024-12-19T00:52:52.866Z[ recovery-image] Dec 19 00:52:52.430 INFO O| Dec 19 00:52:52.430 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-19T00:52:52.875Z[ recovery-image] Dec 19 00:52:52.439 INFO O| Dec 19 00:52:52.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54092024-12-19T00:52:52.878Z[ recovery-image] Dec 19 00:52:52.439 INFO O| Dec 19 00:52:52.439 INFO STEP 365 (remove_files) COMPLETE
54102024-12-19T00:52:52.878Z[ recovery-image] Dec 19 00:52:52.439 INFO O| Dec 19 00:52:52.439 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-19T00:52:52.885Z[ recovery-image] Dec 19 00:52:52.449 INFO O| Dec 19 00:52:52.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54122024-12-19T00:52:52.885Z[ recovery-image] Dec 19 00:52:52.449 INFO O| Dec 19 00:52:52.449 INFO STEP 366 (remove_files) COMPLETE
54132024-12-19T00:52:52.885Z[ recovery-image] Dec 19 00:52:52.449 INFO O| Dec 19 00:52:52.449 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-19T00:52:52.895Z[ recovery-image] Dec 19 00:52:52.459 INFO O| Dec 19 00:52:52.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54152024-12-19T00:52:52.895Z[ recovery-image] Dec 19 00:52:52.459 INFO O| Dec 19 00:52:52.459 INFO STEP 367 (remove_files) COMPLETE
54162024-12-19T00:52:52.895Z[ recovery-image] Dec 19 00:52:52.459 INFO O| Dec 19 00:52:52.459 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-19T00:52:52.905Z[ recovery-image] Dec 19 00:52:52.469 INFO O| Dec 19 00:52:52.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54182024-12-19T00:52:52.905Z[ recovery-image] Dec 19 00:52:52.469 INFO O| Dec 19 00:52:52.469 INFO STEP 368 (remove_files) COMPLETE
54192024-12-19T00:52:52.908Z[ recovery-image] Dec 19 00:52:52.469 INFO O| Dec 19 00:52:52.469 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-19T00:52:52.914Z[ recovery-image] Dec 19 00:52:52.478 INFO O| Dec 19 00:52:52.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54212024-12-19T00:52:52.914Z[ recovery-image] Dec 19 00:52:52.478 INFO O| Dec 19 00:52:52.478 INFO STEP 369 (remove_files) COMPLETE
54222024-12-19T00:52:52.917Z[ recovery-image] Dec 19 00:52:52.478 INFO O| Dec 19 00:52:52.478 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-19T00:52:52.924Z[ recovery-image] Dec 19 00:52:52.488 INFO O| Dec 19 00:52:52.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54242024-12-19T00:52:52.924Z[ recovery-image] Dec 19 00:52:52.488 INFO O| Dec 19 00:52:52.488 INFO STEP 370 (remove_files) COMPLETE
54252024-12-19T00:52:52.924Z[ recovery-image] Dec 19 00:52:52.488 INFO O| Dec 19 00:52:52.488 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-19T00:52:52.934Z[ recovery-image] Dec 19 00:52:52.498 INFO O| Dec 19 00:52:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54272024-12-19T00:52:52.934Z[ recovery-image] Dec 19 00:52:52.498 INFO O| Dec 19 00:52:52.498 INFO STEP 371 (remove_files) COMPLETE
54282024-12-19T00:52:52.934Z[ recovery-image] Dec 19 00:52:52.498 INFO O| Dec 19 00:52:52.498 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-19T00:52:52.944Z[ recovery-image] Dec 19 00:52:52.507 INFO O| Dec 19 00:52:52.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54302024-12-19T00:52:52.944Z[ recovery-image] Dec 19 00:52:52.508 INFO O| Dec 19 00:52:52.507 INFO STEP 372 (remove_files) COMPLETE
54312024-12-19T00:52:52.944Z[ recovery-image] Dec 19 00:52:52.508 INFO O| Dec 19 00:52:52.508 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-19T00:52:52.954Z[ recovery-image] Dec 19 00:52:52.518 INFO O| Dec 19 00:52:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54332024-12-19T00:52:52.954Z[ recovery-image] Dec 19 00:52:52.518 INFO O| Dec 19 00:52:52.518 INFO STEP 373 (remove_files) COMPLETE
54342024-12-19T00:52:52.954Z[ recovery-image] Dec 19 00:52:52.518 INFO O| Dec 19 00:52:52.518 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-19T00:52:52.964Z[ recovery-image] Dec 19 00:52:52.528 INFO O| Dec 19 00:52:52.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54362024-12-19T00:52:52.964Z[ recovery-image] Dec 19 00:52:52.528 INFO O| Dec 19 00:52:52.528 INFO STEP 374 (remove_files) COMPLETE
54372024-12-19T00:52:52.967Z[ recovery-image] Dec 19 00:52:52.528 INFO O| Dec 19 00:52:52.528 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-19T00:52:52.974Z[ recovery-image] Dec 19 00:52:52.538 INFO O| Dec 19 00:52:52.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54392024-12-19T00:52:52.974Z[ recovery-image] Dec 19 00:52:52.538 INFO O| Dec 19 00:52:52.538 INFO STEP 375 (remove_files) COMPLETE
54402024-12-19T00:52:52.974Z[ recovery-image] Dec 19 00:52:52.538 INFO O| Dec 19 00:52:52.538 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-19T00:52:52.984Z[ recovery-image] Dec 19 00:52:52.548 INFO O| Dec 19 00:52:52.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54422024-12-19T00:52:52.984Z[ recovery-image] Dec 19 00:52:52.548 INFO O| Dec 19 00:52:52.548 INFO STEP 376 (remove_files) COMPLETE
54432024-12-19T00:52:52.987Z[ recovery-image] Dec 19 00:52:52.548 INFO O| Dec 19 00:52:52.548 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-19T00:52:52.994Z[ recovery-image] Dec 19 00:52:52.558 INFO O| Dec 19 00:52:52.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54452024-12-19T00:52:52.994Z[ recovery-image] Dec 19 00:52:52.558 INFO O| Dec 19 00:52:52.558 INFO STEP 377 (remove_files) COMPLETE
54462024-12-19T00:52:52.996Z[ recovery-image] Dec 19 00:52:52.558 INFO O| Dec 19 00:52:52.558 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-19T00:52:53.004Z[ recovery-image] Dec 19 00:52:52.567 INFO O| Dec 19 00:52:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54482024-12-19T00:52:53.004Z[ recovery-image] Dec 19 00:52:52.567 INFO O| Dec 19 00:52:52.567 INFO STEP 378 (remove_files) COMPLETE
54492024-12-19T00:52:53.004Z[ recovery-image] Dec 19 00:52:52.567 INFO O| Dec 19 00:52:52.567 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-19T00:52:53.013Z[ recovery-image] Dec 19 00:52:52.577 INFO O| Dec 19 00:52:52.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54512024-12-19T00:52:53.013Z[ recovery-image] Dec 19 00:52:52.577 INFO O| Dec 19 00:52:52.577 INFO STEP 379 (remove_files) COMPLETE
54522024-12-19T00:52:53.016Z[ recovery-image] Dec 19 00:52:52.577 INFO O| Dec 19 00:52:52.577 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-19T00:52:53.023Z[ recovery-image] Dec 19 00:52:52.587 INFO O| Dec 19 00:52:52.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54542024-12-19T00:52:53.026Z[ recovery-image] Dec 19 00:52:52.587 INFO O| Dec 19 00:52:52.587 INFO STEP 380 (remove_files) COMPLETE
54552024-12-19T00:52:53.026Z[ recovery-image] Dec 19 00:52:52.587 INFO O| Dec 19 00:52:52.587 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-19T00:52:53.032Z[ host-image] Dec 19 00:52:52.596 INFO O| Dec 19 00:52:52.596 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
54572024-12-19T00:52:53.034Z[ recovery-image] Dec 19 00:52:52.596 INFO O| Dec 19 00:52:52.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54582024-12-19T00:52:53.034Z[ recovery-image] Dec 19 00:52:52.597 INFO O| Dec 19 00:52:52.597 INFO STEP 381 (remove_files) COMPLETE
54592024-12-19T00:52:53.034Z[ recovery-image] Dec 19 00:52:52.597 INFO O| Dec 19 00:52:52.597 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-12-19T00:52:53.042Z[ recovery-image] Dec 19 00:52:52.606 INFO O| Dec 19 00:52:52.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54612024-12-19T00:52:53.046Z[ recovery-image] Dec 19 00:52:52.606 INFO O| Dec 19 00:52:52.606 INFO STEP 382 (remove_files) COMPLETE
54622024-12-19T00:52:53.046Z[ recovery-image] Dec 19 00:52:52.606 INFO O| Dec 19 00:52:52.606 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-19T00:52:53.052Z[ recovery-image] Dec 19 00:52:52.616 INFO O| Dec 19 00:52:52.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54642024-12-19T00:52:53.055Z[ recovery-image] Dec 19 00:52:52.617 INFO O| Dec 19 00:52:52.617 INFO STEP 383 (remove_files) COMPLETE
54652024-12-19T00:52:53.055Z[ recovery-image] Dec 19 00:52:52.617 INFO O| Dec 19 00:52:52.617 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-19T00:52:53.063Z[ recovery-image] Dec 19 00:52:52.627 INFO O| Dec 19 00:52:52.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54672024-12-19T00:52:53.063Z[ recovery-image] Dec 19 00:52:52.627 INFO O| Dec 19 00:52:52.627 INFO STEP 384 (remove_files) COMPLETE
54682024-12-19T00:52:53.066Z[ recovery-image] Dec 19 00:52:52.627 INFO O| Dec 19 00:52:52.627 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-19T00:52:53.073Z[ recovery-image] Dec 19 00:52:52.637 INFO O| Dec 19 00:52:52.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54702024-12-19T00:52:53.073Z[ recovery-image] Dec 19 00:52:52.637 INFO O| Dec 19 00:52:52.637 INFO STEP 385 (remove_files) COMPLETE
54712024-12-19T00:52:53.074Z[ recovery-image] Dec 19 00:52:52.637 INFO O| Dec 19 00:52:52.637 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-19T00:52:53.084Z[ recovery-image] Dec 19 00:52:52.648 INFO O| Dec 19 00:52:52.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54732024-12-19T00:52:53.084Z[ recovery-image] Dec 19 00:52:52.648 INFO O| Dec 19 00:52:52.648 INFO STEP 386 (remove_files) COMPLETE
54742024-12-19T00:52:53.084Z[ recovery-image] Dec 19 00:52:52.648 INFO O| Dec 19 00:52:52.648 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-19T00:52:53.094Z[ recovery-image] Dec 19 00:52:52.658 INFO O| Dec 19 00:52:52.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54762024-12-19T00:52:53.094Z[ recovery-image] Dec 19 00:52:52.658 INFO O| Dec 19 00:52:52.658 INFO STEP 387 (remove_files) COMPLETE
54772024-12-19T00:52:53.094Z[ recovery-image] Dec 19 00:52:52.658 INFO O| Dec 19 00:52:52.658 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-19T00:52:53.104Z[ recovery-image] Dec 19 00:52:52.668 INFO O| Dec 19 00:52:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54792024-12-19T00:52:53.107Z[ recovery-image] Dec 19 00:52:52.668 INFO O| Dec 19 00:52:52.668 INFO STEP 388 (remove_files) COMPLETE
54802024-12-19T00:52:53.107Z[ recovery-image] Dec 19 00:52:52.668 INFO O| Dec 19 00:52:52.668 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-19T00:52:53.114Z[ recovery-image] Dec 19 00:52:52.678 INFO O| Dec 19 00:52:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54822024-12-19T00:52:53.118Z[ recovery-image] Dec 19 00:52:52.678 INFO O| Dec 19 00:52:52.678 INFO STEP 389 (remove_files) COMPLETE
54832024-12-19T00:52:53.118Z[ recovery-image] Dec 19 00:52:52.678 INFO O| Dec 19 00:52:52.678 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-19T00:52:53.124Z[ recovery-image] Dec 19 00:52:52.688 INFO O| Dec 19 00:52:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54852024-12-19T00:52:53.124Z[ recovery-image] Dec 19 00:52:52.688 INFO O| Dec 19 00:52:52.688 INFO STEP 390 (remove_files) COMPLETE
54862024-12-19T00:52:53.126Z[ recovery-image] Dec 19 00:52:52.688 INFO O| Dec 19 00:52:52.688 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-19T00:52:53.134Z[ recovery-image] Dec 19 00:52:52.698 INFO O| Dec 19 00:52:52.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54882024-12-19T00:52:53.134Z[ recovery-image] Dec 19 00:52:52.698 INFO O| Dec 19 00:52:52.698 INFO STEP 391 (remove_files) COMPLETE
54892024-12-19T00:52:53.136Z[ recovery-image] Dec 19 00:52:52.698 INFO O| Dec 19 00:52:52.698 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-19T00:52:53.144Z[ recovery-image] Dec 19 00:52:52.708 INFO O| Dec 19 00:52:52.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54912024-12-19T00:52:53.144Z[ recovery-image] Dec 19 00:52:52.708 INFO O| Dec 19 00:52:52.708 INFO STEP 392 (remove_files) COMPLETE
54922024-12-19T00:52:53.144Z[ recovery-image] Dec 19 00:52:52.708 INFO O| Dec 19 00:52:52.708 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-19T00:52:53.154Z[ recovery-image] Dec 19 00:52:52.718 INFO O| Dec 19 00:52:52.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54942024-12-19T00:52:53.154Z[ recovery-image] Dec 19 00:52:52.718 INFO O| Dec 19 00:52:52.718 INFO STEP 393 (remove_files) COMPLETE
54952024-12-19T00:52:53.154Z[ recovery-image] Dec 19 00:52:52.718 INFO O| Dec 19 00:52:52.718 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-19T00:52:53.165Z[ recovery-image] Dec 19 00:52:52.728 INFO O| Dec 19 00:52:52.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54972024-12-19T00:52:53.165Z[ recovery-image] Dec 19 00:52:52.728 INFO O| Dec 19 00:52:52.728 INFO STEP 394 (remove_files) COMPLETE
54982024-12-19T00:52:53.168Z[ recovery-image] Dec 19 00:52:52.728 INFO O| Dec 19 00:52:52.728 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-19T00:52:53.175Z[ recovery-image] Dec 19 00:52:52.738 INFO O| Dec 19 00:52:52.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55002024-12-19T00:52:53.175Z[ recovery-image] Dec 19 00:52:52.739 INFO O| Dec 19 00:52:52.738 INFO STEP 395 (remove_files) COMPLETE
55012024-12-19T00:52:53.177Z[ recovery-image] Dec 19 00:52:52.739 INFO O| Dec 19 00:52:52.738 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-19T00:52:53.185Z[ recovery-image] Dec 19 00:52:52.749 INFO O| Dec 19 00:52:52.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55032024-12-19T00:52:53.185Z[ recovery-image] Dec 19 00:52:52.749 INFO O| Dec 19 00:52:52.749 INFO STEP 396 (remove_files) COMPLETE
55042024-12-19T00:52:53.185Z[ recovery-image] Dec 19 00:52:52.749 INFO O| Dec 19 00:52:52.749 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-19T00:52:53.195Z[ recovery-image] Dec 19 00:52:52.759 INFO O| Dec 19 00:52:52.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55062024-12-19T00:52:53.195Z[ recovery-image] Dec 19 00:52:52.759 INFO O| Dec 19 00:52:52.759 INFO STEP 397 (remove_files) COMPLETE
55072024-12-19T00:52:53.195Z[ recovery-image] Dec 19 00:52:52.759 INFO O| Dec 19 00:52:52.759 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-19T00:52:53.208Z[ recovery-image] Dec 19 00:52:52.771 INFO O| Dec 19 00:52:52.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55092024-12-19T00:52:53.208Z[ recovery-image] Dec 19 00:52:52.771 INFO O| Dec 19 00:52:52.771 INFO STEP 398 (remove_files) COMPLETE
55102024-12-19T00:52:53.208Z[ recovery-image] Dec 19 00:52:52.771 INFO O| Dec 19 00:52:52.771 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-19T00:52:53.218Z[ recovery-image] Dec 19 00:52:52.782 INFO O| Dec 19 00:52:52.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55122024-12-19T00:52:53.218Z[ recovery-image] Dec 19 00:52:52.782 INFO O| Dec 19 00:52:52.782 INFO STEP 399 (remove_files) COMPLETE
55132024-12-19T00:52:53.218Z[ recovery-image] Dec 19 00:52:52.782 INFO O| Dec 19 00:52:52.782 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-19T00:52:53.229Z[ recovery-image] Dec 19 00:52:52.792 INFO O| Dec 19 00:52:52.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55152024-12-19T00:52:53.229Z[ recovery-image] Dec 19 00:52:52.793 INFO O| Dec 19 00:52:52.792 INFO STEP 400 (remove_files) COMPLETE
55162024-12-19T00:52:53.229Z[ recovery-image] Dec 19 00:52:52.793 INFO O| Dec 19 00:52:52.792 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-19T00:52:53.239Z[ recovery-image] Dec 19 00:52:52.803 INFO O| Dec 19 00:52:52.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55182024-12-19T00:52:53.239Z[ recovery-image] Dec 19 00:52:52.803 INFO O| Dec 19 00:52:52.803 INFO STEP 401 (remove_files) COMPLETE
55192024-12-19T00:52:53.242Z[ recovery-image] Dec 19 00:52:52.803 INFO O| Dec 19 00:52:52.803 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-19T00:52:53.249Z[ recovery-image] Dec 19 00:52:52.813 INFO O| Dec 19 00:52:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55212024-12-19T00:52:53.249Z[ recovery-image] Dec 19 00:52:52.813 INFO O| Dec 19 00:52:52.813 INFO STEP 402 (remove_files) COMPLETE
55222024-12-19T00:52:53.249Z[ recovery-image] Dec 19 00:52:52.813 INFO O| Dec 19 00:52:52.813 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-19T00:52:53.263Z[ recovery-image] Dec 19 00:52:52.823 INFO O| Dec 19 00:52:52.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55242024-12-19T00:52:53.263Z[ recovery-image] Dec 19 00:52:52.823 INFO O| Dec 19 00:52:52.823 INFO STEP 403 (remove_files) COMPLETE
55252024-12-19T00:52:53.266Z[ recovery-image] Dec 19 00:52:52.823 INFO O| Dec 19 00:52:52.823 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-12-19T00:52:53.269Z[ recovery-image] Dec 19 00:52:52.833 INFO O| Dec 19 00:52:52.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55272024-12-19T00:52:53.269Z[ recovery-image] Dec 19 00:52:52.833 INFO O| Dec 19 00:52:52.833 INFO STEP 404 (remove_files) COMPLETE
55282024-12-19T00:52:53.272Z[ recovery-image] Dec 19 00:52:52.833 INFO O| Dec 19 00:52:52.833 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-12-19T00:52:53.279Z[ recovery-image] Dec 19 00:52:52.843 INFO O| Dec 19 00:52:52.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55302024-12-19T00:52:53.279Z[ recovery-image] Dec 19 00:52:52.843 INFO O| Dec 19 00:52:52.843 INFO STEP 405 (remove_files) COMPLETE
55312024-12-19T00:52:53.279Z[ recovery-image] Dec 19 00:52:52.843 INFO O| Dec 19 00:52:52.843 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-12-19T00:52:53.282Z[ host-image] Dec 19 00:52:52.845 INFO O| Dec 19 00:52:52.845 INFO O| Done
55332024-12-19T00:52:53.283Z[ host-image] Dec 19 00:52:52.845 INFO O| Dec 19 00:52:52.845 INFO O| Done
55342024-12-19T00:52:53.290Z[ recovery-image] Dec 19 00:52:52.854 INFO O| Dec 19 00:52:52.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55352024-12-19T00:52:53.290Z[ recovery-image] Dec 19 00:52:52.854 INFO O| Dec 19 00:52:52.854 INFO STEP 406 (remove_files) COMPLETE
55362024-12-19T00:52:53.290Z[ recovery-image] Dec 19 00:52:52.854 INFO O| Dec 19 00:52:52.854 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-19T00:52:53.301Z[ recovery-image] Dec 19 00:52:52.864 INFO O| Dec 19 00:52:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55382024-12-19T00:52:53.301Z[ recovery-image] Dec 19 00:52:52.864 INFO O| Dec 19 00:52:52.864 INFO STEP 407 (remove_files) COMPLETE
55392024-12-19T00:52:53.304Z[ recovery-image] Dec 19 00:52:52.864 INFO O| Dec 19 00:52:52.864 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-19T00:52:53.312Z[ recovery-image] Dec 19 00:52:52.874 INFO O| Dec 19 00:52:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55412024-12-19T00:52:53.312Z[ recovery-image] Dec 19 00:52:52.875 INFO O| Dec 19 00:52:52.875 INFO STEP 408 (remove_files) COMPLETE
55422024-12-19T00:52:53.315Z[ recovery-image] Dec 19 00:52:52.875 INFO O| Dec 19 00:52:52.875 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-19T00:52:53.323Z[ recovery-image] Dec 19 00:52:52.886 INFO O| Dec 19 00:52:52.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55442024-12-19T00:52:53.323Z[ recovery-image] Dec 19 00:52:52.886 INFO O| Dec 19 00:52:52.886 INFO STEP 409 (remove_files) COMPLETE
55452024-12-19T00:52:53.323Z[ recovery-image] Dec 19 00:52:52.886 INFO O| Dec 19 00:52:52.886 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-19T00:52:53.333Z[ recovery-image] Dec 19 00:52:52.897 INFO O| Dec 19 00:52:52.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55472024-12-19T00:52:53.333Z[ recovery-image] Dec 19 00:52:52.897 INFO O| Dec 19 00:52:52.897 INFO STEP 410 (remove_files) COMPLETE
55482024-12-19T00:52:53.333Z[ recovery-image] Dec 19 00:52:52.897 INFO O| Dec 19 00:52:52.897 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-19T00:52:53.343Z[ recovery-image] Dec 19 00:52:52.907 INFO O| Dec 19 00:52:52.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55502024-12-19T00:52:53.343Z[ recovery-image] Dec 19 00:52:52.907 INFO O| Dec 19 00:52:52.907 INFO STEP 411 (remove_files) COMPLETE
55512024-12-19T00:52:53.346Z[ recovery-image] Dec 19 00:52:52.907 INFO O| Dec 19 00:52:52.907 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-19T00:52:53.354Z[ recovery-image] Dec 19 00:52:52.918 INFO O| Dec 19 00:52:52.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55532024-12-19T00:52:53.357Z[ recovery-image] Dec 19 00:52:52.918 INFO O| Dec 19 00:52:52.918 INFO STEP 412 (remove_files) COMPLETE
55542024-12-19T00:52:53.357Z[ recovery-image] Dec 19 00:52:52.918 INFO O| Dec 19 00:52:52.918 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-19T00:52:53.365Z[ recovery-image] Dec 19 00:52:52.928 INFO O| Dec 19 00:52:52.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55562024-12-19T00:52:53.365Z[ recovery-image] Dec 19 00:52:52.928 INFO O| Dec 19 00:52:52.928 INFO STEP 413 (remove_files) COMPLETE
55572024-12-19T00:52:53.365Z[ recovery-image] Dec 19 00:52:52.928 INFO O| Dec 19 00:52:52.928 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-19T00:52:53.374Z[ recovery-image] Dec 19 00:52:52.938 INFO O| Dec 19 00:52:52.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55592024-12-19T00:52:53.374Z[ recovery-image] Dec 19 00:52:52.938 INFO O| Dec 19 00:52:52.938 INFO STEP 414 (remove_files) COMPLETE
55602024-12-19T00:52:53.374Z[ recovery-image] Dec 19 00:52:52.938 INFO O| Dec 19 00:52:52.938 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-19T00:52:53.385Z[ recovery-image] Dec 19 00:52:52.948 INFO O| Dec 19 00:52:52.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55622024-12-19T00:52:53.385Z[ recovery-image] Dec 19 00:52:52.948 INFO O| Dec 19 00:52:52.948 INFO STEP 415 (remove_files) COMPLETE
55632024-12-19T00:52:53.385Z[ recovery-image] Dec 19 00:52:52.948 INFO O| Dec 19 00:52:52.948 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-19T00:52:53.394Z[ recovery-image] Dec 19 00:52:52.958 INFO O| Dec 19 00:52:52.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55652024-12-19T00:52:53.394Z[ recovery-image] Dec 19 00:52:52.958 INFO O| Dec 19 00:52:52.958 INFO STEP 416 (remove_files) COMPLETE
55662024-12-19T00:52:53.397Z[ recovery-image] Dec 19 00:52:52.958 INFO O| Dec 19 00:52:52.958 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-19T00:52:53.404Z[ recovery-image] Dec 19 00:52:52.968 INFO O| Dec 19 00:52:52.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55682024-12-19T00:52:53.404Z[ recovery-image] Dec 19 00:52:52.968 INFO O| Dec 19 00:52:52.968 INFO STEP 417 (remove_files) COMPLETE
55692024-12-19T00:52:53.407Z[ recovery-image] Dec 19 00:52:52.968 INFO O| Dec 19 00:52:52.968 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-19T00:52:53.415Z[ recovery-image] Dec 19 00:52:52.979 INFO O| Dec 19 00:52:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55712024-12-19T00:52:53.417Z[ recovery-image] Dec 19 00:52:52.979 INFO O| Dec 19 00:52:52.979 INFO STEP 418 (remove_files) COMPLETE
55722024-12-19T00:52:53.417Z[ recovery-image] Dec 19 00:52:52.979 INFO O| Dec 19 00:52:52.979 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-19T00:52:53.425Z[ recovery-image] Dec 19 00:52:52.989 INFO O| Dec 19 00:52:52.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55742024-12-19T00:52:53.425Z[ recovery-image] Dec 19 00:52:52.989 INFO O| Dec 19 00:52:52.989 INFO STEP 419 (remove_files) COMPLETE
55752024-12-19T00:52:53.428Z[ recovery-image] Dec 19 00:52:52.989 INFO O| Dec 19 00:52:52.989 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-19T00:52:53.435Z[ recovery-image] Dec 19 00:52:52.999 INFO O| Dec 19 00:52:52.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55772024-12-19T00:52:53.438Z[ recovery-image] Dec 19 00:52:52.999 INFO O| Dec 19 00:52:52.999 INFO STEP 420 (remove_files) COMPLETE
55782024-12-19T00:52:53.438Z[ recovery-image] Dec 19 00:52:52.999 INFO O| Dec 19 00:52:52.999 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-19T00:52:53.448Z[ recovery-image] Dec 19 00:52:53.012 INFO O| Dec 19 00:52:53.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55802024-12-19T00:52:53.448Z[ recovery-image] Dec 19 00:52:53.012 INFO O| Dec 19 00:52:53.012 INFO STEP 421 (remove_files) COMPLETE
55812024-12-19T00:52:53.450Z[ recovery-image] Dec 19 00:52:53.012 INFO O| Dec 19 00:52:53.012 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-19T00:52:53.458Z[ recovery-image] Dec 19 00:52:53.022 INFO O| Dec 19 00:52:53.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55832024-12-19T00:52:53.458Z[ recovery-image] Dec 19 00:52:53.022 INFO O| Dec 19 00:52:53.022 INFO STEP 422 (remove_files) COMPLETE
55842024-12-19T00:52:53.460Z[ recovery-image] Dec 19 00:52:53.022 INFO O| Dec 19 00:52:53.022 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-19T00:52:53.468Z[ recovery-image] Dec 19 00:52:53.032 INFO O| Dec 19 00:52:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55862024-12-19T00:52:53.468Z[ recovery-image] Dec 19 00:52:53.032 INFO O| Dec 19 00:52:53.032 INFO STEP 423 (remove_files) COMPLETE
55872024-12-19T00:52:53.468Z[ recovery-image] Dec 19 00:52:53.032 INFO O| Dec 19 00:52:53.032 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-19T00:52:53.478Z[ recovery-image] Dec 19 00:52:53.042 INFO O| Dec 19 00:52:53.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55892024-12-19T00:52:53.478Z[ recovery-image] Dec 19 00:52:53.042 INFO O| Dec 19 00:52:53.042 INFO STEP 424 (remove_files) COMPLETE
55902024-12-19T00:52:53.478Z[ recovery-image] Dec 19 00:52:53.042 INFO O| Dec 19 00:52:53.042 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-19T00:52:53.488Z[ recovery-image] Dec 19 00:52:53.052 INFO O| Dec 19 00:52:53.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55922024-12-19T00:52:53.488Z[ recovery-image] Dec 19 00:52:53.052 INFO O| Dec 19 00:52:53.052 INFO STEP 425 (remove_files) COMPLETE
55932024-12-19T00:52:53.488Z[ recovery-image] Dec 19 00:52:53.052 INFO O| Dec 19 00:52:53.052 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-19T00:52:53.500Z[ recovery-image] Dec 19 00:52:53.063 INFO O| Dec 19 00:52:53.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55952024-12-19T00:52:53.500Z[ recovery-image] Dec 19 00:52:53.063 INFO O| Dec 19 00:52:53.063 INFO STEP 426 (remove_files) COMPLETE
55962024-12-19T00:52:53.503Z[ recovery-image] Dec 19 00:52:53.063 INFO O| Dec 19 00:52:53.063 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-19T00:52:53.509Z[ recovery-image] Dec 19 00:52:53.072 INFO O| Dec 19 00:52:53.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55982024-12-19T00:52:53.509Z[ recovery-image] Dec 19 00:52:53.073 INFO O| Dec 19 00:52:53.072 INFO STEP 427 (remove_files) COMPLETE
55992024-12-19T00:52:53.511Z[ recovery-image] Dec 19 00:52:53.073 INFO O| Dec 19 00:52:53.073 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-19T00:52:53.519Z[ recovery-image] Dec 19 00:52:53.083 INFO O| Dec 19 00:52:53.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56012024-12-19T00:52:53.522Z[ recovery-image] Dec 19 00:52:53.083 INFO O| Dec 19 00:52:53.083 INFO STEP 428 (remove_files) COMPLETE
56022024-12-19T00:52:53.522Z[ recovery-image] Dec 19 00:52:53.083 INFO O| Dec 19 00:52:53.083 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-19T00:52:53.530Z[ recovery-image] Dec 19 00:52:53.093 INFO O| Dec 19 00:52:53.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56042024-12-19T00:52:53.530Z[ recovery-image] Dec 19 00:52:53.093 INFO O| Dec 19 00:52:53.093 INFO STEP 429 (remove_files) COMPLETE
56052024-12-19T00:52:53.533Z[ recovery-image] Dec 19 00:52:53.093 INFO O| Dec 19 00:52:53.093 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-19T00:52:53.540Z[ recovery-image] Dec 19 00:52:53.104 INFO O| Dec 19 00:52:53.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56072024-12-19T00:52:53.542Z[ recovery-image] Dec 19 00:52:53.104 INFO O| Dec 19 00:52:53.104 INFO STEP 430 (remove_files) COMPLETE
56082024-12-19T00:52:53.542Z[ recovery-image] Dec 19 00:52:53.104 INFO O| Dec 19 00:52:53.104 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-19T00:52:53.550Z[ recovery-image] Dec 19 00:52:53.114 INFO O| Dec 19 00:52:53.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56102024-12-19T00:52:53.550Z[ recovery-image] Dec 19 00:52:53.114 INFO O| Dec 19 00:52:53.114 INFO STEP 431 (remove_files) COMPLETE
56112024-12-19T00:52:53.550Z[ recovery-image] Dec 19 00:52:53.114 INFO O| Dec 19 00:52:53.114 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-19T00:52:53.560Z[ recovery-image] Dec 19 00:52:53.123 INFO O| Dec 19 00:52:53.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56132024-12-19T00:52:53.563Z[ recovery-image] Dec 19 00:52:53.124 INFO O| Dec 19 00:52:53.123 INFO STEP 432 (remove_files) COMPLETE
56142024-12-19T00:52:53.563Z[ recovery-image] Dec 19 00:52:53.124 INFO O| Dec 19 00:52:53.124 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-19T00:52:53.569Z[ recovery-image] Dec 19 00:52:53.133 INFO O| Dec 19 00:52:53.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56162024-12-19T00:52:53.572Z[ recovery-image] Dec 19 00:52:53.133 INFO O| Dec 19 00:52:53.133 INFO STEP 433 (remove_files) COMPLETE
56172024-12-19T00:52:53.572Z[ recovery-image] Dec 19 00:52:53.133 INFO O| Dec 19 00:52:53.133 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-19T00:52:53.579Z[ recovery-image] Dec 19 00:52:53.143 INFO O| Dec 19 00:52:53.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56192024-12-19T00:52:53.579Z[ recovery-image] Dec 19 00:52:53.143 INFO O| Dec 19 00:52:53.143 INFO STEP 434 (remove_files) COMPLETE
56202024-12-19T00:52:53.579Z[ recovery-image] Dec 19 00:52:53.143 INFO O| Dec 19 00:52:53.143 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-19T00:52:53.589Z[ recovery-image] Dec 19 00:52:53.153 INFO O| Dec 19 00:52:53.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56222024-12-19T00:52:53.590Z[ recovery-image] Dec 19 00:52:53.153 INFO O| Dec 19 00:52:53.153 INFO STEP 435 (remove_files) COMPLETE
56232024-12-19T00:52:53.592Z[ recovery-image] Dec 19 00:52:53.153 INFO O| Dec 19 00:52:53.153 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-19T00:52:53.599Z[ recovery-image] Dec 19 00:52:53.163 INFO O| Dec 19 00:52:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56252024-12-19T00:52:53.599Z[ recovery-image] Dec 19 00:52:53.163 INFO O| Dec 19 00:52:53.163 INFO STEP 436 (remove_files) COMPLETE
56262024-12-19T00:52:53.602Z[ recovery-image] Dec 19 00:52:53.163 INFO O| Dec 19 00:52:53.163 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-19T00:52:53.609Z[ recovery-image] Dec 19 00:52:53.173 INFO O| Dec 19 00:52:53.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56282024-12-19T00:52:53.612Z[ recovery-image] Dec 19 00:52:53.173 INFO O| Dec 19 00:52:53.173 INFO STEP 437 (remove_files) COMPLETE
56292024-12-19T00:52:53.612Z[ recovery-image] Dec 19 00:52:53.173 INFO O| Dec 19 00:52:53.173 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-19T00:52:53.619Z[ recovery-image] Dec 19 00:52:53.183 INFO O| Dec 19 00:52:53.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56312024-12-19T00:52:53.619Z[ recovery-image] Dec 19 00:52:53.183 INFO O| Dec 19 00:52:53.183 INFO STEP 438 (remove_files) COMPLETE
56322024-12-19T00:52:53.621Z[ recovery-image] Dec 19 00:52:53.183 INFO O| Dec 19 00:52:53.183 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-19T00:52:53.628Z[ recovery-image] Dec 19 00:52:53.192 INFO O| Dec 19 00:52:53.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56342024-12-19T00:52:53.628Z[ recovery-image] Dec 19 00:52:53.192 INFO O| Dec 19 00:52:53.192 INFO STEP 439 (remove_files) COMPLETE
56352024-12-19T00:52:53.630Z[ recovery-image] Dec 19 00:52:53.192 INFO O| Dec 19 00:52:53.192 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-19T00:52:53.638Z[ recovery-image] Dec 19 00:52:53.202 INFO O| Dec 19 00:52:53.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56372024-12-19T00:52:53.641Z[ recovery-image] Dec 19 00:52:53.202 INFO O| Dec 19 00:52:53.202 INFO STEP 440 (remove_files) COMPLETE
56382024-12-19T00:52:53.641Z[ recovery-image] Dec 19 00:52:53.202 INFO O| Dec 19 00:52:53.202 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-19T00:52:53.648Z[ recovery-image] Dec 19 00:52:53.212 INFO O| Dec 19 00:52:53.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56402024-12-19T00:52:53.648Z[ recovery-image] Dec 19 00:52:53.212 INFO O| Dec 19 00:52:53.212 INFO STEP 441 (remove_files) COMPLETE
56412024-12-19T00:52:53.648Z[ recovery-image] Dec 19 00:52:53.212 INFO O| Dec 19 00:52:53.212 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-19T00:52:53.658Z[ recovery-image] Dec 19 00:52:53.222 INFO O| Dec 19 00:52:53.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56432024-12-19T00:52:53.658Z[ recovery-image] Dec 19 00:52:53.222 INFO O| Dec 19 00:52:53.222 INFO STEP 442 (remove_files) COMPLETE
56442024-12-19T00:52:53.660Z[ recovery-image] Dec 19 00:52:53.222 INFO O| Dec 19 00:52:53.222 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-19T00:52:53.667Z[ recovery-image] Dec 19 00:52:53.231 INFO O| Dec 19 00:52:53.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56462024-12-19T00:52:53.668Z[ recovery-image] Dec 19 00:52:53.231 INFO O| Dec 19 00:52:53.231 INFO STEP 443 (remove_files) COMPLETE
56472024-12-19T00:52:53.670Z[ recovery-image] Dec 19 00:52:53.232 INFO O| Dec 19 00:52:53.231 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-19T00:52:53.678Z[ recovery-image] Dec 19 00:52:53.241 INFO O| Dec 19 00:52:53.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56492024-12-19T00:52:53.678Z[ recovery-image] Dec 19 00:52:53.241 INFO O| Dec 19 00:52:53.241 INFO STEP 444 (remove_files) COMPLETE
56502024-12-19T00:52:53.680Z[ recovery-image] Dec 19 00:52:53.241 INFO O| Dec 19 00:52:53.241 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-19T00:52:53.689Z[ recovery-image] Dec 19 00:52:53.251 INFO O| Dec 19 00:52:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56522024-12-19T00:52:53.689Z[ recovery-image] Dec 19 00:52:53.251 INFO O| Dec 19 00:52:53.251 INFO STEP 445 (remove_files) COMPLETE
56532024-12-19T00:52:53.689Z[ recovery-image] Dec 19 00:52:53.252 INFO O| Dec 19 00:52:53.251 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-19T00:52:53.697Z[ recovery-image] Dec 19 00:52:53.261 INFO O| Dec 19 00:52:53.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56552024-12-19T00:52:53.697Z[ recovery-image] Dec 19 00:52:53.261 INFO O| Dec 19 00:52:53.261 INFO STEP 446 (remove_files) COMPLETE
56562024-12-19T00:52:53.700Z[ recovery-image] Dec 19 00:52:53.261 INFO O| Dec 19 00:52:53.261 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-19T00:52:53.707Z[ recovery-image] Dec 19 00:52:53.271 INFO O| Dec 19 00:52:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56582024-12-19T00:52:53.710Z[ recovery-image] Dec 19 00:52:53.271 INFO O| Dec 19 00:52:53.271 INFO STEP 447 (remove_files) COMPLETE
56592024-12-19T00:52:53.710Z[ recovery-image] Dec 19 00:52:53.271 INFO O| Dec 19 00:52:53.271 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-19T00:52:53.717Z[ recovery-image] Dec 19 00:52:53.281 INFO O| Dec 19 00:52:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56612024-12-19T00:52:53.717Z[ recovery-image] Dec 19 00:52:53.281 INFO O| Dec 19 00:52:53.281 INFO STEP 448 (remove_files) COMPLETE
56622024-12-19T00:52:53.720Z[ recovery-image] Dec 19 00:52:53.281 INFO O| Dec 19 00:52:53.281 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-19T00:52:53.728Z[ recovery-image] Dec 19 00:52:53.292 INFO O| Dec 19 00:52:53.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56642024-12-19T00:52:53.728Z[ recovery-image] Dec 19 00:52:53.292 INFO O| Dec 19 00:52:53.292 INFO STEP 449 (remove_files) COMPLETE
56652024-12-19T00:52:53.728Z[ recovery-image] Dec 19 00:52:53.292 INFO O| Dec 19 00:52:53.292 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-19T00:52:53.738Z[ recovery-image] Dec 19 00:52:53.302 INFO O| Dec 19 00:52:53.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56672024-12-19T00:52:53.740Z[ recovery-image] Dec 19 00:52:53.302 INFO O| Dec 19 00:52:53.302 INFO STEP 450 (remove_files) COMPLETE
56682024-12-19T00:52:53.740Z[ recovery-image] Dec 19 00:52:53.302 INFO O| Dec 19 00:52:53.302 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-19T00:52:53.748Z[ recovery-image] Dec 19 00:52:53.311 INFO O| Dec 19 00:52:53.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56702024-12-19T00:52:53.748Z[ recovery-image] Dec 19 00:52:53.312 INFO O| Dec 19 00:52:53.312 INFO STEP 451 (remove_files) COMPLETE
56712024-12-19T00:52:53.748Z[ recovery-image] Dec 19 00:52:53.312 INFO O| Dec 19 00:52:53.312 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-19T00:52:53.758Z[ recovery-image] Dec 19 00:52:53.322 INFO O| Dec 19 00:52:53.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56732024-12-19T00:52:53.763Z[ recovery-image] Dec 19 00:52:53.322 INFO O| Dec 19 00:52:53.322 INFO STEP 452 (remove_files) COMPLETE
56742024-12-19T00:52:53.763Z[ recovery-image] Dec 19 00:52:53.322 INFO O| Dec 19 00:52:53.322 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-19T00:52:53.768Z[ recovery-image] Dec 19 00:52:53.332 INFO O| Dec 19 00:52:53.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56762024-12-19T00:52:53.768Z[ recovery-image] Dec 19 00:52:53.332 INFO O| Dec 19 00:52:53.332 INFO STEP 453 (remove_files) COMPLETE
56772024-12-19T00:52:53.768Z[ recovery-image] Dec 19 00:52:53.332 INFO O| Dec 19 00:52:53.332 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-19T00:52:53.779Z[ recovery-image] Dec 19 00:52:53.342 INFO O| Dec 19 00:52:53.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56792024-12-19T00:52:53.780Z[ recovery-image] Dec 19 00:52:53.343 INFO O| Dec 19 00:52:53.342 INFO STEP 454 (remove_files) COMPLETE
56802024-12-19T00:52:53.780Z[ recovery-image] Dec 19 00:52:53.343 INFO O| Dec 19 00:52:53.342 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-19T00:52:53.789Z[ recovery-image] Dec 19 00:52:53.353 INFO O| Dec 19 00:52:53.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56822024-12-19T00:52:53.790Z[ recovery-image] Dec 19 00:52:53.353 INFO O| Dec 19 00:52:53.353 INFO STEP 455 (remove_files) COMPLETE
56832024-12-19T00:52:53.790Z[ recovery-image] Dec 19 00:52:53.353 INFO O| Dec 19 00:52:53.353 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-19T00:52:53.799Z[ recovery-image] Dec 19 00:52:53.363 INFO O| Dec 19 00:52:53.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56852024-12-19T00:52:53.799Z[ recovery-image] Dec 19 00:52:53.363 INFO O| Dec 19 00:52:53.363 INFO STEP 456 (remove_files) COMPLETE
56862024-12-19T00:52:53.804Z[ recovery-image] Dec 19 00:52:53.363 INFO O| Dec 19 00:52:53.363 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-19T00:52:53.810Z[ recovery-image] Dec 19 00:52:53.373 INFO O| Dec 19 00:52:53.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56882024-12-19T00:52:53.810Z[ recovery-image] Dec 19 00:52:53.373 INFO O| Dec 19 00:52:53.373 INFO STEP 457 (remove_files) COMPLETE
56892024-12-19T00:52:53.813Z[ recovery-image] Dec 19 00:52:53.373 INFO O| Dec 19 00:52:53.373 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-19T00:52:53.819Z[ recovery-image] Dec 19 00:52:53.383 INFO O| Dec 19 00:52:53.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56912024-12-19T00:52:53.819Z[ recovery-image] Dec 19 00:52:53.383 INFO O| Dec 19 00:52:53.383 INFO STEP 458 (remove_files) COMPLETE
56922024-12-19T00:52:53.819Z[ recovery-image] Dec 19 00:52:53.383 INFO O| Dec 19 00:52:53.383 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-19T00:52:53.829Z[ recovery-image] Dec 19 00:52:53.393 INFO O| Dec 19 00:52:53.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56942024-12-19T00:52:53.831Z[ recovery-image] Dec 19 00:52:53.393 INFO O| Dec 19 00:52:53.393 INFO STEP 459 (remove_files) COMPLETE
56952024-12-19T00:52:53.831Z[ recovery-image] Dec 19 00:52:53.393 INFO O| Dec 19 00:52:53.393 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-19T00:52:53.839Z[ recovery-image] Dec 19 00:52:53.402 INFO O| Dec 19 00:52:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56972024-12-19T00:52:53.839Z[ recovery-image] Dec 19 00:52:53.402 INFO O| Dec 19 00:52:53.402 INFO STEP 460 (remove_files) COMPLETE
56982024-12-19T00:52:53.839Z[ recovery-image] Dec 19 00:52:53.402 INFO O| Dec 19 00:52:53.402 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-19T00:52:53.849Z[ recovery-image] Dec 19 00:52:53.412 INFO O| Dec 19 00:52:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57002024-12-19T00:52:53.849Z[ recovery-image] Dec 19 00:52:53.412 INFO O| Dec 19 00:52:53.412 INFO STEP 461 (remove_files) COMPLETE
57012024-12-19T00:52:53.852Z[ recovery-image] Dec 19 00:52:53.412 INFO O| Dec 19 00:52:53.412 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-19T00:52:53.858Z[ recovery-image] Dec 19 00:52:53.422 INFO O| Dec 19 00:52:53.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57032024-12-19T00:52:53.861Z[ recovery-image] Dec 19 00:52:53.422 INFO O| Dec 19 00:52:53.422 INFO STEP 462 (remove_files) COMPLETE
57042024-12-19T00:52:53.861Z[ host-image] Dec 19 00:52:53.422 INFO O| Dec 19 00:52:53.422 INFO O| Done
57052024-12-19T00:52:53.861Z[ recovery-image] Dec 19 00:52:53.422 INFO O| Dec 19 00:52:53.422 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-19T00:52:53.870Z[ recovery-image] Dec 19 00:52:53.432 INFO O| Dec 19 00:52:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57072024-12-19T00:52:53.870Z[ recovery-image] Dec 19 00:52:53.432 INFO O| Dec 19 00:52:53.432 INFO STEP 463 (remove_files) COMPLETE
57082024-12-19T00:52:53.872Z[ recovery-image] Dec 19 00:52:53.432 INFO O| Dec 19 00:52:53.432 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-19T00:52:53.884Z[ recovery-image] Dec 19 00:52:53.448 INFO O| Dec 19 00:52:53.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57102024-12-19T00:52:53.887Z[ recovery-image] Dec 19 00:52:53.449 INFO O| Dec 19 00:52:53.449 INFO STEP 464 (remove_files) COMPLETE
57112024-12-19T00:52:53.888Z[ recovery-image] Dec 19 00:52:53.449 INFO O| Dec 19 00:52:53.449 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-19T00:52:53.914Z[ recovery-image] Dec 19 00:52:53.476 INFO O| Dec 19 00:52:53.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57132024-12-19T00:52:53.914Z[ recovery-image] Dec 19 00:52:53.476 INFO O| Dec 19 00:52:53.476 INFO STEP 465 (remove_files) COMPLETE
57142024-12-19T00:52:53.914Z[ recovery-image] Dec 19 00:52:53.476 INFO O| Dec 19 00:52:53.476 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-19T00:52:53.929Z[ recovery-image] Dec 19 00:52:53.492 INFO O| Dec 19 00:52:53.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57162024-12-19T00:52:53.929Z[ recovery-image] Dec 19 00:52:53.493 INFO O| Dec 19 00:52:53.492 INFO STEP 466 (remove_files) COMPLETE
57172024-12-19T00:52:53.929Z[ recovery-image] Dec 19 00:52:53.493 INFO O| Dec 19 00:52:53.493 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-19T00:52:53.944Z[ recovery-image] Dec 19 00:52:53.507 INFO O| Dec 19 00:52:53.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57192024-12-19T00:52:53.946Z[ recovery-image] Dec 19 00:52:53.507 INFO O| Dec 19 00:52:53.507 INFO STEP 467 (remove_files) COMPLETE
57202024-12-19T00:52:53.946Z[ recovery-image] Dec 19 00:52:53.507 INFO O| Dec 19 00:52:53.507 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-19T00:52:53.957Z[ recovery-image] Dec 19 00:52:53.521 INFO O| Dec 19 00:52:53.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57222024-12-19T00:52:53.957Z[ recovery-image] Dec 19 00:52:53.521 INFO O| Dec 19 00:52:53.521 INFO STEP 468 (remove_files) COMPLETE
57232024-12-19T00:52:53.957Z[ recovery-image] Dec 19 00:52:53.521 INFO O| Dec 19 00:52:53.521 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-19T00:52:53.972Z[ recovery-image] Dec 19 00:52:53.535 INFO O| Dec 19 00:52:53.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57252024-12-19T00:52:53.975Z[ recovery-image] Dec 19 00:52:53.535 INFO O| Dec 19 00:52:53.535 INFO STEP 469 (remove_files) COMPLETE
57262024-12-19T00:52:53.975Z[ recovery-image] Dec 19 00:52:53.535 INFO O| Dec 19 00:52:53.535 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-19T00:52:53.986Z[ recovery-image] Dec 19 00:52:53.549 INFO O| Dec 19 00:52:53.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57282024-12-19T00:52:53.986Z[ recovery-image] Dec 19 00:52:53.550 INFO O| Dec 19 00:52:53.549 INFO STEP 470 (remove_files) COMPLETE
57292024-12-19T00:52:53.986Z[ recovery-image] Dec 19 00:52:53.550 INFO O| Dec 19 00:52:53.550 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-19T00:52:53.997Z[ recovery-image] Dec 19 00:52:53.560 INFO O| Dec 19 00:52:53.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57312024-12-19T00:52:53.997Z[ recovery-image] Dec 19 00:52:53.560 INFO O| Dec 19 00:52:53.560 INFO STEP 471 (remove_files) COMPLETE
57322024-12-19T00:52:53.997Z[ recovery-image] Dec 19 00:52:53.561 INFO O| Dec 19 00:52:53.560 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-19T00:52:54.008Z[ recovery-image] Dec 19 00:52:53.571 INFO O| Dec 19 00:52:53.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57342024-12-19T00:52:54.008Z[ recovery-image] Dec 19 00:52:53.571 INFO O| Dec 19 00:52:53.571 INFO STEP 472 (remove_files) COMPLETE
57352024-12-19T00:52:54.008Z[ recovery-image] Dec 19 00:52:53.571 INFO O| Dec 19 00:52:53.571 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-19T00:52:54.018Z[ recovery-image] Dec 19 00:52:53.582 INFO O| Dec 19 00:52:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57372024-12-19T00:52:54.018Z[ recovery-image] Dec 19 00:52:53.582 INFO O| Dec 19 00:52:53.582 INFO STEP 473 (remove_files) COMPLETE
57382024-12-19T00:52:54.018Z[ recovery-image] Dec 19 00:52:53.582 INFO O| Dec 19 00:52:53.582 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-19T00:52:54.029Z[ recovery-image] Dec 19 00:52:53.593 INFO O| Dec 19 00:52:53.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57402024-12-19T00:52:54.029Z[ recovery-image] Dec 19 00:52:53.593 INFO O| Dec 19 00:52:53.593 INFO STEP 474 (remove_files) COMPLETE
57412024-12-19T00:52:54.029Z[ recovery-image] Dec 19 00:52:53.593 INFO O| Dec 19 00:52:53.593 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-19T00:52:54.039Z[ recovery-image] Dec 19 00:52:53.603 INFO O| Dec 19 00:52:53.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57432024-12-19T00:52:54.042Z[ recovery-image] Dec 19 00:52:53.603 INFO O| Dec 19 00:52:53.603 INFO STEP 475 (remove_files) COMPLETE
57442024-12-19T00:52:54.042Z[ recovery-image] Dec 19 00:52:53.603 INFO O| Dec 19 00:52:53.603 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-19T00:52:54.050Z[ recovery-image] Dec 19 00:52:53.614 INFO O| Dec 19 00:52:53.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57462024-12-19T00:52:54.050Z[ recovery-image] Dec 19 00:52:53.614 INFO O| Dec 19 00:52:53.614 INFO STEP 476 (remove_files) COMPLETE
57472024-12-19T00:52:54.050Z[ recovery-image] Dec 19 00:52:53.614 INFO O| Dec 19 00:52:53.614 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-19T00:52:54.061Z[ recovery-image] Dec 19 00:52:53.624 INFO O| Dec 19 00:52:53.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57492024-12-19T00:52:54.061Z[ recovery-image] Dec 19 00:52:53.624 INFO O| Dec 19 00:52:53.624 INFO STEP 477 (remove_files) COMPLETE
57502024-12-19T00:52:54.061Z[ recovery-image] Dec 19 00:52:53.624 INFO O| Dec 19 00:52:53.624 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-19T00:52:54.071Z[ recovery-image] Dec 19 00:52:53.635 INFO O| Dec 19 00:52:53.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57522024-12-19T00:52:54.074Z[ recovery-image] Dec 19 00:52:53.635 INFO O| Dec 19 00:52:53.635 INFO STEP 478 (remove_files) COMPLETE
57532024-12-19T00:52:54.074Z[ recovery-image] Dec 19 00:52:53.635 INFO O| Dec 19 00:52:53.635 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-19T00:52:54.082Z[ recovery-image] Dec 19 00:52:53.645 INFO O| Dec 19 00:52:53.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57552024-12-19T00:52:54.084Z[ recovery-image] Dec 19 00:52:53.646 INFO O| Dec 19 00:52:53.646 INFO STEP 479 (remove_files) COMPLETE
57562024-12-19T00:52:54.084Z[ recovery-image] Dec 19 00:52:53.646 INFO O| Dec 19 00:52:53.646 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-19T00:52:54.093Z[ recovery-image] Dec 19 00:52:53.657 INFO O| Dec 19 00:52:53.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57582024-12-19T00:52:54.093Z[ recovery-image] Dec 19 00:52:53.657 INFO O| Dec 19 00:52:53.657 INFO STEP 480 (remove_files) COMPLETE
57592024-12-19T00:52:54.093Z[ recovery-image] Dec 19 00:52:53.657 INFO O| Dec 19 00:52:53.657 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-19T00:52:54.103Z[ recovery-image] Dec 19 00:52:53.667 INFO O| Dec 19 00:52:53.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57612024-12-19T00:52:54.106Z[ recovery-image] Dec 19 00:52:53.667 INFO O| Dec 19 00:52:53.667 INFO STEP 481 (remove_files) COMPLETE
57622024-12-19T00:52:54.106Z[ recovery-image] Dec 19 00:52:53.667 INFO O| Dec 19 00:52:53.667 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-19T00:52:54.113Z[ recovery-image] Dec 19 00:52:53.677 INFO O| Dec 19 00:52:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57642024-12-19T00:52:54.113Z[ recovery-image] Dec 19 00:52:53.677 INFO O| Dec 19 00:52:53.677 INFO STEP 482 (remove_files) COMPLETE
57652024-12-19T00:52:54.113Z[ recovery-image] Dec 19 00:52:53.677 INFO O| Dec 19 00:52:53.677 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-19T00:52:54.124Z[ recovery-image] Dec 19 00:52:53.688 INFO O| Dec 19 00:52:53.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57672024-12-19T00:52:54.127Z[ recovery-image] Dec 19 00:52:53.689 INFO O| Dec 19 00:52:53.689 INFO STEP 483 (remove_files) COMPLETE
57682024-12-19T00:52:54.127Z[ recovery-image] Dec 19 00:52:53.689 INFO O| Dec 19 00:52:53.689 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-19T00:52:54.137Z[ recovery-image] Dec 19 00:52:53.701 INFO O| Dec 19 00:52:53.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57702024-12-19T00:52:54.138Z[ recovery-image] Dec 19 00:52:53.701 INFO O| Dec 19 00:52:53.701 INFO STEP 484 (remove_files) COMPLETE
57712024-12-19T00:52:54.138Z[ recovery-image] Dec 19 00:52:53.701 INFO O| Dec 19 00:52:53.701 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-19T00:52:54.148Z[ recovery-image] Dec 19 00:52:53.712 INFO O| Dec 19 00:52:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57732024-12-19T00:52:54.148Z[ recovery-image] Dec 19 00:52:53.712 INFO O| Dec 19 00:52:53.712 INFO STEP 485 (remove_files) COMPLETE
57742024-12-19T00:52:54.148Z[ recovery-image] Dec 19 00:52:53.712 INFO O| Dec 19 00:52:53.712 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-19T00:52:54.159Z[ recovery-image] Dec 19 00:52:53.723 INFO O| Dec 19 00:52:53.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57762024-12-19T00:52:54.159Z[ recovery-image] Dec 19 00:52:53.723 INFO O| Dec 19 00:52:53.723 INFO STEP 486 (remove_files) COMPLETE
57772024-12-19T00:52:54.161Z[ recovery-image] Dec 19 00:52:53.723 INFO O| Dec 19 00:52:53.723 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-19T00:52:54.169Z[ recovery-image] Dec 19 00:52:53.733 INFO O| Dec 19 00:52:53.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57792024-12-19T00:52:54.169Z[ recovery-image] Dec 19 00:52:53.733 INFO O| Dec 19 00:52:53.733 INFO STEP 487 (remove_files) COMPLETE
57802024-12-19T00:52:54.172Z[ recovery-image] Dec 19 00:52:53.733 INFO O| Dec 19 00:52:53.733 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-19T00:52:54.179Z[ recovery-image] Dec 19 00:52:53.743 INFO O| Dec 19 00:52:53.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57822024-12-19T00:52:54.181Z[ recovery-image] Dec 19 00:52:53.743 INFO O| Dec 19 00:52:53.743 INFO STEP 488 (remove_files) COMPLETE
57832024-12-19T00:52:54.181Z[ recovery-image] Dec 19 00:52:53.743 INFO O| Dec 19 00:52:53.743 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-19T00:52:54.188Z[ recovery-image] Dec 19 00:52:53.752 INFO O| Dec 19 00:52:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57852024-12-19T00:52:54.189Z[ recovery-image] Dec 19 00:52:53.752 INFO O| Dec 19 00:52:53.752 INFO STEP 489 (remove_files) COMPLETE
57862024-12-19T00:52:54.189Z[ recovery-image] Dec 19 00:52:53.752 INFO O| Dec 19 00:52:53.752 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-19T00:52:54.198Z[ recovery-image] Dec 19 00:52:53.762 INFO O| Dec 19 00:52:53.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57882024-12-19T00:52:54.198Z[ recovery-image] Dec 19 00:52:53.762 INFO O| Dec 19 00:52:53.762 INFO STEP 490 (remove_files) COMPLETE
57892024-12-19T00:52:54.198Z[ recovery-image] Dec 19 00:52:53.762 INFO O| Dec 19 00:52:53.762 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-19T00:52:54.207Z[ recovery-image] Dec 19 00:52:53.771 INFO O| Dec 19 00:52:53.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57912024-12-19T00:52:54.207Z[ recovery-image] Dec 19 00:52:53.771 INFO O| Dec 19 00:52:53.771 INFO STEP 491 (remove_files) COMPLETE
57922024-12-19T00:52:54.210Z[ recovery-image] Dec 19 00:52:53.771 INFO O| Dec 19 00:52:53.771 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-19T00:52:54.217Z[ recovery-image] Dec 19 00:52:53.781 INFO O| Dec 19 00:52:53.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57942024-12-19T00:52:54.219Z[ recovery-image] Dec 19 00:52:53.781 INFO O| Dec 19 00:52:53.781 INFO STEP 492 (remove_files) COMPLETE
57952024-12-19T00:52:54.219Z[ recovery-image] Dec 19 00:52:53.781 INFO O| Dec 19 00:52:53.781 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-19T00:52:54.227Z[ recovery-image] Dec 19 00:52:53.791 INFO O| Dec 19 00:52:53.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57972024-12-19T00:52:54.227Z[ recovery-image] Dec 19 00:52:53.791 INFO O| Dec 19 00:52:53.791 INFO STEP 493 (remove_files) COMPLETE
57982024-12-19T00:52:54.227Z[ recovery-image] Dec 19 00:52:53.791 INFO O| Dec 19 00:52:53.791 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-19T00:52:54.237Z[ recovery-image] Dec 19 00:52:53.800 INFO O| Dec 19 00:52:53.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58002024-12-19T00:52:54.237Z[ recovery-image] Dec 19 00:52:53.801 INFO O| Dec 19 00:52:53.801 INFO STEP 494 (remove_files) COMPLETE
58012024-12-19T00:52:54.239Z[ recovery-image] Dec 19 00:52:53.801 INFO O| Dec 19 00:52:53.801 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-19T00:52:54.247Z[ recovery-image] Dec 19 00:52:53.811 INFO O| Dec 19 00:52:53.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58032024-12-19T00:52:54.247Z[ recovery-image] Dec 19 00:52:53.811 INFO O| Dec 19 00:52:53.811 INFO STEP 495 (remove_files) COMPLETE
58042024-12-19T00:52:54.247Z[ recovery-image] Dec 19 00:52:53.811 INFO O| Dec 19 00:52:53.811 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-19T00:52:54.257Z[ recovery-image] Dec 19 00:52:53.821 INFO O| Dec 19 00:52:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58062024-12-19T00:52:54.257Z[ recovery-image] Dec 19 00:52:53.821 INFO O| Dec 19 00:52:53.821 INFO STEP 496 (remove_files) COMPLETE
58072024-12-19T00:52:54.257Z[ recovery-image] Dec 19 00:52:53.821 INFO O| Dec 19 00:52:53.821 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-19T00:52:54.267Z[ recovery-image] Dec 19 00:52:53.831 INFO O| Dec 19 00:52:53.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58092024-12-19T00:52:54.270Z[ recovery-image] Dec 19 00:52:53.831 INFO O| Dec 19 00:52:53.831 INFO STEP 497 (remove_files) COMPLETE
58102024-12-19T00:52:54.270Z[ recovery-image] Dec 19 00:52:53.831 INFO O| Dec 19 00:52:53.831 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-19T00:52:54.277Z[ recovery-image] Dec 19 00:52:53.841 INFO O| Dec 19 00:52:53.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58122024-12-19T00:52:54.280Z[ recovery-image] Dec 19 00:52:53.841 INFO O| Dec 19 00:52:53.841 INFO STEP 498 (remove_files) COMPLETE
58132024-12-19T00:52:54.280Z[ recovery-image] Dec 19 00:52:53.841 INFO O| Dec 19 00:52:53.841 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-19T00:52:54.287Z[ recovery-image] Dec 19 00:52:53.851 INFO O| Dec 19 00:52:53.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58152024-12-19T00:52:54.287Z[ recovery-image] Dec 19 00:52:53.851 INFO O| Dec 19 00:52:53.851 INFO STEP 499 (remove_files) COMPLETE
58162024-12-19T00:52:54.289Z[ recovery-image] Dec 19 00:52:53.851 INFO O| Dec 19 00:52:53.851 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-19T00:52:54.297Z[ recovery-image] Dec 19 00:52:53.860 INFO O| Dec 19 00:52:53.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58182024-12-19T00:52:54.297Z[ recovery-image] Dec 19 00:52:53.860 INFO O| Dec 19 00:52:53.860 INFO STEP 500 (remove_files) COMPLETE
58192024-12-19T00:52:54.297Z[ recovery-image] Dec 19 00:52:53.860 INFO O| Dec 19 00:52:53.860 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-19T00:52:54.306Z[ recovery-image] Dec 19 00:52:53.870 INFO O| Dec 19 00:52:53.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58212024-12-19T00:52:54.306Z[ recovery-image] Dec 19 00:52:53.870 INFO O| Dec 19 00:52:53.870 INFO STEP 501 (remove_files) COMPLETE
58222024-12-19T00:52:54.309Z[ recovery-image] Dec 19 00:52:53.870 INFO O| Dec 19 00:52:53.870 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-19T00:52:54.316Z[ recovery-image] Dec 19 00:52:53.880 INFO O| Dec 19 00:52:53.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58242024-12-19T00:52:54.316Z[ recovery-image] Dec 19 00:52:53.880 INFO O| Dec 19 00:52:53.880 INFO STEP 502 (remove_files) COMPLETE
58252024-12-19T00:52:54.318Z[ recovery-image] Dec 19 00:52:53.880 INFO O| Dec 19 00:52:53.880 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-19T00:52:54.326Z[ recovery-image] Dec 19 00:52:53.890 INFO O| Dec 19 00:52:53.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58272024-12-19T00:52:54.328Z[ recovery-image] Dec 19 00:52:53.890 INFO O| Dec 19 00:52:53.890 INFO STEP 503 (remove_files) COMPLETE
58282024-12-19T00:52:54.328Z[ recovery-image] Dec 19 00:52:53.890 INFO O| Dec 19 00:52:53.890 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-19T00:52:54.337Z[ recovery-image] Dec 19 00:52:53.900 INFO O| Dec 19 00:52:53.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58302024-12-19T00:52:54.337Z[ recovery-image] Dec 19 00:52:53.900 INFO O| Dec 19 00:52:53.900 INFO STEP 504 (remove_files) COMPLETE
58312024-12-19T00:52:54.337Z[ recovery-image] Dec 19 00:52:53.900 INFO O| Dec 19 00:52:53.900 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-19T00:52:54.346Z[ recovery-image] Dec 19 00:52:53.910 INFO O| Dec 19 00:52:53.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58332024-12-19T00:52:54.346Z[ recovery-image] Dec 19 00:52:53.910 INFO O| Dec 19 00:52:53.910 INFO STEP 505 (remove_files) COMPLETE
58342024-12-19T00:52:54.349Z[ recovery-image] Dec 19 00:52:53.910 INFO O| Dec 19 00:52:53.910 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-19T00:52:54.356Z[ recovery-image] Dec 19 00:52:53.920 INFO O| Dec 19 00:52:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58362024-12-19T00:52:54.358Z[ recovery-image] Dec 19 00:52:53.921 INFO O| Dec 19 00:52:53.921 INFO STEP 506 (remove_files) COMPLETE
58372024-12-19T00:52:54.358Z[ recovery-image] Dec 19 00:52:53.921 INFO O| Dec 19 00:52:53.921 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-19T00:52:54.367Z[ recovery-image] Dec 19 00:52:53.931 INFO O| Dec 19 00:52:53.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58392024-12-19T00:52:54.370Z[ recovery-image] Dec 19 00:52:53.932 INFO O| Dec 19 00:52:53.932 INFO STEP 507 (remove_files) COMPLETE
58402024-12-19T00:52:54.370Z[ recovery-image] Dec 19 00:52:53.932 INFO O| Dec 19 00:52:53.932 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-19T00:52:54.380Z[ recovery-image] Dec 19 00:52:53.944 INFO O| Dec 19 00:52:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58422024-12-19T00:52:54.380Z[ recovery-image] Dec 19 00:52:53.944 INFO O| Dec 19 00:52:53.944 INFO STEP 508 (remove_files) COMPLETE
58432024-12-19T00:52:54.383Z[ recovery-image] Dec 19 00:52:53.944 INFO O| Dec 19 00:52:53.944 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-19T00:52:54.392Z[ recovery-image] Dec 19 00:52:53.956 INFO O| Dec 19 00:52:53.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58452024-12-19T00:52:54.392Z[ recovery-image] Dec 19 00:52:53.956 INFO O| Dec 19 00:52:53.956 INFO STEP 509 (remove_files) COMPLETE
58462024-12-19T00:52:54.394Z[ recovery-image] Dec 19 00:52:53.956 INFO O| Dec 19 00:52:53.956 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-19T00:52:54.403Z[ recovery-image] Dec 19 00:52:53.967 INFO O| Dec 19 00:52:53.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58482024-12-19T00:52:54.403Z[ recovery-image] Dec 19 00:52:53.967 INFO O| Dec 19 00:52:53.967 INFO STEP 510 (remove_files) COMPLETE
58492024-12-19T00:52:54.403Z[ recovery-image] Dec 19 00:52:53.967 INFO O| Dec 19 00:52:53.967 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-19T00:52:54.416Z[ recovery-image] Dec 19 00:52:53.977 INFO O| Dec 19 00:52:53.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58512024-12-19T00:52:54.416Z[ recovery-image] Dec 19 00:52:53.977 INFO O| Dec 19 00:52:53.977 INFO STEP 511 (remove_files) COMPLETE
58522024-12-19T00:52:54.419Z[ recovery-image] Dec 19 00:52:53.977 INFO O| Dec 19 00:52:53.977 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-19T00:52:54.424Z[ recovery-image] Dec 19 00:52:53.988 INFO O| Dec 19 00:52:53.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58542024-12-19T00:52:54.426Z[ recovery-image] Dec 19 00:52:53.988 INFO O| Dec 19 00:52:53.988 INFO STEP 512 (remove_files) COMPLETE
58552024-12-19T00:52:54.426Z[ recovery-image] Dec 19 00:52:53.988 INFO O| Dec 19 00:52:53.988 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-19T00:52:54.434Z[ recovery-image] Dec 19 00:52:53.998 INFO O| Dec 19 00:52:53.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58572024-12-19T00:52:54.434Z[ recovery-image] Dec 19 00:52:53.998 INFO O| Dec 19 00:52:53.998 INFO STEP 513 (remove_files) COMPLETE
58582024-12-19T00:52:54.437Z[ recovery-image] Dec 19 00:52:53.998 INFO O| Dec 19 00:52:53.998 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-19T00:52:54.445Z[ recovery-image] Dec 19 00:52:54.008 INFO O| Dec 19 00:52:54.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58602024-12-19T00:52:54.448Z[ recovery-image] Dec 19 00:52:54.009 INFO O| Dec 19 00:52:54.009 INFO STEP 514 (remove_files) COMPLETE
58612024-12-19T00:52:54.448Z[ recovery-image] Dec 19 00:52:54.009 INFO O| Dec 19 00:52:54.009 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-19T00:52:54.455Z[ recovery-image] Dec 19 00:52:54.018 INFO O| Dec 19 00:52:54.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58632024-12-19T00:52:54.455Z[ recovery-image] Dec 19 00:52:54.019 INFO O| Dec 19 00:52:54.019 INFO STEP 515 (remove_files) COMPLETE
58642024-12-19T00:52:54.455Z[ recovery-image] Dec 19 00:52:54.019 INFO O| Dec 19 00:52:54.019 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-19T00:52:54.465Z[ recovery-image] Dec 19 00:52:54.028 INFO O| Dec 19 00:52:54.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58662024-12-19T00:52:54.467Z[ recovery-image] Dec 19 00:52:54.029 INFO O| Dec 19 00:52:54.029 INFO STEP 516 (remove_files) COMPLETE
58672024-12-19T00:52:54.468Z[ recovery-image] Dec 19 00:52:54.029 INFO O| Dec 19 00:52:54.029 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-19T00:52:54.476Z[ recovery-image] Dec 19 00:52:54.039 INFO O| Dec 19 00:52:54.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58692024-12-19T00:52:54.476Z[ recovery-image] Dec 19 00:52:54.039 INFO O| Dec 19 00:52:54.039 INFO STEP 517 (remove_files) COMPLETE
58702024-12-19T00:52:54.479Z[ recovery-image] Dec 19 00:52:54.039 INFO O| Dec 19 00:52:54.039 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-19T00:52:54.486Z[ recovery-image] Dec 19 00:52:54.050 INFO O| Dec 19 00:52:54.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58722024-12-19T00:52:54.486Z[ recovery-image] Dec 19 00:52:54.050 INFO O| Dec 19 00:52:54.050 INFO STEP 518 (remove_files) COMPLETE
58732024-12-19T00:52:54.489Z[ recovery-image] Dec 19 00:52:54.050 INFO O| Dec 19 00:52:54.050 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-19T00:52:54.496Z[ recovery-image] Dec 19 00:52:54.060 INFO O| Dec 19 00:52:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58752024-12-19T00:52:54.496Z[ recovery-image] Dec 19 00:52:54.060 INFO O| Dec 19 00:52:54.060 INFO STEP 519 (remove_files) COMPLETE
58762024-12-19T00:52:54.496Z[ recovery-image] Dec 19 00:52:54.060 INFO O| Dec 19 00:52:54.060 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-19T00:52:54.506Z[ recovery-image] Dec 19 00:52:54.070 INFO O| Dec 19 00:52:54.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58782024-12-19T00:52:54.509Z[ recovery-image] Dec 19 00:52:54.070 INFO O| Dec 19 00:52:54.070 INFO STEP 520 (remove_files) COMPLETE
58792024-12-19T00:52:54.509Z[ recovery-image] Dec 19 00:52:54.070 INFO O| Dec 19 00:52:54.070 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-19T00:52:54.516Z[ recovery-image] Dec 19 00:52:54.080 INFO O| Dec 19 00:52:54.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58812024-12-19T00:52:54.521Z[ recovery-image] Dec 19 00:52:54.081 INFO O| Dec 19 00:52:54.081 INFO STEP 521 (remove_files) COMPLETE
58822024-12-19T00:52:54.521Z[ recovery-image] Dec 19 00:52:54.081 INFO O| Dec 19 00:52:54.081 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-19T00:52:54.528Z[ recovery-image] Dec 19 00:52:54.091 INFO O| Dec 19 00:52:54.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58842024-12-19T00:52:54.528Z[ recovery-image] Dec 19 00:52:54.092 INFO O| Dec 19 00:52:54.091 INFO STEP 522 (remove_files) COMPLETE
58852024-12-19T00:52:54.528Z[ recovery-image] Dec 19 00:52:54.092 INFO O| Dec 19 00:52:54.092 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-19T00:52:54.538Z[ recovery-image] Dec 19 00:52:54.102 INFO O| Dec 19 00:52:54.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58872024-12-19T00:52:54.538Z[ recovery-image] Dec 19 00:52:54.102 INFO O| Dec 19 00:52:54.102 INFO STEP 523 (remove_files) COMPLETE
58882024-12-19T00:52:54.538Z[ recovery-image] Dec 19 00:52:54.102 INFO O| Dec 19 00:52:54.102 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-19T00:52:54.548Z[ recovery-image] Dec 19 00:52:54.112 INFO O| Dec 19 00:52:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58902024-12-19T00:52:54.548Z[ recovery-image] Dec 19 00:52:54.112 INFO O| Dec 19 00:52:54.112 INFO STEP 524 (remove_files) COMPLETE
58912024-12-19T00:52:54.551Z[ recovery-image] Dec 19 00:52:54.112 INFO O| Dec 19 00:52:54.112 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-19T00:52:54.558Z[ recovery-image] Dec 19 00:52:54.122 INFO O| Dec 19 00:52:54.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58932024-12-19T00:52:54.558Z[ recovery-image] Dec 19 00:52:54.122 INFO O| Dec 19 00:52:54.122 INFO STEP 525 (remove_files) COMPLETE
58942024-12-19T00:52:54.561Z[ recovery-image] Dec 19 00:52:54.122 INFO O| Dec 19 00:52:54.122 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-19T00:52:54.568Z[ recovery-image] Dec 19 00:52:54.132 INFO O| Dec 19 00:52:54.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58962024-12-19T00:52:54.571Z[ recovery-image] Dec 19 00:52:54.133 INFO O| Dec 19 00:52:54.133 INFO STEP 526 (remove_files) COMPLETE
58972024-12-19T00:52:54.571Z[ recovery-image] Dec 19 00:52:54.133 INFO O| Dec 19 00:52:54.133 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-19T00:52:54.579Z[ recovery-image] Dec 19 00:52:54.143 INFO O| Dec 19 00:52:54.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58992024-12-19T00:52:54.582Z[ recovery-image] Dec 19 00:52:54.143 INFO O| Dec 19 00:52:54.143 INFO STEP 527 (remove_files) COMPLETE
59002024-12-19T00:52:54.582Z[ recovery-image] Dec 19 00:52:54.143 INFO O| Dec 19 00:52:54.143 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-19T00:52:54.590Z[ recovery-image] Dec 19 00:52:54.153 INFO O| Dec 19 00:52:54.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59022024-12-19T00:52:54.590Z[ recovery-image] Dec 19 00:52:54.154 INFO O| Dec 19 00:52:54.154 INFO STEP 528 (remove_files) COMPLETE
59032024-12-19T00:52:54.592Z[ recovery-image] Dec 19 00:52:54.154 INFO O| Dec 19 00:52:54.154 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-19T00:52:54.600Z[ recovery-image] Dec 19 00:52:54.164 INFO O| Dec 19 00:52:54.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59052024-12-19T00:52:54.600Z[ recovery-image] Dec 19 00:52:54.164 INFO O| Dec 19 00:52:54.164 INFO STEP 529 (remove_files) COMPLETE
59062024-12-19T00:52:54.603Z[ recovery-image] Dec 19 00:52:54.164 INFO O| Dec 19 00:52:54.164 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-19T00:52:54.610Z[ recovery-image] Dec 19 00:52:54.173 INFO O| Dec 19 00:52:54.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59082024-12-19T00:52:54.612Z[ recovery-image] Dec 19 00:52:54.174 INFO O| Dec 19 00:52:54.174 INFO STEP 530 (remove_files) COMPLETE
59092024-12-19T00:52:54.612Z[ recovery-image] Dec 19 00:52:54.174 INFO O| Dec 19 00:52:54.174 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-19T00:52:54.620Z[ recovery-image] Dec 19 00:52:54.183 INFO O| Dec 19 00:52:54.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59112024-12-19T00:52:54.620Z[ recovery-image] Dec 19 00:52:54.184 INFO O| Dec 19 00:52:54.183 INFO STEP 531 (remove_files) COMPLETE
59122024-12-19T00:52:54.620Z[ recovery-image] Dec 19 00:52:54.184 INFO O| Dec 19 00:52:54.184 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-19T00:52:54.630Z[ recovery-image] Dec 19 00:52:54.193 INFO O| Dec 19 00:52:54.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59142024-12-19T00:52:54.632Z[ recovery-image] Dec 19 00:52:54.194 INFO O| Dec 19 00:52:54.194 INFO STEP 532 (remove_files) COMPLETE
59152024-12-19T00:52:54.632Z[ recovery-image] Dec 19 00:52:54.194 INFO O| Dec 19 00:52:54.194 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-19T00:52:54.641Z[ recovery-image] Dec 19 00:52:54.205 INFO O| Dec 19 00:52:54.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59172024-12-19T00:52:54.641Z[ recovery-image] Dec 19 00:52:54.205 INFO O| Dec 19 00:52:54.205 INFO STEP 533 (remove_files) COMPLETE
59182024-12-19T00:52:54.641Z[ recovery-image] Dec 19 00:52:54.205 INFO O| Dec 19 00:52:54.205 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-19T00:52:54.654Z[ recovery-image] Dec 19 00:52:54.217 INFO O| Dec 19 00:52:54.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59202024-12-19T00:52:54.654Z[ recovery-image] Dec 19 00:52:54.217 INFO O| Dec 19 00:52:54.217 INFO STEP 534 (remove_files) COMPLETE
59212024-12-19T00:52:54.656Z[ recovery-image] Dec 19 00:52:54.218 INFO O| Dec 19 00:52:54.217 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-19T00:52:54.664Z[ recovery-image] Dec 19 00:52:54.228 INFO O| Dec 19 00:52:54.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59232024-12-19T00:52:54.664Z[ recovery-image] Dec 19 00:52:54.228 INFO O| Dec 19 00:52:54.228 INFO STEP 535 (remove_files) COMPLETE
59242024-12-19T00:52:54.667Z[ recovery-image] Dec 19 00:52:54.228 INFO O| Dec 19 00:52:54.228 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-19T00:52:54.675Z[ recovery-image] Dec 19 00:52:54.239 INFO O| Dec 19 00:52:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59262024-12-19T00:52:54.677Z[ recovery-image] Dec 19 00:52:54.239 INFO O| Dec 19 00:52:54.239 INFO STEP 536 (remove_files) COMPLETE
59272024-12-19T00:52:54.677Z[ recovery-image] Dec 19 00:52:54.239 INFO O| Dec 19 00:52:54.239 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-19T00:52:54.685Z[ recovery-image] Dec 19 00:52:54.249 INFO O| Dec 19 00:52:54.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59292024-12-19T00:52:54.685Z[ recovery-image] Dec 19 00:52:54.249 INFO O| Dec 19 00:52:54.249 INFO STEP 537 (remove_files) COMPLETE
59302024-12-19T00:52:54.685Z[ recovery-image] Dec 19 00:52:54.249 INFO O| Dec 19 00:52:54.249 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-19T00:52:54.694Z[ recovery-image] Dec 19 00:52:54.258 INFO O| Dec 19 00:52:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59322024-12-19T00:52:54.694Z[ recovery-image] Dec 19 00:52:54.258 INFO O| Dec 19 00:52:54.258 INFO STEP 538 (remove_files) COMPLETE
59332024-12-19T00:52:54.694Z[ recovery-image] Dec 19 00:52:54.258 INFO O| Dec 19 00:52:54.258 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-19T00:52:54.704Z[ recovery-image] Dec 19 00:52:54.268 INFO O| Dec 19 00:52:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59352024-12-19T00:52:54.706Z[ recovery-image] Dec 19 00:52:54.268 INFO O| Dec 19 00:52:54.268 INFO STEP 539 (remove_files) COMPLETE
59362024-12-19T00:52:54.706Z[ recovery-image] Dec 19 00:52:54.268 INFO O| Dec 19 00:52:54.268 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-19T00:52:54.714Z[ recovery-image] Dec 19 00:52:54.278 INFO O| Dec 19 00:52:54.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59382024-12-19T00:52:54.714Z[ recovery-image] Dec 19 00:52:54.278 INFO O| Dec 19 00:52:54.278 INFO STEP 540 (remove_files) COMPLETE
59392024-12-19T00:52:54.714Z[ recovery-image] Dec 19 00:52:54.278 INFO O| Dec 19 00:52:54.278 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-19T00:52:54.724Z[ recovery-image] Dec 19 00:52:54.287 INFO O| Dec 19 00:52:54.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59412024-12-19T00:52:54.726Z[ recovery-image] Dec 19 00:52:54.287 INFO O| Dec 19 00:52:54.287 INFO STEP 541 (remove_files) COMPLETE
59422024-12-19T00:52:54.726Z[ recovery-image] Dec 19 00:52:54.287 INFO O| Dec 19 00:52:54.287 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-19T00:52:54.733Z[ recovery-image] Dec 19 00:52:54.297 INFO O| Dec 19 00:52:54.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59442024-12-19T00:52:54.734Z[ recovery-image] Dec 19 00:52:54.297 INFO O| Dec 19 00:52:54.297 INFO STEP 542 (remove_files) COMPLETE
59452024-12-19T00:52:54.736Z[ recovery-image] Dec 19 00:52:54.297 INFO O| Dec 19 00:52:54.297 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-19T00:52:54.743Z[ recovery-image] Dec 19 00:52:54.307 INFO O| Dec 19 00:52:54.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59472024-12-19T00:52:54.743Z[ recovery-image] Dec 19 00:52:54.307 INFO O| Dec 19 00:52:54.307 INFO STEP 543 (remove_files) COMPLETE
59482024-12-19T00:52:54.744Z[ recovery-image] Dec 19 00:52:54.307 INFO O| Dec 19 00:52:54.307 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-19T00:52:54.753Z[ recovery-image] Dec 19 00:52:54.317 INFO O| Dec 19 00:52:54.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59502024-12-19T00:52:54.756Z[ recovery-image] Dec 19 00:52:54.317 INFO O| Dec 19 00:52:54.317 INFO STEP 544 (remove_files) COMPLETE
59512024-12-19T00:52:54.756Z[ recovery-image] Dec 19 00:52:54.317 INFO O| Dec 19 00:52:54.317 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-19T00:52:54.763Z[ recovery-image] Dec 19 00:52:54.327 INFO O| Dec 19 00:52:54.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59532024-12-19T00:52:54.766Z[ recovery-image] Dec 19 00:52:54.327 INFO O| Dec 19 00:52:54.327 INFO STEP 545 (remove_files) COMPLETE
59542024-12-19T00:52:54.766Z[ recovery-image] Dec 19 00:52:54.327 INFO O| Dec 19 00:52:54.327 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-19T00:52:54.773Z[ recovery-image] Dec 19 00:52:54.336 INFO O| Dec 19 00:52:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59562024-12-19T00:52:54.775Z[ recovery-image] Dec 19 00:52:54.336 INFO O| Dec 19 00:52:54.336 INFO STEP 546 (remove_files) COMPLETE
59572024-12-19T00:52:54.776Z[ recovery-image] Dec 19 00:52:54.336 INFO O| Dec 19 00:52:54.336 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-19T00:52:54.782Z[ recovery-image] Dec 19 00:52:54.346 INFO O| Dec 19 00:52:54.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59592024-12-19T00:52:54.782Z[ recovery-image] Dec 19 00:52:54.346 INFO O| Dec 19 00:52:54.346 INFO STEP 547 (remove_files) COMPLETE
59602024-12-19T00:52:54.785Z[ recovery-image] Dec 19 00:52:54.346 INFO O| Dec 19 00:52:54.346 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-19T00:52:54.792Z[ recovery-image] Dec 19 00:52:54.356 INFO O| Dec 19 00:52:54.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59622024-12-19T00:52:54.792Z[ recovery-image] Dec 19 00:52:54.356 INFO O| Dec 19 00:52:54.356 INFO STEP 548 (remove_files) COMPLETE
59632024-12-19T00:52:54.792Z[ recovery-image] Dec 19 00:52:54.356 INFO O| Dec 19 00:52:54.356 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-19T00:52:54.802Z[ recovery-image] Dec 19 00:52:54.366 INFO O| Dec 19 00:52:54.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59652024-12-19T00:52:54.803Z[ recovery-image] Dec 19 00:52:54.366 INFO O| Dec 19 00:52:54.366 INFO STEP 549 (remove_files) COMPLETE
59662024-12-19T00:52:54.803Z[ recovery-image] Dec 19 00:52:54.366 INFO O| Dec 19 00:52:54.366 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-19T00:52:54.813Z[ recovery-image] Dec 19 00:52:54.377 INFO O| Dec 19 00:52:54.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59682024-12-19T00:52:54.816Z[ recovery-image] Dec 19 00:52:54.377 INFO O| Dec 19 00:52:54.377 INFO STEP 550 (remove_files) COMPLETE
59692024-12-19T00:52:54.816Z[ recovery-image] Dec 19 00:52:54.377 INFO O| Dec 19 00:52:54.377 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-19T00:52:54.823Z[ recovery-image] Dec 19 00:52:54.387 INFO O| Dec 19 00:52:54.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59712024-12-19T00:52:54.826Z[ recovery-image] Dec 19 00:52:54.387 INFO O| Dec 19 00:52:54.387 INFO STEP 551 (remove_files) COMPLETE
59722024-12-19T00:52:54.826Z[ recovery-image] Dec 19 00:52:54.387 INFO O| Dec 19 00:52:54.387 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-19T00:52:54.834Z[ recovery-image] Dec 19 00:52:54.397 INFO O| Dec 19 00:52:54.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59742024-12-19T00:52:54.836Z[ recovery-image] Dec 19 00:52:54.397 INFO O| Dec 19 00:52:54.397 INFO STEP 552 (remove_files) COMPLETE
59752024-12-19T00:52:54.836Z[ recovery-image] Dec 19 00:52:54.397 INFO O| Dec 19 00:52:54.397 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-19T00:52:54.844Z[ recovery-image] Dec 19 00:52:54.407 INFO O| Dec 19 00:52:54.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59772024-12-19T00:52:54.844Z[ recovery-image] Dec 19 00:52:54.407 INFO O| Dec 19 00:52:54.407 INFO STEP 553 (remove_files) COMPLETE
59782024-12-19T00:52:54.846Z[ recovery-image] Dec 19 00:52:54.407 INFO O| Dec 19 00:52:54.407 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-19T00:52:54.856Z[ recovery-image] Dec 19 00:52:54.419 INFO O| Dec 19 00:52:54.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59802024-12-19T00:52:54.858Z[ recovery-image] Dec 19 00:52:54.420 INFO O| Dec 19 00:52:54.420 INFO STEP 554 (remove_files) COMPLETE
59812024-12-19T00:52:54.858Z[ recovery-image] Dec 19 00:52:54.420 INFO O| Dec 19 00:52:54.420 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-19T00:52:54.868Z[ recovery-image] Dec 19 00:52:54.432 INFO O| Dec 19 00:52:54.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59832024-12-19T00:52:54.868Z[ recovery-image] Dec 19 00:52:54.432 INFO O| Dec 19 00:52:54.432 INFO STEP 555 (remove_files) COMPLETE
59842024-12-19T00:52:54.868Z[ recovery-image] Dec 19 00:52:54.432 INFO O| Dec 19 00:52:54.432 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-19T00:52:54.879Z[ recovery-image] Dec 19 00:52:54.442 INFO O| Dec 19 00:52:54.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59862024-12-19T00:52:54.879Z[ recovery-image] Dec 19 00:52:54.442 INFO O| Dec 19 00:52:54.442 INFO STEP 556 (remove_files) COMPLETE
59872024-12-19T00:52:54.881Z[ recovery-image] Dec 19 00:52:54.442 INFO O| Dec 19 00:52:54.442 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-19T00:52:54.891Z[ recovery-image] Dec 19 00:52:54.455 INFO O| Dec 19 00:52:54.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59892024-12-19T00:52:54.891Z[ recovery-image] Dec 19 00:52:54.455 INFO O| Dec 19 00:52:54.455 INFO STEP 557 (remove_files) COMPLETE
59902024-12-19T00:52:54.894Z[ recovery-image] Dec 19 00:52:54.455 INFO O| Dec 19 00:52:54.455 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-19T00:52:54.902Z[ recovery-image] Dec 19 00:52:54.465 INFO O| Dec 19 00:52:54.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59922024-12-19T00:52:54.902Z[ recovery-image] Dec 19 00:52:54.466 INFO O| Dec 19 00:52:54.465 INFO STEP 558 (remove_files) COMPLETE
59932024-12-19T00:52:54.902Z[ recovery-image] Dec 19 00:52:54.466 INFO O| Dec 19 00:52:54.466 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-19T00:52:54.912Z[ recovery-image] Dec 19 00:52:54.476 INFO O| Dec 19 00:52:54.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59952024-12-19T00:52:54.912Z[ recovery-image] Dec 19 00:52:54.476 INFO O| Dec 19 00:52:54.476 INFO STEP 559 (remove_files) COMPLETE
59962024-12-19T00:52:54.914Z[ recovery-image] Dec 19 00:52:54.476 INFO O| Dec 19 00:52:54.476 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-19T00:52:54.922Z[ recovery-image] Dec 19 00:52:54.485 INFO O| Dec 19 00:52:54.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59982024-12-19T00:52:54.922Z[ recovery-image] Dec 19 00:52:54.485 INFO O| Dec 19 00:52:54.485 INFO STEP 560 (remove_files) COMPLETE
59992024-12-19T00:52:54.924Z[ recovery-image] Dec 19 00:52:54.485 INFO O| Dec 19 00:52:54.485 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-19T00:52:54.933Z[ recovery-image] Dec 19 00:52:54.497 INFO O| Dec 19 00:52:54.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60012024-12-19T00:52:54.934Z[ recovery-image] Dec 19 00:52:54.497 INFO O| Dec 19 00:52:54.497 INFO STEP 561 (remove_files) COMPLETE
60022024-12-19T00:52:54.936Z[ recovery-image] Dec 19 00:52:54.497 INFO O| Dec 19 00:52:54.497 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-19T00:52:54.944Z[ recovery-image] Dec 19 00:52:54.508 INFO O| Dec 19 00:52:54.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60042024-12-19T00:52:54.944Z[ recovery-image] Dec 19 00:52:54.508 INFO O| Dec 19 00:52:54.508 INFO STEP 562 (remove_files) COMPLETE
60052024-12-19T00:52:54.947Z[ recovery-image] Dec 19 00:52:54.508 INFO O| Dec 19 00:52:54.508 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-19T00:52:54.954Z[ recovery-image] Dec 19 00:52:54.517 INFO O| Dec 19 00:52:54.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60072024-12-19T00:52:54.954Z[ recovery-image] Dec 19 00:52:54.517 INFO O| Dec 19 00:52:54.517 INFO STEP 563 (remove_files) COMPLETE
60082024-12-19T00:52:54.954Z[ recovery-image] Dec 19 00:52:54.517 INFO O| Dec 19 00:52:54.517 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-19T00:52:54.966Z[ recovery-image] Dec 19 00:52:54.529 INFO O| Dec 19 00:52:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60102024-12-19T00:52:54.966Z[ recovery-image] Dec 19 00:52:54.529 INFO O| Dec 19 00:52:54.529 INFO STEP 564 (remove_files) COMPLETE
60112024-12-19T00:52:54.966Z[ recovery-image] Dec 19 00:52:54.529 INFO O| Dec 19 00:52:54.529 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-19T00:52:54.976Z[ recovery-image] Dec 19 00:52:54.539 INFO O| Dec 19 00:52:54.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60132024-12-19T00:52:54.976Z[ recovery-image] Dec 19 00:52:54.540 INFO O| Dec 19 00:52:54.540 INFO STEP 565 (remove_files) COMPLETE
60142024-12-19T00:52:54.976Z[ recovery-image] Dec 19 00:52:54.540 INFO O| Dec 19 00:52:54.540 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-19T00:52:54.985Z[ recovery-image] Dec 19 00:52:54.549 INFO O| Dec 19 00:52:54.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60162024-12-19T00:52:54.985Z[ recovery-image] Dec 19 00:52:54.549 INFO O| Dec 19 00:52:54.549 INFO STEP 566 (remove_files) COMPLETE
60172024-12-19T00:52:54.985Z[ recovery-image] Dec 19 00:52:54.549 INFO O| Dec 19 00:52:54.549 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-19T00:52:54.997Z[ recovery-image] Dec 19 00:52:54.561 INFO O| Dec 19 00:52:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60192024-12-19T00:52:54.997Z[ recovery-image] Dec 19 00:52:54.561 INFO O| Dec 19 00:52:54.561 INFO STEP 567 (remove_files) COMPLETE
60202024-12-19T00:52:54.997Z[ recovery-image] Dec 19 00:52:54.561 INFO O| Dec 19 00:52:54.561 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-19T00:52:55.008Z[ recovery-image] Dec 19 00:52:54.571 INFO O| Dec 19 00:52:54.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60222024-12-19T00:52:55.010Z[ recovery-image] Dec 19 00:52:54.571 INFO O| Dec 19 00:52:54.571 INFO STEP 568 (remove_files) COMPLETE
60232024-12-19T00:52:55.010Z[ recovery-image] Dec 19 00:52:54.571 INFO O| Dec 19 00:52:54.571 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-19T00:52:55.018Z[ recovery-image] Dec 19 00:52:54.581 INFO O| Dec 19 00:52:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60252024-12-19T00:52:55.018Z[ recovery-image] Dec 19 00:52:54.581 INFO O| Dec 19 00:52:54.581 INFO STEP 569 (remove_files) COMPLETE
60262024-12-19T00:52:55.018Z[ recovery-image] Dec 19 00:52:54.582 INFO O| Dec 19 00:52:54.581 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-19T00:52:55.030Z[ recovery-image] Dec 19 00:52:54.594 INFO O| Dec 19 00:52:54.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60282024-12-19T00:52:55.030Z[ recovery-image] Dec 19 00:52:54.594 INFO O| Dec 19 00:52:54.594 INFO STEP 570 (remove_files) COMPLETE
60292024-12-19T00:52:55.033Z[ recovery-image] Dec 19 00:52:54.594 INFO O| Dec 19 00:52:54.594 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-19T00:52:55.041Z[ recovery-image] Dec 19 00:52:54.605 INFO O| Dec 19 00:52:54.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60312024-12-19T00:52:55.041Z[ recovery-image] Dec 19 00:52:54.605 INFO O| Dec 19 00:52:54.605 INFO STEP 571 (remove_files) COMPLETE
60322024-12-19T00:52:55.041Z[ recovery-image] Dec 19 00:52:54.605 INFO O| Dec 19 00:52:54.605 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-19T00:52:55.051Z[ recovery-image] Dec 19 00:52:54.615 INFO O| Dec 19 00:52:54.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60342024-12-19T00:52:55.052Z[ recovery-image] Dec 19 00:52:54.615 INFO O| Dec 19 00:52:54.615 INFO STEP 572 (remove_files) COMPLETE
60352024-12-19T00:52:55.052Z[ recovery-image] Dec 19 00:52:54.615 INFO O| Dec 19 00:52:54.615 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-19T00:52:55.064Z[ recovery-image] Dec 19 00:52:54.627 INFO O| Dec 19 00:52:54.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60372024-12-19T00:52:55.064Z[ recovery-image] Dec 19 00:52:54.627 INFO O| Dec 19 00:52:54.627 INFO STEP 573 (remove_files) COMPLETE
60382024-12-19T00:52:55.066Z[ recovery-image] Dec 19 00:52:54.627 INFO O| Dec 19 00:52:54.627 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-19T00:52:55.075Z[ recovery-image] Dec 19 00:52:54.639 INFO O| Dec 19 00:52:54.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60402024-12-19T00:52:55.078Z[ recovery-image] Dec 19 00:52:54.639 INFO O| Dec 19 00:52:54.639 INFO STEP 574 (remove_files) COMPLETE
60412024-12-19T00:52:55.078Z[ recovery-image] Dec 19 00:52:54.639 INFO O| Dec 19 00:52:54.639 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-19T00:52:55.085Z[ recovery-image] Dec 19 00:52:54.649 INFO O| Dec 19 00:52:54.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60432024-12-19T00:52:55.085Z[ recovery-image] Dec 19 00:52:54.649 INFO O| Dec 19 00:52:54.649 INFO STEP 575 (remove_files) COMPLETE
60442024-12-19T00:52:55.088Z[ recovery-image] Dec 19 00:52:54.649 INFO O| Dec 19 00:52:54.649 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-19T00:52:55.095Z[ recovery-image] Dec 19 00:52:54.659 INFO O| Dec 19 00:52:54.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60462024-12-19T00:52:55.097Z[ recovery-image] Dec 19 00:52:54.659 INFO O| Dec 19 00:52:54.659 INFO STEP 576 (remove_files) COMPLETE
60472024-12-19T00:52:55.097Z[ recovery-image] Dec 19 00:52:54.659 INFO O| Dec 19 00:52:54.659 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-19T00:52:55.105Z[ recovery-image] Dec 19 00:52:54.669 INFO O| Dec 19 00:52:54.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60492024-12-19T00:52:55.105Z[ recovery-image] Dec 19 00:52:54.669 INFO O| Dec 19 00:52:54.669 INFO STEP 577 (remove_files) COMPLETE
60502024-12-19T00:52:55.105Z[ recovery-image] Dec 19 00:52:54.669 INFO O| Dec 19 00:52:54.669 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-19T00:52:55.115Z[ recovery-image] Dec 19 00:52:54.679 INFO O| Dec 19 00:52:54.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60522024-12-19T00:52:55.115Z[ recovery-image] Dec 19 00:52:54.679 INFO O| Dec 19 00:52:54.679 INFO STEP 578 (remove_files) COMPLETE
60532024-12-19T00:52:55.115Z[ recovery-image] Dec 19 00:52:54.679 INFO O| Dec 19 00:52:54.679 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-19T00:52:55.125Z[ recovery-image] Dec 19 00:52:54.689 INFO O| Dec 19 00:52:54.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60552024-12-19T00:52:55.125Z[ recovery-image] Dec 19 00:52:54.689 INFO O| Dec 19 00:52:54.689 INFO STEP 579 (remove_files) COMPLETE
60562024-12-19T00:52:55.125Z[ recovery-image] Dec 19 00:52:54.689 INFO O| Dec 19 00:52:54.689 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-19T00:52:55.136Z[ recovery-image] Dec 19 00:52:54.699 INFO O| Dec 19 00:52:54.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60582024-12-19T00:52:55.136Z[ recovery-image] Dec 19 00:52:54.699 INFO O| Dec 19 00:52:54.699 INFO STEP 580 (remove_files) COMPLETE
60592024-12-19T00:52:55.138Z[ recovery-image] Dec 19 00:52:54.699 INFO O| Dec 19 00:52:54.699 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-19T00:52:55.146Z[ recovery-image] Dec 19 00:52:54.710 INFO O| Dec 19 00:52:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60612024-12-19T00:52:55.146Z[ recovery-image] Dec 19 00:52:54.710 INFO O| Dec 19 00:52:54.710 INFO STEP 581 (remove_files) COMPLETE
60622024-12-19T00:52:55.148Z[ recovery-image] Dec 19 00:52:54.710 INFO O| Dec 19 00:52:54.710 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-19T00:52:55.156Z[ recovery-image] Dec 19 00:52:54.720 INFO O| Dec 19 00:52:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60642024-12-19T00:52:55.156Z[ recovery-image] Dec 19 00:52:54.720 INFO O| Dec 19 00:52:54.720 INFO STEP 582 (remove_files) COMPLETE
60652024-12-19T00:52:55.159Z[ recovery-image] Dec 19 00:52:54.720 INFO O| Dec 19 00:52:54.720 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-19T00:52:55.166Z[ recovery-image] Dec 19 00:52:54.730 INFO O| Dec 19 00:52:54.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60672024-12-19T00:52:55.166Z[ recovery-image] Dec 19 00:52:54.730 INFO O| Dec 19 00:52:54.730 INFO STEP 583 (remove_files) COMPLETE
60682024-12-19T00:52:55.169Z[ recovery-image] Dec 19 00:52:54.730 INFO O| Dec 19 00:52:54.730 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-19T00:52:55.176Z[ recovery-image] Dec 19 00:52:54.740 INFO O| Dec 19 00:52:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60702024-12-19T00:52:55.176Z[ recovery-image] Dec 19 00:52:54.740 INFO O| Dec 19 00:52:54.740 INFO STEP 584 (remove_files) COMPLETE
60712024-12-19T00:52:55.178Z[ recovery-image] Dec 19 00:52:54.740 INFO O| Dec 19 00:52:54.740 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-19T00:52:55.186Z[ recovery-image] Dec 19 00:52:54.750 INFO O| Dec 19 00:52:54.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60732024-12-19T00:52:55.186Z[ recovery-image] Dec 19 00:52:54.750 INFO O| Dec 19 00:52:54.750 INFO STEP 585 (remove_files) COMPLETE
60742024-12-19T00:52:55.186Z[ recovery-image] Dec 19 00:52:54.750 INFO O| Dec 19 00:52:54.750 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-19T00:52:55.197Z[ recovery-image] Dec 19 00:52:54.760 INFO O| Dec 19 00:52:54.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60762024-12-19T00:52:55.197Z[ recovery-image] Dec 19 00:52:54.760 INFO O| Dec 19 00:52:54.760 INFO STEP 586 (remove_files) COMPLETE
60772024-12-19T00:52:55.197Z[ recovery-image] Dec 19 00:52:54.761 INFO O| Dec 19 00:52:54.760 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-19T00:52:55.207Z[ recovery-image] Dec 19 00:52:54.771 INFO O| Dec 19 00:52:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60792024-12-19T00:52:55.207Z[ recovery-image] Dec 19 00:52:54.771 INFO O| Dec 19 00:52:54.771 INFO STEP 587 (remove_files) COMPLETE
60802024-12-19T00:52:55.207Z[ recovery-image] Dec 19 00:52:54.771 INFO O| Dec 19 00:52:54.771 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-19T00:52:55.217Z[ recovery-image] Dec 19 00:52:54.781 INFO O| Dec 19 00:52:54.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60822024-12-19T00:52:55.217Z[ recovery-image] Dec 19 00:52:54.781 INFO O| Dec 19 00:52:54.781 INFO STEP 588 (remove_files) COMPLETE
60832024-12-19T00:52:55.217Z[ recovery-image] Dec 19 00:52:54.781 INFO O| Dec 19 00:52:54.781 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-19T00:52:55.227Z[ recovery-image] Dec 19 00:52:54.791 INFO O| Dec 19 00:52:54.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60852024-12-19T00:52:55.227Z[ recovery-image] Dec 19 00:52:54.791 INFO O| Dec 19 00:52:54.791 INFO STEP 589 (remove_files) COMPLETE
60862024-12-19T00:52:55.228Z[ recovery-image] Dec 19 00:52:54.791 INFO O| Dec 19 00:52:54.791 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-19T00:52:55.238Z[ recovery-image] Dec 19 00:52:54.802 INFO O| Dec 19 00:52:54.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60882024-12-19T00:52:55.240Z[ recovery-image] Dec 19 00:52:54.802 INFO O| Dec 19 00:52:54.802 INFO STEP 590 (remove_files) COMPLETE
60892024-12-19T00:52:55.240Z[ recovery-image] Dec 19 00:52:54.802 INFO O| Dec 19 00:52:54.802 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-19T00:52:55.247Z[ host-image] Dec 19 00:52:54.811 INFO O| Dec 19 00:52:54.810 INFO O| Done
60912024-12-19T00:52:55.249Z[ recovery-image] Dec 19 00:52:54.812 INFO O| Dec 19 00:52:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60922024-12-19T00:52:55.249Z[ recovery-image] Dec 19 00:52:54.812 INFO O| Dec 19 00:52:54.812 INFO STEP 591 (remove_files) COMPLETE
60932024-12-19T00:52:55.249Z[ recovery-image] Dec 19 00:52:54.812 INFO O| Dec 19 00:52:54.812 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-12-19T00:52:55.259Z[ recovery-image] Dec 19 00:52:54.823 INFO O| Dec 19 00:52:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60952024-12-19T00:52:55.259Z[ recovery-image] Dec 19 00:52:54.823 INFO O| Dec 19 00:52:54.823 INFO STEP 592 (remove_files) COMPLETE
60962024-12-19T00:52:55.262Z[ recovery-image] Dec 19 00:52:54.823 INFO O| Dec 19 00:52:54.823 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-12-19T00:52:55.270Z[ recovery-image] Dec 19 00:52:54.834 INFO O| Dec 19 00:52:54.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60982024-12-19T00:52:55.270Z[ recovery-image] Dec 19 00:52:54.834 INFO O| Dec 19 00:52:54.834 INFO STEP 593 (remove_files) COMPLETE
60992024-12-19T00:52:55.273Z[ recovery-image] Dec 19 00:52:54.834 INFO O| Dec 19 00:52:54.834 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-12-19T00:52:55.276Z[ host-image] Dec 19 00:52:54.839 INFO O| Dec 19 00:52:54.839 INFO O| Done
61012024-12-19T00:52:55.278Z[ host-image] Dec 19 00:52:54.840 INFO O| Dec 19 00:52:54.840 INFO O| Done
61022024-12-19T00:52:55.282Z[ recovery-image] Dec 19 00:52:54.845 INFO O| Dec 19 00:52:54.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61032024-12-19T00:52:55.282Z[ recovery-image] Dec 19 00:52:54.845 INFO O| Dec 19 00:52:54.845 INFO STEP 594 (remove_files) COMPLETE
61042024-12-19T00:52:55.284Z[ recovery-image] Dec 19 00:52:54.846 INFO O| Dec 19 00:52:54.845 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-19T00:52:55.293Z[ recovery-image] Dec 19 00:52:54.857 INFO O| Dec 19 00:52:54.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61062024-12-19T00:52:55.293Z[ recovery-image] Dec 19 00:52:54.857 INFO O| Dec 19 00:52:54.857 INFO STEP 595 (remove_files) COMPLETE
61072024-12-19T00:52:55.295Z[ recovery-image] Dec 19 00:52:54.857 INFO O| Dec 19 00:52:54.857 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-19T00:52:55.304Z[ recovery-image] Dec 19 00:52:54.867 INFO O| Dec 19 00:52:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61092024-12-19T00:52:55.304Z[ recovery-image] Dec 19 00:52:54.867 INFO O| Dec 19 00:52:54.867 INFO STEP 596 (remove_files) COMPLETE
61102024-12-19T00:52:55.304Z[ recovery-image] Dec 19 00:52:54.867 INFO O| Dec 19 00:52:54.867 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-19T00:52:55.314Z[ recovery-image] Dec 19 00:52:54.877 INFO O| Dec 19 00:52:54.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61122024-12-19T00:52:55.314Z[ recovery-image] Dec 19 00:52:54.878 INFO O| Dec 19 00:52:54.878 INFO STEP 597 (remove_files) COMPLETE
61132024-12-19T00:52:55.314Z[ recovery-image] Dec 19 00:52:54.878 INFO O| Dec 19 00:52:54.878 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-19T00:52:55.317Z[ host-image] Dec 19 00:52:54.879 INFO O| Dec 19 00:52:54.879 INFO O| Done
61152024-12-19T00:52:55.325Z[ recovery-image] Dec 19 00:52:54.888 INFO O| Dec 19 00:52:54.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61162024-12-19T00:52:55.325Z[ recovery-image] Dec 19 00:52:54.889 INFO O| Dec 19 00:52:54.889 INFO STEP 598 (remove_files) COMPLETE
61172024-12-19T00:52:55.327Z[ recovery-image] Dec 19 00:52:54.889 INFO O| Dec 19 00:52:54.889 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-19T00:52:55.335Z[ recovery-image] Dec 19 00:52:54.899 INFO O| Dec 19 00:52:54.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61192024-12-19T00:52:55.335Z[ recovery-image] Dec 19 00:52:54.899 INFO O| Dec 19 00:52:54.899 INFO STEP 599 (remove_files) COMPLETE
61202024-12-19T00:52:55.335Z[ recovery-image] Dec 19 00:52:54.899 INFO O| Dec 19 00:52:54.899 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-19T00:52:55.346Z[ recovery-image] Dec 19 00:52:54.910 INFO O| Dec 19 00:52:54.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61222024-12-19T00:52:55.346Z[ recovery-image] Dec 19 00:52:54.910 INFO O| Dec 19 00:52:54.910 INFO STEP 600 (remove_files) COMPLETE
61232024-12-19T00:52:55.348Z[ recovery-image] Dec 19 00:52:54.910 INFO O| Dec 19 00:52:54.910 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-19T00:52:55.357Z[ recovery-image] Dec 19 00:52:54.921 INFO O| Dec 19 00:52:54.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61252024-12-19T00:52:55.357Z[ recovery-image] Dec 19 00:52:54.921 INFO O| Dec 19 00:52:54.921 INFO STEP 601 (remove_files) COMPLETE
61262024-12-19T00:52:55.360Z[ recovery-image] Dec 19 00:52:54.921 INFO O| Dec 19 00:52:54.921 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-19T00:52:55.367Z[ recovery-image] Dec 19 00:52:54.931 INFO O| Dec 19 00:52:54.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61282024-12-19T00:52:55.370Z[ recovery-image] Dec 19 00:52:54.931 INFO O| Dec 19 00:52:54.931 INFO STEP 602 (remove_files) COMPLETE
61292024-12-19T00:52:55.370Z[ recovery-image] Dec 19 00:52:54.931 INFO O| Dec 19 00:52:54.931 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-19T00:52:55.377Z[ recovery-image] Dec 19 00:52:54.941 INFO O| Dec 19 00:52:54.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61312024-12-19T00:52:55.377Z[ recovery-image] Dec 19 00:52:54.941 INFO O| Dec 19 00:52:54.941 INFO STEP 603 (remove_files) COMPLETE
61322024-12-19T00:52:55.380Z[ recovery-image] Dec 19 00:52:54.941 INFO O| Dec 19 00:52:54.941 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-19T00:52:55.388Z[ recovery-image] Dec 19 00:52:54.951 INFO O| Dec 19 00:52:54.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61342024-12-19T00:52:55.388Z[ recovery-image] Dec 19 00:52:54.951 INFO O| Dec 19 00:52:54.951 INFO STEP 604 (remove_files) COMPLETE
61352024-12-19T00:52:55.390Z[ recovery-image] Dec 19 00:52:54.951 INFO O| Dec 19 00:52:54.951 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-19T00:52:55.398Z[ recovery-image] Dec 19 00:52:54.962 INFO O| Dec 19 00:52:54.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61372024-12-19T00:52:55.401Z[ recovery-image] Dec 19 00:52:54.962 INFO O| Dec 19 00:52:54.962 INFO STEP 605 (remove_files) COMPLETE
61382024-12-19T00:52:55.401Z[ recovery-image] Dec 19 00:52:54.962 INFO O| Dec 19 00:52:54.962 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-19T00:52:55.408Z[ recovery-image] Dec 19 00:52:54.972 INFO O| Dec 19 00:52:54.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61402024-12-19T00:52:55.411Z[ recovery-image] Dec 19 00:52:54.973 INFO O| Dec 19 00:52:54.973 INFO STEP 606 (remove_files) COMPLETE
61412024-12-19T00:52:55.411Z[ recovery-image] Dec 19 00:52:54.973 INFO O| Dec 19 00:52:54.973 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-19T00:52:55.420Z[ recovery-image] Dec 19 00:52:54.983 INFO O| Dec 19 00:52:54.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61432024-12-19T00:52:55.420Z[ recovery-image] Dec 19 00:52:54.984 INFO O| Dec 19 00:52:54.984 INFO STEP 607 (remove_files) COMPLETE
61442024-12-19T00:52:55.420Z[ recovery-image] Dec 19 00:52:54.984 INFO O| Dec 19 00:52:54.984 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-19T00:52:55.430Z[ recovery-image] Dec 19 00:52:54.994 INFO O| Dec 19 00:52:54.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61462024-12-19T00:52:55.433Z[ recovery-image] Dec 19 00:52:54.994 INFO O| Dec 19 00:52:54.994 INFO STEP 608 (remove_files) COMPLETE
61472024-12-19T00:52:55.433Z[ recovery-image] Dec 19 00:52:54.994 INFO O| Dec 19 00:52:54.994 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-19T00:52:55.435Z[ host-image] Dec 19 00:52:54.997 INFO O| Dec 19 00:52:54.997 INFO STEP 13 (pkg_install) COMPLETE
61492024-12-19T00:52:55.435Z[ host-image] Dec 19 00:52:54.997 INFO O| Dec 19 00:52:54.997 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61502024-12-19T00:52:55.442Z[ recovery-image] Dec 19 00:52:55.005 INFO O| Dec 19 00:52:55.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61512024-12-19T00:52:55.442Z[ recovery-image] Dec 19 00:52:55.005 INFO O| Dec 19 00:52:55.005 INFO STEP 609 (remove_files) COMPLETE
61522024-12-19T00:52:55.444Z[ recovery-image] Dec 19 00:52:55.005 INFO O| Dec 19 00:52:55.005 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-19T00:52:55.446Z[ host-image] Dec 19 00:52:55.009 INFO O| Dec 19 00:52:55.009 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"]
61542024-12-19T00:52:55.453Z[ recovery-image] Dec 19 00:52:55.017 INFO O| Dec 19 00:52:55.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61552024-12-19T00:52:55.454Z[ recovery-image] Dec 19 00:52:55.017 INFO O| Dec 19 00:52:55.017 INFO STEP 610 (remove_files) COMPLETE
61562024-12-19T00:52:55.454Z[ recovery-image] Dec 19 00:52:55.017 INFO O| Dec 19 00:52:55.017 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-19T00:52:55.464Z[ recovery-image] Dec 19 00:52:55.028 INFO O| Dec 19 00:52:55.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61582024-12-19T00:52:55.464Z[ recovery-image] Dec 19 00:52:55.028 INFO O| Dec 19 00:52:55.028 INFO STEP 611 (remove_files) COMPLETE
61592024-12-19T00:52:55.466Z[ recovery-image] Dec 19 00:52:55.028 INFO O| Dec 19 00:52:55.028 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-19T00:52:55.474Z[ recovery-image] Dec 19 00:52:55.038 INFO O| Dec 19 00:52:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61612024-12-19T00:52:55.476Z[ recovery-image] Dec 19 00:52:55.038 INFO O| Dec 19 00:52:55.038 INFO STEP 612 (remove_files) COMPLETE
61622024-12-19T00:52:55.476Z[ recovery-image] Dec 19 00:52:55.038 INFO O| Dec 19 00:52:55.038 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-19T00:52:55.486Z[ recovery-image] Dec 19 00:52:55.050 INFO O| Dec 19 00:52:55.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61642024-12-19T00:52:55.489Z[ recovery-image] Dec 19 00:52:55.050 INFO O| Dec 19 00:52:55.050 INFO STEP 613 (remove_files) COMPLETE
61652024-12-19T00:52:55.489Z[ recovery-image] Dec 19 00:52:55.050 INFO O| Dec 19 00:52:55.050 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-19T00:52:55.496Z[ recovery-image] Dec 19 00:52:55.060 INFO O| Dec 19 00:52:55.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61672024-12-19T00:52:55.496Z[ recovery-image] Dec 19 00:52:55.060 INFO O| Dec 19 00:52:55.060 INFO STEP 614 (remove_files) COMPLETE
61682024-12-19T00:52:55.496Z[ recovery-image] Dec 19 00:52:55.060 INFO O| Dec 19 00:52:55.060 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-19T00:52:55.507Z[ recovery-image] Dec 19 00:52:55.070 INFO O| Dec 19 00:52:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61702024-12-19T00:52:55.507Z[ recovery-image] Dec 19 00:52:55.070 INFO O| Dec 19 00:52:55.070 INFO STEP 615 (remove_files) COMPLETE
61712024-12-19T00:52:55.507Z[ recovery-image] Dec 19 00:52:55.070 INFO O| Dec 19 00:52:55.070 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-19T00:52:55.517Z[ recovery-image] Dec 19 00:52:55.080 INFO O| Dec 19 00:52:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61732024-12-19T00:52:55.520Z[ recovery-image] Dec 19 00:52:55.081 INFO O| Dec 19 00:52:55.080 INFO STEP 616 (remove_files) COMPLETE
61742024-12-19T00:52:55.520Z[ recovery-image] Dec 19 00:52:55.081 INFO O| Dec 19 00:52:55.080 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-19T00:52:55.527Z[ recovery-image] Dec 19 00:52:55.091 INFO O| Dec 19 00:52:55.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61762024-12-19T00:52:55.527Z[ recovery-image] Dec 19 00:52:55.091 INFO O| Dec 19 00:52:55.091 INFO STEP 617 (remove_files) COMPLETE
61772024-12-19T00:52:55.527Z[ recovery-image] Dec 19 00:52:55.091 INFO O| Dec 19 00:52:55.091 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-19T00:52:55.538Z[ recovery-image] Dec 19 00:52:55.101 INFO O| Dec 19 00:52:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61792024-12-19T00:52:55.538Z[ recovery-image] Dec 19 00:52:55.102 INFO O| Dec 19 00:52:55.101 INFO STEP 618 (remove_files) COMPLETE
61802024-12-19T00:52:55.541Z[ recovery-image] Dec 19 00:52:55.102 INFO O| Dec 19 00:52:55.102 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-19T00:52:55.547Z[ recovery-image] Dec 19 00:52:55.111 INFO O| Dec 19 00:52:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61822024-12-19T00:52:55.547Z[ recovery-image] Dec 19 00:52:55.111 INFO O| Dec 19 00:52:55.111 INFO STEP 619 (remove_files) COMPLETE
61832024-12-19T00:52:55.550Z[ recovery-image] Dec 19 00:52:55.111 INFO O| Dec 19 00:52:55.111 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-19T00:52:55.557Z[ recovery-image] Dec 19 00:52:55.121 INFO O| Dec 19 00:52:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61852024-12-19T00:52:55.557Z[ recovery-image] Dec 19 00:52:55.121 INFO O| Dec 19 00:52:55.121 INFO STEP 620 (remove_files) COMPLETE
61862024-12-19T00:52:55.557Z[ recovery-image] Dec 19 00:52:55.121 INFO O| Dec 19 00:52:55.121 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-19T00:52:55.567Z[ recovery-image] Dec 19 00:52:55.131 INFO O| Dec 19 00:52:55.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61882024-12-19T00:52:55.567Z[ recovery-image] Dec 19 00:52:55.131 INFO O| Dec 19 00:52:55.131 INFO STEP 621 (remove_files) COMPLETE
61892024-12-19T00:52:55.569Z[ recovery-image] Dec 19 00:52:55.131 INFO O| Dec 19 00:52:55.131 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-19T00:52:55.577Z[ recovery-image] Dec 19 00:52:55.141 INFO O| Dec 19 00:52:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61912024-12-19T00:52:55.577Z[ recovery-image] Dec 19 00:52:55.141 INFO O| Dec 19 00:52:55.141 INFO STEP 622 (remove_files) COMPLETE
61922024-12-19T00:52:55.577Z[ recovery-image] Dec 19 00:52:55.141 INFO O| Dec 19 00:52:55.141 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-19T00:52:55.587Z[ recovery-image] Dec 19 00:52:55.151 INFO O| Dec 19 00:52:55.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61942024-12-19T00:52:55.587Z[ recovery-image] Dec 19 00:52:55.151 INFO O| Dec 19 00:52:55.151 INFO STEP 623 (remove_files) COMPLETE
61952024-12-19T00:52:55.590Z[ recovery-image] Dec 19 00:52:55.151 INFO O| Dec 19 00:52:55.151 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-19T00:52:55.597Z[ recovery-image] Dec 19 00:52:55.161 INFO O| Dec 19 00:52:55.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61972024-12-19T00:52:55.597Z[ recovery-image] Dec 19 00:52:55.161 INFO O| Dec 19 00:52:55.161 INFO STEP 624 (remove_files) COMPLETE
61982024-12-19T00:52:55.600Z[ recovery-image] Dec 19 00:52:55.161 INFO O| Dec 19 00:52:55.161 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-19T00:52:55.607Z[ recovery-image] Dec 19 00:52:55.171 INFO O| Dec 19 00:52:55.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62002024-12-19T00:52:55.607Z[ recovery-image] Dec 19 00:52:55.171 INFO O| Dec 19 00:52:55.171 INFO STEP 625 (remove_files) COMPLETE
62012024-12-19T00:52:55.609Z[ recovery-image] Dec 19 00:52:55.171 INFO O| Dec 19 00:52:55.171 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-19T00:52:55.617Z[ recovery-image] Dec 19 00:52:55.180 INFO O| Dec 19 00:52:55.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62032024-12-19T00:52:55.617Z[ recovery-image] Dec 19 00:52:55.181 INFO O| Dec 19 00:52:55.180 INFO STEP 626 (remove_files) COMPLETE
62042024-12-19T00:52:55.620Z[ recovery-image] Dec 19 00:52:55.181 INFO O| Dec 19 00:52:55.181 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-19T00:52:55.627Z[ recovery-image] Dec 19 00:52:55.191 INFO O| Dec 19 00:52:55.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62062024-12-19T00:52:55.627Z[ recovery-image] Dec 19 00:52:55.191 INFO O| Dec 19 00:52:55.191 INFO STEP 627 (remove_files) COMPLETE
62072024-12-19T00:52:55.627Z[ recovery-image] Dec 19 00:52:55.191 INFO O| Dec 19 00:52:55.191 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-19T00:52:55.637Z[ recovery-image] Dec 19 00:52:55.201 INFO O| Dec 19 00:52:55.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62092024-12-19T00:52:55.637Z[ recovery-image] Dec 19 00:52:55.201 INFO O| Dec 19 00:52:55.201 INFO STEP 628 (remove_files) COMPLETE
62102024-12-19T00:52:55.637Z[ recovery-image] Dec 19 00:52:55.201 INFO O| Dec 19 00:52:55.201 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-19T00:52:55.648Z[ recovery-image] Dec 19 00:52:55.211 INFO O| Dec 19 00:52:55.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62122024-12-19T00:52:55.648Z[ recovery-image] Dec 19 00:52:55.211 INFO O| Dec 19 00:52:55.211 INFO STEP 629 (remove_files) COMPLETE
62132024-12-19T00:52:55.650Z[ recovery-image] Dec 19 00:52:55.212 INFO O| Dec 19 00:52:55.211 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-19T00:52:55.658Z[ recovery-image] Dec 19 00:52:55.221 INFO O| Dec 19 00:52:55.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62152024-12-19T00:52:55.658Z[ recovery-image] Dec 19 00:52:55.222 INFO O| Dec 19 00:52:55.222 INFO STEP 630 (remove_files) COMPLETE
62162024-12-19T00:52:55.658Z[ recovery-image] Dec 19 00:52:55.222 INFO O| Dec 19 00:52:55.222 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-19T00:52:55.667Z[ recovery-image] Dec 19 00:52:55.231 INFO O| Dec 19 00:52:55.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62182024-12-19T00:52:55.667Z[ recovery-image] Dec 19 00:52:55.231 INFO O| Dec 19 00:52:55.231 INFO STEP 631 (remove_files) COMPLETE
62192024-12-19T00:52:55.672Z[ recovery-image] Dec 19 00:52:55.231 INFO O| Dec 19 00:52:55.231 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-19T00:52:55.677Z[ recovery-image] Dec 19 00:52:55.241 INFO O| Dec 19 00:52:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62212024-12-19T00:52:55.680Z[ recovery-image] Dec 19 00:52:55.241 INFO O| Dec 19 00:52:55.241 INFO STEP 632 (remove_files) COMPLETE
62222024-12-19T00:52:55.680Z[ recovery-image] Dec 19 00:52:55.241 INFO O| Dec 19 00:52:55.241 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-19T00:52:55.687Z[ recovery-image] Dec 19 00:52:55.251 INFO O| Dec 19 00:52:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62242024-12-19T00:52:55.687Z[ recovery-image] Dec 19 00:52:55.251 INFO O| Dec 19 00:52:55.251 INFO STEP 633 (remove_files) COMPLETE
62252024-12-19T00:52:55.687Z[ recovery-image] Dec 19 00:52:55.251 INFO O| Dec 19 00:52:55.251 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-19T00:52:55.697Z[ recovery-image] Dec 19 00:52:55.260 INFO O| Dec 19 00:52:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62272024-12-19T00:52:55.697Z[ recovery-image] Dec 19 00:52:55.261 INFO O| Dec 19 00:52:55.261 INFO STEP 634 (remove_files) COMPLETE
62282024-12-19T00:52:55.700Z[ recovery-image] Dec 19 00:52:55.261 INFO O| Dec 19 00:52:55.261 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-19T00:52:55.707Z[ recovery-image] Dec 19 00:52:55.270 INFO O| Dec 19 00:52:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62302024-12-19T00:52:55.709Z[ recovery-image] Dec 19 00:52:55.270 INFO O| Dec 19 00:52:55.270 INFO STEP 635 (remove_files) COMPLETE
62312024-12-19T00:52:55.709Z[ recovery-image] Dec 19 00:52:55.270 INFO O| Dec 19 00:52:55.270 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-19T00:52:55.717Z[ recovery-image] Dec 19 00:52:55.280 INFO O| Dec 19 00:52:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62332024-12-19T00:52:55.717Z[ recovery-image] Dec 19 00:52:55.280 INFO O| Dec 19 00:52:55.280 INFO STEP 636 (remove_files) COMPLETE
62342024-12-19T00:52:55.717Z[ recovery-image] Dec 19 00:52:55.281 INFO O| Dec 19 00:52:55.280 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-19T00:52:55.727Z[ recovery-image] Dec 19 00:52:55.291 INFO O| Dec 19 00:52:55.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62362024-12-19T00:52:55.730Z[ recovery-image] Dec 19 00:52:55.291 INFO O| Dec 19 00:52:55.291 INFO STEP 637 (remove_files) COMPLETE
62372024-12-19T00:52:55.730Z[ recovery-image] Dec 19 00:52:55.292 INFO O| Dec 19 00:52:55.291 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-19T00:52:55.741Z[ recovery-image] Dec 19 00:52:55.302 INFO O| Dec 19 00:52:55.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62392024-12-19T00:52:55.741Z[ recovery-image] Dec 19 00:52:55.302 INFO O| Dec 19 00:52:55.302 INFO STEP 638 (remove_files) COMPLETE
62402024-12-19T00:52:55.741Z[ recovery-image] Dec 19 00:52:55.302 INFO O| Dec 19 00:52:55.302 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-19T00:52:55.750Z[ recovery-image] Dec 19 00:52:55.313 INFO O| Dec 19 00:52:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62422024-12-19T00:52:55.750Z[ recovery-image] Dec 19 00:52:55.313 INFO O| Dec 19 00:52:55.313 INFO STEP 639 (remove_files) COMPLETE
62432024-12-19T00:52:55.750Z[ recovery-image] Dec 19 00:52:55.313 INFO O| Dec 19 00:52:55.313 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-19T00:52:55.760Z[ recovery-image] Dec 19 00:52:55.323 INFO O| Dec 19 00:52:55.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62452024-12-19T00:52:55.762Z[ recovery-image] Dec 19 00:52:55.323 INFO O| Dec 19 00:52:55.323 INFO STEP 640 (remove_files) COMPLETE
62462024-12-19T00:52:55.762Z[ recovery-image] Dec 19 00:52:55.323 INFO O| Dec 19 00:52:55.323 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-19T00:52:55.771Z[ recovery-image] Dec 19 00:52:55.334 INFO O| Dec 19 00:52:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62482024-12-19T00:52:55.771Z[ recovery-image] Dec 19 00:52:55.334 INFO O| Dec 19 00:52:55.334 INFO STEP 641 (remove_files) COMPLETE
62492024-12-19T00:52:55.773Z[ recovery-image] Dec 19 00:52:55.335 INFO O| Dec 19 00:52:55.334 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-19T00:52:55.782Z[ recovery-image] Dec 19 00:52:55.345 INFO O| Dec 19 00:52:55.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62512024-12-19T00:52:55.782Z[ recovery-image] Dec 19 00:52:55.345 INFO O| Dec 19 00:52:55.345 INFO STEP 642 (remove_files) COMPLETE
62522024-12-19T00:52:55.784Z[ recovery-image] Dec 19 00:52:55.345 INFO O| Dec 19 00:52:55.345 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-19T00:52:55.794Z[ recovery-image] Dec 19 00:52:55.357 INFO O| Dec 19 00:52:55.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62542024-12-19T00:52:55.794Z[ recovery-image] Dec 19 00:52:55.357 INFO O| Dec 19 00:52:55.357 INFO STEP 643 (remove_files) COMPLETE
62552024-12-19T00:52:55.794Z[ recovery-image] Dec 19 00:52:55.357 INFO O| Dec 19 00:52:55.357 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-19T00:52:55.805Z[ recovery-image] Dec 19 00:52:55.369 INFO O| Dec 19 00:52:55.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62572024-12-19T00:52:55.805Z[ recovery-image] Dec 19 00:52:55.369 INFO O| Dec 19 00:52:55.369 INFO STEP 644 (remove_files) COMPLETE
62582024-12-19T00:52:55.808Z[ recovery-image] Dec 19 00:52:55.369 INFO O| Dec 19 00:52:55.369 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-19T00:52:55.816Z[ recovery-image] Dec 19 00:52:55.380 INFO O| Dec 19 00:52:55.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62602024-12-19T00:52:55.816Z[ recovery-image] Dec 19 00:52:55.380 INFO O| Dec 19 00:52:55.380 INFO STEP 645 (remove_files) COMPLETE
62612024-12-19T00:52:55.816Z[ recovery-image] Dec 19 00:52:55.380 INFO O| Dec 19 00:52:55.380 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-19T00:52:55.829Z[ recovery-image] Dec 19 00:52:55.392 INFO O| Dec 19 00:52:55.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62632024-12-19T00:52:55.829Z[ recovery-image] Dec 19 00:52:55.392 INFO O| Dec 19 00:52:55.392 INFO STEP 646 (remove_files) COMPLETE
62642024-12-19T00:52:55.829Z[ recovery-image] Dec 19 00:52:55.392 INFO O| Dec 19 00:52:55.392 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-19T00:52:55.841Z[ recovery-image] Dec 19 00:52:55.404 INFO O| Dec 19 00:52:55.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62662024-12-19T00:52:55.841Z[ recovery-image] Dec 19 00:52:55.404 INFO O| Dec 19 00:52:55.404 INFO STEP 647 (remove_files) COMPLETE
62672024-12-19T00:52:55.841Z[ recovery-image] Dec 19 00:52:55.404 INFO O| Dec 19 00:52:55.404 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-19T00:52:55.851Z[ recovery-image] Dec 19 00:52:55.415 INFO O| Dec 19 00:52:55.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62692024-12-19T00:52:55.851Z[ recovery-image] Dec 19 00:52:55.415 INFO O| Dec 19 00:52:55.415 INFO STEP 648 (remove_files) COMPLETE
62702024-12-19T00:52:55.854Z[ recovery-image] Dec 19 00:52:55.415 INFO O| Dec 19 00:52:55.415 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-19T00:52:55.862Z[ recovery-image] Dec 19 00:52:55.426 INFO O| Dec 19 00:52:55.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62722024-12-19T00:52:55.865Z[ recovery-image] Dec 19 00:52:55.426 INFO O| Dec 19 00:52:55.426 INFO STEP 649 (remove_files) COMPLETE
62732024-12-19T00:52:55.865Z[ recovery-image] Dec 19 00:52:55.426 INFO O| Dec 19 00:52:55.426 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-19T00:52:55.873Z[ recovery-image] Dec 19 00:52:55.437 INFO O| Dec 19 00:52:55.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62752024-12-19T00:52:55.873Z[ recovery-image] Dec 19 00:52:55.437 INFO O| Dec 19 00:52:55.437 INFO STEP 650 (remove_files) COMPLETE
62762024-12-19T00:52:55.873Z[ recovery-image] Dec 19 00:52:55.437 INFO O| Dec 19 00:52:55.437 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-19T00:52:55.883Z[ recovery-image] Dec 19 00:52:55.447 INFO O| Dec 19 00:52:55.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62782024-12-19T00:52:55.884Z[ recovery-image] Dec 19 00:52:55.447 INFO O| Dec 19 00:52:55.447 INFO STEP 651 (remove_files) COMPLETE
62792024-12-19T00:52:55.884Z[ recovery-image] Dec 19 00:52:55.447 INFO O| Dec 19 00:52:55.447 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-19T00:52:55.896Z[ recovery-image] Dec 19 00:52:55.460 INFO O| Dec 19 00:52:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62812024-12-19T00:52:55.896Z[ recovery-image] Dec 19 00:52:55.460 INFO O| Dec 19 00:52:55.460 INFO STEP 652 (remove_files) COMPLETE
62822024-12-19T00:52:55.896Z[ recovery-image] Dec 19 00:52:55.460 INFO O| Dec 19 00:52:55.460 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-19T00:52:55.907Z[ recovery-image] Dec 19 00:52:55.471 INFO O| Dec 19 00:52:55.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62842024-12-19T00:52:55.907Z[ recovery-image] Dec 19 00:52:55.471 INFO O| Dec 19 00:52:55.471 INFO STEP 653 (remove_files) COMPLETE
62852024-12-19T00:52:55.909Z[ recovery-image] Dec 19 00:52:55.471 INFO O| Dec 19 00:52:55.471 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-19T00:52:55.917Z[ recovery-image] Dec 19 00:52:55.481 INFO O| Dec 19 00:52:55.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62872024-12-19T00:52:55.917Z[ recovery-image] Dec 19 00:52:55.481 INFO O| Dec 19 00:52:55.481 INFO STEP 654 (remove_files) COMPLETE
62882024-12-19T00:52:55.920Z[ recovery-image] Dec 19 00:52:55.481 INFO O| Dec 19 00:52:55.481 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-19T00:52:55.929Z[ recovery-image] Dec 19 00:52:55.493 INFO O| Dec 19 00:52:55.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62902024-12-19T00:52:55.933Z[ recovery-image] Dec 19 00:52:55.494 INFO O| Dec 19 00:52:55.494 INFO STEP 655 (remove_files) COMPLETE
62912024-12-19T00:52:55.933Z[ recovery-image] Dec 19 00:52:55.494 INFO O| Dec 19 00:52:55.494 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-19T00:52:55.941Z[ recovery-image] Dec 19 00:52:55.505 INFO O| Dec 19 00:52:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62932024-12-19T00:52:55.941Z[ recovery-image] Dec 19 00:52:55.505 INFO O| Dec 19 00:52:55.505 INFO STEP 656 (remove_files) COMPLETE
62942024-12-19T00:52:55.941Z[ recovery-image] Dec 19 00:52:55.505 INFO O| Dec 19 00:52:55.505 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-19T00:52:55.954Z[ recovery-image] Dec 19 00:52:55.517 INFO O| Dec 19 00:52:55.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62962024-12-19T00:52:55.954Z[ recovery-image] Dec 19 00:52:55.517 INFO O| Dec 19 00:52:55.517 INFO STEP 657 (remove_files) COMPLETE
62972024-12-19T00:52:55.954Z[ recovery-image] Dec 19 00:52:55.517 INFO O| Dec 19 00:52:55.517 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-19T00:52:55.956Z[ host-image] Dec 19 00:52:55.520 INFO O| Dec 19 00:52:55.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62992024-12-19T00:52:55.965Z[ recovery-image] Dec 19 00:52:55.528 INFO O| Dec 19 00:52:55.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63002024-12-19T00:52:55.965Z[ recovery-image] Dec 19 00:52:55.529 INFO O| Dec 19 00:52:55.528 INFO STEP 658 (remove_files) COMPLETE
63012024-12-19T00:52:55.967Z[ recovery-image] Dec 19 00:52:55.529 INFO O| Dec 19 00:52:55.529 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-19T00:52:55.977Z[ recovery-image] Dec 19 00:52:55.540 INFO O| Dec 19 00:52:55.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63032024-12-19T00:52:55.977Z[ recovery-image] Dec 19 00:52:55.540 INFO O| Dec 19 00:52:55.540 INFO STEP 659 (remove_files) COMPLETE
63042024-12-19T00:52:55.977Z[ recovery-image] Dec 19 00:52:55.540 INFO O| Dec 19 00:52:55.540 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-19T00:52:55.990Z[ recovery-image] Dec 19 00:52:55.553 INFO O| Dec 19 00:52:55.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63062024-12-19T00:52:55.990Z[ recovery-image] Dec 19 00:52:55.554 INFO O| Dec 19 00:52:55.554 INFO STEP 660 (remove_files) COMPLETE
63072024-12-19T00:52:55.992Z[ recovery-image] Dec 19 00:52:55.554 INFO O| Dec 19 00:52:55.554 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-19T00:52:56.001Z[ recovery-image] Dec 19 00:52:55.565 INFO O| Dec 19 00:52:55.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63092024-12-19T00:52:56.001Z[ recovery-image] Dec 19 00:52:55.565 INFO O| Dec 19 00:52:55.565 INFO STEP 661 (remove_files) COMPLETE
63102024-12-19T00:52:56.004Z[ recovery-image] Dec 19 00:52:55.565 INFO O| Dec 19 00:52:55.565 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-12-19T00:52:56.011Z[ recovery-image] Dec 19 00:52:55.575 INFO O| Dec 19 00:52:55.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63122024-12-19T00:52:56.011Z[ recovery-image] Dec 19 00:52:55.575 INFO O| Dec 19 00:52:55.575 INFO STEP 662 (remove_files) COMPLETE
63132024-12-19T00:52:56.014Z[ recovery-image] Dec 19 00:52:55.575 INFO O| Dec 19 00:52:55.575 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-19T00:52:56.023Z[ recovery-image] Dec 19 00:52:55.587 INFO O| Dec 19 00:52:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63152024-12-19T00:52:56.023Z[ recovery-image] Dec 19 00:52:55.587 INFO O| Dec 19 00:52:55.587 INFO STEP 663 (remove_files) COMPLETE
63162024-12-19T00:52:56.025Z[ recovery-image] Dec 19 00:52:55.587 INFO O| Dec 19 00:52:55.587 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-19T00:52:56.033Z[ recovery-image] Dec 19 00:52:55.597 INFO O| Dec 19 00:52:55.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63182024-12-19T00:52:56.033Z[ recovery-image] Dec 19 00:52:55.597 INFO O| Dec 19 00:52:55.597 INFO STEP 664 (remove_files) COMPLETE
63192024-12-19T00:52:56.036Z[ recovery-image] Dec 19 00:52:55.597 INFO O| Dec 19 00:52:55.597 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-19T00:52:56.043Z[ recovery-image] Dec 19 00:52:55.607 INFO O| Dec 19 00:52:55.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63212024-12-19T00:52:56.043Z[ recovery-image] Dec 19 00:52:55.607 INFO O| Dec 19 00:52:55.607 INFO STEP 665 (remove_files) COMPLETE
63222024-12-19T00:52:56.043Z[ recovery-image] Dec 19 00:52:55.607 INFO O| Dec 19 00:52:55.607 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-19T00:52:56.054Z[ recovery-image] Dec 19 00:52:55.618 INFO O| Dec 19 00:52:55.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63242024-12-19T00:52:56.054Z[ recovery-image] Dec 19 00:52:55.618 INFO O| Dec 19 00:52:55.618 INFO STEP 666 (remove_files) COMPLETE
63252024-12-19T00:52:56.054Z[ recovery-image] Dec 19 00:52:55.618 INFO O| Dec 19 00:52:55.618 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-19T00:52:56.064Z[ recovery-image] Dec 19 00:52:55.628 INFO O| Dec 19 00:52:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63272024-12-19T00:52:56.064Z[ recovery-image] Dec 19 00:52:55.628 INFO O| Dec 19 00:52:55.628 INFO STEP 667 (remove_files) COMPLETE
63282024-12-19T00:52:56.067Z[ recovery-image] Dec 19 00:52:55.628 INFO O| Dec 19 00:52:55.628 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-19T00:52:56.074Z[ recovery-image] Dec 19 00:52:55.638 INFO O| Dec 19 00:52:55.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63302024-12-19T00:52:56.074Z[ recovery-image] Dec 19 00:52:55.638 INFO O| Dec 19 00:52:55.638 INFO STEP 668 (remove_files) COMPLETE
63312024-12-19T00:52:56.074Z[ recovery-image] Dec 19 00:52:55.638 INFO O| Dec 19 00:52:55.638 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-19T00:52:56.084Z[ recovery-image] Dec 19 00:52:55.648 INFO O| Dec 19 00:52:55.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63332024-12-19T00:52:56.087Z[ recovery-image] Dec 19 00:52:55.648 INFO O| Dec 19 00:52:55.648 INFO STEP 669 (remove_files) COMPLETE
63342024-12-19T00:52:56.087Z[ recovery-image] Dec 19 00:52:55.648 INFO O| Dec 19 00:52:55.648 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-19T00:52:56.094Z[ recovery-image] Dec 19 00:52:55.658 INFO O| Dec 19 00:52:55.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63362024-12-19T00:52:56.097Z[ recovery-image] Dec 19 00:52:55.658 INFO O| Dec 19 00:52:55.658 INFO STEP 670 (remove_files) COMPLETE
63372024-12-19T00:52:56.097Z[ recovery-image] Dec 19 00:52:55.658 INFO O| Dec 19 00:52:55.658 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-19T00:52:56.105Z[ recovery-image] Dec 19 00:52:55.668 INFO O| Dec 19 00:52:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63392024-12-19T00:52:56.105Z[ recovery-image] Dec 19 00:52:55.668 INFO O| Dec 19 00:52:55.668 INFO STEP 671 (remove_files) COMPLETE
63402024-12-19T00:52:56.105Z[ recovery-image] Dec 19 00:52:55.668 INFO O| Dec 19 00:52:55.668 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-19T00:52:56.115Z[ recovery-image] Dec 19 00:52:55.679 INFO O| Dec 19 00:52:55.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63422024-12-19T00:52:56.119Z[ recovery-image] Dec 19 00:52:55.680 INFO O| Dec 19 00:52:55.680 INFO STEP 672 (remove_files) COMPLETE
63432024-12-19T00:52:56.119Z[ recovery-image] Dec 19 00:52:55.680 INFO O| Dec 19 00:52:55.680 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-19T00:52:56.128Z[ recovery-image] Dec 19 00:52:55.691 INFO O| Dec 19 00:52:55.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63452024-12-19T00:52:56.128Z[ recovery-image] Dec 19 00:52:55.691 INFO O| Dec 19 00:52:55.691 INFO STEP 673 (remove_files) COMPLETE
63462024-12-19T00:52:56.130Z[ recovery-image] Dec 19 00:52:55.692 INFO O| Dec 19 00:52:55.691 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-19T00:52:56.138Z[ recovery-image] Dec 19 00:52:55.702 INFO O| Dec 19 00:52:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63482024-12-19T00:52:56.138Z[ recovery-image] Dec 19 00:52:55.702 INFO O| Dec 19 00:52:55.702 INFO STEP 674 (remove_files) COMPLETE
63492024-12-19T00:52:56.141Z[ recovery-image] Dec 19 00:52:55.702 INFO O| Dec 19 00:52:55.702 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-19T00:52:56.150Z[ recovery-image] Dec 19 00:52:55.713 INFO O| Dec 19 00:52:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63512024-12-19T00:52:56.150Z[ recovery-image] Dec 19 00:52:55.713 INFO O| Dec 19 00:52:55.713 INFO STEP 675 (remove_files) COMPLETE
63522024-12-19T00:52:56.152Z[ recovery-image] Dec 19 00:52:55.713 INFO O| Dec 19 00:52:55.713 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-19T00:52:56.160Z[ recovery-image] Dec 19 00:52:55.724 INFO O| Dec 19 00:52:55.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63542024-12-19T00:52:56.162Z[ recovery-image] Dec 19 00:52:55.724 INFO O| Dec 19 00:52:55.724 INFO STEP 676 (remove_files) COMPLETE
63552024-12-19T00:52:56.162Z[ recovery-image] Dec 19 00:52:55.724 INFO O| Dec 19 00:52:55.724 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-19T00:52:56.170Z[ recovery-image] Dec 19 00:52:55.734 INFO O| Dec 19 00:52:55.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63572024-12-19T00:52:56.170Z[ recovery-image] Dec 19 00:52:55.734 INFO O| Dec 19 00:52:55.734 INFO STEP 677 (remove_files) COMPLETE
63582024-12-19T00:52:56.173Z[ recovery-image] Dec 19 00:52:55.734 INFO O| Dec 19 00:52:55.734 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-19T00:52:56.180Z[ recovery-image] Dec 19 00:52:55.744 INFO O| Dec 19 00:52:55.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63602024-12-19T00:52:56.180Z[ recovery-image] Dec 19 00:52:55.744 INFO O| Dec 19 00:52:55.744 INFO STEP 678 (remove_files) COMPLETE
63612024-12-19T00:52:56.180Z[ recovery-image] Dec 19 00:52:55.744 INFO O| Dec 19 00:52:55.744 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-19T00:52:56.191Z[ recovery-image] Dec 19 00:52:55.754 INFO O| Dec 19 00:52:55.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63632024-12-19T00:52:56.191Z[ recovery-image] Dec 19 00:52:55.754 INFO O| Dec 19 00:52:55.754 INFO STEP 679 (remove_files) COMPLETE
63642024-12-19T00:52:56.193Z[ recovery-image] Dec 19 00:52:55.754 INFO O| Dec 19 00:52:55.754 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-19T00:52:56.201Z[ recovery-image] Dec 19 00:52:55.764 INFO O| Dec 19 00:52:55.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63662024-12-19T00:52:56.201Z[ recovery-image] Dec 19 00:52:55.764 INFO O| Dec 19 00:52:55.764 INFO STEP 680 (remove_files) COMPLETE
63672024-12-19T00:52:56.203Z[ recovery-image] Dec 19 00:52:55.764 INFO O| Dec 19 00:52:55.764 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-19T00:52:56.211Z[ recovery-image] Dec 19 00:52:55.775 INFO O| Dec 19 00:52:55.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63692024-12-19T00:52:56.211Z[ recovery-image] Dec 19 00:52:55.775 INFO O| Dec 19 00:52:55.775 INFO STEP 681 (remove_files) COMPLETE
63702024-12-19T00:52:56.214Z[ recovery-image] Dec 19 00:52:55.775 INFO O| Dec 19 00:52:55.775 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-19T00:52:56.221Z[ recovery-image] Dec 19 00:52:55.785 INFO O| Dec 19 00:52:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63722024-12-19T00:52:56.221Z[ recovery-image] Dec 19 00:52:55.785 INFO O| Dec 19 00:52:55.785 INFO STEP 682 (remove_files) COMPLETE
63732024-12-19T00:52:56.221Z[ recovery-image] Dec 19 00:52:55.785 INFO O| Dec 19 00:52:55.785 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-19T00:52:56.234Z[ recovery-image] Dec 19 00:52:55.797 INFO O| Dec 19 00:52:55.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63752024-12-19T00:52:56.234Z[ recovery-image] Dec 19 00:52:55.797 INFO O| Dec 19 00:52:55.797 INFO STEP 683 (remove_files) COMPLETE
63762024-12-19T00:52:56.234Z[ recovery-image] Dec 19 00:52:55.797 INFO O| Dec 19 00:52:55.797 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-19T00:52:56.245Z[ recovery-image] Dec 19 00:52:55.808 INFO O| Dec 19 00:52:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63782024-12-19T00:52:56.245Z[ recovery-image] Dec 19 00:52:55.808 INFO O| Dec 19 00:52:55.808 INFO STEP 684 (remove_files) COMPLETE
63792024-12-19T00:52:56.247Z[ recovery-image] Dec 19 00:52:55.808 INFO O| Dec 19 00:52:55.808 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-19T00:52:56.255Z[ recovery-image] Dec 19 00:52:55.819 INFO O| Dec 19 00:52:55.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63812024-12-19T00:52:56.255Z[ recovery-image] Dec 19 00:52:55.819 INFO O| Dec 19 00:52:55.819 INFO STEP 685 (remove_files) COMPLETE
63822024-12-19T00:52:56.258Z[ recovery-image] Dec 19 00:52:55.819 INFO O| Dec 19 00:52:55.819 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-19T00:52:56.267Z[ recovery-image] Dec 19 00:52:55.831 INFO O| Dec 19 00:52:55.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63842024-12-19T00:52:56.267Z[ recovery-image] Dec 19 00:52:55.831 INFO O| Dec 19 00:52:55.831 INFO STEP 686 (remove_files) COMPLETE
63852024-12-19T00:52:56.270Z[ recovery-image] Dec 19 00:52:55.831 INFO O| Dec 19 00:52:55.831 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-19T00:52:56.278Z[ recovery-image] Dec 19 00:52:55.842 INFO O| Dec 19 00:52:55.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63872024-12-19T00:52:56.278Z[ recovery-image] Dec 19 00:52:55.842 INFO O| Dec 19 00:52:55.842 INFO STEP 687 (remove_files) COMPLETE
63882024-12-19T00:52:56.281Z[ recovery-image] Dec 19 00:52:55.842 INFO O| Dec 19 00:52:55.842 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-19T00:52:56.288Z[ recovery-image] Dec 19 00:52:55.852 INFO O| Dec 19 00:52:55.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63902024-12-19T00:52:56.288Z[ recovery-image] Dec 19 00:52:55.852 INFO O| Dec 19 00:52:55.852 INFO STEP 688 (remove_files) COMPLETE
63912024-12-19T00:52:56.289Z[ recovery-image] Dec 19 00:52:55.852 INFO O| Dec 19 00:52:55.852 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-19T00:52:56.299Z[ recovery-image] Dec 19 00:52:55.863 INFO O| Dec 19 00:52:55.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63932024-12-19T00:52:56.299Z[ recovery-image] Dec 19 00:52:55.863 INFO O| Dec 19 00:52:55.863 INFO STEP 689 (remove_files) COMPLETE
63942024-12-19T00:52:56.303Z[ recovery-image] Dec 19 00:52:55.863 INFO O| Dec 19 00:52:55.863 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-19T00:52:56.310Z[ recovery-image] Dec 19 00:52:55.873 INFO O| Dec 19 00:52:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63962024-12-19T00:52:56.310Z[ recovery-image] Dec 19 00:52:55.874 INFO O| Dec 19 00:52:55.873 INFO STEP 690 (remove_files) COMPLETE
63972024-12-19T00:52:56.310Z[ recovery-image] Dec 19 00:52:55.874 INFO O| Dec 19 00:52:55.874 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-19T00:52:56.321Z[ recovery-image] Dec 19 00:52:55.884 INFO O| Dec 19 00:52:55.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63992024-12-19T00:52:56.321Z[ recovery-image] Dec 19 00:52:55.884 INFO O| Dec 19 00:52:55.884 INFO STEP 691 (remove_files) COMPLETE
64002024-12-19T00:52:56.321Z[ recovery-image] Dec 19 00:52:55.884 INFO O| Dec 19 00:52:55.884 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-19T00:52:56.332Z[ recovery-image] Dec 19 00:52:55.895 INFO O| Dec 19 00:52:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64022024-12-19T00:52:56.334Z[ recovery-image] Dec 19 00:52:55.895 INFO O| Dec 19 00:52:55.895 INFO STEP 692 (remove_files) COMPLETE
64032024-12-19T00:52:56.334Z[ recovery-image] Dec 19 00:52:55.895 INFO O| Dec 19 00:52:55.895 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-19T00:52:56.343Z[ recovery-image] Dec 19 00:52:55.907 INFO O| Dec 19 00:52:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64052024-12-19T00:52:56.346Z[ recovery-image] Dec 19 00:52:55.907 INFO O| Dec 19 00:52:55.907 INFO STEP 693 (remove_files) COMPLETE
64062024-12-19T00:52:56.346Z[ recovery-image] Dec 19 00:52:55.907 INFO O| Dec 19 00:52:55.907 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-19T00:52:56.353Z[ recovery-image] Dec 19 00:52:55.917 INFO O| Dec 19 00:52:55.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64082024-12-19T00:52:56.354Z[ recovery-image] Dec 19 00:52:55.917 INFO O| Dec 19 00:52:55.917 INFO STEP 694 (remove_files) COMPLETE
64092024-12-19T00:52:56.356Z[ recovery-image] Dec 19 00:52:55.917 INFO O| Dec 19 00:52:55.917 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-19T00:52:56.365Z[ recovery-image] Dec 19 00:52:55.929 INFO O| Dec 19 00:52:55.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64112024-12-19T00:52:56.367Z[ recovery-image] Dec 19 00:52:55.929 INFO O| Dec 19 00:52:55.929 INFO STEP 695 (remove_files) COMPLETE
64122024-12-19T00:52:56.367Z[ recovery-image] Dec 19 00:52:55.929 INFO O| Dec 19 00:52:55.929 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-19T00:52:56.375Z[ recovery-image] Dec 19 00:52:55.939 INFO O| Dec 19 00:52:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64142024-12-19T00:52:56.378Z[ recovery-image] Dec 19 00:52:55.940 INFO O| Dec 19 00:52:55.940 INFO STEP 696 (remove_files) COMPLETE
64152024-12-19T00:52:56.378Z[ recovery-image] Dec 19 00:52:55.940 INFO O| Dec 19 00:52:55.940 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-19T00:52:56.386Z[ recovery-image] Dec 19 00:52:55.950 INFO O| Dec 19 00:52:55.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64172024-12-19T00:52:56.386Z[ recovery-image] Dec 19 00:52:55.950 INFO O| Dec 19 00:52:55.950 INFO STEP 697 (remove_files) COMPLETE
64182024-12-19T00:52:56.389Z[ recovery-image] Dec 19 00:52:55.950 INFO O| Dec 19 00:52:55.950 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-19T00:52:56.397Z[ recovery-image] Dec 19 00:52:55.961 INFO O| Dec 19 00:52:55.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64202024-12-19T00:52:56.397Z[ recovery-image] Dec 19 00:52:55.961 INFO O| Dec 19 00:52:55.961 INFO STEP 698 (remove_files) COMPLETE
64212024-12-19T00:52:56.399Z[ recovery-image] Dec 19 00:52:55.961 INFO O| Dec 19 00:52:55.961 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-19T00:52:56.407Z[ recovery-image] Dec 19 00:52:55.971 INFO O| Dec 19 00:52:55.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64232024-12-19T00:52:56.407Z[ recovery-image] Dec 19 00:52:55.971 INFO O| Dec 19 00:52:55.971 INFO STEP 699 (remove_files) COMPLETE
64242024-12-19T00:52:56.407Z[ recovery-image] Dec 19 00:52:55.971 INFO O| Dec 19 00:52:55.971 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-19T00:52:56.418Z[ recovery-image] Dec 19 00:52:55.981 INFO O| Dec 19 00:52:55.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64262024-12-19T00:52:56.418Z[ recovery-image] Dec 19 00:52:55.982 INFO O| Dec 19 00:52:55.982 INFO STEP 700 (remove_files) COMPLETE
64272024-12-19T00:52:56.418Z[ recovery-image] Dec 19 00:52:55.982 INFO O| Dec 19 00:52:55.982 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-19T00:52:56.430Z[ recovery-image] Dec 19 00:52:55.993 INFO O| Dec 19 00:52:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64292024-12-19T00:52:56.430Z[ recovery-image] Dec 19 00:52:55.993 INFO O| Dec 19 00:52:55.993 INFO STEP 701 (remove_files) COMPLETE
64302024-12-19T00:52:56.430Z[ recovery-image] Dec 19 00:52:55.994 INFO O| Dec 19 00:52:55.993 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-19T00:52:56.442Z[ recovery-image] Dec 19 00:52:56.005 INFO O| Dec 19 00:52:56.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64322024-12-19T00:52:56.444Z[ recovery-image] Dec 19 00:52:56.005 INFO O| Dec 19 00:52:56.005 INFO STEP 702 (remove_files) COMPLETE
64332024-12-19T00:52:56.444Z[ recovery-image] Dec 19 00:52:56.006 INFO O| Dec 19 00:52:56.005 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-19T00:52:56.454Z[ recovery-image] Dec 19 00:52:56.017 INFO O| Dec 19 00:52:56.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64352024-12-19T00:52:56.456Z[ recovery-image] Dec 19 00:52:56.017 INFO O| Dec 19 00:52:56.017 INFO STEP 703 (remove_files) COMPLETE
64362024-12-19T00:52:56.456Z[ recovery-image] Dec 19 00:52:56.017 INFO O| Dec 19 00:52:56.017 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-19T00:52:56.467Z[ recovery-image] Dec 19 00:52:56.030 INFO O| Dec 19 00:52:56.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64382024-12-19T00:52:56.467Z[ recovery-image] Dec 19 00:52:56.030 INFO O| Dec 19 00:52:56.030 INFO STEP 704 (remove_files) COMPLETE
64392024-12-19T00:52:56.467Z[ recovery-image] Dec 19 00:52:56.030 INFO O| Dec 19 00:52:56.030 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-19T00:52:56.480Z[ recovery-image] Dec 19 00:52:56.043 INFO O| Dec 19 00:52:56.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64412024-12-19T00:52:56.480Z[ recovery-image] Dec 19 00:52:56.043 INFO O| Dec 19 00:52:56.043 INFO STEP 705 (remove_files) COMPLETE
64422024-12-19T00:52:56.480Z[ recovery-image] Dec 19 00:52:56.043 INFO O| Dec 19 00:52:56.043 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-19T00:52:56.491Z[ recovery-image] Dec 19 00:52:56.055 INFO O| Dec 19 00:52:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64442024-12-19T00:52:56.492Z[ recovery-image] Dec 19 00:52:56.055 INFO O| Dec 19 00:52:56.055 INFO STEP 706 (remove_files) COMPLETE
64452024-12-19T00:52:56.494Z[ recovery-image] Dec 19 00:52:56.055 INFO O| Dec 19 00:52:56.055 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-19T00:52:56.503Z[ recovery-image] Dec 19 00:52:56.067 INFO O| Dec 19 00:52:56.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64472024-12-19T00:52:56.503Z[ recovery-image] Dec 19 00:52:56.067 INFO O| Dec 19 00:52:56.067 INFO STEP 707 (remove_files) COMPLETE
64482024-12-19T00:52:56.503Z[ recovery-image] Dec 19 00:52:56.067 INFO O| Dec 19 00:52:56.067 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-19T00:52:56.514Z[ recovery-image] Dec 19 00:52:56.077 INFO O| Dec 19 00:52:56.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64502024-12-19T00:52:56.516Z[ recovery-image] Dec 19 00:52:56.077 INFO O| Dec 19 00:52:56.077 INFO STEP 708 (remove_files) COMPLETE
64512024-12-19T00:52:56.516Z[ recovery-image] Dec 19 00:52:56.077 INFO O| Dec 19 00:52:56.077 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-19T00:52:56.524Z[ recovery-image] Dec 19 00:52:56.087 INFO O| Dec 19 00:52:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64532024-12-19T00:52:56.524Z[ recovery-image] Dec 19 00:52:56.088 INFO O| Dec 19 00:52:56.088 INFO STEP 709 (remove_files) COMPLETE
64542024-12-19T00:52:56.526Z[ recovery-image] Dec 19 00:52:56.088 INFO O| Dec 19 00:52:56.088 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-19T00:52:56.534Z[ recovery-image] Dec 19 00:52:56.098 INFO O| Dec 19 00:52:56.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64562024-12-19T00:52:56.534Z[ recovery-image] Dec 19 00:52:56.098 INFO O| Dec 19 00:52:56.098 INFO STEP 710 (remove_files) COMPLETE
64572024-12-19T00:52:56.534Z[ recovery-image] Dec 19 00:52:56.098 INFO O| Dec 19 00:52:56.098 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-19T00:52:56.544Z[ recovery-image] Dec 19 00:52:56.108 INFO O| Dec 19 00:52:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64592024-12-19T00:52:56.546Z[ recovery-image] Dec 19 00:52:56.108 INFO O| Dec 19 00:52:56.108 INFO STEP 711 (remove_files) COMPLETE
64602024-12-19T00:52:56.546Z[ recovery-image] Dec 19 00:52:56.108 INFO O| Dec 19 00:52:56.108 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-19T00:52:56.554Z[ recovery-image] Dec 19 00:52:56.117 INFO O| Dec 19 00:52:56.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64622024-12-19T00:52:56.554Z[ recovery-image] Dec 19 00:52:56.118 INFO O| Dec 19 00:52:56.118 INFO STEP 712 (remove_files) COMPLETE
64632024-12-19T00:52:56.556Z[ recovery-image] Dec 19 00:52:56.118 INFO O| Dec 19 00:52:56.118 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-19T00:52:56.564Z[ recovery-image] Dec 19 00:52:56.127 INFO O| Dec 19 00:52:56.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64652024-12-19T00:52:56.564Z[ recovery-image] Dec 19 00:52:56.128 INFO O| Dec 19 00:52:56.128 INFO STEP 713 (remove_files) COMPLETE
64662024-12-19T00:52:56.564Z[ recovery-image] Dec 19 00:52:56.128 INFO O| Dec 19 00:52:56.128 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-19T00:52:56.574Z[ recovery-image] Dec 19 00:52:56.138 INFO O| Dec 19 00:52:56.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64682024-12-19T00:52:56.574Z[ recovery-image] Dec 19 00:52:56.138 INFO O| Dec 19 00:52:56.138 INFO STEP 714 (remove_files) COMPLETE
64692024-12-19T00:52:56.576Z[ recovery-image] Dec 19 00:52:56.138 INFO O| Dec 19 00:52:56.138 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-19T00:52:56.584Z[ recovery-image] Dec 19 00:52:56.148 INFO O| Dec 19 00:52:56.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64712024-12-19T00:52:56.584Z[ recovery-image] Dec 19 00:52:56.148 INFO O| Dec 19 00:52:56.148 INFO STEP 715 (remove_files) COMPLETE
64722024-12-19T00:52:56.584Z[ recovery-image] Dec 19 00:52:56.148 INFO O| Dec 19 00:52:56.148 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-19T00:52:56.597Z[ recovery-image] Dec 19 00:52:56.158 INFO O| Dec 19 00:52:56.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64742024-12-19T00:52:56.598Z[ recovery-image] Dec 19 00:52:56.159 INFO O| Dec 19 00:52:56.158 INFO STEP 716 (remove_files) COMPLETE
64752024-12-19T00:52:56.600Z[ recovery-image] Dec 19 00:52:56.159 INFO O| Dec 19 00:52:56.158 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-19T00:52:56.605Z[ recovery-image] Dec 19 00:52:56.169 INFO O| Dec 19 00:52:56.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64772024-12-19T00:52:56.608Z[ recovery-image] Dec 19 00:52:56.169 INFO O| Dec 19 00:52:56.169 INFO STEP 717 (remove_files) COMPLETE
64782024-12-19T00:52:56.608Z[ recovery-image] Dec 19 00:52:56.169 INFO O| Dec 19 00:52:56.169 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-19T00:52:56.616Z[ recovery-image] Dec 19 00:52:56.180 INFO O| Dec 19 00:52:56.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64802024-12-19T00:52:56.619Z[ recovery-image] Dec 19 00:52:56.180 INFO O| Dec 19 00:52:56.180 INFO STEP 718 (remove_files) COMPLETE
64812024-12-19T00:52:56.619Z[ recovery-image] Dec 19 00:52:56.180 INFO O| Dec 19 00:52:56.180 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-19T00:52:56.628Z[ recovery-image] Dec 19 00:52:56.192 INFO O| Dec 19 00:52:56.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64832024-12-19T00:52:56.628Z[ recovery-image] Dec 19 00:52:56.192 INFO O| Dec 19 00:52:56.192 INFO STEP 719 (remove_files) COMPLETE
64842024-12-19T00:52:56.630Z[ recovery-image] Dec 19 00:52:56.192 INFO O| Dec 19 00:52:56.192 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-19T00:52:56.641Z[ recovery-image] Dec 19 00:52:56.204 INFO O| Dec 19 00:52:56.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64862024-12-19T00:52:56.641Z[ recovery-image] Dec 19 00:52:56.205 INFO O| Dec 19 00:52:56.205 INFO STEP 720 (remove_files) COMPLETE
64872024-12-19T00:52:56.641Z[ recovery-image] Dec 19 00:52:56.205 INFO O| Dec 19 00:52:56.205 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-19T00:52:56.660Z[ recovery-image] Dec 19 00:52:56.216 INFO O| Dec 19 00:52:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64892024-12-19T00:52:56.660Z[ recovery-image] Dec 19 00:52:56.216 INFO O| Dec 19 00:52:56.216 INFO STEP 721 (remove_files) COMPLETE
64902024-12-19T00:52:56.662Z[ recovery-image] Dec 19 00:52:56.217 INFO O| Dec 19 00:52:56.216 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-19T00:52:56.665Z[ recovery-image] Dec 19 00:52:56.228 INFO O| Dec 19 00:52:56.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64922024-12-19T00:52:56.667Z[ recovery-image] Dec 19 00:52:56.229 INFO O| Dec 19 00:52:56.229 INFO STEP 722 (remove_files) COMPLETE
64932024-12-19T00:52:56.667Z[ recovery-image] Dec 19 00:52:56.229 INFO O| Dec 19 00:52:56.229 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-19T00:52:56.675Z[ recovery-image] Dec 19 00:52:56.239 INFO O| Dec 19 00:52:56.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64952024-12-19T00:52:56.678Z[ recovery-image] Dec 19 00:52:56.240 INFO O| Dec 19 00:52:56.240 INFO STEP 723 (remove_files) COMPLETE
64962024-12-19T00:52:56.678Z[ recovery-image] Dec 19 00:52:56.240 INFO O| Dec 19 00:52:56.240 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-19T00:52:56.687Z[ recovery-image] Dec 19 00:52:56.250 INFO O| Dec 19 00:52:56.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64982024-12-19T00:52:56.689Z[ recovery-image] Dec 19 00:52:56.250 INFO O| Dec 19 00:52:56.250 INFO STEP 724 (remove_files) COMPLETE
64992024-12-19T00:52:56.689Z[ recovery-image] Dec 19 00:52:56.250 INFO O| Dec 19 00:52:56.250 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-19T00:52:56.697Z[ recovery-image] Dec 19 00:52:56.261 INFO O| Dec 19 00:52:56.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65012024-12-19T00:52:56.697Z[ recovery-image] Dec 19 00:52:56.261 INFO O| Dec 19 00:52:56.261 INFO STEP 725 (remove_files) COMPLETE
65022024-12-19T00:52:56.700Z[ recovery-image] Dec 19 00:52:56.261 INFO O| Dec 19 00:52:56.261 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-19T00:52:56.708Z[ recovery-image] Dec 19 00:52:56.272 INFO O| Dec 19 00:52:56.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65042024-12-19T00:52:56.708Z[ recovery-image] Dec 19 00:52:56.272 INFO O| Dec 19 00:52:56.272 INFO STEP 726 (remove_files) COMPLETE
65052024-12-19T00:52:56.708Z[ recovery-image] Dec 19 00:52:56.272 INFO O| Dec 19 00:52:56.272 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-19T00:52:56.719Z[ recovery-image] Dec 19 00:52:56.282 INFO O| Dec 19 00:52:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65072024-12-19T00:52:56.721Z[ recovery-image] Dec 19 00:52:56.282 INFO O| Dec 19 00:52:56.282 INFO STEP 727 (remove_files) COMPLETE
65082024-12-19T00:52:56.721Z[ recovery-image] Dec 19 00:52:56.282 INFO O| Dec 19 00:52:56.282 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-19T00:52:56.729Z[ recovery-image] Dec 19 00:52:56.292 INFO O| Dec 19 00:52:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65102024-12-19T00:52:56.729Z[ recovery-image] Dec 19 00:52:56.292 INFO O| Dec 19 00:52:56.292 INFO STEP 728 (remove_files) COMPLETE
65112024-12-19T00:52:56.731Z[ recovery-image] Dec 19 00:52:56.292 INFO O| Dec 19 00:52:56.292 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-19T00:52:56.739Z[ recovery-image] Dec 19 00:52:56.302 INFO O| Dec 19 00:52:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65132024-12-19T00:52:56.741Z[ recovery-image] Dec 19 00:52:56.302 INFO O| Dec 19 00:52:56.302 INFO STEP 729 (remove_files) COMPLETE
65142024-12-19T00:52:56.741Z[ recovery-image] Dec 19 00:52:56.302 INFO O| Dec 19 00:52:56.302 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-19T00:52:56.750Z[ recovery-image] Dec 19 00:52:56.313 INFO O| Dec 19 00:52:56.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65162024-12-19T00:52:56.752Z[ recovery-image] Dec 19 00:52:56.313 INFO O| Dec 19 00:52:56.313 INFO STEP 730 (remove_files) COMPLETE
65172024-12-19T00:52:56.752Z[ recovery-image] Dec 19 00:52:56.313 INFO O| Dec 19 00:52:56.313 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-19T00:52:56.760Z[ recovery-image] Dec 19 00:52:56.324 INFO O| Dec 19 00:52:56.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65192024-12-19T00:52:56.760Z[ recovery-image] Dec 19 00:52:56.324 INFO O| Dec 19 00:52:56.324 INFO STEP 731 (remove_files) COMPLETE
65202024-12-19T00:52:56.763Z[ recovery-image] Dec 19 00:52:56.324 INFO O| Dec 19 00:52:56.324 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-19T00:52:56.770Z[ recovery-image] Dec 19 00:52:56.334 INFO O| Dec 19 00:52:56.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65222024-12-19T00:52:56.770Z[ recovery-image] Dec 19 00:52:56.334 INFO O| Dec 19 00:52:56.334 INFO STEP 732 (remove_files) COMPLETE
65232024-12-19T00:52:56.770Z[ recovery-image] Dec 19 00:52:56.334 INFO O| Dec 19 00:52:56.334 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-19T00:52:56.780Z[ recovery-image] Dec 19 00:52:56.343 INFO O| Dec 19 00:52:56.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65252024-12-19T00:52:56.780Z[ recovery-image] Dec 19 00:52:56.343 INFO O| Dec 19 00:52:56.343 INFO STEP 733 (remove_files) COMPLETE
65262024-12-19T00:52:56.781Z[ recovery-image] Dec 19 00:52:56.343 INFO O| Dec 19 00:52:56.343 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-19T00:52:56.789Z[ recovery-image] Dec 19 00:52:56.353 INFO O| Dec 19 00:52:56.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65282024-12-19T00:52:56.789Z[ recovery-image] Dec 19 00:52:56.353 INFO O| Dec 19 00:52:56.353 INFO STEP 734 (remove_files) COMPLETE
65292024-12-19T00:52:56.792Z[ recovery-image] Dec 19 00:52:56.353 INFO O| Dec 19 00:52:56.353 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-19T00:52:56.799Z[ recovery-image] Dec 19 00:52:56.363 INFO O| Dec 19 00:52:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65312024-12-19T00:52:56.801Z[ recovery-image] Dec 19 00:52:56.363 INFO O| Dec 19 00:52:56.363 INFO STEP 735 (remove_files) COMPLETE
65322024-12-19T00:52:56.801Z[ recovery-image] Dec 19 00:52:56.363 INFO O| Dec 19 00:52:56.363 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-19T00:52:56.809Z[ recovery-image] Dec 19 00:52:56.372 INFO O| Dec 19 00:52:56.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65342024-12-19T00:52:56.811Z[ recovery-image] Dec 19 00:52:56.372 INFO O| Dec 19 00:52:56.372 INFO STEP 736 (remove_files) COMPLETE
65352024-12-19T00:52:56.811Z[ recovery-image] Dec 19 00:52:56.372 INFO O| Dec 19 00:52:56.372 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-19T00:52:56.818Z[ recovery-image] Dec 19 00:52:56.382 INFO O| Dec 19 00:52:56.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65372024-12-19T00:52:56.818Z[ recovery-image] Dec 19 00:52:56.382 INFO O| Dec 19 00:52:56.382 INFO STEP 737 (remove_files) COMPLETE
65382024-12-19T00:52:56.821Z[ recovery-image] Dec 19 00:52:56.382 INFO O| Dec 19 00:52:56.382 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-19T00:52:56.828Z[ recovery-image] Dec 19 00:52:56.391 INFO O| Dec 19 00:52:56.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65402024-12-19T00:52:56.830Z[ recovery-image] Dec 19 00:52:56.391 INFO O| Dec 19 00:52:56.391 INFO STEP 738 (remove_files) COMPLETE
65412024-12-19T00:52:56.830Z[ recovery-image] Dec 19 00:52:56.391 INFO O| Dec 19 00:52:56.391 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-19T00:52:56.837Z[ recovery-image] Dec 19 00:52:56.401 INFO O| Dec 19 00:52:56.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65432024-12-19T00:52:56.837Z[ recovery-image] Dec 19 00:52:56.401 INFO O| Dec 19 00:52:56.401 INFO STEP 739 (remove_files) COMPLETE
65442024-12-19T00:52:56.837Z[ recovery-image] Dec 19 00:52:56.401 INFO O| Dec 19 00:52:56.401 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-19T00:52:56.847Z[ recovery-image] Dec 19 00:52:56.411 INFO O| Dec 19 00:52:56.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65462024-12-19T00:52:56.849Z[ recovery-image] Dec 19 00:52:56.411 INFO O| Dec 19 00:52:56.411 INFO STEP 740 (remove_files) COMPLETE
65472024-12-19T00:52:56.849Z[ recovery-image] Dec 19 00:52:56.411 INFO O| Dec 19 00:52:56.411 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-19T00:52:56.857Z[ recovery-image] Dec 19 00:52:56.420 INFO O| Dec 19 00:52:56.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65492024-12-19T00:52:56.859Z[ recovery-image] Dec 19 00:52:56.420 INFO O| Dec 19 00:52:56.420 INFO STEP 741 (remove_files) COMPLETE
65502024-12-19T00:52:56.859Z[ recovery-image] Dec 19 00:52:56.421 INFO O| Dec 19 00:52:56.420 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-19T00:52:56.867Z[ recovery-image] Dec 19 00:52:56.430 INFO O| Dec 19 00:52:56.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65522024-12-19T00:52:56.867Z[ recovery-image] Dec 19 00:52:56.431 INFO O| Dec 19 00:52:56.431 INFO STEP 742 (remove_files) COMPLETE
65532024-12-19T00:52:56.867Z[ recovery-image] Dec 19 00:52:56.431 INFO O| Dec 19 00:52:56.431 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-19T00:52:56.877Z[ recovery-image] Dec 19 00:52:56.441 INFO O| Dec 19 00:52:56.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65552024-12-19T00:52:56.877Z[ recovery-image] Dec 19 00:52:56.441 INFO O| Dec 19 00:52:56.441 INFO STEP 743 (remove_files) COMPLETE
65562024-12-19T00:52:56.880Z[ recovery-image] Dec 19 00:52:56.441 INFO O| Dec 19 00:52:56.441 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-19T00:52:56.888Z[ recovery-image] Dec 19 00:52:56.451 INFO O| Dec 19 00:52:56.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65582024-12-19T00:52:56.888Z[ recovery-image] Dec 19 00:52:56.451 INFO O| Dec 19 00:52:56.451 INFO STEP 744 (remove_files) COMPLETE
65592024-12-19T00:52:56.888Z[ recovery-image] Dec 19 00:52:56.451 INFO O| Dec 19 00:52:56.451 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-19T00:52:56.898Z[ recovery-image] Dec 19 00:52:56.461 INFO O| Dec 19 00:52:56.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65612024-12-19T00:52:56.900Z[ recovery-image] Dec 19 00:52:56.461 INFO O| Dec 19 00:52:56.461 INFO STEP 745 (remove_files) COMPLETE
65622024-12-19T00:52:56.900Z[ recovery-image] Dec 19 00:52:56.461 INFO O| Dec 19 00:52:56.461 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-19T00:52:56.908Z[ recovery-image] Dec 19 00:52:56.471 INFO O| Dec 19 00:52:56.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65642024-12-19T00:52:56.908Z[ recovery-image] Dec 19 00:52:56.471 INFO O| Dec 19 00:52:56.471 INFO STEP 746 (remove_files) COMPLETE
65652024-12-19T00:52:56.911Z[ recovery-image] Dec 19 00:52:56.471 INFO O| Dec 19 00:52:56.471 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-19T00:52:56.918Z[ recovery-image] Dec 19 00:52:56.481 INFO O| Dec 19 00:52:56.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65672024-12-19T00:52:56.920Z[ recovery-image] Dec 19 00:52:56.482 INFO O| Dec 19 00:52:56.482 INFO STEP 747 (remove_files) COMPLETE
65682024-12-19T00:52:56.920Z[ recovery-image] Dec 19 00:52:56.482 INFO O| Dec 19 00:52:56.482 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-19T00:52:56.929Z[ recovery-image] Dec 19 00:52:56.492 INFO O| Dec 19 00:52:56.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65702024-12-19T00:52:56.929Z[ recovery-image] Dec 19 00:52:56.492 INFO O| Dec 19 00:52:56.492 INFO STEP 748 (remove_files) COMPLETE
65712024-12-19T00:52:56.931Z[ recovery-image] Dec 19 00:52:56.492 INFO O| Dec 19 00:52:56.492 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-19T00:52:56.938Z[ recovery-image] Dec 19 00:52:56.502 INFO O| Dec 19 00:52:56.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65732024-12-19T00:52:56.941Z[ recovery-image] Dec 19 00:52:56.502 INFO O| Dec 19 00:52:56.502 INFO STEP 749 (remove_files) COMPLETE
65742024-12-19T00:52:56.942Z[ recovery-image] Dec 19 00:52:56.502 INFO O| Dec 19 00:52:56.502 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-19T00:52:56.951Z[ recovery-image] Dec 19 00:52:56.514 INFO O| Dec 19 00:52:56.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65762024-12-19T00:52:56.953Z[ recovery-image] Dec 19 00:52:56.514 INFO O| Dec 19 00:52:56.514 INFO STEP 750 (remove_files) COMPLETE
65772024-12-19T00:52:56.953Z[ recovery-image] Dec 19 00:52:56.514 INFO O| Dec 19 00:52:56.514 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-19T00:52:56.961Z[ recovery-image] Dec 19 00:52:56.525 INFO O| Dec 19 00:52:56.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65792024-12-19T00:52:56.961Z[ recovery-image] Dec 19 00:52:56.525 INFO O| Dec 19 00:52:56.525 INFO STEP 751 (remove_files) COMPLETE
65802024-12-19T00:52:56.964Z[ recovery-image] Dec 19 00:52:56.525 INFO O| Dec 19 00:52:56.525 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-19T00:52:56.973Z[ recovery-image] Dec 19 00:52:56.537 INFO O| Dec 19 00:52:56.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65822024-12-19T00:52:56.973Z[ recovery-image] Dec 19 00:52:56.537 INFO O| Dec 19 00:52:56.537 INFO STEP 752 (remove_files) COMPLETE
65832024-12-19T00:52:56.973Z[ recovery-image] Dec 19 00:52:56.537 INFO O| Dec 19 00:52:56.537 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-19T00:52:56.984Z[ recovery-image] Dec 19 00:52:56.547 INFO O| Dec 19 00:52:56.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65852024-12-19T00:52:56.987Z[ recovery-image] Dec 19 00:52:56.547 INFO O| Dec 19 00:52:56.547 INFO STEP 753 (remove_files) COMPLETE
65862024-12-19T00:52:56.987Z[ recovery-image] Dec 19 00:52:56.548 INFO O| Dec 19 00:52:56.547 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-19T00:52:56.994Z[ recovery-image] Dec 19 00:52:56.558 INFO O| Dec 19 00:52:56.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65882024-12-19T00:52:56.994Z[ recovery-image] Dec 19 00:52:56.558 INFO O| Dec 19 00:52:56.558 INFO STEP 754 (remove_files) COMPLETE
65892024-12-19T00:52:56.994Z[ recovery-image] Dec 19 00:52:56.558 INFO O| Dec 19 00:52:56.558 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-19T00:52:57.005Z[ recovery-image] Dec 19 00:52:56.569 INFO O| Dec 19 00:52:56.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65912024-12-19T00:52:57.005Z[ recovery-image] Dec 19 00:52:56.569 INFO O| Dec 19 00:52:56.569 INFO STEP 755 (remove_files) COMPLETE
65922024-12-19T00:52:57.008Z[ recovery-image] Dec 19 00:52:56.569 INFO O| Dec 19 00:52:56.569 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-19T00:52:57.016Z[ recovery-image] Dec 19 00:52:56.579 INFO O| Dec 19 00:52:56.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65942024-12-19T00:52:57.016Z[ recovery-image] Dec 19 00:52:56.580 INFO O| Dec 19 00:52:56.580 INFO STEP 756 (remove_files) COMPLETE
65952024-12-19T00:52:57.016Z[ recovery-image] Dec 19 00:52:56.580 INFO O| Dec 19 00:52:56.580 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-19T00:52:57.028Z[ recovery-image] Dec 19 00:52:56.592 INFO O| Dec 19 00:52:56.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65972024-12-19T00:52:57.029Z[ recovery-image] Dec 19 00:52:56.592 INFO O| Dec 19 00:52:56.592 INFO STEP 757 (remove_files) COMPLETE
65982024-12-19T00:52:57.029Z[ recovery-image] Dec 19 00:52:56.592 INFO O| Dec 19 00:52:56.592 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-19T00:52:57.039Z[ recovery-image] Dec 19 00:52:56.603 INFO O| Dec 19 00:52:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66002024-12-19T00:52:57.039Z[ recovery-image] Dec 19 00:52:56.603 INFO O| Dec 19 00:52:56.603 INFO STEP 758 (remove_files) COMPLETE
66012024-12-19T00:52:57.039Z[ recovery-image] Dec 19 00:52:56.603 INFO O| Dec 19 00:52:56.603 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-19T00:52:57.051Z[ recovery-image] Dec 19 00:52:56.615 INFO O| Dec 19 00:52:56.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66032024-12-19T00:52:57.054Z[ recovery-image] Dec 19 00:52:56.616 INFO O| Dec 19 00:52:56.616 INFO STEP 759 (remove_files) COMPLETE
66042024-12-19T00:52:57.054Z[ recovery-image] Dec 19 00:52:56.616 INFO O| Dec 19 00:52:56.616 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-19T00:52:57.063Z[ recovery-image] Dec 19 00:52:56.627 INFO O| Dec 19 00:52:56.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66062024-12-19T00:52:57.063Z[ recovery-image] Dec 19 00:52:56.627 INFO O| Dec 19 00:52:56.627 INFO STEP 760 (remove_files) COMPLETE
66072024-12-19T00:52:57.065Z[ recovery-image] Dec 19 00:52:56.627 INFO O| Dec 19 00:52:56.627 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-19T00:52:57.074Z[ recovery-image] Dec 19 00:52:56.637 INFO O| Dec 19 00:52:56.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66092024-12-19T00:52:57.076Z[ recovery-image] Dec 19 00:52:56.637 INFO O| Dec 19 00:52:56.637 INFO STEP 761 (remove_files) COMPLETE
66102024-12-19T00:52:57.076Z[ recovery-image] Dec 19 00:52:56.637 INFO O| Dec 19 00:52:56.637 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-19T00:52:57.084Z[ recovery-image] Dec 19 00:52:56.648 INFO O| Dec 19 00:52:56.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66122024-12-19T00:52:57.084Z[ recovery-image] Dec 19 00:52:56.648 INFO O| Dec 19 00:52:56.648 INFO STEP 762 (remove_files) COMPLETE
66132024-12-19T00:52:57.084Z[ recovery-image] Dec 19 00:52:56.648 INFO O| Dec 19 00:52:56.648 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-19T00:52:57.095Z[ recovery-image] Dec 19 00:52:56.658 INFO O| Dec 19 00:52:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66152024-12-19T00:52:57.095Z[ recovery-image] Dec 19 00:52:56.658 INFO O| Dec 19 00:52:56.658 INFO STEP 763 (remove_files) COMPLETE
66162024-12-19T00:52:57.098Z[ recovery-image] Dec 19 00:52:56.658 INFO O| Dec 19 00:52:56.658 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-19T00:52:57.105Z[ recovery-image] Dec 19 00:52:56.669 INFO O| Dec 19 00:52:56.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66182024-12-19T00:52:57.105Z[ recovery-image] Dec 19 00:52:56.669 INFO O| Dec 19 00:52:56.669 INFO STEP 764 (remove_files) COMPLETE
66192024-12-19T00:52:57.108Z[ recovery-image] Dec 19 00:52:56.669 INFO O| Dec 19 00:52:56.669 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-19T00:52:57.116Z[ recovery-image] Dec 19 00:52:56.680 INFO O| Dec 19 00:52:56.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66212024-12-19T00:52:57.116Z[ recovery-image] Dec 19 00:52:56.680 INFO O| Dec 19 00:52:56.680 INFO STEP 765 (remove_files) COMPLETE
66222024-12-19T00:52:57.118Z[ recovery-image] Dec 19 00:52:56.680 INFO O| Dec 19 00:52:56.680 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-19T00:52:57.127Z[ recovery-image] Dec 19 00:52:56.690 INFO O| Dec 19 00:52:56.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66242024-12-19T00:52:57.127Z[ recovery-image] Dec 19 00:52:56.690 INFO O| Dec 19 00:52:56.690 INFO STEP 766 (remove_files) COMPLETE
66252024-12-19T00:52:57.127Z[ recovery-image] Dec 19 00:52:56.690 INFO O| Dec 19 00:52:56.690 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-19T00:52:57.137Z[ recovery-image] Dec 19 00:52:56.701 INFO O| Dec 19 00:52:56.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66272024-12-19T00:52:57.137Z[ recovery-image] Dec 19 00:52:56.701 INFO O| Dec 19 00:52:56.701 INFO STEP 767 (remove_files) COMPLETE
66282024-12-19T00:52:57.140Z[ recovery-image] Dec 19 00:52:56.701 INFO O| Dec 19 00:52:56.701 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-19T00:52:57.147Z[ recovery-image] Dec 19 00:52:56.711 INFO O| Dec 19 00:52:56.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66302024-12-19T00:52:57.150Z[ recovery-image] Dec 19 00:52:56.711 INFO O| Dec 19 00:52:56.711 INFO STEP 768 (remove_files) COMPLETE
66312024-12-19T00:52:57.150Z[ recovery-image] Dec 19 00:52:56.711 INFO O| Dec 19 00:52:56.711 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-19T00:52:57.157Z[ recovery-image] Dec 19 00:52:56.721 INFO O| Dec 19 00:52:56.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66332024-12-19T00:52:57.157Z[ recovery-image] Dec 19 00:52:56.721 INFO O| Dec 19 00:52:56.721 INFO STEP 769 (remove_files) COMPLETE
66342024-12-19T00:52:57.157Z[ recovery-image] Dec 19 00:52:56.721 INFO O| Dec 19 00:52:56.721 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-19T00:52:57.167Z[ recovery-image] Dec 19 00:52:56.731 INFO O| Dec 19 00:52:56.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66362024-12-19T00:52:57.167Z[ recovery-image] Dec 19 00:52:56.731 INFO O| Dec 19 00:52:56.731 INFO STEP 770 (remove_files) COMPLETE
66372024-12-19T00:52:57.167Z[ recovery-image] Dec 19 00:52:56.731 INFO O| Dec 19 00:52:56.731 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-19T00:52:57.177Z[ recovery-image] Dec 19 00:52:56.741 INFO O| Dec 19 00:52:56.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66392024-12-19T00:52:57.177Z[ recovery-image] Dec 19 00:52:56.741 INFO O| Dec 19 00:52:56.741 INFO STEP 771 (remove_files) COMPLETE
66402024-12-19T00:52:57.179Z[ recovery-image] Dec 19 00:52:56.741 INFO O| Dec 19 00:52:56.741 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-19T00:52:57.187Z[ recovery-image] Dec 19 00:52:56.750 INFO O| Dec 19 00:52:56.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66422024-12-19T00:52:57.187Z[ recovery-image] Dec 19 00:52:56.750 INFO O| Dec 19 00:52:56.750 INFO STEP 772 (remove_files) COMPLETE
66432024-12-19T00:52:57.187Z[ recovery-image] Dec 19 00:52:56.750 INFO O| Dec 19 00:52:56.750 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-19T00:52:57.196Z[ recovery-image] Dec 19 00:52:56.760 INFO O| Dec 19 00:52:56.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66452024-12-19T00:52:57.199Z[ recovery-image] Dec 19 00:52:56.760 INFO O| Dec 19 00:52:56.760 INFO STEP 773 (remove_files) COMPLETE
66462024-12-19T00:52:57.199Z[ recovery-image] Dec 19 00:52:56.760 INFO O| Dec 19 00:52:56.760 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-19T00:52:57.207Z[ recovery-image] Dec 19 00:52:56.770 INFO O| Dec 19 00:52:56.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66482024-12-19T00:52:57.209Z[ recovery-image] Dec 19 00:52:56.770 INFO O| Dec 19 00:52:56.770 INFO STEP 774 (remove_files) COMPLETE
66492024-12-19T00:52:57.209Z[ recovery-image] Dec 19 00:52:56.770 INFO O| Dec 19 00:52:56.770 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-19T00:52:57.217Z[ recovery-image] Dec 19 00:52:56.780 INFO O| Dec 19 00:52:56.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66512024-12-19T00:52:57.219Z[ recovery-image] Dec 19 00:52:56.780 INFO O| Dec 19 00:52:56.780 INFO STEP 775 (remove_files) COMPLETE
66522024-12-19T00:52:57.220Z[ recovery-image] Dec 19 00:52:56.781 INFO O| Dec 19 00:52:56.780 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-19T00:52:57.227Z[ recovery-image] Dec 19 00:52:56.791 INFO O| Dec 19 00:52:56.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66542024-12-19T00:52:57.227Z[ recovery-image] Dec 19 00:52:56.791 INFO O| Dec 19 00:52:56.791 INFO STEP 776 (remove_files) COMPLETE
66552024-12-19T00:52:57.228Z[ recovery-image] Dec 19 00:52:56.791 INFO O| Dec 19 00:52:56.791 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-19T00:52:57.238Z[ recovery-image] Dec 19 00:52:56.800 INFO O| Dec 19 00:52:56.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66572024-12-19T00:52:57.238Z[ recovery-image] Dec 19 00:52:56.801 INFO O| Dec 19 00:52:56.801 INFO STEP 777 (remove_files) COMPLETE
66582024-12-19T00:52:57.238Z[ recovery-image] Dec 19 00:52:56.801 INFO O| Dec 19 00:52:56.801 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-19T00:52:57.248Z[ recovery-image] Dec 19 00:52:56.811 INFO O| Dec 19 00:52:56.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66602024-12-19T00:52:57.251Z[ recovery-image] Dec 19 00:52:56.811 INFO O| Dec 19 00:52:56.811 INFO STEP 778 (remove_files) COMPLETE
66612024-12-19T00:52:57.251Z[ recovery-image] Dec 19 00:52:56.811 INFO O| Dec 19 00:52:56.811 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-19T00:52:57.257Z[ recovery-image] Dec 19 00:52:56.821 INFO O| Dec 19 00:52:56.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66632024-12-19T00:52:57.260Z[ recovery-image] Dec 19 00:52:56.822 INFO O| Dec 19 00:52:56.822 INFO STEP 779 (remove_files) COMPLETE
66642024-12-19T00:52:57.260Z[ recovery-image] Dec 19 00:52:56.822 INFO O| Dec 19 00:52:56.822 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-19T00:52:57.271Z[ recovery-image] Dec 19 00:52:56.834 INFO O| Dec 19 00:52:56.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66662024-12-19T00:52:57.271Z[ recovery-image] Dec 19 00:52:56.834 INFO O| Dec 19 00:52:56.834 INFO STEP 780 (remove_files) COMPLETE
66672024-12-19T00:52:57.271Z[ recovery-image] Dec 19 00:52:56.834 INFO O| Dec 19 00:52:56.834 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-19T00:52:57.283Z[ recovery-image] Dec 19 00:52:56.846 INFO O| Dec 19 00:52:56.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66692024-12-19T00:52:57.285Z[ recovery-image] Dec 19 00:52:56.847 INFO O| Dec 19 00:52:56.847 INFO STEP 781 (remove_files) COMPLETE
66702024-12-19T00:52:57.285Z[ recovery-image] Dec 19 00:52:56.847 INFO O| Dec 19 00:52:56.847 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-19T00:52:57.293Z[ recovery-image] Dec 19 00:52:56.857 INFO O| Dec 19 00:52:56.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66722024-12-19T00:52:57.296Z[ recovery-image] Dec 19 00:52:56.857 INFO O| Dec 19 00:52:56.857 INFO STEP 782 (remove_files) COMPLETE
66732024-12-19T00:52:57.296Z[ recovery-image] Dec 19 00:52:56.857 INFO O| Dec 19 00:52:56.857 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-19T00:52:57.303Z[ recovery-image] Dec 19 00:52:56.867 INFO O| Dec 19 00:52:56.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66752024-12-19T00:52:57.303Z[ recovery-image] Dec 19 00:52:56.867 INFO O| Dec 19 00:52:56.867 INFO STEP 783 (remove_files) COMPLETE
66762024-12-19T00:52:57.306Z[ recovery-image] Dec 19 00:52:56.867 INFO O| Dec 19 00:52:56.867 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-19T00:52:57.313Z[ recovery-image] Dec 19 00:52:56.876 INFO O| Dec 19 00:52:56.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66782024-12-19T00:52:57.313Z[ recovery-image] Dec 19 00:52:56.876 INFO O| Dec 19 00:52:56.876 INFO STEP 784 (remove_files) COMPLETE
66792024-12-19T00:52:57.315Z[ recovery-image] Dec 19 00:52:56.876 INFO O| Dec 19 00:52:56.876 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-19T00:52:57.323Z[ recovery-image] Dec 19 00:52:56.886 INFO O| Dec 19 00:52:56.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66812024-12-19T00:52:57.325Z[ recovery-image] Dec 19 00:52:56.886 INFO O| Dec 19 00:52:56.886 INFO STEP 785 (remove_files) COMPLETE
66822024-12-19T00:52:57.325Z[ recovery-image] Dec 19 00:52:56.886 INFO O| Dec 19 00:52:56.886 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-19T00:52:57.333Z[ recovery-image] Dec 19 00:52:56.896 INFO O| Dec 19 00:52:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66842024-12-19T00:52:57.335Z[ recovery-image] Dec 19 00:52:56.896 INFO O| Dec 19 00:52:56.896 INFO STEP 786 (remove_files) COMPLETE
66852024-12-19T00:52:57.335Z[ recovery-image] Dec 19 00:52:56.896 INFO O| Dec 19 00:52:56.896 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-19T00:52:57.343Z[ recovery-image] Dec 19 00:52:56.906 INFO O| Dec 19 00:52:56.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66872024-12-19T00:52:57.343Z[ recovery-image] Dec 19 00:52:56.906 INFO O| Dec 19 00:52:56.906 INFO STEP 787 (remove_files) COMPLETE
66882024-12-19T00:52:57.343Z[ recovery-image] Dec 19 00:52:56.906 INFO O| Dec 19 00:52:56.906 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-19T00:52:57.353Z[ recovery-image] Dec 19 00:52:56.916 INFO O| Dec 19 00:52:56.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66902024-12-19T00:52:57.355Z[ recovery-image] Dec 19 00:52:56.916 INFO O| Dec 19 00:52:56.916 INFO STEP 788 (remove_files) COMPLETE
66912024-12-19T00:52:57.355Z[ recovery-image] Dec 19 00:52:56.916 INFO O| Dec 19 00:52:56.916 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-19T00:52:57.363Z[ recovery-image] Dec 19 00:52:56.926 INFO O| Dec 19 00:52:56.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66932024-12-19T00:52:57.363Z[ recovery-image] Dec 19 00:52:56.927 INFO O| Dec 19 00:52:56.927 INFO STEP 789 (remove_files) COMPLETE
66942024-12-19T00:52:57.366Z[ recovery-image] Dec 19 00:52:56.927 INFO O| Dec 19 00:52:56.927 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-19T00:52:57.373Z[ recovery-image] Dec 19 00:52:56.936 INFO O| Dec 19 00:52:56.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66962024-12-19T00:52:57.373Z[ recovery-image] Dec 19 00:52:56.936 INFO O| Dec 19 00:52:56.936 INFO STEP 790 (remove_files) COMPLETE
66972024-12-19T00:52:57.375Z[ recovery-image] Dec 19 00:52:56.937 INFO O| Dec 19 00:52:56.936 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-19T00:52:57.385Z[ recovery-image] Dec 19 00:52:56.948 INFO O| Dec 19 00:52:56.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66992024-12-19T00:52:57.385Z[ recovery-image] Dec 19 00:52:56.949 INFO O| Dec 19 00:52:56.949 INFO STEP 791 (remove_files) COMPLETE
67002024-12-19T00:52:57.385Z[ recovery-image] Dec 19 00:52:56.949 INFO O| Dec 19 00:52:56.949 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-19T00:52:57.397Z[ recovery-image] Dec 19 00:52:56.960 INFO O| Dec 19 00:52:56.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67022024-12-19T00:52:57.397Z[ recovery-image] Dec 19 00:52:56.960 INFO O| Dec 19 00:52:56.960 INFO STEP 792 (remove_files) COMPLETE
67032024-12-19T00:52:57.397Z[ recovery-image] Dec 19 00:52:56.960 INFO O| Dec 19 00:52:56.960 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-19T00:52:57.407Z[ recovery-image] Dec 19 00:52:56.971 INFO O| Dec 19 00:52:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67052024-12-19T00:52:57.407Z[ recovery-image] Dec 19 00:52:56.971 INFO O| Dec 19 00:52:56.971 INFO STEP 793 (remove_files) COMPLETE
67062024-12-19T00:52:57.410Z[ recovery-image] Dec 19 00:52:56.971 INFO O| Dec 19 00:52:56.971 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-19T00:52:57.418Z[ recovery-image] Dec 19 00:52:56.982 INFO O| Dec 19 00:52:56.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67082024-12-19T00:52:57.421Z[ recovery-image] Dec 19 00:52:56.982 INFO O| Dec 19 00:52:56.982 INFO STEP 794 (remove_files) COMPLETE
67092024-12-19T00:52:57.421Z[ recovery-image] Dec 19 00:52:56.982 INFO O| Dec 19 00:52:56.982 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-19T00:52:57.429Z[ recovery-image] Dec 19 00:52:56.992 INFO O| Dec 19 00:52:56.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67112024-12-19T00:52:57.429Z[ recovery-image] Dec 19 00:52:56.993 INFO O| Dec 19 00:52:56.993 INFO STEP 795 (remove_files) COMPLETE
67122024-12-19T00:52:57.431Z[ recovery-image] Dec 19 00:52:56.993 INFO O| Dec 19 00:52:56.993 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-19T00:52:57.440Z[ recovery-image] Dec 19 00:52:57.004 INFO O| Dec 19 00:52:57.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67142024-12-19T00:52:57.440Z[ recovery-image] Dec 19 00:52:57.004 INFO O| Dec 19 00:52:57.004 INFO STEP 796 (remove_files) COMPLETE
67152024-12-19T00:52:57.440Z[ recovery-image] Dec 19 00:52:57.004 INFO O| Dec 19 00:52:57.004 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-19T00:52:57.451Z[ recovery-image] Dec 19 00:52:57.015 INFO O| Dec 19 00:52:57.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67172024-12-19T00:52:57.451Z[ recovery-image] Dec 19 00:52:57.015 INFO O| Dec 19 00:52:57.015 INFO STEP 797 (remove_files) COMPLETE
67182024-12-19T00:52:57.451Z[ recovery-image] Dec 19 00:52:57.015 INFO O| Dec 19 00:52:57.015 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-19T00:52:57.462Z[ recovery-image] Dec 19 00:52:57.026 INFO O| Dec 19 00:52:57.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67202024-12-19T00:52:57.462Z[ recovery-image] Dec 19 00:52:57.026 INFO O| Dec 19 00:52:57.026 INFO STEP 798 (remove_files) COMPLETE
67212024-12-19T00:52:57.462Z[ recovery-image] Dec 19 00:52:57.026 INFO O| Dec 19 00:52:57.026 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-19T00:52:57.474Z[ recovery-image] Dec 19 00:52:57.038 INFO O| Dec 19 00:52:57.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67232024-12-19T00:52:57.474Z[ recovery-image] Dec 19 00:52:57.038 INFO O| Dec 19 00:52:57.038 INFO STEP 799 (remove_files) COMPLETE
67242024-12-19T00:52:57.474Z[ recovery-image] Dec 19 00:52:57.038 INFO O| Dec 19 00:52:57.038 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-19T00:52:57.486Z[ recovery-image] Dec 19 00:52:57.049 INFO O| Dec 19 00:52:57.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67262024-12-19T00:52:57.486Z[ recovery-image] Dec 19 00:52:57.049 INFO O| Dec 19 00:52:57.049 INFO STEP 800 (remove_files) COMPLETE
67272024-12-19T00:52:57.488Z[ recovery-image] Dec 19 00:52:57.049 INFO O| Dec 19 00:52:57.049 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-19T00:52:57.496Z[ recovery-image] Dec 19 00:52:57.060 INFO O| Dec 19 00:52:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67292024-12-19T00:52:57.498Z[ recovery-image] Dec 19 00:52:57.060 INFO O| Dec 19 00:52:57.060 INFO STEP 801 (remove_files) COMPLETE
67302024-12-19T00:52:57.499Z[ recovery-image] Dec 19 00:52:57.060 INFO O| Dec 19 00:52:57.060 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-19T00:52:57.506Z[ recovery-image] Dec 19 00:52:57.070 INFO O| Dec 19 00:52:57.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67322024-12-19T00:52:57.508Z[ recovery-image] Dec 19 00:52:57.070 INFO O| Dec 19 00:52:57.070 INFO STEP 802 (remove_files) COMPLETE
67332024-12-19T00:52:57.509Z[ recovery-image] Dec 19 00:52:57.070 INFO O| Dec 19 00:52:57.070 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-19T00:52:57.516Z[ recovery-image] Dec 19 00:52:57.079 INFO O| Dec 19 00:52:57.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67352024-12-19T00:52:57.516Z[ recovery-image] Dec 19 00:52:57.079 INFO O| Dec 19 00:52:57.079 INFO STEP 803 (remove_files) COMPLETE
67362024-12-19T00:52:57.518Z[ recovery-image] Dec 19 00:52:57.079 INFO O| Dec 19 00:52:57.079 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-19T00:52:57.525Z[ recovery-image] Dec 19 00:52:57.089 INFO O| Dec 19 00:52:57.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67382024-12-19T00:52:57.526Z[ recovery-image] Dec 19 00:52:57.089 INFO O| Dec 19 00:52:57.089 INFO STEP 804 (remove_files) COMPLETE
67392024-12-19T00:52:57.528Z[ recovery-image] Dec 19 00:52:57.089 INFO O| Dec 19 00:52:57.089 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-19T00:52:57.535Z[ recovery-image] Dec 19 00:52:57.099 INFO O| Dec 19 00:52:57.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67412024-12-19T00:52:57.535Z[ recovery-image] Dec 19 00:52:57.099 INFO O| Dec 19 00:52:57.099 INFO STEP 805 (remove_files) COMPLETE
67422024-12-19T00:52:57.535Z[ recovery-image] Dec 19 00:52:57.099 INFO O| Dec 19 00:52:57.099 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-19T00:52:57.547Z[ recovery-image] Dec 19 00:52:57.109 INFO O| Dec 19 00:52:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67442024-12-19T00:52:57.547Z[ recovery-image] Dec 19 00:52:57.109 INFO O| Dec 19 00:52:57.109 INFO STEP 806 (remove_files) COMPLETE
67452024-12-19T00:52:57.547Z[ recovery-image] Dec 19 00:52:57.109 INFO O| Dec 19 00:52:57.109 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-19T00:52:57.556Z[ recovery-image] Dec 19 00:52:57.120 INFO O| Dec 19 00:52:57.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67472024-12-19T00:52:57.556Z[ recovery-image] Dec 19 00:52:57.120 INFO O| Dec 19 00:52:57.120 INFO STEP 807 (remove_files) COMPLETE
67482024-12-19T00:52:57.559Z[ recovery-image] Dec 19 00:52:57.120 INFO O| Dec 19 00:52:57.120 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-19T00:52:57.567Z[ recovery-image] Dec 19 00:52:57.130 INFO O| Dec 19 00:52:57.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67502024-12-19T00:52:57.570Z[ recovery-image] Dec 19 00:52:57.130 INFO O| Dec 19 00:52:57.130 INFO STEP 808 (remove_files) COMPLETE
67512024-12-19T00:52:57.570Z[ recovery-image] Dec 19 00:52:57.130 INFO O| Dec 19 00:52:57.130 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-19T00:52:57.576Z[ recovery-image] Dec 19 00:52:57.140 INFO O| Dec 19 00:52:57.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67532024-12-19T00:52:57.579Z[ recovery-image] Dec 19 00:52:57.140 INFO O| Dec 19 00:52:57.140 INFO STEP 809 (remove_files) COMPLETE
67542024-12-19T00:52:57.579Z[ recovery-image] Dec 19 00:52:57.140 INFO O| Dec 19 00:52:57.140 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-19T00:52:57.586Z[ recovery-image] Dec 19 00:52:57.150 INFO O| Dec 19 00:52:57.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67562024-12-19T00:52:57.589Z[ recovery-image] Dec 19 00:52:57.150 INFO O| Dec 19 00:52:57.150 INFO STEP 810 (remove_files) COMPLETE
67572024-12-19T00:52:57.589Z[ recovery-image] Dec 19 00:52:57.150 INFO O| Dec 19 00:52:57.150 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-19T00:52:57.596Z[ recovery-image] Dec 19 00:52:57.159 INFO O| Dec 19 00:52:57.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67592024-12-19T00:52:57.598Z[ recovery-image] Dec 19 00:52:57.159 INFO O| Dec 19 00:52:57.159 INFO STEP 811 (remove_files) COMPLETE
67602024-12-19T00:52:57.598Z[ recovery-image] Dec 19 00:52:57.159 INFO O| Dec 19 00:52:57.159 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-19T00:52:57.605Z[ recovery-image] Dec 19 00:52:57.169 INFO O| Dec 19 00:52:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67622024-12-19T00:52:57.605Z[ recovery-image] Dec 19 00:52:57.169 INFO O| Dec 19 00:52:57.169 INFO STEP 812 (remove_files) COMPLETE
67632024-12-19T00:52:57.605Z[ recovery-image] Dec 19 00:52:57.169 INFO O| Dec 19 00:52:57.169 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-19T00:52:57.615Z[ recovery-image] Dec 19 00:52:57.179 INFO O| Dec 19 00:52:57.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67652024-12-19T00:52:57.615Z[ recovery-image] Dec 19 00:52:57.179 INFO O| Dec 19 00:52:57.179 INFO STEP 813 (remove_files) COMPLETE
67662024-12-19T00:52:57.615Z[ recovery-image] Dec 19 00:52:57.179 INFO O| Dec 19 00:52:57.179 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-19T00:52:57.625Z[ recovery-image] Dec 19 00:52:57.188 INFO O| Dec 19 00:52:57.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67682024-12-19T00:52:57.628Z[ recovery-image] Dec 19 00:52:57.189 INFO O| Dec 19 00:52:57.189 INFO STEP 814 (remove_files) COMPLETE
67692024-12-19T00:52:57.628Z[ recovery-image] Dec 19 00:52:57.189 INFO O| Dec 19 00:52:57.189 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-12-19T00:52:57.636Z[ recovery-image] Dec 19 00:52:57.200 INFO O| Dec 19 00:52:57.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67712024-12-19T00:52:57.639Z[ recovery-image] Dec 19 00:52:57.200 INFO O| Dec 19 00:52:57.200 INFO STEP 815 (remove_files) COMPLETE
67722024-12-19T00:52:57.639Z[ recovery-image] Dec 19 00:52:57.200 INFO O| Dec 19 00:52:57.200 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-12-19T00:52:57.646Z[ recovery-image] Dec 19 00:52:57.210 INFO O| Dec 19 00:52:57.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67742024-12-19T00:52:57.646Z[ recovery-image] Dec 19 00:52:57.210 INFO O| Dec 19 00:52:57.210 INFO STEP 816 (remove_files) COMPLETE
67752024-12-19T00:52:57.649Z[ recovery-image] Dec 19 00:52:57.210 INFO O| Dec 19 00:52:57.210 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-12-19T00:52:57.657Z[ recovery-image] Dec 19 00:52:57.221 INFO O| Dec 19 00:52:57.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67772024-12-19T00:52:57.660Z[ recovery-image] Dec 19 00:52:57.222 INFO O| Dec 19 00:52:57.221 INFO STEP 817 (remove_files) COMPLETE
67782024-12-19T00:52:57.660Z[ recovery-image] Dec 19 00:52:57.222 INFO O| Dec 19 00:52:57.222 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-19T00:52:57.668Z[ recovery-image] Dec 19 00:52:57.231 INFO O| Dec 19 00:52:57.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67802024-12-19T00:52:57.668Z[ recovery-image] Dec 19 00:52:57.232 INFO O| Dec 19 00:52:57.231 INFO STEP 818 (remove_files) COMPLETE
67812024-12-19T00:52:57.671Z[ recovery-image] Dec 19 00:52:57.232 INFO O| Dec 19 00:52:57.232 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-12-19T00:52:57.678Z[ recovery-image] Dec 19 00:52:57.241 INFO O| Dec 19 00:52:57.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67832024-12-19T00:52:57.679Z[ recovery-image] Dec 19 00:52:57.242 INFO O| Dec 19 00:52:57.241 INFO STEP 819 (remove_files) COMPLETE
67842024-12-19T00:52:57.681Z[ recovery-image] Dec 19 00:52:57.242 INFO O| Dec 19 00:52:57.241 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-12-19T00:52:57.688Z[ recovery-image] Dec 19 00:52:57.252 INFO O| Dec 19 00:52:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67862024-12-19T00:52:57.688Z[ recovery-image] Dec 19 00:52:57.252 INFO O| Dec 19 00:52:57.252 INFO STEP 820 (remove_files) COMPLETE
67872024-12-19T00:52:57.688Z[ recovery-image] Dec 19 00:52:57.252 INFO O| Dec 19 00:52:57.252 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-12-19T00:52:57.698Z[ recovery-image] Dec 19 00:52:57.261 INFO O| Dec 19 00:52:57.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67892024-12-19T00:52:57.698Z[ recovery-image] Dec 19 00:52:57.262 INFO O| Dec 19 00:52:57.262 INFO STEP 821 (remove_files) COMPLETE
67902024-12-19T00:52:57.698Z[ recovery-image] Dec 19 00:52:57.262 INFO O| Dec 19 00:52:57.262 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-12-19T00:52:57.709Z[ recovery-image] Dec 19 00:52:57.271 INFO O| Dec 19 00:52:57.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67922024-12-19T00:52:57.712Z[ recovery-image] Dec 19 00:52:57.272 INFO O| Dec 19 00:52:57.272 INFO STEP 822 (remove_files) COMPLETE
67932024-12-19T00:52:57.712Z[ recovery-image] Dec 19 00:52:57.272 INFO O| Dec 19 00:52:57.272 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-12-19T00:52:57.718Z[ recovery-image] Dec 19 00:52:57.281 INFO O| Dec 19 00:52:57.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67952024-12-19T00:52:57.718Z[ recovery-image] Dec 19 00:52:57.281 INFO O| Dec 19 00:52:57.281 INFO STEP 823 (remove_files) COMPLETE
67962024-12-19T00:52:57.718Z[ recovery-image] Dec 19 00:52:57.281 INFO O| Dec 19 00:52:57.281 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-19T00:52:57.728Z[ recovery-image] Dec 19 00:52:57.292 INFO O| Dec 19 00:52:57.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67982024-12-19T00:52:57.728Z[ recovery-image] Dec 19 00:52:57.292 INFO O| Dec 19 00:52:57.292 INFO STEP 824 (remove_files) COMPLETE
67992024-12-19T00:52:57.728Z[ recovery-image] Dec 19 00:52:57.292 INFO O| Dec 19 00:52:57.292 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-19T00:52:57.738Z[ recovery-image] Dec 19 00:52:57.302 INFO O| Dec 19 00:52:57.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68012024-12-19T00:52:57.738Z[ recovery-image] Dec 19 00:52:57.302 INFO O| Dec 19 00:52:57.302 INFO STEP 825 (remove_files) COMPLETE
68022024-12-19T00:52:57.741Z[ recovery-image] Dec 19 00:52:57.302 INFO O| Dec 19 00:52:57.302 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-19T00:52:57.749Z[ recovery-image] Dec 19 00:52:57.313 INFO O| Dec 19 00:52:57.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68042024-12-19T00:52:57.749Z[ recovery-image] Dec 19 00:52:57.313 INFO O| Dec 19 00:52:57.313 INFO STEP 826 (remove_files) COMPLETE
68052024-12-19T00:52:57.752Z[ recovery-image] Dec 19 00:52:57.313 INFO O| Dec 19 00:52:57.313 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-19T00:52:57.760Z[ recovery-image] Dec 19 00:52:57.324 INFO O| Dec 19 00:52:57.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68072024-12-19T00:52:57.760Z[ recovery-image] Dec 19 00:52:57.324 INFO O| Dec 19 00:52:57.324 INFO STEP 827 (remove_files) COMPLETE
68082024-12-19T00:52:57.763Z[ recovery-image] Dec 19 00:52:57.324 INFO O| Dec 19 00:52:57.324 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-19T00:52:57.772Z[ recovery-image] Dec 19 00:52:57.335 INFO O| Dec 19 00:52:57.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68102024-12-19T00:52:57.772Z[ recovery-image] Dec 19 00:52:57.335 INFO O| Dec 19 00:52:57.335 INFO STEP 828 (remove_files) COMPLETE
68112024-12-19T00:52:57.774Z[ recovery-image] Dec 19 00:52:57.335 INFO O| Dec 19 00:52:57.335 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-19T00:52:57.783Z[ recovery-image] Dec 19 00:52:57.346 INFO O| Dec 19 00:52:57.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68132024-12-19T00:52:57.783Z[ recovery-image] Dec 19 00:52:57.346 INFO O| Dec 19 00:52:57.346 INFO STEP 829 (remove_files) COMPLETE
68142024-12-19T00:52:57.783Z[ recovery-image] Dec 19 00:52:57.346 INFO O| Dec 19 00:52:57.346 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-19T00:52:57.794Z[ recovery-image] Dec 19 00:52:57.357 INFO O| Dec 19 00:52:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68162024-12-19T00:52:57.794Z[ recovery-image] Dec 19 00:52:57.357 INFO O| Dec 19 00:52:57.357 INFO STEP 830 (remove_files) COMPLETE
68172024-12-19T00:52:57.794Z[ recovery-image] Dec 19 00:52:57.357 INFO O| Dec 19 00:52:57.357 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-19T00:52:57.804Z[ recovery-image] Dec 19 00:52:57.368 INFO O| Dec 19 00:52:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68192024-12-19T00:52:57.804Z[ recovery-image] Dec 19 00:52:57.368 INFO O| Dec 19 00:52:57.368 INFO STEP 831 (remove_files) COMPLETE
68202024-12-19T00:52:57.804Z[ recovery-image] Dec 19 00:52:57.368 INFO O| Dec 19 00:52:57.368 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-19T00:52:57.815Z[ recovery-image] Dec 19 00:52:57.379 INFO O| Dec 19 00:52:57.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68222024-12-19T00:52:57.815Z[ recovery-image] Dec 19 00:52:57.379 INFO O| Dec 19 00:52:57.379 INFO STEP 832 (remove_files) COMPLETE
68232024-12-19T00:52:57.819Z[ recovery-image] Dec 19 00:52:57.379 INFO O| Dec 19 00:52:57.379 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-19T00:52:57.827Z[ recovery-image] Dec 19 00:52:57.390 INFO O| Dec 19 00:52:57.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68252024-12-19T00:52:57.838Z[ recovery-image] Dec 19 00:52:57.391 INFO O| Dec 19 00:52:57.391 INFO STEP 833 (remove_files) COMPLETE
68262024-12-19T00:52:57.838Z[ recovery-image] Dec 19 00:52:57.391 INFO O| Dec 19 00:52:57.391 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-19T00:52:57.842Z[ recovery-image] Dec 19 00:52:57.403 INFO O| Dec 19 00:52:57.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68282024-12-19T00:52:57.842Z[ recovery-image] Dec 19 00:52:57.403 INFO O| Dec 19 00:52:57.403 INFO STEP 834 (remove_files) COMPLETE
68292024-12-19T00:52:57.842Z[ recovery-image] Dec 19 00:52:57.403 INFO O| Dec 19 00:52:57.403 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-19T00:52:57.851Z[ recovery-image] Dec 19 00:52:57.414 INFO O| Dec 19 00:52:57.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68312024-12-19T00:52:57.851Z[ recovery-image] Dec 19 00:52:57.415 INFO O| Dec 19 00:52:57.415 INFO STEP 835 (remove_files) COMPLETE
68322024-12-19T00:52:57.854Z[ recovery-image] Dec 19 00:52:57.415 INFO O| Dec 19 00:52:57.415 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-19T00:52:57.862Z[ recovery-image] Dec 19 00:52:57.426 INFO O| Dec 19 00:52:57.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68342024-12-19T00:52:57.862Z[ recovery-image] Dec 19 00:52:57.426 INFO O| Dec 19 00:52:57.426 INFO STEP 836 (remove_files) COMPLETE
68352024-12-19T00:52:57.862Z[ recovery-image] Dec 19 00:52:57.426 INFO O| Dec 19 00:52:57.426 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-19T00:52:57.873Z[ recovery-image] Dec 19 00:52:57.437 INFO O| Dec 19 00:52:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68372024-12-19T00:52:57.876Z[ recovery-image] Dec 19 00:52:57.437 INFO O| Dec 19 00:52:57.437 INFO STEP 837 (remove_files) COMPLETE
68382024-12-19T00:52:57.876Z[ recovery-image] Dec 19 00:52:57.437 INFO O| Dec 19 00:52:57.437 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-19T00:52:57.884Z[ recovery-image] Dec 19 00:52:57.448 INFO O| Dec 19 00:52:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68402024-12-19T00:52:57.884Z[ recovery-image] Dec 19 00:52:57.448 INFO O| Dec 19 00:52:57.448 INFO STEP 838 (remove_files) COMPLETE
68412024-12-19T00:52:57.884Z[ recovery-image] Dec 19 00:52:57.448 INFO O| Dec 19 00:52:57.448 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-19T00:52:57.894Z[ recovery-image] Dec 19 00:52:57.458 INFO O| Dec 19 00:52:57.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68432024-12-19T00:52:57.894Z[ recovery-image] Dec 19 00:52:57.458 INFO O| Dec 19 00:52:57.458 INFO STEP 839 (remove_files) COMPLETE
68442024-12-19T00:52:57.897Z[ recovery-image] Dec 19 00:52:57.458 INFO O| Dec 19 00:52:57.458 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-19T00:52:57.906Z[ recovery-image] Dec 19 00:52:57.469 INFO O| Dec 19 00:52:57.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68462024-12-19T00:52:57.906Z[ recovery-image] Dec 19 00:52:57.469 INFO O| Dec 19 00:52:57.469 INFO STEP 840 (remove_files) COMPLETE
68472024-12-19T00:52:57.908Z[ recovery-image] Dec 19 00:52:57.469 INFO O| Dec 19 00:52:57.469 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-19T00:52:57.916Z[ recovery-image] Dec 19 00:52:57.480 INFO O| Dec 19 00:52:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68492024-12-19T00:52:57.917Z[ recovery-image] Dec 19 00:52:57.480 INFO O| Dec 19 00:52:57.480 INFO STEP 841 (remove_files) COMPLETE
68502024-12-19T00:52:57.917Z[ recovery-image] Dec 19 00:52:57.480 INFO O| Dec 19 00:52:57.480 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-12-19T00:52:57.926Z[ recovery-image] Dec 19 00:52:57.490 INFO O| Dec 19 00:52:57.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68522024-12-19T00:52:57.929Z[ recovery-image] Dec 19 00:52:57.490 INFO O| Dec 19 00:52:57.490 INFO STEP 842 (remove_files) COMPLETE
68532024-12-19T00:52:57.929Z[ recovery-image] Dec 19 00:52:57.490 INFO O| Dec 19 00:52:57.490 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-19T00:52:57.937Z[ recovery-image] Dec 19 00:52:57.501 INFO O| Dec 19 00:52:57.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68552024-12-19T00:52:57.940Z[ recovery-image] Dec 19 00:52:57.501 INFO O| Dec 19 00:52:57.501 INFO STEP 843 (remove_files) COMPLETE
68562024-12-19T00:52:57.940Z[ recovery-image] Dec 19 00:52:57.501 INFO O| Dec 19 00:52:57.501 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-19T00:52:57.950Z[ recovery-image] Dec 19 00:52:57.513 INFO O| Dec 19 00:52:57.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68582024-12-19T00:52:57.950Z[ recovery-image] Dec 19 00:52:57.513 INFO O| Dec 19 00:52:57.513 INFO STEP 844 (remove_files) COMPLETE
68592024-12-19T00:52:57.950Z[ recovery-image] Dec 19 00:52:57.513 INFO O| Dec 19 00:52:57.513 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-12-19T00:52:57.960Z[ recovery-image] Dec 19 00:52:57.524 INFO O| Dec 19 00:52:57.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68612024-12-19T00:52:57.960Z[ recovery-image] Dec 19 00:52:57.524 INFO O| Dec 19 00:52:57.524 INFO STEP 845 (remove_files) COMPLETE
68622024-12-19T00:52:57.962Z[ recovery-image] Dec 19 00:52:57.524 INFO O| Dec 19 00:52:57.524 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-12-19T00:52:57.971Z[ recovery-image] Dec 19 00:52:57.534 INFO O| Dec 19 00:52:57.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68642024-12-19T00:52:57.971Z[ recovery-image] Dec 19 00:52:57.534 INFO O| Dec 19 00:52:57.534 INFO STEP 846 (remove_files) COMPLETE
68652024-12-19T00:52:57.973Z[ recovery-image] Dec 19 00:52:57.534 INFO O| Dec 19 00:52:57.534 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-12-19T00:52:57.982Z[ recovery-image] Dec 19 00:52:57.545 INFO O| Dec 19 00:52:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68672024-12-19T00:52:57.982Z[ recovery-image] Dec 19 00:52:57.545 INFO O| Dec 19 00:52:57.545 INFO STEP 847 (remove_files) COMPLETE
68682024-12-19T00:52:57.985Z[ recovery-image] Dec 19 00:52:57.545 INFO O| Dec 19 00:52:57.545 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-12-19T00:52:57.993Z[ recovery-image] Dec 19 00:52:57.556 INFO O| Dec 19 00:52:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68702024-12-19T00:52:57.995Z[ recovery-image] Dec 19 00:52:57.557 INFO O| Dec 19 00:52:57.556 INFO STEP 848 (remove_files) COMPLETE
68712024-12-19T00:52:57.995Z[ recovery-image] Dec 19 00:52:57.557 INFO O| Dec 19 00:52:57.557 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-19T00:52:58.003Z[ recovery-image] Dec 19 00:52:57.567 INFO O| Dec 19 00:52:57.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68732024-12-19T00:52:58.006Z[ recovery-image] Dec 19 00:52:57.567 INFO O| Dec 19 00:52:57.567 INFO STEP 849 (remove_files) COMPLETE
68742024-12-19T00:52:58.006Z[ recovery-image] Dec 19 00:52:57.567 INFO O| Dec 19 00:52:57.567 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-19T00:52:58.015Z[ recovery-image] Dec 19 00:52:57.578 INFO O| Dec 19 00:52:57.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68762024-12-19T00:52:58.017Z[ recovery-image] Dec 19 00:52:57.578 INFO O| Dec 19 00:52:57.578 INFO STEP 850 (remove_files) COMPLETE
68772024-12-19T00:52:58.017Z[ recovery-image] Dec 19 00:52:57.578 INFO O| Dec 19 00:52:57.578 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-19T00:52:58.028Z[ recovery-image] Dec 19 00:52:57.591 INFO O| Dec 19 00:52:57.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68792024-12-19T00:52:58.030Z[ recovery-image] Dec 19 00:52:57.592 INFO O| Dec 19 00:52:57.592 INFO STEP 851 (remove_files) COMPLETE
68802024-12-19T00:52:58.030Z[ recovery-image] Dec 19 00:52:57.592 INFO O| Dec 19 00:52:57.592 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-19T00:52:58.046Z[ recovery-image] Dec 19 00:52:57.608 INFO O| Dec 19 00:52:57.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68822024-12-19T00:52:58.046Z[ recovery-image] Dec 19 00:52:57.609 INFO O| Dec 19 00:52:57.609 INFO STEP 852 (remove_files) COMPLETE
68832024-12-19T00:52:58.050Z[ recovery-image] Dec 19 00:52:57.609 INFO O| Dec 19 00:52:57.609 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-19T00:52:58.062Z[ recovery-image] Dec 19 00:52:57.625 INFO O| Dec 19 00:52:57.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68852024-12-19T00:52:58.062Z[ recovery-image] Dec 19 00:52:57.625 INFO O| Dec 19 00:52:57.625 INFO STEP 853 (remove_files) COMPLETE
68862024-12-19T00:52:58.062Z[ recovery-image] Dec 19 00:52:57.625 INFO O| Dec 19 00:52:57.625 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-19T00:52:58.073Z[ recovery-image] Dec 19 00:52:57.637 INFO O| Dec 19 00:52:57.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68882024-12-19T00:52:58.076Z[ recovery-image] Dec 19 00:52:57.637 INFO O| Dec 19 00:52:57.637 INFO STEP 854 (remove_files) COMPLETE
68892024-12-19T00:52:58.076Z[ recovery-image] Dec 19 00:52:57.637 INFO O| Dec 19 00:52:57.637 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-19T00:52:58.084Z[ recovery-image] Dec 19 00:52:57.647 INFO O| Dec 19 00:52:57.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68912024-12-19T00:52:58.087Z[ recovery-image] Dec 19 00:52:57.647 INFO O| Dec 19 00:52:57.647 INFO STEP 855 (remove_files) COMPLETE
68922024-12-19T00:52:58.087Z[ recovery-image] Dec 19 00:52:57.647 INFO O| Dec 19 00:52:57.647 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-19T00:52:58.095Z[ recovery-image] Dec 19 00:52:57.658 INFO O| Dec 19 00:52:57.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68942024-12-19T00:52:58.095Z[ recovery-image] Dec 19 00:52:57.658 INFO O| Dec 19 00:52:57.658 INFO STEP 856 (remove_files) COMPLETE
68952024-12-19T00:52:58.097Z[ recovery-image] Dec 19 00:52:57.658 INFO O| Dec 19 00:52:57.658 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-19T00:52:58.105Z[ recovery-image] Dec 19 00:52:57.668 INFO O| Dec 19 00:52:57.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68972024-12-19T00:52:58.107Z[ recovery-image] Dec 19 00:52:57.668 INFO O| Dec 19 00:52:57.668 INFO STEP 857 (remove_files) COMPLETE
68982024-12-19T00:52:58.107Z[ recovery-image] Dec 19 00:52:57.668 INFO O| Dec 19 00:52:57.668 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-19T00:52:58.115Z[ recovery-image] Dec 19 00:52:57.678 INFO O| Dec 19 00:52:57.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69002024-12-19T00:52:58.115Z[ recovery-image] Dec 19 00:52:57.678 INFO O| Dec 19 00:52:57.678 INFO STEP 858 (remove_files) COMPLETE
69012024-12-19T00:52:58.117Z[ recovery-image] Dec 19 00:52:57.678 INFO O| Dec 19 00:52:57.678 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-19T00:52:58.124Z[ recovery-image] Dec 19 00:52:57.688 INFO O| Dec 19 00:52:57.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69032024-12-19T00:52:58.124Z[ recovery-image] Dec 19 00:52:57.688 INFO O| Dec 19 00:52:57.688 INFO STEP 859 (remove_files) COMPLETE
69042024-12-19T00:52:58.124Z[ recovery-image] Dec 19 00:52:57.688 INFO O| Dec 19 00:52:57.688 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-19T00:52:58.134Z[ recovery-image] Dec 19 00:52:57.698 INFO O| Dec 19 00:52:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69062024-12-19T00:52:58.134Z[ recovery-image] Dec 19 00:52:57.698 INFO O| Dec 19 00:52:57.698 INFO STEP 860 (remove_files) COMPLETE
69072024-12-19T00:52:58.134Z[ recovery-image] Dec 19 00:52:57.698 INFO O| Dec 19 00:52:57.698 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-19T00:52:58.144Z[ recovery-image] Dec 19 00:52:57.707 INFO O| Dec 19 00:52:57.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69092024-12-19T00:52:58.146Z[ recovery-image] Dec 19 00:52:57.707 INFO O| Dec 19 00:52:57.707 INFO STEP 861 (remove_files) COMPLETE
69102024-12-19T00:52:58.146Z[ recovery-image] Dec 19 00:52:57.707 INFO O| Dec 19 00:52:57.707 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-19T00:52:58.153Z[ recovery-image] Dec 19 00:52:57.717 INFO O| Dec 19 00:52:57.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69122024-12-19T00:52:58.156Z[ recovery-image] Dec 19 00:52:57.717 INFO O| Dec 19 00:52:57.717 INFO STEP 862 (remove_files) COMPLETE
69132024-12-19T00:52:58.156Z[ recovery-image] Dec 19 00:52:57.717 INFO O| Dec 19 00:52:57.717 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-19T00:52:58.164Z[ recovery-image] Dec 19 00:52:57.727 INFO O| Dec 19 00:52:57.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69152024-12-19T00:52:58.164Z[ recovery-image] Dec 19 00:52:57.727 INFO O| Dec 19 00:52:57.727 INFO STEP 863 (remove_files) COMPLETE
69162024-12-19T00:52:58.167Z[ recovery-image] Dec 19 00:52:57.727 INFO O| Dec 19 00:52:57.727 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-19T00:52:58.176Z[ recovery-image] Dec 19 00:52:57.740 INFO O| Dec 19 00:52:57.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69182024-12-19T00:52:58.176Z[ recovery-image] Dec 19 00:52:57.740 INFO O| Dec 19 00:52:57.740 INFO STEP 864 (remove_files) COMPLETE
69192024-12-19T00:52:58.176Z[ recovery-image] Dec 19 00:52:57.740 INFO O| Dec 19 00:52:57.740 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-19T00:52:58.188Z[ recovery-image] Dec 19 00:52:57.751 INFO O| Dec 19 00:52:57.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69212024-12-19T00:52:58.188Z[ recovery-image] Dec 19 00:52:57.751 INFO O| Dec 19 00:52:57.751 INFO STEP 865 (remove_files) COMPLETE
69222024-12-19T00:52:58.190Z[ recovery-image] Dec 19 00:52:57.751 INFO O| Dec 19 00:52:57.751 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-19T00:52:58.199Z[ recovery-image] Dec 19 00:52:57.762 INFO O| Dec 19 00:52:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69242024-12-19T00:52:58.199Z[ recovery-image] Dec 19 00:52:57.762 INFO O| Dec 19 00:52:57.762 INFO STEP 866 (remove_files) COMPLETE
69252024-12-19T00:52:58.199Z[ recovery-image] Dec 19 00:52:57.762 INFO O| Dec 19 00:52:57.762 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-19T00:52:58.210Z[ recovery-image] Dec 19 00:52:57.773 INFO O| Dec 19 00:52:57.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69272024-12-19T00:52:58.213Z[ recovery-image] Dec 19 00:52:57.774 INFO O| Dec 19 00:52:57.773 INFO STEP 867 (remove_files) COMPLETE
69282024-12-19T00:52:58.213Z[ recovery-image] Dec 19 00:52:57.774 INFO O| Dec 19 00:52:57.774 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-19T00:52:58.220Z[ recovery-image] Dec 19 00:52:57.784 INFO O| Dec 19 00:52:57.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69302024-12-19T00:52:58.220Z[ recovery-image] Dec 19 00:52:57.784 INFO O| Dec 19 00:52:57.784 INFO STEP 868 (remove_files) COMPLETE
69312024-12-19T00:52:58.223Z[ recovery-image] Dec 19 00:52:57.784 INFO O| Dec 19 00:52:57.784 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-19T00:52:58.230Z[ recovery-image] Dec 19 00:52:57.794 INFO O| Dec 19 00:52:57.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69332024-12-19T00:52:58.233Z[ recovery-image] Dec 19 00:52:57.794 INFO O| Dec 19 00:52:57.794 INFO STEP 869 (remove_files) COMPLETE
69342024-12-19T00:52:58.233Z[ recovery-image] Dec 19 00:52:57.794 INFO O| Dec 19 00:52:57.794 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-19T00:52:58.233Z[ host-image] Dec 19 00:52:57.795 INFO O| Dec 19 00:52:57.795 INFO O| Planning: Solver setup ... Done
69362024-12-19T00:52:58.236Z[ host-image] Dec 19 00:52:57.799 INFO O| Dec 19 00:52:57.799 INFO O| Planning: Running solver ... Done
69372024-12-19T00:52:58.241Z[ recovery-image] Dec 19 00:52:57.804 INFO O| Dec 19 00:52:57.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69382024-12-19T00:52:58.241Z[ recovery-image] Dec 19 00:52:57.804 INFO O| Dec 19 00:52:57.804 INFO STEP 870 (remove_files) COMPLETE
69392024-12-19T00:52:58.241Z[ recovery-image] Dec 19 00:52:57.804 INFO O| Dec 19 00:52:57.804 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-19T00:52:58.251Z[ recovery-image] Dec 19 00:52:57.814 INFO O| Dec 19 00:52:57.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69412024-12-19T00:52:58.251Z[ recovery-image] Dec 19 00:52:57.814 INFO O| Dec 19 00:52:57.814 INFO STEP 871 (remove_files) COMPLETE
69422024-12-19T00:52:58.251Z[ recovery-image] Dec 19 00:52:57.814 INFO O| Dec 19 00:52:57.814 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-19T00:52:58.261Z[ recovery-image] Dec 19 00:52:57.825 INFO O| Dec 19 00:52:57.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69442024-12-19T00:52:58.264Z[ recovery-image] Dec 19 00:52:57.825 INFO O| Dec 19 00:52:57.825 INFO STEP 872 (remove_files) COMPLETE
69452024-12-19T00:52:58.264Z[ recovery-image] Dec 19 00:52:57.825 INFO O| Dec 19 00:52:57.825 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-19T00:52:58.272Z[ recovery-image] Dec 19 00:52:57.835 INFO O| Dec 19 00:52:57.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69472024-12-19T00:52:58.272Z[ recovery-image] Dec 19 00:52:57.835 INFO O| Dec 19 00:52:57.835 INFO STEP 873 (remove_files) COMPLETE
69482024-12-19T00:52:58.274Z[ recovery-image] Dec 19 00:52:57.835 INFO O| Dec 19 00:52:57.835 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-19T00:52:58.282Z[ recovery-image] Dec 19 00:52:57.845 INFO O| Dec 19 00:52:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69502024-12-19T00:52:58.282Z[ recovery-image] Dec 19 00:52:57.845 INFO O| Dec 19 00:52:57.845 INFO STEP 874 (remove_files) COMPLETE
69512024-12-19T00:52:58.284Z[ recovery-image] Dec 19 00:52:57.846 INFO O| Dec 19 00:52:57.845 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-19T00:52:58.292Z[ recovery-image] Dec 19 00:52:57.856 INFO O| Dec 19 00:52:57.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69532024-12-19T00:52:58.292Z[ recovery-image] Dec 19 00:52:57.856 INFO O| Dec 19 00:52:57.856 INFO STEP 875 (remove_files) COMPLETE
69542024-12-19T00:52:58.292Z[ recovery-image] Dec 19 00:52:57.856 INFO O| Dec 19 00:52:57.856 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-19T00:52:58.300Z[ host-image] Dec 19 00:52:57.864 INFO O| Dec 19 00:52:57.863 INFO O| Planning: Finding local manifests ... Done
69562024-12-19T00:52:58.303Z[ host-image] Dec 19 00:52:57.864 INFO O| Dec 19 00:52:57.864 INFO O| Planning: Fetching manifests: 0/1 0% complete
69572024-12-19T00:52:58.303Z[ recovery-image] Dec 19 00:52:57.866 INFO O| Dec 19 00:52:57.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69582024-12-19T00:52:58.303Z[ recovery-image] Dec 19 00:52:57.866 INFO O| Dec 19 00:52:57.866 INFO STEP 876 (remove_files) COMPLETE
69592024-12-19T00:52:58.303Z[ recovery-image] Dec 19 00:52:57.866 INFO O| Dec 19 00:52:57.866 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-19T00:52:58.313Z[ recovery-image] Dec 19 00:52:57.877 INFO O| Dec 19 00:52:57.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69612024-12-19T00:52:58.313Z[ recovery-image] Dec 19 00:52:57.877 INFO O| Dec 19 00:52:57.877 INFO STEP 877 (remove_files) COMPLETE
69622024-12-19T00:52:58.313Z[ recovery-image] Dec 19 00:52:57.877 INFO O| Dec 19 00:52:57.877 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-19T00:52:58.323Z[ recovery-image] Dec 19 00:52:57.887 INFO O| Dec 19 00:52:57.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69642024-12-19T00:52:58.323Z[ recovery-image] Dec 19 00:52:57.887 INFO O| Dec 19 00:52:57.887 INFO STEP 878 (remove_files) COMPLETE
69652024-12-19T00:52:58.323Z[ recovery-image] Dec 19 00:52:57.887 INFO O| Dec 19 00:52:57.887 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-19T00:52:58.334Z[ recovery-image] Dec 19 00:52:57.897 INFO O| Dec 19 00:52:57.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69672024-12-19T00:52:58.334Z[ recovery-image] Dec 19 00:52:57.897 INFO O| Dec 19 00:52:57.897 INFO STEP 879 (remove_files) COMPLETE
69682024-12-19T00:52:58.336Z[ recovery-image] Dec 19 00:52:57.897 INFO O| Dec 19 00:52:57.897 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-19T00:52:58.343Z[ recovery-image] Dec 19 00:52:57.907 INFO O| Dec 19 00:52:57.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69702024-12-19T00:52:58.344Z[ recovery-image] Dec 19 00:52:57.907 INFO O| Dec 19 00:52:57.907 INFO STEP 880 (remove_files) COMPLETE
69712024-12-19T00:52:58.346Z[ recovery-image] Dec 19 00:52:57.907 INFO O| Dec 19 00:52:57.907 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-19T00:52:58.353Z[ recovery-image] Dec 19 00:52:57.917 INFO O| Dec 19 00:52:57.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69732024-12-19T00:52:58.353Z[ recovery-image] Dec 19 00:52:57.917 INFO O| Dec 19 00:52:57.917 INFO STEP 881 (remove_files) COMPLETE
69742024-12-19T00:52:58.356Z[ recovery-image] Dec 19 00:52:57.917 INFO O| Dec 19 00:52:57.917 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-19T00:52:58.363Z[ recovery-image] Dec 19 00:52:57.927 INFO O| Dec 19 00:52:57.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69762024-12-19T00:52:58.363Z[ recovery-image] Dec 19 00:52:57.927 INFO O| Dec 19 00:52:57.927 INFO STEP 882 (remove_files) COMPLETE
69772024-12-19T00:52:58.366Z[ recovery-image] Dec 19 00:52:57.927 INFO O| Dec 19 00:52:57.927 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-19T00:52:58.373Z[ recovery-image] Dec 19 00:52:57.937 INFO O| Dec 19 00:52:57.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69792024-12-19T00:52:58.375Z[ recovery-image] Dec 19 00:52:57.937 INFO O| Dec 19 00:52:57.937 INFO STEP 883 (remove_files) COMPLETE
69802024-12-19T00:52:58.375Z[ recovery-image] Dec 19 00:52:57.937 INFO O| Dec 19 00:52:57.937 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-19T00:52:58.383Z[ recovery-image] Dec 19 00:52:57.947 INFO O| Dec 19 00:52:57.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69822024-12-19T00:52:58.383Z[ recovery-image] Dec 19 00:52:57.947 INFO O| Dec 19 00:52:57.947 INFO STEP 884 (remove_files) COMPLETE
69832024-12-19T00:52:58.383Z[ recovery-image] Dec 19 00:52:57.947 INFO O| Dec 19 00:52:57.947 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-19T00:52:58.393Z[ recovery-image] Dec 19 00:52:57.956 INFO O| Dec 19 00:52:57.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69852024-12-19T00:52:58.393Z[ recovery-image] Dec 19 00:52:57.956 INFO O| Dec 19 00:52:57.956 INFO STEP 885 (remove_files) COMPLETE
69862024-12-19T00:52:58.395Z[ recovery-image] Dec 19 00:52:57.956 INFO O| Dec 19 00:52:57.956 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-19T00:52:58.397Z[ host-image] Dec 19 00:52:57.959 INFO O| Dec 19 00:52:57.959 INFO O| Planning: Fetching manifests: 1/1 100% complete
69882024-12-19T00:52:58.402Z[ recovery-image] Dec 19 00:52:57.966 INFO O| Dec 19 00:52:57.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69892024-12-19T00:52:58.405Z[ recovery-image] Dec 19 00:52:57.966 INFO O| Dec 19 00:52:57.966 INFO STEP 886 (remove_files) COMPLETE
69902024-12-19T00:52:58.405Z[ recovery-image] Dec 19 00:52:57.966 INFO O| Dec 19 00:52:57.966 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-19T00:52:58.413Z[ recovery-image] Dec 19 00:52:57.976 INFO O| Dec 19 00:52:57.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69922024-12-19T00:52:58.416Z[ recovery-image] Dec 19 00:52:57.977 INFO O| Dec 19 00:52:57.977 INFO STEP 887 (remove_files) COMPLETE
69932024-12-19T00:52:58.416Z[ recovery-image] Dec 19 00:52:57.977 INFO O| Dec 19 00:52:57.977 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-19T00:52:58.416Z[ host-image] Dec 19 00:52:57.977 INFO O| Dec 19 00:52:57.977 INFO O| Planning: Package planning ... Done
69952024-12-19T00:52:58.416Z[ host-image] Dec 19 00:52:57.978 INFO O| Dec 19 00:52:57.978 INFO O| Planning: Merging actions ... Done
69962024-12-19T00:52:58.423Z[ recovery-image] Dec 19 00:52:57.986 INFO O| Dec 19 00:52:57.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69972024-12-19T00:52:58.423Z[ recovery-image] Dec 19 00:52:57.987 INFO O| Dec 19 00:52:57.987 INFO STEP 888 (remove_files) COMPLETE
69982024-12-19T00:52:58.425Z[ recovery-image] Dec 19 00:52:57.987 INFO O| Dec 19 00:52:57.987 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-19T00:52:58.433Z[ recovery-image] Dec 19 00:52:57.997 INFO O| Dec 19 00:52:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70002024-12-19T00:52:58.433Z[ recovery-image] Dec 19 00:52:57.997 INFO O| Dec 19 00:52:57.997 INFO STEP 889 (remove_files) COMPLETE
70012024-12-19T00:52:58.433Z[ recovery-image] Dec 19 00:52:57.997 INFO O| Dec 19 00:52:57.997 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-12-19T00:52:58.444Z[ recovery-image] Dec 19 00:52:58.007 INFO O| Dec 19 00:52:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70032024-12-19T00:52:58.444Z[ recovery-image] Dec 19 00:52:58.007 INFO O| Dec 19 00:52:58.007 INFO STEP 890 (remove_files) COMPLETE
70042024-12-19T00:52:58.444Z[ recovery-image] Dec 19 00:52:58.007 INFO O| Dec 19 00:52:58.007 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-12-19T00:52:58.454Z[ recovery-image] Dec 19 00:52:58.018 INFO O| Dec 19 00:52:58.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70062024-12-19T00:52:58.454Z[ recovery-image] Dec 19 00:52:58.018 INFO O| Dec 19 00:52:58.018 INFO STEP 891 (remove_files) COMPLETE
70072024-12-19T00:52:58.456Z[ recovery-image] Dec 19 00:52:58.018 INFO O| Dec 19 00:52:58.018 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-12-19T00:52:58.465Z[ recovery-image] Dec 19 00:52:58.028 INFO O| Dec 19 00:52:58.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70092024-12-19T00:52:58.465Z[ recovery-image] Dec 19 00:52:58.028 INFO O| Dec 19 00:52:58.028 INFO STEP 892 (remove_files) COMPLETE
70102024-12-19T00:52:58.465Z[ recovery-image] Dec 19 00:52:58.028 INFO O| Dec 19 00:52:58.028 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-19T00:52:58.473Z[ host-image] Dec 19 00:52:58.037 INFO O| Dec 19 00:52:58.037 INFO O| Planning: Checking for conflicting actions ... Done
70122024-12-19T00:52:58.476Z[ host-image] Dec 19 00:52:58.037 INFO O| Dec 19 00:52:58.037 INFO O| Planning: Consolidating action changes ... Done
70132024-12-19T00:52:58.476Z[ recovery-image] Dec 19 00:52:58.038 INFO O| Dec 19 00:52:58.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70142024-12-19T00:52:58.476Z[ recovery-image] Dec 19 00:52:58.038 INFO O| Dec 19 00:52:58.038 INFO STEP 893 (remove_files) COMPLETE
70152024-12-19T00:52:58.476Z[ recovery-image] Dec 19 00:52:58.038 INFO O| Dec 19 00:52:58.038 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-19T00:52:58.484Z[ recovery-image] Dec 19 00:52:58.047 INFO O| Dec 19 00:52:58.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70172024-12-19T00:52:58.484Z[ recovery-image] Dec 19 00:52:58.048 INFO O| Dec 19 00:52:58.048 INFO STEP 894 (remove_files) COMPLETE
70182024-12-19T00:52:58.486Z[ recovery-image] Dec 19 00:52:58.048 INFO O| Dec 19 00:52:58.048 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-19T00:52:58.494Z[ recovery-image] Dec 19 00:52:58.057 INFO O| Dec 19 00:52:58.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70202024-12-19T00:52:58.494Z[ recovery-image] Dec 19 00:52:58.058 INFO O| Dec 19 00:52:58.057 INFO STEP 895 (remove_files) COMPLETE
70212024-12-19T00:52:58.496Z[ recovery-image] Dec 19 00:52:58.058 INFO O| Dec 19 00:52:58.058 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-19T00:52:58.505Z[ recovery-image] Dec 19 00:52:58.067 INFO O| Dec 19 00:52:58.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70232024-12-19T00:52:58.505Z[ recovery-image] Dec 19 00:52:58.067 INFO O| Dec 19 00:52:58.067 INFO STEP 896 (remove_files) COMPLETE
70242024-12-19T00:52:58.508Z[ recovery-image] Dec 19 00:52:58.068 INFO O| Dec 19 00:52:58.067 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-19T00:52:58.515Z[ recovery-image] Dec 19 00:52:58.077 INFO O| Dec 19 00:52:58.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70262024-12-19T00:52:58.515Z[ recovery-image] Dec 19 00:52:58.077 INFO O| Dec 19 00:52:58.077 INFO STEP 897 (remove_files) COMPLETE
70272024-12-19T00:52:58.518Z[ recovery-image] Dec 19 00:52:58.077 INFO O| Dec 19 00:52:58.077 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-19T00:52:58.523Z[ recovery-image] Dec 19 00:52:58.087 INFO O| Dec 19 00:52:58.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70292024-12-19T00:52:58.525Z[ recovery-image] Dec 19 00:52:58.087 INFO O| Dec 19 00:52:58.087 INFO STEP 898 (remove_files) COMPLETE
70302024-12-19T00:52:58.526Z[ recovery-image] Dec 19 00:52:58.087 INFO O| Dec 19 00:52:58.087 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-19T00:52:58.533Z[ recovery-image] Dec 19 00:52:58.097 INFO O| Dec 19 00:52:58.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70322024-12-19T00:52:58.535Z[ recovery-image] Dec 19 00:52:58.097 INFO O| Dec 19 00:52:58.097 INFO STEP 899 (remove_files) COMPLETE
70332024-12-19T00:52:58.535Z[ recovery-image] Dec 19 00:52:58.097 INFO O| Dec 19 00:52:58.097 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-19T00:52:58.543Z[ recovery-image] Dec 19 00:52:58.106 INFO O| Dec 19 00:52:58.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70352024-12-19T00:52:58.543Z[ recovery-image] Dec 19 00:52:58.107 INFO O| Dec 19 00:52:58.107 INFO STEP 900 (remove_files) COMPLETE
70362024-12-19T00:52:58.545Z[ recovery-image] Dec 19 00:52:58.107 INFO O| Dec 19 00:52:58.107 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-19T00:52:58.553Z[ recovery-image] Dec 19 00:52:58.116 INFO O| Dec 19 00:52:58.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70382024-12-19T00:52:58.553Z[ recovery-image] Dec 19 00:52:58.116 INFO O| Dec 19 00:52:58.116 INFO STEP 901 (remove_files) COMPLETE
70392024-12-19T00:52:58.555Z[ recovery-image] Dec 19 00:52:58.116 INFO O| Dec 19 00:52:58.116 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-19T00:52:58.563Z[ recovery-image] Dec 19 00:52:58.126 INFO O| Dec 19 00:52:58.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70412024-12-19T00:52:58.566Z[ recovery-image] Dec 19 00:52:58.126 INFO O| Dec 19 00:52:58.126 INFO STEP 902 (remove_files) COMPLETE
70422024-12-19T00:52:58.566Z[ recovery-image] Dec 19 00:52:58.126 INFO O| Dec 19 00:52:58.126 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-19T00:52:58.572Z[ recovery-image] Dec 19 00:52:58.136 INFO O| Dec 19 00:52:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70442024-12-19T00:52:58.572Z[ recovery-image] Dec 19 00:52:58.136 INFO O| Dec 19 00:52:58.136 INFO STEP 903 (remove_files) COMPLETE
70452024-12-19T00:52:58.572Z[ recovery-image] Dec 19 00:52:58.136 INFO O| Dec 19 00:52:58.136 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-19T00:52:58.582Z[ recovery-image] Dec 19 00:52:58.145 INFO O| Dec 19 00:52:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70472024-12-19T00:52:58.584Z[ recovery-image] Dec 19 00:52:58.145 INFO O| Dec 19 00:52:58.145 INFO STEP 904 (remove_files) COMPLETE
70482024-12-19T00:52:58.584Z[ recovery-image] Dec 19 00:52:58.145 INFO O| Dec 19 00:52:58.145 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-19T00:52:58.591Z[ recovery-image] Dec 19 00:52:58.155 INFO O| Dec 19 00:52:58.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70502024-12-19T00:52:58.594Z[ recovery-image] Dec 19 00:52:58.156 INFO O| Dec 19 00:52:58.156 INFO STEP 905 (remove_files) COMPLETE
70512024-12-19T00:52:58.594Z[ recovery-image] Dec 19 00:52:58.156 INFO O| Dec 19 00:52:58.156 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-19T00:52:58.602Z[ recovery-image] Dec 19 00:52:58.165 INFO O| Dec 19 00:52:58.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70532024-12-19T00:52:58.602Z[ recovery-image] Dec 19 00:52:58.165 INFO O| Dec 19 00:52:58.165 INFO STEP 906 (remove_files) COMPLETE
70542024-12-19T00:52:58.602Z[ recovery-image] Dec 19 00:52:58.165 INFO O| Dec 19 00:52:58.165 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-19T00:52:58.611Z[ recovery-image] Dec 19 00:52:58.175 INFO O| Dec 19 00:52:58.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70562024-12-19T00:52:58.614Z[ recovery-image] Dec 19 00:52:58.176 INFO O| Dec 19 00:52:58.176 INFO STEP 907 (remove_files) COMPLETE
70572024-12-19T00:52:58.614Z[ recovery-image] Dec 19 00:52:58.176 INFO O| Dec 19 00:52:58.176 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-19T00:52:58.622Z[ recovery-image] Dec 19 00:52:58.185 INFO O| Dec 19 00:52:58.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70592024-12-19T00:52:58.622Z[ recovery-image] Dec 19 00:52:58.185 INFO O| Dec 19 00:52:58.185 INFO STEP 908 (remove_files) COMPLETE
70602024-12-19T00:52:58.624Z[ recovery-image] Dec 19 00:52:58.186 INFO O| Dec 19 00:52:58.185 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-19T00:52:58.634Z[ recovery-image] Dec 19 00:52:58.197 INFO O| Dec 19 00:52:58.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70622024-12-19T00:52:58.634Z[ recovery-image] Dec 19 00:52:58.197 INFO O| Dec 19 00:52:58.197 INFO STEP 909 (remove_files) COMPLETE
70632024-12-19T00:52:58.636Z[ recovery-image] Dec 19 00:52:58.197 INFO O| Dec 19 00:52:58.197 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-19T00:52:58.645Z[ recovery-image] Dec 19 00:52:58.209 INFO O| Dec 19 00:52:58.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70652024-12-19T00:52:58.648Z[ recovery-image] Dec 19 00:52:58.209 INFO O| Dec 19 00:52:58.209 INFO STEP 910 (remove_files) COMPLETE
70662024-12-19T00:52:58.648Z[ recovery-image] Dec 19 00:52:58.209 INFO O| Dec 19 00:52:58.209 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-19T00:52:58.654Z[ host-image] Dec 19 00:52:58.218 INFO O| Dec 19 00:52:58.218 INFO O| Planning: Evaluating mediators ... Done
70682024-12-19T00:52:58.656Z[ host-image] Dec 19 00:52:58.218 INFO O| Dec 19 00:52:58.218 INFO O| Planning: Planning completed in 2.70 seconds
70692024-12-19T00:52:58.656Z[ recovery-image] Dec 19 00:52:58.219 INFO O| Dec 19 00:52:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70702024-12-19T00:52:58.657Z[ recovery-image] Dec 19 00:52:58.219 INFO O| Dec 19 00:52:58.219 INFO STEP 911 (remove_files) COMPLETE
70712024-12-19T00:52:58.657Z[ recovery-image] Dec 19 00:52:58.219 INFO O| Dec 19 00:52:58.219 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-19T00:52:58.657Z[ host-image] Dec 19 00:52:58.220 INFO O| Dec 19 00:52:58.220 INFO O| Packages to install: 1
70732024-12-19T00:52:58.668Z[ recovery-image] Dec 19 00:52:58.232 INFO O| Dec 19 00:52:58.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70742024-12-19T00:52:58.668Z[ recovery-image] Dec 19 00:52:58.232 INFO O| Dec 19 00:52:58.232 INFO STEP 912 (remove_files) COMPLETE
70752024-12-19T00:52:58.668Z[ recovery-image] Dec 19 00:52:58.232 INFO O| Dec 19 00:52:58.232 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-19T00:52:58.671Z[ host-image] Dec 19 00:52:58.234 INFO O| Dec 19 00:52:58.234 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
70772024-12-19T00:52:58.680Z[ recovery-image] Dec 19 00:52:58.242 INFO O| Dec 19 00:52:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70782024-12-19T00:52:58.680Z[ recovery-image] Dec 19 00:52:58.242 INFO O| Dec 19 00:52:58.242 INFO STEP 913 (remove_files) COMPLETE
70792024-12-19T00:52:58.683Z[ recovery-image] Dec 19 00:52:58.242 INFO O| Dec 19 00:52:58.242 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-19T00:52:58.689Z[ recovery-image] Dec 19 00:52:58.252 INFO O| Dec 19 00:52:58.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70812024-12-19T00:52:58.689Z[ recovery-image] Dec 19 00:52:58.253 INFO O| Dec 19 00:52:58.253 INFO STEP 914 (remove_files) COMPLETE
70822024-12-19T00:52:58.689Z[ recovery-image] Dec 19 00:52:58.253 INFO O| Dec 19 00:52:58.253 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-19T00:52:58.700Z[ recovery-image] Dec 19 00:52:58.264 INFO O| Dec 19 00:52:58.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70842024-12-19T00:52:58.703Z[ recovery-image] Dec 19 00:52:58.264 INFO O| Dec 19 00:52:58.264 INFO STEP 915 (remove_files) COMPLETE
70852024-12-19T00:52:58.703Z[ recovery-image] Dec 19 00:52:58.264 INFO O| Dec 19 00:52:58.264 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-19T00:52:58.712Z[ recovery-image] Dec 19 00:52:58.275 INFO O| Dec 19 00:52:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70872024-12-19T00:52:58.712Z[ recovery-image] Dec 19 00:52:58.275 INFO O| Dec 19 00:52:58.275 INFO STEP 916 (remove_files) COMPLETE
70882024-12-19T00:52:58.715Z[ recovery-image] Dec 19 00:52:58.276 INFO O| Dec 19 00:52:58.275 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-19T00:52:58.723Z[ recovery-image] Dec 19 00:52:58.286 INFO O| Dec 19 00:52:58.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70902024-12-19T00:52:58.723Z[ recovery-image] Dec 19 00:52:58.286 INFO O| Dec 19 00:52:58.286 INFO STEP 917 (remove_files) COMPLETE
70912024-12-19T00:52:58.723Z[ recovery-image] Dec 19 00:52:58.286 INFO O| Dec 19 00:52:58.286 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-19T00:52:58.735Z[ recovery-image] Dec 19 00:52:58.299 INFO O| Dec 19 00:52:58.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70932024-12-19T00:52:58.735Z[ recovery-image] Dec 19 00:52:58.299 INFO O| Dec 19 00:52:58.299 INFO STEP 918 (remove_files) COMPLETE
70942024-12-19T00:52:58.735Z[ recovery-image] Dec 19 00:52:58.299 INFO O| Dec 19 00:52:58.299 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-19T00:52:58.746Z[ recovery-image] Dec 19 00:52:58.309 INFO O| Dec 19 00:52:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70962024-12-19T00:52:58.746Z[ recovery-image] Dec 19 00:52:58.309 INFO O| Dec 19 00:52:58.309 INFO STEP 919 (remove_files) COMPLETE
70972024-12-19T00:52:58.748Z[ recovery-image] Dec 19 00:52:58.309 INFO O| Dec 19 00:52:58.309 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-19T00:52:58.760Z[ recovery-image] Dec 19 00:52:58.324 INFO O| Dec 19 00:52:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70992024-12-19T00:52:58.760Z[ recovery-image] Dec 19 00:52:58.324 INFO O| Dec 19 00:52:58.324 INFO STEP 920 (remove_files) COMPLETE
71002024-12-19T00:52:58.760Z[ recovery-image] Dec 19 00:52:58.324 INFO O| Dec 19 00:52:58.324 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-19T00:52:58.775Z[ recovery-image] Dec 19 00:52:58.338 INFO O| Dec 19 00:52:58.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71022024-12-19T00:52:58.775Z[ recovery-image] Dec 19 00:52:58.338 INFO O| Dec 19 00:52:58.338 INFO STEP 921 (remove_files) COMPLETE
71032024-12-19T00:52:58.777Z[ recovery-image] Dec 19 00:52:58.338 INFO O| Dec 19 00:52:58.338 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-19T00:52:58.787Z[ recovery-image] Dec 19 00:52:58.351 INFO O| Dec 19 00:52:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71052024-12-19T00:52:58.787Z[ recovery-image] Dec 19 00:52:58.351 INFO O| Dec 19 00:52:58.351 INFO STEP 922 (remove_files) COMPLETE
71062024-12-19T00:52:58.790Z[ recovery-image] Dec 19 00:52:58.351 INFO O| Dec 19 00:52:58.351 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-19T00:52:58.799Z[ recovery-image] Dec 19 00:52:58.362 INFO O| Dec 19 00:52:58.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71082024-12-19T00:52:58.801Z[ recovery-image] Dec 19 00:52:58.362 INFO O| Dec 19 00:52:58.362 INFO STEP 923 (remove_files) COMPLETE
71092024-12-19T00:52:58.801Z[ recovery-image] Dec 19 00:52:58.362 INFO O| Dec 19 00:52:58.362 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-19T00:52:58.809Z[ recovery-image] Dec 19 00:52:58.373 INFO O| Dec 19 00:52:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71112024-12-19T00:52:58.809Z[ recovery-image] Dec 19 00:52:58.373 INFO O| Dec 19 00:52:58.373 INFO STEP 924 (remove_files) COMPLETE
71122024-12-19T00:52:58.809Z[ recovery-image] Dec 19 00:52:58.373 INFO O| Dec 19 00:52:58.373 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-19T00:52:58.821Z[ recovery-image] Dec 19 00:52:58.384 INFO O| Dec 19 00:52:58.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71142024-12-19T00:52:58.821Z[ recovery-image] Dec 19 00:52:58.385 INFO O| Dec 19 00:52:58.385 INFO STEP 925 (remove_files) COMPLETE
71152024-12-19T00:52:58.823Z[ recovery-image] Dec 19 00:52:58.385 INFO O| Dec 19 00:52:58.385 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-19T00:52:58.831Z[ recovery-image] Dec 19 00:52:58.395 INFO O| Dec 19 00:52:58.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71172024-12-19T00:52:58.834Z[ recovery-image] Dec 19 00:52:58.395 INFO O| Dec 19 00:52:58.395 INFO STEP 926 (remove_files) COMPLETE
71182024-12-19T00:52:58.834Z[ recovery-image] Dec 19 00:52:58.395 INFO O| Dec 19 00:52:58.395 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-19T00:52:58.838Z[ host-image] Dec 19 00:52:58.402 INFO O| Dec 19 00:52:58.402 INFO O| Download: Completed 10.00 MB in 0.17 seconds (59.6M/s)
71202024-12-19T00:52:58.842Z[ recovery-image] Dec 19 00:52:58.405 INFO O| Dec 19 00:52:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71212024-12-19T00:52:58.844Z[ recovery-image] Dec 19 00:52:58.405 INFO O| Dec 19 00:52:58.405 INFO STEP 927 (remove_files) COMPLETE
71222024-12-19T00:52:58.844Z[ recovery-image] Dec 19 00:52:58.405 INFO O| Dec 19 00:52:58.405 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-19T00:52:58.851Z[ recovery-image] Dec 19 00:52:58.414 INFO O| Dec 19 00:52:58.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71242024-12-19T00:52:58.851Z[ recovery-image] Dec 19 00:52:58.415 INFO O| Dec 19 00:52:58.414 INFO STEP 928 (remove_files) COMPLETE
71252024-12-19T00:52:58.851Z[ recovery-image] Dec 19 00:52:58.415 INFO O| Dec 19 00:52:58.415 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-19T00:52:58.862Z[ recovery-image] Dec 19 00:52:58.425 INFO O| Dec 19 00:52:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71272024-12-19T00:52:58.862Z[ recovery-image] Dec 19 00:52:58.425 INFO O| Dec 19 00:52:58.425 INFO STEP 929 (remove_files) COMPLETE
71282024-12-19T00:52:58.865Z[ recovery-image] Dec 19 00:52:58.425 INFO O| Dec 19 00:52:58.425 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-19T00:52:58.865Z[ host-image] Dec 19 00:52:58.428 INFO O| Dec 19 00:52:58.428 INFO O| Actions: 1/22 actions (Installing new actions)
71302024-12-19T00:52:58.873Z[ recovery-image] Dec 19 00:52:58.436 INFO O| Dec 19 00:52:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71312024-12-19T00:52:58.875Z[ recovery-image] Dec 19 00:52:58.436 INFO O| Dec 19 00:52:58.436 INFO STEP 930 (remove_files) COMPLETE
71322024-12-19T00:52:58.875Z[ recovery-image] Dec 19 00:52:58.436 INFO O| Dec 19 00:52:58.436 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-19T00:52:58.887Z[ recovery-image] Dec 19 00:52:58.451 INFO O| Dec 19 00:52:58.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71342024-12-19T00:52:58.890Z[ recovery-image] Dec 19 00:52:58.451 INFO O| Dec 19 00:52:58.451 INFO STEP 931 (remove_files) COMPLETE
71352024-12-19T00:52:58.890Z[ recovery-image] Dec 19 00:52:58.451 INFO O| Dec 19 00:52:58.451 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-19T00:52:58.898Z[ recovery-image] Dec 19 00:52:58.461 INFO O| Dec 19 00:52:58.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71372024-12-19T00:52:58.898Z[ recovery-image] Dec 19 00:52:58.461 INFO O| Dec 19 00:52:58.461 INFO STEP 932 (remove_files) COMPLETE
71382024-12-19T00:52:58.900Z[ recovery-image] Dec 19 00:52:58.461 INFO O| Dec 19 00:52:58.461 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-19T00:52:58.908Z[ recovery-image] Dec 19 00:52:58.472 INFO O| Dec 19 00:52:58.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71402024-12-19T00:52:58.911Z[ recovery-image] Dec 19 00:52:58.473 INFO O| Dec 19 00:52:58.473 INFO STEP 933 (remove_files) COMPLETE
71412024-12-19T00:52:58.911Z[ recovery-image] Dec 19 00:52:58.473 INFO O| Dec 19 00:52:58.473 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-19T00:52:58.921Z[ recovery-image] Dec 19 00:52:58.484 INFO O| Dec 19 00:52:58.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71432024-12-19T00:52:58.921Z[ recovery-image] Dec 19 00:52:58.484 INFO O| Dec 19 00:52:58.484 INFO STEP 934 (remove_files) COMPLETE
71442024-12-19T00:52:58.921Z[ recovery-image] Dec 19 00:52:58.484 INFO O| Dec 19 00:52:58.484 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-19T00:52:58.933Z[ recovery-image] Dec 19 00:52:58.496 INFO O| Dec 19 00:52:58.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71462024-12-19T00:52:58.933Z[ recovery-image] Dec 19 00:52:58.496 INFO O| Dec 19 00:52:58.496 INFO STEP 935 (remove_files) COMPLETE
71472024-12-19T00:52:58.933Z[ recovery-image] Dec 19 00:52:58.496 INFO O| Dec 19 00:52:58.496 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-19T00:52:58.944Z[ recovery-image] Dec 19 00:52:58.507 INFO O| Dec 19 00:52:58.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71492024-12-19T00:52:58.944Z[ recovery-image] Dec 19 00:52:58.507 INFO O| Dec 19 00:52:58.507 INFO STEP 936 (remove_files) COMPLETE
71502024-12-19T00:52:58.944Z[ recovery-image] Dec 19 00:52:58.507 INFO O| Dec 19 00:52:58.507 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-19T00:52:58.954Z[ recovery-image] Dec 19 00:52:58.517 INFO O| Dec 19 00:52:58.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71522024-12-19T00:52:58.954Z[ recovery-image] Dec 19 00:52:58.517 INFO O| Dec 19 00:52:58.517 INFO STEP 937 (remove_files) COMPLETE
71532024-12-19T00:52:58.956Z[ recovery-image] Dec 19 00:52:58.517 INFO O| Dec 19 00:52:58.517 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-19T00:52:58.964Z[ recovery-image] Dec 19 00:52:58.527 INFO O| Dec 19 00:52:58.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71552024-12-19T00:52:58.964Z[ recovery-image] Dec 19 00:52:58.527 INFO O| Dec 19 00:52:58.527 INFO STEP 938 (remove_files) COMPLETE
71562024-12-19T00:52:58.964Z[ recovery-image] Dec 19 00:52:58.527 INFO O| Dec 19 00:52:58.527 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-19T00:52:58.974Z[ recovery-image] Dec 19 00:52:58.537 INFO O| Dec 19 00:52:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71582024-12-19T00:52:58.974Z[ recovery-image] Dec 19 00:52:58.537 INFO O| Dec 19 00:52:58.537 INFO STEP 939 (remove_files) COMPLETE
71592024-12-19T00:52:58.976Z[ recovery-image] Dec 19 00:52:58.537 INFO O| Dec 19 00:52:58.537 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-19T00:52:58.983Z[ recovery-image] Dec 19 00:52:58.547 INFO O| Dec 19 00:52:58.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71612024-12-19T00:52:58.983Z[ recovery-image] Dec 19 00:52:58.547 INFO O| Dec 19 00:52:58.547 INFO STEP 940 (remove_files) COMPLETE
71622024-12-19T00:52:58.983Z[ recovery-image] Dec 19 00:52:58.547 INFO O| Dec 19 00:52:58.547 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-19T00:52:58.994Z[ recovery-image] Dec 19 00:52:58.557 INFO O| Dec 19 00:52:58.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71642024-12-19T00:52:58.994Z[ recovery-image] Dec 19 00:52:58.557 INFO O| Dec 19 00:52:58.557 INFO STEP 941 (remove_files) COMPLETE
71652024-12-19T00:52:58.997Z[ recovery-image] Dec 19 00:52:58.557 INFO O| Dec 19 00:52:58.557 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-19T00:52:59.004Z[ recovery-image] Dec 19 00:52:58.567 INFO O| Dec 19 00:52:58.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71672024-12-19T00:52:59.004Z[ recovery-image] Dec 19 00:52:58.567 INFO O| Dec 19 00:52:58.567 INFO STEP 942 (remove_files) COMPLETE
71682024-12-19T00:52:59.004Z[ recovery-image] Dec 19 00:52:58.567 INFO O| Dec 19 00:52:58.567 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-19T00:52:59.013Z[ recovery-image] Dec 19 00:52:58.577 INFO O| Dec 19 00:52:58.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71702024-12-19T00:52:59.016Z[ recovery-image] Dec 19 00:52:58.577 INFO O| Dec 19 00:52:58.577 INFO STEP 943 (remove_files) COMPLETE
71712024-12-19T00:52:59.016Z[ recovery-image] Dec 19 00:52:58.577 INFO O| Dec 19 00:52:58.577 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-19T00:52:59.023Z[ recovery-image] Dec 19 00:52:58.587 INFO O| Dec 19 00:52:58.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71732024-12-19T00:52:59.023Z[ recovery-image] Dec 19 00:52:58.587 INFO O| Dec 19 00:52:58.587 INFO STEP 944 (remove_files) COMPLETE
71742024-12-19T00:52:59.025Z[ recovery-image] Dec 19 00:52:58.587 INFO O| Dec 19 00:52:58.587 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-19T00:52:59.033Z[ recovery-image] Dec 19 00:52:58.596 INFO O| Dec 19 00:52:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71762024-12-19T00:52:59.035Z[ recovery-image] Dec 19 00:52:58.596 INFO O| Dec 19 00:52:58.596 INFO STEP 945 (remove_files) COMPLETE
71772024-12-19T00:52:59.035Z[ recovery-image] Dec 19 00:52:58.596 INFO O| Dec 19 00:52:58.596 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-19T00:52:59.043Z[ recovery-image] Dec 19 00:52:58.606 INFO O| Dec 19 00:52:58.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71792024-12-19T00:52:59.043Z[ recovery-image] Dec 19 00:52:58.606 INFO O| Dec 19 00:52:58.606 INFO STEP 946 (remove_files) COMPLETE
71802024-12-19T00:52:59.046Z[ recovery-image] Dec 19 00:52:58.606 INFO O| Dec 19 00:52:58.606 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-19T00:52:59.053Z[ recovery-image] Dec 19 00:52:58.616 INFO O| Dec 19 00:52:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71822024-12-19T00:52:59.053Z[ recovery-image] Dec 19 00:52:58.616 INFO O| Dec 19 00:52:58.616 INFO STEP 947 (remove_files) COMPLETE
71832024-12-19T00:52:59.053Z[ recovery-image] Dec 19 00:52:58.616 INFO O| Dec 19 00:52:58.616 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-19T00:52:59.063Z[ recovery-image] Dec 19 00:52:58.626 INFO O| Dec 19 00:52:58.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71852024-12-19T00:52:59.063Z[ recovery-image] Dec 19 00:52:58.626 INFO O| Dec 19 00:52:58.626 INFO STEP 948 (remove_files) COMPLETE
71862024-12-19T00:52:59.063Z[ recovery-image] Dec 19 00:52:58.627 INFO O| Dec 19 00:52:58.626 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-19T00:52:59.073Z[ recovery-image] Dec 19 00:52:58.636 INFO O| Dec 19 00:52:58.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71882024-12-19T00:52:59.073Z[ recovery-image] Dec 19 00:52:58.636 INFO O| Dec 19 00:52:58.636 INFO STEP 949 (remove_files) COMPLETE
71892024-12-19T00:52:59.075Z[ recovery-image] Dec 19 00:52:58.636 INFO O| Dec 19 00:52:58.636 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-19T00:52:59.083Z[ recovery-image] Dec 19 00:52:58.646 INFO O| Dec 19 00:52:58.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71912024-12-19T00:52:59.083Z[ recovery-image] Dec 19 00:52:58.646 INFO O| Dec 19 00:52:58.646 INFO STEP 950 (remove_files) COMPLETE
71922024-12-19T00:52:59.083Z[ recovery-image] Dec 19 00:52:58.646 INFO O| Dec 19 00:52:58.646 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-19T00:52:59.092Z[ recovery-image] Dec 19 00:52:58.656 INFO O| Dec 19 00:52:58.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71942024-12-19T00:52:59.092Z[ recovery-image] Dec 19 00:52:58.656 INFO O| Dec 19 00:52:58.656 INFO STEP 951 (remove_files) COMPLETE
71952024-12-19T00:52:59.095Z[ recovery-image] Dec 19 00:52:58.656 INFO O| Dec 19 00:52:58.656 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-19T00:52:59.102Z[ host-image] Dec 19 00:52:58.665 INFO O| Dec 19 00:52:58.665 INFO O| Actions: Completed 22 actions in 0.24 seconds.
71972024-12-19T00:52:59.104Z[ recovery-image] Dec 19 00:52:58.666 INFO O| Dec 19 00:52:58.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71982024-12-19T00:52:59.104Z[ recovery-image] Dec 19 00:52:58.666 INFO O| Dec 19 00:52:58.666 INFO STEP 952 (remove_files) COMPLETE
71992024-12-19T00:52:59.104Z[ recovery-image] Dec 19 00:52:58.666 INFO O| Dec 19 00:52:58.666 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-19T00:52:59.114Z[ recovery-image] Dec 19 00:52:58.677 INFO O| Dec 19 00:52:58.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72012024-12-19T00:52:59.114Z[ recovery-image] Dec 19 00:52:58.677 INFO O| Dec 19 00:52:58.677 INFO STEP 953 (remove_files) COMPLETE
72022024-12-19T00:52:59.116Z[ recovery-image] Dec 19 00:52:58.677 INFO O| Dec 19 00:52:58.677 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-19T00:52:59.125Z[ recovery-image] Dec 19 00:52:58.688 INFO O| Dec 19 00:52:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72042024-12-19T00:52:59.127Z[ recovery-image] Dec 19 00:52:58.688 INFO O| Dec 19 00:52:58.688 INFO STEP 954 (remove_files) COMPLETE
72052024-12-19T00:52:59.127Z[ recovery-image] Dec 19 00:52:58.688 INFO O| Dec 19 00:52:58.688 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-19T00:52:59.136Z[ recovery-image] Dec 19 00:52:58.699 INFO O| Dec 19 00:52:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72072024-12-19T00:52:59.138Z[ recovery-image] Dec 19 00:52:58.700 INFO O| Dec 19 00:52:58.700 INFO STEP 955 (remove_files) COMPLETE
72082024-12-19T00:52:59.138Z[ recovery-image] Dec 19 00:52:58.700 INFO O| Dec 19 00:52:58.700 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-19T00:52:59.148Z[ recovery-image] Dec 19 00:52:58.712 INFO O| Dec 19 00:52:58.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72102024-12-19T00:52:59.148Z[ recovery-image] Dec 19 00:52:58.712 INFO O| Dec 19 00:52:58.712 INFO STEP 956 (remove_files) COMPLETE
72112024-12-19T00:52:59.151Z[ recovery-image] Dec 19 00:52:58.712 INFO O| Dec 19 00:52:58.712 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-19T00:52:59.160Z[ recovery-image] Dec 19 00:52:58.723 INFO O| Dec 19 00:52:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72132024-12-19T00:52:59.160Z[ recovery-image] Dec 19 00:52:58.723 INFO O| Dec 19 00:52:58.723 INFO STEP 957 (remove_files) COMPLETE
72142024-12-19T00:52:59.163Z[ recovery-image] Dec 19 00:52:58.723 INFO O| Dec 19 00:52:58.723 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-19T00:52:59.171Z[ recovery-image] Dec 19 00:52:58.734 INFO O| Dec 19 00:52:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72162024-12-19T00:52:59.171Z[ recovery-image] Dec 19 00:52:58.735 INFO O| Dec 19 00:52:58.734 INFO STEP 958 (remove_files) COMPLETE
72172024-12-19T00:52:59.171Z[ recovery-image] Dec 19 00:52:58.735 INFO O| Dec 19 00:52:58.734 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-19T00:52:59.181Z[ recovery-image] Dec 19 00:52:58.745 INFO O| Dec 19 00:52:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72192024-12-19T00:52:59.181Z[ recovery-image] Dec 19 00:52:58.745 INFO O| Dec 19 00:52:58.745 INFO STEP 959 (remove_files) COMPLETE
72202024-12-19T00:52:59.183Z[ recovery-image] Dec 19 00:52:58.745 INFO O| Dec 19 00:52:58.745 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-19T00:52:59.191Z[ recovery-image] Dec 19 00:52:58.755 INFO O| Dec 19 00:52:58.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72222024-12-19T00:52:59.194Z[ recovery-image] Dec 19 00:52:58.755 INFO O| Dec 19 00:52:58.755 INFO STEP 960 (remove_files) COMPLETE
72232024-12-19T00:52:59.194Z[ recovery-image] Dec 19 00:52:58.755 INFO O| Dec 19 00:52:58.755 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-19T00:52:59.201Z[ recovery-image] Dec 19 00:52:58.765 INFO O| Dec 19 00:52:58.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72252024-12-19T00:52:59.201Z[ recovery-image] Dec 19 00:52:58.765 INFO O| Dec 19 00:52:58.765 INFO STEP 961 (remove_files) COMPLETE
72262024-12-19T00:52:59.204Z[ recovery-image] Dec 19 00:52:58.765 INFO O| Dec 19 00:52:58.765 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-19T00:52:59.211Z[ recovery-image] Dec 19 00:52:58.775 INFO O| Dec 19 00:52:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72282024-12-19T00:52:59.211Z[ recovery-image] Dec 19 00:52:58.775 INFO O| Dec 19 00:52:58.775 INFO STEP 962 (remove_files) COMPLETE
72292024-12-19T00:52:59.211Z[ recovery-image] Dec 19 00:52:58.775 INFO O| Dec 19 00:52:58.775 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-19T00:52:59.221Z[ recovery-image] Dec 19 00:52:58.785 INFO O| Dec 19 00:52:58.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72312024-12-19T00:52:59.222Z[ recovery-image] Dec 19 00:52:58.785 INFO O| Dec 19 00:52:58.785 INFO STEP 963 (remove_files) COMPLETE
72322024-12-19T00:52:59.224Z[ recovery-image] Dec 19 00:52:58.785 INFO O| Dec 19 00:52:58.785 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-19T00:52:59.231Z[ recovery-image] Dec 19 00:52:58.795 INFO O| Dec 19 00:52:58.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72342024-12-19T00:52:59.234Z[ recovery-image] Dec 19 00:52:58.795 INFO O| Dec 19 00:52:58.795 INFO STEP 964 (remove_files) COMPLETE
72352024-12-19T00:52:59.234Z[ recovery-image] Dec 19 00:52:58.795 INFO O| Dec 19 00:52:58.795 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-19T00:52:59.241Z[ recovery-image] Dec 19 00:52:58.805 INFO O| Dec 19 00:52:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72372024-12-19T00:52:59.244Z[ recovery-image] Dec 19 00:52:58.805 INFO O| Dec 19 00:52:58.805 INFO STEP 965 (remove_files) COMPLETE
72382024-12-19T00:52:59.244Z[ recovery-image] Dec 19 00:52:58.805 INFO O| Dec 19 00:52:58.805 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-19T00:52:59.251Z[ recovery-image] Dec 19 00:52:58.815 INFO O| Dec 19 00:52:58.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72402024-12-19T00:52:59.251Z[ recovery-image] Dec 19 00:52:58.815 INFO O| Dec 19 00:52:58.815 INFO STEP 966 (remove_files) COMPLETE
72412024-12-19T00:52:59.254Z[ recovery-image] Dec 19 00:52:58.815 INFO O| Dec 19 00:52:58.815 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-19T00:52:59.261Z[ recovery-image] Dec 19 00:52:58.825 INFO O| Dec 19 00:52:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72432024-12-19T00:52:59.264Z[ recovery-image] Dec 19 00:52:58.825 INFO O| Dec 19 00:52:58.825 INFO STEP 967 (remove_files) COMPLETE
72442024-12-19T00:52:59.264Z[ recovery-image] Dec 19 00:52:58.825 INFO O| Dec 19 00:52:58.825 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-19T00:52:59.272Z[ recovery-image] Dec 19 00:52:58.835 INFO O| Dec 19 00:52:58.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72462024-12-19T00:52:59.272Z[ recovery-image] Dec 19 00:52:58.835 INFO O| Dec 19 00:52:58.835 INFO STEP 968 (remove_files) COMPLETE
72472024-12-19T00:52:59.272Z[ recovery-image] Dec 19 00:52:58.835 INFO O| Dec 19 00:52:58.835 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-19T00:52:59.282Z[ recovery-image] Dec 19 00:52:58.845 INFO O| Dec 19 00:52:58.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72492024-12-19T00:52:59.282Z[ recovery-image] Dec 19 00:52:58.845 INFO O| Dec 19 00:52:58.845 INFO STEP 969 (remove_files) COMPLETE
72502024-12-19T00:52:59.282Z[ recovery-image] Dec 19 00:52:58.845 INFO O| Dec 19 00:52:58.845 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-19T00:52:59.292Z[ recovery-image] Dec 19 00:52:58.855 INFO O| Dec 19 00:52:58.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72522024-12-19T00:52:59.292Z[ recovery-image] Dec 19 00:52:58.855 INFO O| Dec 19 00:52:58.855 INFO STEP 970 (remove_files) COMPLETE
72532024-12-19T00:52:59.294Z[ recovery-image] Dec 19 00:52:58.855 INFO O| Dec 19 00:52:58.855 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-19T00:52:59.302Z[ recovery-image] Dec 19 00:52:58.865 INFO O| Dec 19 00:52:58.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72552024-12-19T00:52:59.302Z[ recovery-image] Dec 19 00:52:58.865 INFO O| Dec 19 00:52:58.865 INFO STEP 971 (remove_files) COMPLETE
72562024-12-19T00:52:59.304Z[ recovery-image] Dec 19 00:52:58.865 INFO O| Dec 19 00:52:58.865 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-19T00:52:59.312Z[ recovery-image] Dec 19 00:52:58.875 INFO O| Dec 19 00:52:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72582024-12-19T00:52:59.315Z[ recovery-image] Dec 19 00:52:58.875 INFO O| Dec 19 00:52:58.875 INFO STEP 972 (remove_files) COMPLETE
72592024-12-19T00:52:59.315Z[ recovery-image] Dec 19 00:52:58.875 INFO O| Dec 19 00:52:58.875 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-19T00:52:59.322Z[ recovery-image] Dec 19 00:52:58.885 INFO O| Dec 19 00:52:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72612024-12-19T00:52:59.324Z[ recovery-image] Dec 19 00:52:58.885 INFO O| Dec 19 00:52:58.885 INFO STEP 973 (remove_files) COMPLETE
72622024-12-19T00:52:59.324Z[ recovery-image] Dec 19 00:52:58.886 INFO O| Dec 19 00:52:58.885 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-19T00:52:59.333Z[ recovery-image] Dec 19 00:52:58.896 INFO O| Dec 19 00:52:58.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72642024-12-19T00:52:59.333Z[ recovery-image] Dec 19 00:52:58.896 INFO O| Dec 19 00:52:58.896 INFO STEP 974 (remove_files) COMPLETE
72652024-12-19T00:52:59.335Z[ recovery-image] Dec 19 00:52:58.896 INFO O| Dec 19 00:52:58.896 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-19T00:52:59.335Z[ host-image] Dec 19 00:52:58.896 INFO O| Dec 19 00:52:58.896 INFO O| Done
72672024-12-19T00:52:59.335Z[ host-image] Dec 19 00:52:58.896 INFO O| Dec 19 00:52:58.896 INFO O| Done
72682024-12-19T00:52:59.345Z[ recovery-image] Dec 19 00:52:58.908 INFO O| Dec 19 00:52:58.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72692024-12-19T00:52:59.345Z[ recovery-image] Dec 19 00:52:58.908 INFO O| Dec 19 00:52:58.908 INFO STEP 975 (remove_files) COMPLETE
72702024-12-19T00:52:59.345Z[ recovery-image] Dec 19 00:52:58.908 INFO O| Dec 19 00:52:58.908 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-19T00:52:59.356Z[ recovery-image] Dec 19 00:52:58.919 INFO O| Dec 19 00:52:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72722024-12-19T00:52:59.356Z[ recovery-image] Dec 19 00:52:58.919 INFO O| Dec 19 00:52:58.919 INFO STEP 976 (remove_files) COMPLETE
72732024-12-19T00:52:59.356Z[ recovery-image] Dec 19 00:52:58.919 INFO O| Dec 19 00:52:58.919 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-19T00:52:59.366Z[ recovery-image] Dec 19 00:52:58.930 INFO O| Dec 19 00:52:58.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72752024-12-19T00:52:59.369Z[ recovery-image] Dec 19 00:52:58.931 INFO O| Dec 19 00:52:58.931 INFO STEP 977 (remove_files) COMPLETE
72762024-12-19T00:52:59.369Z[ recovery-image] Dec 19 00:52:58.931 INFO O| Dec 19 00:52:58.931 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-19T00:52:59.377Z[ recovery-image] Dec 19 00:52:58.940 INFO O| Dec 19 00:52:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72782024-12-19T00:52:59.380Z[ recovery-image] Dec 19 00:52:58.941 INFO O| Dec 19 00:52:58.941 INFO STEP 978 (remove_files) COMPLETE
72792024-12-19T00:52:59.380Z[ recovery-image] Dec 19 00:52:58.941 INFO O| Dec 19 00:52:58.941 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-19T00:52:59.387Z[ recovery-image] Dec 19 00:52:58.950 INFO O| Dec 19 00:52:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72812024-12-19T00:52:59.389Z[ recovery-image] Dec 19 00:52:58.950 INFO O| Dec 19 00:52:58.950 INFO STEP 979 (remove_files) COMPLETE
72822024-12-19T00:52:59.389Z[ recovery-image] Dec 19 00:52:58.950 INFO O| Dec 19 00:52:58.950 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-19T00:52:59.397Z[ recovery-image] Dec 19 00:52:58.960 INFO O| Dec 19 00:52:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72842024-12-19T00:52:59.397Z[ recovery-image] Dec 19 00:52:58.960 INFO O| Dec 19 00:52:58.960 INFO STEP 980 (remove_files) COMPLETE
72852024-12-19T00:52:59.399Z[ recovery-image] Dec 19 00:52:58.960 INFO O| Dec 19 00:52:58.960 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-19T00:52:59.406Z[ recovery-image] Dec 19 00:52:58.970 INFO O| Dec 19 00:52:58.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72872024-12-19T00:52:59.409Z[ recovery-image] Dec 19 00:52:58.970 INFO O| Dec 19 00:52:58.970 INFO STEP 981 (remove_files) COMPLETE
72882024-12-19T00:52:59.409Z[ recovery-image] Dec 19 00:52:58.970 INFO O| Dec 19 00:52:58.970 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-19T00:52:59.416Z[ recovery-image] Dec 19 00:52:58.979 INFO O| Dec 19 00:52:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72902024-12-19T00:52:59.416Z[ recovery-image] Dec 19 00:52:58.979 INFO O| Dec 19 00:52:58.979 INFO STEP 982 (remove_files) COMPLETE
72912024-12-19T00:52:59.416Z[ recovery-image] Dec 19 00:52:58.979 INFO O| Dec 19 00:52:58.979 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-19T00:52:59.426Z[ recovery-image] Dec 19 00:52:58.989 INFO O| Dec 19 00:52:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72932024-12-19T00:52:59.426Z[ recovery-image] Dec 19 00:52:58.989 INFO O| Dec 19 00:52:58.989 INFO STEP 983 (remove_files) COMPLETE
72942024-12-19T00:52:59.428Z[ recovery-image] Dec 19 00:52:58.989 INFO O| Dec 19 00:52:58.989 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-19T00:52:59.435Z[ recovery-image] Dec 19 00:52:58.999 INFO O| Dec 19 00:52:58.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72962024-12-19T00:52:59.435Z[ recovery-image] Dec 19 00:52:58.999 INFO O| Dec 19 00:52:58.999 INFO STEP 984 (remove_files) COMPLETE
72972024-12-19T00:52:59.438Z[ recovery-image] Dec 19 00:52:58.999 INFO O| Dec 19 00:52:58.999 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-19T00:52:59.446Z[ recovery-image] Dec 19 00:52:59.009 INFO O| Dec 19 00:52:59.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72992024-12-19T00:52:59.446Z[ recovery-image] Dec 19 00:52:59.009 INFO O| Dec 19 00:52:59.009 INFO STEP 985 (remove_files) COMPLETE
73002024-12-19T00:52:59.446Z[ recovery-image] Dec 19 00:52:59.009 INFO O| Dec 19 00:52:59.009 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-19T00:52:59.455Z[ recovery-image] Dec 19 00:52:59.019 INFO O| Dec 19 00:52:59.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73022024-12-19T00:52:59.458Z[ recovery-image] Dec 19 00:52:59.019 INFO O| Dec 19 00:52:59.019 INFO STEP 986 (remove_files) COMPLETE
73032024-12-19T00:52:59.458Z[ recovery-image] Dec 19 00:52:59.019 INFO O| Dec 19 00:52:59.019 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-19T00:52:59.466Z[ recovery-image] Dec 19 00:52:59.029 INFO O| Dec 19 00:52:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73052024-12-19T00:52:59.468Z[ recovery-image] Dec 19 00:52:59.029 INFO O| Dec 19 00:52:59.029 INFO STEP 987 (remove_files) COMPLETE
73062024-12-19T00:52:59.468Z[ recovery-image] Dec 19 00:52:59.029 INFO O| Dec 19 00:52:59.029 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-19T00:52:59.478Z[ recovery-image] Dec 19 00:52:59.041 INFO O| Dec 19 00:52:59.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73082024-12-19T00:52:59.478Z[ recovery-image] Dec 19 00:52:59.041 INFO O| Dec 19 00:52:59.041 INFO STEP 988 (remove_files) COMPLETE
73092024-12-19T00:52:59.478Z[ recovery-image] Dec 19 00:52:59.042 INFO O| Dec 19 00:52:59.041 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-19T00:52:59.489Z[ recovery-image] Dec 19 00:52:59.052 INFO O| Dec 19 00:52:59.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73112024-12-19T00:52:59.489Z[ recovery-image] Dec 19 00:52:59.052 INFO O| Dec 19 00:52:59.052 INFO STEP 989 (remove_files) COMPLETE
73122024-12-19T00:52:59.489Z[ recovery-image] Dec 19 00:52:59.052 INFO O| Dec 19 00:52:59.052 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-19T00:52:59.501Z[ recovery-image] Dec 19 00:52:59.064 INFO O| Dec 19 00:52:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73142024-12-19T00:52:59.504Z[ recovery-image] Dec 19 00:52:59.064 INFO O| Dec 19 00:52:59.064 INFO STEP 990 (remove_files) COMPLETE
73152024-12-19T00:52:59.504Z[ recovery-image] Dec 19 00:52:59.064 INFO O| Dec 19 00:52:59.064 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-19T00:52:59.510Z[ recovery-image] Dec 19 00:52:59.074 INFO O| Dec 19 00:52:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73172024-12-19T00:52:59.510Z[ recovery-image] Dec 19 00:52:59.074 INFO O| Dec 19 00:52:59.074 INFO STEP 991 (remove_files) COMPLETE
73182024-12-19T00:52:59.510Z[ recovery-image] Dec 19 00:52:59.074 INFO O| Dec 19 00:52:59.074 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-19T00:52:59.520Z[ recovery-image] Dec 19 00:52:59.083 INFO O| Dec 19 00:52:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73202024-12-19T00:52:59.520Z[ recovery-image] Dec 19 00:52:59.084 INFO O| Dec 19 00:52:59.083 INFO STEP 992 (remove_files) COMPLETE
73212024-12-19T00:52:59.520Z[ recovery-image] Dec 19 00:52:59.084 INFO O| Dec 19 00:52:59.083 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-19T00:52:59.531Z[ recovery-image] Dec 19 00:52:59.094 INFO O| Dec 19 00:52:59.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73232024-12-19T00:52:59.531Z[ recovery-image] Dec 19 00:52:59.095 INFO O| Dec 19 00:52:59.095 INFO STEP 993 (remove_files) COMPLETE
73242024-12-19T00:52:59.534Z[ recovery-image] Dec 19 00:52:59.095 INFO O| Dec 19 00:52:59.095 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-19T00:52:59.541Z[ recovery-image] Dec 19 00:52:59.104 INFO O| Dec 19 00:52:59.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73262024-12-19T00:52:59.544Z[ recovery-image] Dec 19 00:52:59.105 INFO O| Dec 19 00:52:59.104 INFO STEP 994 (remove_files) COMPLETE
73272024-12-19T00:52:59.544Z[ recovery-image] Dec 19 00:52:59.105 INFO O| Dec 19 00:52:59.105 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-19T00:52:59.551Z[ recovery-image] Dec 19 00:52:59.114 INFO O| Dec 19 00:52:59.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73292024-12-19T00:52:59.551Z[ recovery-image] Dec 19 00:52:59.114 INFO O| Dec 19 00:52:59.114 INFO STEP 995 (remove_files) COMPLETE
73302024-12-19T00:52:59.551Z[ recovery-image] Dec 19 00:52:59.114 INFO O| Dec 19 00:52:59.114 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-19T00:52:59.561Z[ recovery-image] Dec 19 00:52:59.124 INFO O| Dec 19 00:52:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73322024-12-19T00:52:59.561Z[ recovery-image] Dec 19 00:52:59.124 INFO O| Dec 19 00:52:59.124 INFO STEP 996 (remove_files) COMPLETE
73332024-12-19T00:52:59.563Z[ recovery-image] Dec 19 00:52:59.124 INFO O| Dec 19 00:52:59.124 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-19T00:52:59.570Z[ recovery-image] Dec 19 00:52:59.134 INFO O| Dec 19 00:52:59.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73352024-12-19T00:52:59.573Z[ recovery-image] Dec 19 00:52:59.134 INFO O| Dec 19 00:52:59.134 INFO STEP 997 (remove_files) COMPLETE
73362024-12-19T00:52:59.573Z[ recovery-image] Dec 19 00:52:59.134 INFO O| Dec 19 00:52:59.134 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-19T00:52:59.580Z[ recovery-image] Dec 19 00:52:59.144 INFO O| Dec 19 00:52:59.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73382024-12-19T00:52:59.580Z[ recovery-image] Dec 19 00:52:59.144 INFO O| Dec 19 00:52:59.144 INFO STEP 998 (remove_files) COMPLETE
73392024-12-19T00:52:59.583Z[ recovery-image] Dec 19 00:52:59.144 INFO O| Dec 19 00:52:59.144 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-19T00:52:59.590Z[ recovery-image] Dec 19 00:52:59.153 INFO O| Dec 19 00:52:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73412024-12-19T00:52:59.590Z[ recovery-image] Dec 19 00:52:59.153 INFO O| Dec 19 00:52:59.153 INFO STEP 999 (remove_files) COMPLETE
73422024-12-19T00:52:59.590Z[ recovery-image] Dec 19 00:52:59.153 INFO O| Dec 19 00:52:59.153 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-19T00:52:59.600Z[ recovery-image] Dec 19 00:52:59.163 INFO O| Dec 19 00:52:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73442024-12-19T00:52:59.600Z[ recovery-image] Dec 19 00:52:59.163 INFO O| Dec 19 00:52:59.163 INFO STEP 1000 (remove_files) COMPLETE
73452024-12-19T00:52:59.600Z[ recovery-image] Dec 19 00:52:59.163 INFO O| Dec 19 00:52:59.163 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-19T00:52:59.610Z[ recovery-image] Dec 19 00:52:59.174 INFO O| Dec 19 00:52:59.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73472024-12-19T00:52:59.610Z[ recovery-image] Dec 19 00:52:59.174 INFO O| Dec 19 00:52:59.174 INFO STEP 1001 (remove_files) COMPLETE
73482024-12-19T00:52:59.613Z[ recovery-image] Dec 19 00:52:59.174 INFO O| Dec 19 00:52:59.174 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-19T00:52:59.621Z[ recovery-image] Dec 19 00:52:59.184 INFO O| Dec 19 00:52:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73502024-12-19T00:52:59.621Z[ recovery-image] Dec 19 00:52:59.185 INFO O| Dec 19 00:52:59.185 INFO STEP 1002 (remove_files) COMPLETE
73512024-12-19T00:52:59.621Z[ recovery-image] Dec 19 00:52:59.185 INFO O| Dec 19 00:52:59.185 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-19T00:52:59.633Z[ recovery-image] Dec 19 00:52:59.197 INFO O| Dec 19 00:52:59.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73532024-12-19T00:52:59.637Z[ recovery-image] Dec 19 00:52:59.197 INFO O| Dec 19 00:52:59.197 INFO STEP 1003 (remove_files) COMPLETE
73542024-12-19T00:52:59.637Z[ recovery-image] Dec 19 00:52:59.197 INFO O| Dec 19 00:52:59.197 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-19T00:52:59.643Z[ recovery-image] Dec 19 00:52:59.207 INFO O| Dec 19 00:52:59.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73562024-12-19T00:52:59.643Z[ recovery-image] Dec 19 00:52:59.207 INFO O| Dec 19 00:52:59.207 INFO STEP 1004 (remove_files) COMPLETE
73572024-12-19T00:52:59.646Z[ recovery-image] Dec 19 00:52:59.207 INFO O| Dec 19 00:52:59.207 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-19T00:52:59.654Z[ recovery-image] Dec 19 00:52:59.217 INFO O| Dec 19 00:52:59.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73592024-12-19T00:52:59.656Z[ recovery-image] Dec 19 00:52:59.217 INFO O| Dec 19 00:52:59.217 INFO STEP 1005 (remove_files) COMPLETE
73602024-12-19T00:52:59.656Z[ recovery-image] Dec 19 00:52:59.217 INFO O| Dec 19 00:52:59.217 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-19T00:52:59.665Z[ recovery-image] Dec 19 00:52:59.228 INFO O| Dec 19 00:52:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73622024-12-19T00:52:59.665Z[ recovery-image] Dec 19 00:52:59.228 INFO O| Dec 19 00:52:59.228 INFO STEP 1006 (remove_files) COMPLETE
73632024-12-19T00:52:59.668Z[ recovery-image] Dec 19 00:52:59.228 INFO O| Dec 19 00:52:59.228 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-19T00:52:59.675Z[ recovery-image] Dec 19 00:52:59.238 INFO O| Dec 19 00:52:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73652024-12-19T00:52:59.675Z[ recovery-image] Dec 19 00:52:59.239 INFO O| Dec 19 00:52:59.239 INFO STEP 1007 (remove_files) COMPLETE
73662024-12-19T00:52:59.675Z[ recovery-image] Dec 19 00:52:59.239 INFO O| Dec 19 00:52:59.239 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-19T00:52:59.685Z[ recovery-image] Dec 19 00:52:59.249 INFO O| Dec 19 00:52:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73682024-12-19T00:52:59.685Z[ recovery-image] Dec 19 00:52:59.249 INFO O| Dec 19 00:52:59.249 INFO STEP 1008 (remove_files) COMPLETE
73692024-12-19T00:52:59.688Z[ recovery-image] Dec 19 00:52:59.249 INFO O| Dec 19 00:52:59.249 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-19T00:52:59.695Z[ recovery-image] Dec 19 00:52:59.258 INFO O| Dec 19 00:52:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73712024-12-19T00:52:59.695Z[ recovery-image] Dec 19 00:52:59.259 INFO O| Dec 19 00:52:59.259 INFO STEP 1009 (remove_files) COMPLETE
73722024-12-19T00:52:59.695Z[ recovery-image] Dec 19 00:52:59.259 INFO O| Dec 19 00:52:59.259 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-19T00:52:59.705Z[ recovery-image] Dec 19 00:52:59.268 INFO O| Dec 19 00:52:59.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73742024-12-19T00:52:59.707Z[ recovery-image] Dec 19 00:52:59.268 INFO O| Dec 19 00:52:59.268 INFO STEP 1010 (remove_files) COMPLETE
73752024-12-19T00:52:59.707Z[ recovery-image] Dec 19 00:52:59.268 INFO O| Dec 19 00:52:59.268 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-19T00:52:59.715Z[ recovery-image] Dec 19 00:52:59.278 INFO O| Dec 19 00:52:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73772024-12-19T00:52:59.715Z[ recovery-image] Dec 19 00:52:59.279 INFO O| Dec 19 00:52:59.278 INFO STEP 1011 (remove_files) COMPLETE
73782024-12-19T00:52:59.715Z[ recovery-image] Dec 19 00:52:59.279 INFO O| Dec 19 00:52:59.278 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-19T00:52:59.725Z[ recovery-image] Dec 19 00:52:59.289 INFO O| Dec 19 00:52:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73802024-12-19T00:52:59.725Z[ recovery-image] Dec 19 00:52:59.289 INFO O| Dec 19 00:52:59.289 INFO STEP 1012 (remove_files) COMPLETE
73812024-12-19T00:52:59.727Z[ recovery-image] Dec 19 00:52:59.289 INFO O| Dec 19 00:52:59.289 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-19T00:52:59.736Z[ recovery-image] Dec 19 00:52:59.299 INFO O| Dec 19 00:52:59.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73832024-12-19T00:52:59.736Z[ recovery-image] Dec 19 00:52:59.299 INFO O| Dec 19 00:52:59.299 INFO STEP 1013 (remove_files) COMPLETE
73842024-12-19T00:52:59.738Z[ recovery-image] Dec 19 00:52:59.299 INFO O| Dec 19 00:52:59.299 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-19T00:52:59.747Z[ recovery-image] Dec 19 00:52:59.310 INFO O| Dec 19 00:52:59.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73862024-12-19T00:52:59.748Z[ recovery-image] Dec 19 00:52:59.310 INFO O| Dec 19 00:52:59.310 INFO STEP 1014 (remove_files) COMPLETE
73872024-12-19T00:52:59.748Z[ recovery-image] Dec 19 00:52:59.310 INFO O| Dec 19 00:52:59.310 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-19T00:52:59.757Z[ recovery-image] Dec 19 00:52:59.321 INFO O| Dec 19 00:52:59.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73892024-12-19T00:52:59.757Z[ recovery-image] Dec 19 00:52:59.321 INFO O| Dec 19 00:52:59.321 INFO STEP 1015 (remove_files) COMPLETE
73902024-12-19T00:52:59.760Z[ recovery-image] Dec 19 00:52:59.321 INFO O| Dec 19 00:52:59.321 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-19T00:52:59.768Z[ recovery-image] Dec 19 00:52:59.332 INFO O| Dec 19 00:52:59.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73922024-12-19T00:52:59.768Z[ recovery-image] Dec 19 00:52:59.332 INFO O| Dec 19 00:52:59.332 INFO STEP 1016 (remove_files) COMPLETE
73932024-12-19T00:52:59.768Z[ recovery-image] Dec 19 00:52:59.332 INFO O| Dec 19 00:52:59.332 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-19T00:52:59.779Z[ recovery-image] Dec 19 00:52:59.342 INFO O| Dec 19 00:52:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73952024-12-19T00:52:59.782Z[ recovery-image] Dec 19 00:52:59.343 INFO O| Dec 19 00:52:59.343 INFO STEP 1017 (remove_files) COMPLETE
73962024-12-19T00:52:59.782Z[ recovery-image] Dec 19 00:52:59.343 INFO O| Dec 19 00:52:59.343 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-19T00:52:59.790Z[ recovery-image] Dec 19 00:52:59.353 INFO O| Dec 19 00:52:59.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73982024-12-19T00:52:59.790Z[ recovery-image] Dec 19 00:52:59.353 INFO O| Dec 19 00:52:59.353 INFO STEP 1018 (remove_files) COMPLETE
73992024-12-19T00:52:59.790Z[ recovery-image] Dec 19 00:52:59.353 INFO O| Dec 19 00:52:59.353 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-19T00:52:59.801Z[ recovery-image] Dec 19 00:52:59.365 INFO O| Dec 19 00:52:59.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74012024-12-19T00:52:59.801Z[ recovery-image] Dec 19 00:52:59.365 INFO O| Dec 19 00:52:59.365 INFO STEP 1019 (remove_files) COMPLETE
74022024-12-19T00:52:59.801Z[ recovery-image] Dec 19 00:52:59.365 INFO O| Dec 19 00:52:59.365 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-19T00:52:59.812Z[ recovery-image] Dec 19 00:52:59.375 INFO O| Dec 19 00:52:59.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74042024-12-19T00:52:59.815Z[ recovery-image] Dec 19 00:52:59.376 INFO O| Dec 19 00:52:59.376 INFO STEP 1020 (remove_files) COMPLETE
74052024-12-19T00:52:59.815Z[ recovery-image] Dec 19 00:52:59.376 INFO O| Dec 19 00:52:59.376 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-19T00:52:59.823Z[ recovery-image] Dec 19 00:52:59.386 INFO O| Dec 19 00:52:59.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74072024-12-19T00:52:59.823Z[ recovery-image] Dec 19 00:52:59.386 INFO O| Dec 19 00:52:59.386 INFO STEP 1021 (remove_files) COMPLETE
74082024-12-19T00:52:59.823Z[ recovery-image] Dec 19 00:52:59.386 INFO O| Dec 19 00:52:59.386 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-19T00:52:59.833Z[ recovery-image] Dec 19 00:52:59.397 INFO O| Dec 19 00:52:59.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74102024-12-19T00:52:59.833Z[ recovery-image] Dec 19 00:52:59.397 INFO O| Dec 19 00:52:59.397 INFO STEP 1022 (remove_files) COMPLETE
74112024-12-19T00:52:59.833Z[ recovery-image] Dec 19 00:52:59.397 INFO O| Dec 19 00:52:59.397 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-19T00:52:59.844Z[ recovery-image] Dec 19 00:52:59.407 INFO O| Dec 19 00:52:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74132024-12-19T00:52:59.844Z[ recovery-image] Dec 19 00:52:59.407 INFO O| Dec 19 00:52:59.407 INFO STEP 1023 (remove_files) COMPLETE
74142024-12-19T00:52:59.844Z[ recovery-image] Dec 19 00:52:59.407 INFO O| Dec 19 00:52:59.407 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-19T00:52:59.854Z[ recovery-image] Dec 19 00:52:59.418 INFO O| Dec 19 00:52:59.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74162024-12-19T00:52:59.854Z[ recovery-image] Dec 19 00:52:59.418 INFO O| Dec 19 00:52:59.418 INFO STEP 1024 (remove_files) COMPLETE
74172024-12-19T00:52:59.854Z[ recovery-image] Dec 19 00:52:59.418 INFO O| Dec 19 00:52:59.418 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-19T00:52:59.864Z[ recovery-image] Dec 19 00:52:59.428 INFO O| Dec 19 00:52:59.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74192024-12-19T00:52:59.864Z[ recovery-image] Dec 19 00:52:59.428 INFO O| Dec 19 00:52:59.428 INFO STEP 1025 (remove_files) COMPLETE
74202024-12-19T00:52:59.864Z[ recovery-image] Dec 19 00:52:59.428 INFO O| Dec 19 00:52:59.428 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-19T00:52:59.875Z[ recovery-image] Dec 19 00:52:59.438 INFO O| Dec 19 00:52:59.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74222024-12-19T00:52:59.875Z[ recovery-image] Dec 19 00:52:59.438 INFO O| Dec 19 00:52:59.438 INFO STEP 1026 (remove_files) COMPLETE
74232024-12-19T00:52:59.877Z[ recovery-image] Dec 19 00:52:59.438 INFO O| Dec 19 00:52:59.438 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-19T00:52:59.879Z[ host-image] Dec 19 00:52:59.442 INFO O| Dec 19 00:52:59.442 INFO O| Done
74252024-12-19T00:52:59.886Z[ recovery-image] Dec 19 00:52:59.449 INFO O| Dec 19 00:52:59.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74262024-12-19T00:52:59.886Z[ recovery-image] Dec 19 00:52:59.449 INFO O| Dec 19 00:52:59.449 INFO STEP 1027 (remove_files) COMPLETE
74272024-12-19T00:52:59.888Z[ recovery-image] Dec 19 00:52:59.449 INFO O| Dec 19 00:52:59.449 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-19T00:52:59.897Z[ recovery-image] Dec 19 00:52:59.460 INFO O| Dec 19 00:52:59.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74292024-12-19T00:52:59.899Z[ recovery-image] Dec 19 00:52:59.460 INFO O| Dec 19 00:52:59.460 INFO STEP 1028 (remove_files) COMPLETE
74302024-12-19T00:52:59.899Z[ recovery-image] Dec 19 00:52:59.460 INFO O| Dec 19 00:52:59.460 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-19T00:52:59.908Z[ recovery-image] Dec 19 00:52:59.471 INFO O| Dec 19 00:52:59.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74322024-12-19T00:52:59.908Z[ recovery-image] Dec 19 00:52:59.471 INFO O| Dec 19 00:52:59.471 INFO STEP 1029 (remove_files) COMPLETE
74332024-12-19T00:52:59.908Z[ recovery-image] Dec 19 00:52:59.471 INFO O| Dec 19 00:52:59.471 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-19T00:52:59.918Z[ recovery-image] Dec 19 00:52:59.482 INFO O| Dec 19 00:52:59.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74352024-12-19T00:52:59.921Z[ recovery-image] Dec 19 00:52:59.482 INFO O| Dec 19 00:52:59.482 INFO STEP 1030 (remove_files) COMPLETE
74362024-12-19T00:52:59.921Z[ recovery-image] Dec 19 00:52:59.482 INFO O| Dec 19 00:52:59.482 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-19T00:52:59.929Z[ recovery-image] Dec 19 00:52:59.492 INFO O| Dec 19 00:52:59.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74382024-12-19T00:52:59.931Z[ recovery-image] Dec 19 00:52:59.492 INFO O| Dec 19 00:52:59.492 INFO STEP 1031 (remove_files) COMPLETE
74392024-12-19T00:52:59.931Z[ recovery-image] Dec 19 00:52:59.492 INFO O| Dec 19 00:52:59.492 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-19T00:52:59.939Z[ recovery-image] Dec 19 00:52:59.502 INFO O| Dec 19 00:52:59.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74412024-12-19T00:52:59.941Z[ recovery-image] Dec 19 00:52:59.502 INFO O| Dec 19 00:52:59.502 INFO STEP 1032 (remove_files) COMPLETE
74422024-12-19T00:52:59.941Z[ recovery-image] Dec 19 00:52:59.502 INFO O| Dec 19 00:52:59.502 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-19T00:52:59.949Z[ recovery-image] Dec 19 00:52:59.513 INFO O| Dec 19 00:52:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74442024-12-19T00:52:59.952Z[ recovery-image] Dec 19 00:52:59.513 INFO O| Dec 19 00:52:59.513 INFO STEP 1033 (remove_files) COMPLETE
74452024-12-19T00:52:59.952Z[ recovery-image] Dec 19 00:52:59.513 INFO O| Dec 19 00:52:59.513 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-19T00:52:59.959Z[ recovery-image] Dec 19 00:52:59.523 INFO O| Dec 19 00:52:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74472024-12-19T00:52:59.959Z[ recovery-image] Dec 19 00:52:59.523 INFO O| Dec 19 00:52:59.523 INFO STEP 1034 (remove_files) COMPLETE
74482024-12-19T00:52:59.962Z[ recovery-image] Dec 19 00:52:59.523 INFO O| Dec 19 00:52:59.523 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-19T00:52:59.969Z[ recovery-image] Dec 19 00:52:59.533 INFO O| Dec 19 00:52:59.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74502024-12-19T00:52:59.972Z[ recovery-image] Dec 19 00:52:59.533 INFO O| Dec 19 00:52:59.533 INFO STEP 1035 (remove_files) COMPLETE
74512024-12-19T00:52:59.972Z[ recovery-image] Dec 19 00:52:59.533 INFO O| Dec 19 00:52:59.533 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-19T00:52:59.979Z[ recovery-image] Dec 19 00:52:59.543 INFO O| Dec 19 00:52:59.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74532024-12-19T00:52:59.979Z[ recovery-image] Dec 19 00:52:59.543 INFO O| Dec 19 00:52:59.543 INFO STEP 1036 (remove_files) COMPLETE
74542024-12-19T00:52:59.982Z[ recovery-image] Dec 19 00:52:59.543 INFO O| Dec 19 00:52:59.543 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-19T00:52:59.990Z[ recovery-image] Dec 19 00:52:59.553 INFO O| Dec 19 00:52:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74562024-12-19T00:52:59.992Z[ recovery-image] Dec 19 00:52:59.553 INFO O| Dec 19 00:52:59.553 INFO STEP 1037 (remove_files) COMPLETE
74572024-12-19T00:52:59.992Z[ recovery-image] Dec 19 00:52:59.553 INFO O| Dec 19 00:52:59.553 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-19T00:53:00.000Z[ recovery-image] Dec 19 00:52:59.563 INFO O| Dec 19 00:52:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74592024-12-19T00:53:00.000Z[ recovery-image] Dec 19 00:52:59.563 INFO O| Dec 19 00:52:59.563 INFO STEP 1038 (remove_files) COMPLETE
74602024-12-19T00:53:00.002Z[ recovery-image] Dec 19 00:52:59.563 INFO O| Dec 19 00:52:59.563 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-19T00:53:00.010Z[ recovery-image] Dec 19 00:52:59.573 INFO O| Dec 19 00:52:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74622024-12-19T00:53:00.010Z[ recovery-image] Dec 19 00:52:59.573 INFO O| Dec 19 00:52:59.573 INFO STEP 1039 (remove_files) COMPLETE
74632024-12-19T00:53:00.010Z[ recovery-image] Dec 19 00:52:59.573 INFO O| Dec 19 00:52:59.573 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-19T00:53:00.020Z[ recovery-image] Dec 19 00:52:59.583 INFO O| Dec 19 00:52:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74652024-12-19T00:53:00.022Z[ recovery-image] Dec 19 00:52:59.583 INFO O| Dec 19 00:52:59.583 INFO STEP 1040 (remove_files) COMPLETE
74662024-12-19T00:53:00.023Z[ recovery-image] Dec 19 00:52:59.583 INFO O| Dec 19 00:52:59.583 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-19T00:53:00.030Z[ recovery-image] Dec 19 00:52:59.593 INFO O| Dec 19 00:52:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74682024-12-19T00:53:00.033Z[ recovery-image] Dec 19 00:52:59.593 INFO O| Dec 19 00:52:59.593 INFO STEP 1041 (remove_files) COMPLETE
74692024-12-19T00:53:00.033Z[ recovery-image] Dec 19 00:52:59.593 INFO O| Dec 19 00:52:59.593 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-19T00:53:00.040Z[ recovery-image] Dec 19 00:52:59.603 INFO O| Dec 19 00:52:59.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74712024-12-19T00:53:00.040Z[ recovery-image] Dec 19 00:52:59.603 INFO O| Dec 19 00:52:59.603 INFO STEP 1042 (remove_files) COMPLETE
74722024-12-19T00:53:00.043Z[ recovery-image] Dec 19 00:52:59.603 INFO O| Dec 19 00:52:59.603 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-19T00:53:00.052Z[ recovery-image] Dec 19 00:52:59.613 INFO O| Dec 19 00:52:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74742024-12-19T00:53:00.052Z[ recovery-image] Dec 19 00:52:59.613 INFO O| Dec 19 00:52:59.613 INFO STEP 1043 (remove_files) COMPLETE
74752024-12-19T00:53:00.055Z[ recovery-image] Dec 19 00:52:59.613 INFO O| Dec 19 00:52:59.613 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-19T00:53:00.061Z[ recovery-image] Dec 19 00:52:59.624 INFO O| Dec 19 00:52:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74772024-12-19T00:53:00.061Z[ recovery-image] Dec 19 00:52:59.625 INFO O| Dec 19 00:52:59.625 INFO STEP 1044 (remove_files) COMPLETE
74782024-12-19T00:53:00.065Z[ recovery-image] Dec 19 00:52:59.625 INFO O| Dec 19 00:52:59.625 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-19T00:53:00.071Z[ recovery-image] Dec 19 00:52:59.635 INFO O| Dec 19 00:52:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74802024-12-19T00:53:00.074Z[ recovery-image] Dec 19 00:52:59.635 INFO O| Dec 19 00:52:59.635 INFO STEP 1045 (remove_files) COMPLETE
74812024-12-19T00:53:00.074Z[ recovery-image] Dec 19 00:52:59.635 INFO O| Dec 19 00:52:59.635 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-19T00:53:00.082Z[ recovery-image] Dec 19 00:52:59.646 INFO O| Dec 19 00:52:59.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74832024-12-19T00:53:00.086Z[ recovery-image] Dec 19 00:52:59.646 INFO O| Dec 19 00:52:59.646 INFO STEP 1046 (remove_files) COMPLETE
74842024-12-19T00:53:00.086Z[ recovery-image] Dec 19 00:52:59.646 INFO O| Dec 19 00:52:59.646 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-19T00:53:00.095Z[ recovery-image] Dec 19 00:52:59.658 INFO O| Dec 19 00:52:59.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74862024-12-19T00:53:00.095Z[ recovery-image] Dec 19 00:52:59.658 INFO O| Dec 19 00:52:59.658 INFO STEP 1047 (remove_files) COMPLETE
74872024-12-19T00:53:00.097Z[ recovery-image] Dec 19 00:52:59.658 INFO O| Dec 19 00:52:59.658 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-19T00:53:00.105Z[ recovery-image] Dec 19 00:52:59.669 INFO O| Dec 19 00:52:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74892024-12-19T00:53:00.105Z[ recovery-image] Dec 19 00:52:59.669 INFO O| Dec 19 00:52:59.669 INFO STEP 1048 (remove_files) COMPLETE
74902024-12-19T00:53:00.108Z[ recovery-image] Dec 19 00:52:59.669 INFO O| Dec 19 00:52:59.669 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-19T00:53:00.118Z[ recovery-image] Dec 19 00:52:59.681 INFO O| Dec 19 00:52:59.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74922024-12-19T00:53:00.118Z[ recovery-image] Dec 19 00:52:59.681 INFO O| Dec 19 00:52:59.681 INFO STEP 1049 (remove_files) COMPLETE
74932024-12-19T00:53:00.118Z[ recovery-image] Dec 19 00:52:59.681 INFO O| Dec 19 00:52:59.681 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-19T00:53:00.129Z[ recovery-image] Dec 19 00:52:59.693 INFO O| Dec 19 00:52:59.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74952024-12-19T00:53:00.129Z[ recovery-image] Dec 19 00:52:59.693 INFO O| Dec 19 00:52:59.693 INFO STEP 1050 (remove_files) COMPLETE
74962024-12-19T00:53:00.130Z[ recovery-image] Dec 19 00:52:59.693 INFO O| Dec 19 00:52:59.693 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-19T00:53:00.143Z[ recovery-image] Dec 19 00:52:59.706 INFO O| Dec 19 00:52:59.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74982024-12-19T00:53:00.143Z[ recovery-image] Dec 19 00:52:59.706 INFO O| Dec 19 00:52:59.706 INFO STEP 1051 (remove_files) COMPLETE
74992024-12-19T00:53:00.143Z[ recovery-image] Dec 19 00:52:59.706 INFO O| Dec 19 00:52:59.706 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-19T00:53:00.154Z[ recovery-image] Dec 19 00:52:59.717 INFO O| Dec 19 00:52:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75012024-12-19T00:53:00.154Z[ recovery-image] Dec 19 00:52:59.717 INFO O| Dec 19 00:52:59.717 INFO STEP 1052 (remove_files) COMPLETE
75022024-12-19T00:53:00.154Z[ recovery-image] Dec 19 00:52:59.717 INFO O| Dec 19 00:52:59.717 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-19T00:53:00.166Z[ recovery-image] Dec 19 00:52:59.729 INFO O| Dec 19 00:52:59.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75042024-12-19T00:53:00.166Z[ recovery-image] Dec 19 00:52:59.729 INFO O| Dec 19 00:52:59.729 INFO STEP 1053 (remove_files) COMPLETE
75052024-12-19T00:53:00.166Z[ recovery-image] Dec 19 00:52:59.729 INFO O| Dec 19 00:52:59.729 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-19T00:53:00.180Z[ recovery-image] Dec 19 00:52:59.743 INFO O| Dec 19 00:52:59.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75072024-12-19T00:53:00.180Z[ recovery-image] Dec 19 00:52:59.743 INFO O| Dec 19 00:52:59.743 INFO STEP 1054 (remove_files) COMPLETE
75082024-12-19T00:53:00.180Z[ recovery-image] Dec 19 00:52:59.743 INFO O| Dec 19 00:52:59.743 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-19T00:53:00.192Z[ recovery-image] Dec 19 00:52:59.755 INFO O| Dec 19 00:52:59.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75102024-12-19T00:53:00.192Z[ recovery-image] Dec 19 00:52:59.755 INFO O| Dec 19 00:52:59.755 INFO STEP 1055 (remove_files) COMPLETE
75112024-12-19T00:53:00.194Z[ recovery-image] Dec 19 00:52:59.755 INFO O| Dec 19 00:52:59.755 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-19T00:53:00.202Z[ recovery-image] Dec 19 00:52:59.766 INFO O| Dec 19 00:52:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75132024-12-19T00:53:00.202Z[ recovery-image] Dec 19 00:52:59.766 INFO O| Dec 19 00:52:59.766 INFO STEP 1056 (remove_files) COMPLETE
75142024-12-19T00:53:00.205Z[ recovery-image] Dec 19 00:52:59.766 INFO O| Dec 19 00:52:59.766 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-19T00:53:00.214Z[ recovery-image] Dec 19 00:52:59.778 INFO O| Dec 19 00:52:59.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75162024-12-19T00:53:00.214Z[ recovery-image] Dec 19 00:52:59.778 INFO O| Dec 19 00:52:59.778 INFO STEP 1057 (remove_files) COMPLETE
75172024-12-19T00:53:00.214Z[ recovery-image] Dec 19 00:52:59.778 INFO O| Dec 19 00:52:59.778 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-19T00:53:00.225Z[ recovery-image] Dec 19 00:52:59.788 INFO O| Dec 19 00:52:59.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75192024-12-19T00:53:00.225Z[ recovery-image] Dec 19 00:52:59.789 INFO O| Dec 19 00:52:59.788 INFO STEP 1058 (remove_files) COMPLETE
75202024-12-19T00:53:00.225Z[ recovery-image] Dec 19 00:52:59.789 INFO O| Dec 19 00:52:59.789 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-19T00:53:00.235Z[ recovery-image] Dec 19 00:52:59.799 INFO O| Dec 19 00:52:59.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75222024-12-19T00:53:00.235Z[ recovery-image] Dec 19 00:52:59.799 INFO O| Dec 19 00:52:59.799 INFO STEP 1059 (remove_files) COMPLETE
75232024-12-19T00:53:00.235Z[ recovery-image] Dec 19 00:52:59.799 INFO O| Dec 19 00:52:59.799 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-19T00:53:00.246Z[ recovery-image] Dec 19 00:52:59.809 INFO O| Dec 19 00:52:59.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75252024-12-19T00:53:00.246Z[ recovery-image] Dec 19 00:52:59.809 INFO O| Dec 19 00:52:59.809 INFO STEP 1060 (remove_files) COMPLETE
75262024-12-19T00:53:00.246Z[ recovery-image] Dec 19 00:52:59.809 INFO O| Dec 19 00:52:59.809 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-19T00:53:00.258Z[ recovery-image] Dec 19 00:52:59.822 INFO O| Dec 19 00:52:59.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75282024-12-19T00:53:00.261Z[ recovery-image] Dec 19 00:52:59.822 INFO O| Dec 19 00:52:59.822 INFO STEP 1061 (remove_files) COMPLETE
75292024-12-19T00:53:00.261Z[ recovery-image] Dec 19 00:52:59.822 INFO O| Dec 19 00:52:59.822 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-19T00:53:00.268Z[ recovery-image] Dec 19 00:52:59.832 INFO O| Dec 19 00:52:59.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75312024-12-19T00:53:00.268Z[ recovery-image] Dec 19 00:52:59.832 INFO O| Dec 19 00:52:59.832 INFO STEP 1062 (remove_files) COMPLETE
75322024-12-19T00:53:00.269Z[ recovery-image] Dec 19 00:52:59.832 INFO O| Dec 19 00:52:59.832 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-19T00:53:00.278Z[ recovery-image] Dec 19 00:52:59.842 INFO O| Dec 19 00:52:59.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75342024-12-19T00:53:00.278Z[ recovery-image] Dec 19 00:52:59.842 INFO O| Dec 19 00:52:59.842 INFO STEP 1063 (remove_files) COMPLETE
75352024-12-19T00:53:00.281Z[ recovery-image] Dec 19 00:52:59.842 INFO O| Dec 19 00:52:59.842 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-19T00:53:00.288Z[ recovery-image] Dec 19 00:52:59.852 INFO O| Dec 19 00:52:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75372024-12-19T00:53:00.289Z[ recovery-image] Dec 19 00:52:59.852 INFO O| Dec 19 00:52:59.852 INFO STEP 1064 (remove_files) COMPLETE
75382024-12-19T00:53:00.289Z[ recovery-image] Dec 19 00:52:59.852 INFO O| Dec 19 00:52:59.852 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-19T00:53:00.298Z[ recovery-image] Dec 19 00:52:59.862 INFO O| Dec 19 00:52:59.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75402024-12-19T00:53:00.298Z[ recovery-image] Dec 19 00:52:59.862 INFO O| Dec 19 00:52:59.862 INFO STEP 1065 (remove_files) COMPLETE
75412024-12-19T00:53:00.301Z[ recovery-image] Dec 19 00:52:59.862 INFO O| Dec 19 00:52:59.862 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-19T00:53:00.308Z[ recovery-image] Dec 19 00:52:59.871 INFO O| Dec 19 00:52:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75432024-12-19T00:53:00.311Z[ recovery-image] Dec 19 00:52:59.872 INFO O| Dec 19 00:52:59.871 INFO STEP 1066 (remove_files) COMPLETE
75442024-12-19T00:53:00.311Z[ recovery-image] Dec 19 00:52:59.872 INFO O| Dec 19 00:52:59.871 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-19T00:53:00.318Z[ recovery-image] Dec 19 00:52:59.881 INFO O| Dec 19 00:52:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75462024-12-19T00:53:00.318Z[ recovery-image] Dec 19 00:52:59.881 INFO O| Dec 19 00:52:59.881 INFO STEP 1067 (remove_files) COMPLETE
75472024-12-19T00:53:00.318Z[ recovery-image] Dec 19 00:52:59.881 INFO O| Dec 19 00:52:59.881 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-19T00:53:00.327Z[ recovery-image] Dec 19 00:52:59.891 INFO O| Dec 19 00:52:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75492024-12-19T00:53:00.327Z[ recovery-image] Dec 19 00:52:59.891 INFO O| Dec 19 00:52:59.891 INFO STEP 1068 (remove_files) COMPLETE
75502024-12-19T00:53:00.327Z[ recovery-image] Dec 19 00:52:59.891 INFO O| Dec 19 00:52:59.891 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-19T00:53:00.338Z[ recovery-image] Dec 19 00:52:59.901 INFO O| Dec 19 00:52:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75522024-12-19T00:53:00.338Z[ recovery-image] Dec 19 00:52:59.901 INFO O| Dec 19 00:52:59.901 INFO STEP 1069 (remove_files) COMPLETE
75532024-12-19T00:53:00.338Z[ recovery-image] Dec 19 00:52:59.901 INFO O| Dec 19 00:52:59.901 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-19T00:53:00.347Z[ recovery-image] Dec 19 00:52:59.911 INFO O| Dec 19 00:52:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75552024-12-19T00:53:00.347Z[ recovery-image] Dec 19 00:52:59.911 INFO O| Dec 19 00:52:59.911 INFO STEP 1070 (remove_files) COMPLETE
75562024-12-19T00:53:00.348Z[ recovery-image] Dec 19 00:52:59.911 INFO O| Dec 19 00:52:59.911 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-19T00:53:00.357Z[ recovery-image] Dec 19 00:52:59.921 INFO O| Dec 19 00:52:59.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75582024-12-19T00:53:00.357Z[ recovery-image] Dec 19 00:52:59.921 INFO O| Dec 19 00:52:59.921 INFO STEP 1071 (remove_files) COMPLETE
75592024-12-19T00:53:00.357Z[ recovery-image] Dec 19 00:52:59.921 INFO O| Dec 19 00:52:59.921 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-19T00:53:00.367Z[ recovery-image] Dec 19 00:52:59.931 INFO O| Dec 19 00:52:59.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75612024-12-19T00:53:00.367Z[ recovery-image] Dec 19 00:52:59.931 INFO O| Dec 19 00:52:59.931 INFO STEP 1072 (remove_files) COMPLETE
75622024-12-19T00:53:00.367Z[ recovery-image] Dec 19 00:52:59.931 INFO O| Dec 19 00:52:59.931 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-19T00:53:00.378Z[ recovery-image] Dec 19 00:52:59.941 INFO O| Dec 19 00:52:59.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75642024-12-19T00:53:00.378Z[ recovery-image] Dec 19 00:52:59.941 INFO O| Dec 19 00:52:59.941 INFO STEP 1073 (remove_files) COMPLETE
75652024-12-19T00:53:00.378Z[ recovery-image] Dec 19 00:52:59.941 INFO O| Dec 19 00:52:59.941 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-19T00:53:00.388Z[ recovery-image] Dec 19 00:52:59.951 INFO O| Dec 19 00:52:59.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75672024-12-19T00:53:00.390Z[ recovery-image] Dec 19 00:52:59.951 INFO O| Dec 19 00:52:59.951 INFO STEP 1074 (remove_files) COMPLETE
75682024-12-19T00:53:00.390Z[ recovery-image] Dec 19 00:52:59.951 INFO O| Dec 19 00:52:59.951 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-19T00:53:00.398Z[ recovery-image] Dec 19 00:52:59.961 INFO O| Dec 19 00:52:59.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75702024-12-19T00:53:00.400Z[ recovery-image] Dec 19 00:52:59.961 INFO O| Dec 19 00:52:59.961 INFO STEP 1075 (remove_files) COMPLETE
75712024-12-19T00:53:00.400Z[ recovery-image] Dec 19 00:52:59.961 INFO O| Dec 19 00:52:59.961 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-19T00:53:00.407Z[ recovery-image] Dec 19 00:52:59.971 INFO O| Dec 19 00:52:59.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75732024-12-19T00:53:00.407Z[ recovery-image] Dec 19 00:52:59.971 INFO O| Dec 19 00:52:59.971 INFO STEP 1076 (remove_files) COMPLETE
75742024-12-19T00:53:00.410Z[ recovery-image] Dec 19 00:52:59.971 INFO O| Dec 19 00:52:59.971 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-19T00:53:00.418Z[ recovery-image] Dec 19 00:52:59.981 INFO O| Dec 19 00:52:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75762024-12-19T00:53:00.418Z[ recovery-image] Dec 19 00:52:59.981 INFO O| Dec 19 00:52:59.981 INFO STEP 1077 (remove_files) COMPLETE
75772024-12-19T00:53:00.418Z[ recovery-image] Dec 19 00:52:59.981 INFO O| Dec 19 00:52:59.981 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-19T00:53:00.428Z[ recovery-image] Dec 19 00:52:59.992 INFO O| Dec 19 00:52:59.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75792024-12-19T00:53:00.429Z[ recovery-image] Dec 19 00:52:59.992 INFO O| Dec 19 00:52:59.992 INFO STEP 1078 (remove_files) COMPLETE
75802024-12-19T00:53:00.429Z[ recovery-image] Dec 19 00:52:59.992 INFO O| Dec 19 00:52:59.992 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-19T00:53:00.440Z[ recovery-image] Dec 19 00:53:00.003 INFO O| Dec 19 00:53:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75822024-12-19T00:53:00.440Z[ recovery-image] Dec 19 00:53:00.003 INFO O| Dec 19 00:53:00.003 INFO STEP 1079 (remove_files) COMPLETE
75832024-12-19T00:53:00.440Z[ recovery-image] Dec 19 00:53:00.004 INFO O| Dec 19 00:53:00.003 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-19T00:53:00.450Z[ recovery-image] Dec 19 00:53:00.014 INFO O| Dec 19 00:53:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75852024-12-19T00:53:00.450Z[ recovery-image] Dec 19 00:53:00.014 INFO O| Dec 19 00:53:00.014 INFO STEP 1080 (remove_files) COMPLETE
75862024-12-19T00:53:00.453Z[ recovery-image] Dec 19 00:53:00.014 INFO O| Dec 19 00:53:00.014 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-19T00:53:00.460Z[ recovery-image] Dec 19 00:53:00.024 INFO O| Dec 19 00:53:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75882024-12-19T00:53:00.460Z[ recovery-image] Dec 19 00:53:00.024 INFO O| Dec 19 00:53:00.024 INFO STEP 1081 (remove_files) COMPLETE
75892024-12-19T00:53:00.463Z[ recovery-image] Dec 19 00:53:00.024 INFO O| Dec 19 00:53:00.024 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-19T00:53:00.470Z[ recovery-image] Dec 19 00:53:00.033 INFO O| Dec 19 00:53:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75912024-12-19T00:53:00.470Z[ recovery-image] Dec 19 00:53:00.033 INFO O| Dec 19 00:53:00.033 INFO STEP 1082 (remove_files) COMPLETE
75922024-12-19T00:53:00.472Z[ recovery-image] Dec 19 00:53:00.033 INFO O| Dec 19 00:53:00.033 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-19T00:53:00.480Z[ recovery-image] Dec 19 00:53:00.043 INFO O| Dec 19 00:53:00.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75942024-12-19T00:53:00.480Z[ recovery-image] Dec 19 00:53:00.043 INFO O| Dec 19 00:53:00.043 INFO STEP 1083 (remove_files) COMPLETE
75952024-12-19T00:53:00.480Z[ recovery-image] Dec 19 00:53:00.043 INFO O| Dec 19 00:53:00.043 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-19T00:53:00.489Z[ recovery-image] Dec 19 00:53:00.053 INFO O| Dec 19 00:53:00.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75972024-12-19T00:53:00.492Z[ recovery-image] Dec 19 00:53:00.053 INFO O| Dec 19 00:53:00.053 INFO STEP 1084 (remove_files) COMPLETE
75982024-12-19T00:53:00.492Z[ recovery-image] Dec 19 00:53:00.053 INFO O| Dec 19 00:53:00.053 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-19T00:53:00.499Z[ recovery-image] Dec 19 00:53:00.063 INFO O| Dec 19 00:53:00.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76002024-12-19T00:53:00.499Z[ recovery-image] Dec 19 00:53:00.063 INFO O| Dec 19 00:53:00.063 INFO STEP 1085 (remove_files) COMPLETE
76012024-12-19T00:53:00.499Z[ recovery-image] Dec 19 00:53:00.063 INFO O| Dec 19 00:53:00.063 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-19T00:53:00.509Z[ recovery-image] Dec 19 00:53:00.072 INFO O| Dec 19 00:53:00.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76032024-12-19T00:53:00.509Z[ recovery-image] Dec 19 00:53:00.072 INFO O| Dec 19 00:53:00.072 INFO STEP 1086 (remove_files) COMPLETE
76042024-12-19T00:53:00.509Z[ recovery-image] Dec 19 00:53:00.072 INFO O| Dec 19 00:53:00.072 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-19T00:53:00.518Z[ recovery-image] Dec 19 00:53:00.082 INFO O| Dec 19 00:53:00.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76062024-12-19T00:53:00.519Z[ recovery-image] Dec 19 00:53:00.082 INFO O| Dec 19 00:53:00.082 INFO STEP 1087 (remove_files) COMPLETE
76072024-12-19T00:53:00.522Z[ recovery-image] Dec 19 00:53:00.082 INFO O| Dec 19 00:53:00.082 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-19T00:53:00.528Z[ recovery-image] Dec 19 00:53:00.092 INFO O| Dec 19 00:53:00.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76092024-12-19T00:53:00.531Z[ recovery-image] Dec 19 00:53:00.092 INFO O| Dec 19 00:53:00.092 INFO STEP 1088 (remove_files) COMPLETE
76102024-12-19T00:53:00.531Z[ recovery-image] Dec 19 00:53:00.092 INFO O| Dec 19 00:53:00.092 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-19T00:53:00.538Z[ recovery-image] Dec 19 00:53:00.102 INFO O| Dec 19 00:53:00.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76122024-12-19T00:53:00.538Z[ recovery-image] Dec 19 00:53:00.102 INFO O| Dec 19 00:53:00.102 INFO STEP 1089 (remove_files) COMPLETE
76132024-12-19T00:53:00.541Z[ recovery-image] Dec 19 00:53:00.102 INFO O| Dec 19 00:53:00.102 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-19T00:53:00.548Z[ recovery-image] Dec 19 00:53:00.111 INFO O| Dec 19 00:53:00.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76152024-12-19T00:53:00.548Z[ recovery-image] Dec 19 00:53:00.111 INFO O| Dec 19 00:53:00.111 INFO STEP 1090 (remove_files) COMPLETE
76162024-12-19T00:53:00.550Z[ recovery-image] Dec 19 00:53:00.112 INFO O| Dec 19 00:53:00.111 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-19T00:53:00.558Z[ recovery-image] Dec 19 00:53:00.121 INFO O| Dec 19 00:53:00.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76182024-12-19T00:53:00.560Z[ recovery-image] Dec 19 00:53:00.122 INFO O| Dec 19 00:53:00.122 INFO STEP 1091 (remove_files) COMPLETE
76192024-12-19T00:53:00.560Z[ recovery-image] Dec 19 00:53:00.122 INFO O| Dec 19 00:53:00.122 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-19T00:53:00.568Z[ recovery-image] Dec 19 00:53:00.131 INFO O| Dec 19 00:53:00.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76212024-12-19T00:53:00.568Z[ recovery-image] Dec 19 00:53:00.131 INFO O| Dec 19 00:53:00.131 INFO STEP 1092 (remove_files) COMPLETE
76222024-12-19T00:53:00.571Z[ recovery-image] Dec 19 00:53:00.132 INFO O| Dec 19 00:53:00.131 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-19T00:53:00.578Z[ recovery-image] Dec 19 00:53:00.141 INFO O| Dec 19 00:53:00.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76242024-12-19T00:53:00.578Z[ recovery-image] Dec 19 00:53:00.141 INFO O| Dec 19 00:53:00.141 INFO STEP 1093 (remove_files) COMPLETE
76252024-12-19T00:53:00.580Z[ recovery-image] Dec 19 00:53:00.141 INFO O| Dec 19 00:53:00.141 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-19T00:53:00.588Z[ recovery-image] Dec 19 00:53:00.151 INFO O| Dec 19 00:53:00.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76272024-12-19T00:53:00.590Z[ recovery-image] Dec 19 00:53:00.151 INFO O| Dec 19 00:53:00.151 INFO STEP 1094 (remove_files) COMPLETE
76282024-12-19T00:53:00.590Z[ recovery-image] Dec 19 00:53:00.151 INFO O| Dec 19 00:53:00.151 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-19T00:53:00.597Z[ recovery-image] Dec 19 00:53:00.161 INFO O| Dec 19 00:53:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76302024-12-19T00:53:00.599Z[ recovery-image] Dec 19 00:53:00.161 INFO O| Dec 19 00:53:00.161 INFO STEP 1095 (remove_files) COMPLETE
76312024-12-19T00:53:00.599Z[ recovery-image] Dec 19 00:53:00.161 INFO O| Dec 19 00:53:00.161 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-19T00:53:00.607Z[ recovery-image] Dec 19 00:53:00.171 INFO O| Dec 19 00:53:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76332024-12-19T00:53:00.610Z[ recovery-image] Dec 19 00:53:00.171 INFO O| Dec 19 00:53:00.171 INFO STEP 1096 (remove_files) COMPLETE
76342024-12-19T00:53:00.610Z[ recovery-image] Dec 19 00:53:00.171 INFO O| Dec 19 00:53:00.171 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-19T00:53:00.617Z[ recovery-image] Dec 19 00:53:00.181 INFO O| Dec 19 00:53:00.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76362024-12-19T00:53:00.617Z[ recovery-image] Dec 19 00:53:00.181 INFO O| Dec 19 00:53:00.181 INFO STEP 1097 (remove_files) COMPLETE
76372024-12-19T00:53:00.617Z[ recovery-image] Dec 19 00:53:00.181 INFO O| Dec 19 00:53:00.181 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-19T00:53:00.627Z[ recovery-image] Dec 19 00:53:00.190 INFO O| Dec 19 00:53:00.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76392024-12-19T00:53:00.629Z[ recovery-image] Dec 19 00:53:00.190 INFO O| Dec 19 00:53:00.190 INFO STEP 1098 (remove_files) COMPLETE
76402024-12-19T00:53:00.629Z[ recovery-image] Dec 19 00:53:00.190 INFO O| Dec 19 00:53:00.190 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-19T00:53:00.637Z[ recovery-image] Dec 19 00:53:00.200 INFO O| Dec 19 00:53:00.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76422024-12-19T00:53:00.639Z[ recovery-image] Dec 19 00:53:00.200 INFO O| Dec 19 00:53:00.200 INFO STEP 1099 (remove_files) COMPLETE
76432024-12-19T00:53:00.639Z[ recovery-image] Dec 19 00:53:00.200 INFO O| Dec 19 00:53:00.200 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-19T00:53:00.646Z[ recovery-image] Dec 19 00:53:00.210 INFO O| Dec 19 00:53:00.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76452024-12-19T00:53:00.646Z[ recovery-image] Dec 19 00:53:00.210 INFO O| Dec 19 00:53:00.210 INFO STEP 1100 (remove_files) COMPLETE
76462024-12-19T00:53:00.646Z[ recovery-image] Dec 19 00:53:00.210 INFO O| Dec 19 00:53:00.210 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-19T00:53:00.656Z[ recovery-image] Dec 19 00:53:00.220 INFO O| Dec 19 00:53:00.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76482024-12-19T00:53:00.659Z[ recovery-image] Dec 19 00:53:00.220 INFO O| Dec 19 00:53:00.220 INFO STEP 1101 (remove_files) COMPLETE
76492024-12-19T00:53:00.659Z[ recovery-image] Dec 19 00:53:00.220 INFO O| Dec 19 00:53:00.220 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-19T00:53:00.666Z[ recovery-image] Dec 19 00:53:00.230 INFO O| Dec 19 00:53:00.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76512024-12-19T00:53:00.667Z[ recovery-image] Dec 19 00:53:00.230 INFO O| Dec 19 00:53:00.230 INFO STEP 1102 (remove_files) COMPLETE
76522024-12-19T00:53:00.669Z[ recovery-image] Dec 19 00:53:00.230 INFO O| Dec 19 00:53:00.230 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-19T00:53:00.677Z[ recovery-image] Dec 19 00:53:00.241 INFO O| Dec 19 00:53:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76542024-12-19T00:53:00.677Z[ recovery-image] Dec 19 00:53:00.241 INFO O| Dec 19 00:53:00.241 INFO STEP 1103 (remove_files) COMPLETE
76552024-12-19T00:53:00.680Z[ recovery-image] Dec 19 00:53:00.241 INFO O| Dec 19 00:53:00.241 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-19T00:53:00.688Z[ recovery-image] Dec 19 00:53:00.251 INFO O| Dec 19 00:53:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76572024-12-19T00:53:00.688Z[ recovery-image] Dec 19 00:53:00.251 INFO O| Dec 19 00:53:00.251 INFO STEP 1104 (remove_files) COMPLETE
76582024-12-19T00:53:00.690Z[ recovery-image] Dec 19 00:53:00.252 INFO O| Dec 19 00:53:00.251 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-19T00:53:00.699Z[ recovery-image] Dec 19 00:53:00.263 INFO O| Dec 19 00:53:00.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76602024-12-19T00:53:00.699Z[ recovery-image] Dec 19 00:53:00.263 INFO O| Dec 19 00:53:00.263 INFO STEP 1105 (remove_files) COMPLETE
76612024-12-19T00:53:00.702Z[ recovery-image] Dec 19 00:53:00.263 INFO O| Dec 19 00:53:00.263 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-19T00:53:00.709Z[ recovery-image] Dec 19 00:53:00.273 INFO O| Dec 19 00:53:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76632024-12-19T00:53:00.709Z[ recovery-image] Dec 19 00:53:00.273 INFO O| Dec 19 00:53:00.273 INFO STEP 1106 (remove_files) COMPLETE
76642024-12-19T00:53:00.712Z[ recovery-image] Dec 19 00:53:00.273 INFO O| Dec 19 00:53:00.273 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-19T00:53:00.719Z[ recovery-image] Dec 19 00:53:00.282 INFO O| Dec 19 00:53:00.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76662024-12-19T00:53:00.722Z[ recovery-image] Dec 19 00:53:00.283 INFO O| Dec 19 00:53:00.283 INFO STEP 1107 (remove_files) COMPLETE
76672024-12-19T00:53:00.722Z[ recovery-image] Dec 19 00:53:00.283 INFO O| Dec 19 00:53:00.283 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-19T00:53:00.729Z[ recovery-image] Dec 19 00:53:00.292 INFO O| Dec 19 00:53:00.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76692024-12-19T00:53:00.729Z[ recovery-image] Dec 19 00:53:00.292 INFO O| Dec 19 00:53:00.292 INFO STEP 1108 (remove_files) COMPLETE
76702024-12-19T00:53:00.731Z[ recovery-image] Dec 19 00:53:00.292 INFO O| Dec 19 00:53:00.292 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-19T00:53:00.739Z[ recovery-image] Dec 19 00:53:00.302 INFO O| Dec 19 00:53:00.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76722024-12-19T00:53:00.739Z[ recovery-image] Dec 19 00:53:00.302 INFO O| Dec 19 00:53:00.302 INFO STEP 1109 (remove_files) COMPLETE
76732024-12-19T00:53:00.739Z[ recovery-image] Dec 19 00:53:00.302 INFO O| Dec 19 00:53:00.302 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-19T00:53:00.749Z[ recovery-image] Dec 19 00:53:00.312 INFO O| Dec 19 00:53:00.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76752024-12-19T00:53:00.749Z[ recovery-image] Dec 19 00:53:00.312 INFO O| Dec 19 00:53:00.312 INFO STEP 1110 (remove_files) COMPLETE
76762024-12-19T00:53:00.749Z[ recovery-image] Dec 19 00:53:00.312 INFO O| Dec 19 00:53:00.312 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-19T00:53:00.758Z[ recovery-image] Dec 19 00:53:00.321 INFO O| Dec 19 00:53:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76782024-12-19T00:53:00.758Z[ recovery-image] Dec 19 00:53:00.322 INFO O| Dec 19 00:53:00.321 INFO STEP 1111 (remove_files) COMPLETE
76792024-12-19T00:53:00.758Z[ recovery-image] Dec 19 00:53:00.322 INFO O| Dec 19 00:53:00.322 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-19T00:53:00.768Z[ recovery-image] Dec 19 00:53:00.331 INFO O| Dec 19 00:53:00.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76812024-12-19T00:53:00.768Z[ recovery-image] Dec 19 00:53:00.331 INFO O| Dec 19 00:53:00.331 INFO STEP 1112 (remove_files) COMPLETE
76822024-12-19T00:53:00.771Z[ recovery-image] Dec 19 00:53:00.332 INFO O| Dec 19 00:53:00.331 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-19T00:53:00.778Z[ recovery-image] Dec 19 00:53:00.341 INFO O| Dec 19 00:53:00.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76842024-12-19T00:53:00.778Z[ recovery-image] Dec 19 00:53:00.341 INFO O| Dec 19 00:53:00.341 INFO STEP 1113 (remove_files) COMPLETE
76852024-12-19T00:53:00.781Z[ recovery-image] Dec 19 00:53:00.341 INFO O| Dec 19 00:53:00.341 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-19T00:53:00.789Z[ recovery-image] Dec 19 00:53:00.351 INFO O| Dec 19 00:53:00.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76872024-12-19T00:53:00.789Z[ recovery-image] Dec 19 00:53:00.351 INFO O| Dec 19 00:53:00.351 INFO STEP 1114 (remove_files) COMPLETE
76882024-12-19T00:53:00.789Z[ recovery-image] Dec 19 00:53:00.351 INFO O| Dec 19 00:53:00.351 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-19T00:53:00.798Z[ recovery-image] Dec 19 00:53:00.362 INFO O| Dec 19 00:53:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76902024-12-19T00:53:00.801Z[ recovery-image] Dec 19 00:53:00.362 INFO O| Dec 19 00:53:00.362 INFO STEP 1115 (remove_files) COMPLETE
76912024-12-19T00:53:00.801Z[ recovery-image] Dec 19 00:53:00.362 INFO O| Dec 19 00:53:00.362 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-19T00:53:00.808Z[ recovery-image] Dec 19 00:53:00.372 INFO O| Dec 19 00:53:00.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76932024-12-19T00:53:00.811Z[ recovery-image] Dec 19 00:53:00.372 INFO O| Dec 19 00:53:00.372 INFO STEP 1116 (remove_files) COMPLETE
76942024-12-19T00:53:00.811Z[ recovery-image] Dec 19 00:53:00.372 INFO O| Dec 19 00:53:00.372 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-19T00:53:00.818Z[ recovery-image] Dec 19 00:53:00.382 INFO O| Dec 19 00:53:00.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76962024-12-19T00:53:00.821Z[ recovery-image] Dec 19 00:53:00.382 INFO O| Dec 19 00:53:00.382 INFO STEP 1117 (remove_files) COMPLETE
76972024-12-19T00:53:00.821Z[ recovery-image] Dec 19 00:53:00.382 INFO O| Dec 19 00:53:00.382 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-19T00:53:00.829Z[ recovery-image] Dec 19 00:53:00.392 INFO O| Dec 19 00:53:00.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76992024-12-19T00:53:00.829Z[ recovery-image] Dec 19 00:53:00.392 INFO O| Dec 19 00:53:00.392 INFO STEP 1118 (remove_files) COMPLETE
77002024-12-19T00:53:00.829Z[ recovery-image] Dec 19 00:53:00.392 INFO O| Dec 19 00:53:00.392 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-19T00:53:00.838Z[ recovery-image] Dec 19 00:53:00.401 INFO O| Dec 19 00:53:00.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77022024-12-19T00:53:00.838Z[ recovery-image] Dec 19 00:53:00.401 INFO O| Dec 19 00:53:00.401 INFO STEP 1119 (remove_files) COMPLETE
77032024-12-19T00:53:00.841Z[ recovery-image] Dec 19 00:53:00.401 INFO O| Dec 19 00:53:00.401 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-19T00:53:00.847Z[ recovery-image] Dec 19 00:53:00.411 INFO O| Dec 19 00:53:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77052024-12-19T00:53:00.848Z[ recovery-image] Dec 19 00:53:00.411 INFO O| Dec 19 00:53:00.411 INFO STEP 1120 (remove_files) COMPLETE
77062024-12-19T00:53:00.850Z[ recovery-image] Dec 19 00:53:00.411 INFO O| Dec 19 00:53:00.411 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-19T00:53:00.857Z[ recovery-image] Dec 19 00:53:00.421 INFO O| Dec 19 00:53:00.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77082024-12-19T00:53:00.857Z[ recovery-image] Dec 19 00:53:00.421 INFO O| Dec 19 00:53:00.421 INFO STEP 1121 (remove_files) COMPLETE
77092024-12-19T00:53:00.860Z[ recovery-image] Dec 19 00:53:00.421 INFO O| Dec 19 00:53:00.421 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-19T00:53:00.867Z[ recovery-image] Dec 19 00:53:00.431 INFO O| Dec 19 00:53:00.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77112024-12-19T00:53:00.870Z[ recovery-image] Dec 19 00:53:00.431 INFO O| Dec 19 00:53:00.431 INFO STEP 1122 (remove_files) COMPLETE
77122024-12-19T00:53:00.871Z[ recovery-image] Dec 19 00:53:00.431 INFO O| Dec 19 00:53:00.431 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-19T00:53:00.877Z[ recovery-image] Dec 19 00:53:00.440 INFO O| Dec 19 00:53:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77142024-12-19T00:53:00.881Z[ recovery-image] Dec 19 00:53:00.440 INFO O| Dec 19 00:53:00.440 INFO STEP 1123 (remove_files) COMPLETE
77152024-12-19T00:53:00.881Z[ recovery-image] Dec 19 00:53:00.440 INFO O| Dec 19 00:53:00.440 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-19T00:53:00.887Z[ recovery-image] Dec 19 00:53:00.450 INFO O| Dec 19 00:53:00.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77172024-12-19T00:53:00.887Z[ recovery-image] Dec 19 00:53:00.450 INFO O| Dec 19 00:53:00.450 INFO STEP 1124 (remove_files) COMPLETE
77182024-12-19T00:53:00.889Z[ recovery-image] Dec 19 00:53:00.450 INFO O| Dec 19 00:53:00.450 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-19T00:53:00.897Z[ recovery-image] Dec 19 00:53:00.460 INFO O| Dec 19 00:53:00.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77202024-12-19T00:53:00.897Z[ recovery-image] Dec 19 00:53:00.461 INFO O| Dec 19 00:53:00.460 INFO STEP 1125 (remove_files) COMPLETE
77212024-12-19T00:53:00.897Z[ recovery-image] Dec 19 00:53:00.461 INFO O| Dec 19 00:53:00.461 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-19T00:53:00.907Z[ recovery-image] Dec 19 00:53:00.470 INFO O| Dec 19 00:53:00.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77232024-12-19T00:53:00.910Z[ recovery-image] Dec 19 00:53:00.470 INFO O| Dec 19 00:53:00.470 INFO STEP 1126 (remove_files) COMPLETE
77242024-12-19T00:53:00.910Z[ recovery-image] Dec 19 00:53:00.470 INFO O| Dec 19 00:53:00.470 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-19T00:53:00.917Z[ recovery-image] Dec 19 00:53:00.480 INFO O| Dec 19 00:53:00.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77262024-12-19T00:53:00.917Z[ recovery-image] Dec 19 00:53:00.480 INFO O| Dec 19 00:53:00.480 INFO STEP 1127 (remove_files) COMPLETE
77272024-12-19T00:53:00.917Z[ recovery-image] Dec 19 00:53:00.480 INFO O| Dec 19 00:53:00.480 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-19T00:53:00.927Z[ recovery-image] Dec 19 00:53:00.490 INFO O| Dec 19 00:53:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77292024-12-19T00:53:00.927Z[ recovery-image] Dec 19 00:53:00.490 INFO O| Dec 19 00:53:00.490 INFO STEP 1128 (remove_files) COMPLETE
77302024-12-19T00:53:00.927Z[ recovery-image] Dec 19 00:53:00.490 INFO O| Dec 19 00:53:00.490 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-19T00:53:00.936Z[ recovery-image] Dec 19 00:53:00.500 INFO O| Dec 19 00:53:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77322024-12-19T00:53:00.936Z[ recovery-image] Dec 19 00:53:00.500 INFO O| Dec 19 00:53:00.500 INFO STEP 1129 (remove_files) COMPLETE
77332024-12-19T00:53:00.939Z[ recovery-image] Dec 19 00:53:00.500 INFO O| Dec 19 00:53:00.500 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-19T00:53:00.950Z[ recovery-image] Dec 19 00:53:00.510 INFO O| Dec 19 00:53:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77352024-12-19T00:53:00.950Z[ recovery-image] Dec 19 00:53:00.510 INFO O| Dec 19 00:53:00.510 INFO STEP 1130 (remove_files) COMPLETE
77362024-12-19T00:53:00.950Z[ recovery-image] Dec 19 00:53:00.510 INFO O| Dec 19 00:53:00.510 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-19T00:53:00.956Z[ recovery-image] Dec 19 00:53:00.520 INFO O| Dec 19 00:53:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77382024-12-19T00:53:00.956Z[ recovery-image] Dec 19 00:53:00.520 INFO O| Dec 19 00:53:00.520 INFO STEP 1131 (remove_files) COMPLETE
77392024-12-19T00:53:00.959Z[ recovery-image] Dec 19 00:53:00.520 INFO O| Dec 19 00:53:00.520 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-19T00:53:00.966Z[ recovery-image] Dec 19 00:53:00.530 INFO O| Dec 19 00:53:00.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77412024-12-19T00:53:00.966Z[ recovery-image] Dec 19 00:53:00.530 INFO O| Dec 19 00:53:00.530 INFO STEP 1132 (remove_files) COMPLETE
77422024-12-19T00:53:00.966Z[ recovery-image] Dec 19 00:53:00.530 INFO O| Dec 19 00:53:00.530 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-19T00:53:00.976Z[ recovery-image] Dec 19 00:53:00.540 INFO O| Dec 19 00:53:00.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77442024-12-19T00:53:00.976Z[ recovery-image] Dec 19 00:53:00.540 INFO O| Dec 19 00:53:00.540 INFO STEP 1133 (remove_files) COMPLETE
77452024-12-19T00:53:00.977Z[ recovery-image] Dec 19 00:53:00.540 INFO O| Dec 19 00:53:00.540 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-19T00:53:00.986Z[ recovery-image] Dec 19 00:53:00.550 INFO O| Dec 19 00:53:00.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77472024-12-19T00:53:00.986Z[ recovery-image] Dec 19 00:53:00.550 INFO O| Dec 19 00:53:00.550 INFO STEP 1134 (remove_files) COMPLETE
77482024-12-19T00:53:00.989Z[ recovery-image] Dec 19 00:53:00.550 INFO O| Dec 19 00:53:00.550 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-19T00:53:00.996Z[ recovery-image] Dec 19 00:53:00.559 INFO O| Dec 19 00:53:00.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77502024-12-19T00:53:00.996Z[ recovery-image] Dec 19 00:53:00.559 INFO O| Dec 19 00:53:00.559 INFO STEP 1135 (remove_files) COMPLETE
77512024-12-19T00:53:00.999Z[ recovery-image] Dec 19 00:53:00.559 INFO O| Dec 19 00:53:00.559 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-19T00:53:01.005Z[ recovery-image] Dec 19 00:53:00.569 INFO O| Dec 19 00:53:00.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77532024-12-19T00:53:01.005Z[ recovery-image] Dec 19 00:53:00.569 INFO O| Dec 19 00:53:00.569 INFO STEP 1136 (remove_files) COMPLETE
77542024-12-19T00:53:01.008Z[ recovery-image] Dec 19 00:53:00.569 INFO O| Dec 19 00:53:00.569 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-19T00:53:01.015Z[ recovery-image] Dec 19 00:53:00.578 INFO O| Dec 19 00:53:00.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77562024-12-19T00:53:01.017Z[ recovery-image] Dec 19 00:53:00.578 INFO O| Dec 19 00:53:00.578 INFO STEP 1137 (remove_files) COMPLETE
77572024-12-19T00:53:01.017Z[ recovery-image] Dec 19 00:53:00.579 INFO O| Dec 19 00:53:00.578 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-19T00:53:01.025Z[ recovery-image] Dec 19 00:53:00.588 INFO O| Dec 19 00:53:00.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77592024-12-19T00:53:01.027Z[ recovery-image] Dec 19 00:53:00.588 INFO O| Dec 19 00:53:00.588 INFO STEP 1138 (remove_files) COMPLETE
77602024-12-19T00:53:01.027Z[ recovery-image] Dec 19 00:53:00.588 INFO O| Dec 19 00:53:00.588 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-19T00:53:01.034Z[ recovery-image] Dec 19 00:53:00.598 INFO O| Dec 19 00:53:00.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77622024-12-19T00:53:01.034Z[ recovery-image] Dec 19 00:53:00.598 INFO O| Dec 19 00:53:00.598 INFO STEP 1139 (remove_files) COMPLETE
77632024-12-19T00:53:01.037Z[ recovery-image] Dec 19 00:53:00.598 INFO O| Dec 19 00:53:00.598 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-19T00:53:01.044Z[ recovery-image] Dec 19 00:53:00.608 INFO O| Dec 19 00:53:00.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77652024-12-19T00:53:01.047Z[ recovery-image] Dec 19 00:53:00.608 INFO O| Dec 19 00:53:00.608 INFO STEP 1140 (remove_files) COMPLETE
77662024-12-19T00:53:01.047Z[ recovery-image] Dec 19 00:53:00.608 INFO O| Dec 19 00:53:00.608 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-19T00:53:01.054Z[ recovery-image] Dec 19 00:53:00.617 INFO O| Dec 19 00:53:00.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77682024-12-19T00:53:01.054Z[ recovery-image] Dec 19 00:53:00.617 INFO O| Dec 19 00:53:00.617 INFO STEP 1141 (remove_files) COMPLETE
77692024-12-19T00:53:01.056Z[ recovery-image] Dec 19 00:53:00.617 INFO O| Dec 19 00:53:00.617 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-19T00:53:01.064Z[ recovery-image] Dec 19 00:53:00.627 INFO O| Dec 19 00:53:00.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77712024-12-19T00:53:01.067Z[ recovery-image] Dec 19 00:53:00.627 INFO O| Dec 19 00:53:00.627 INFO STEP 1142 (remove_files) COMPLETE
77722024-12-19T00:53:01.067Z[ recovery-image] Dec 19 00:53:00.627 INFO O| Dec 19 00:53:00.627 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-19T00:53:01.076Z[ recovery-image] Dec 19 00:53:00.639 INFO O| Dec 19 00:53:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77742024-12-19T00:53:01.078Z[ recovery-image] Dec 19 00:53:00.639 INFO O| Dec 19 00:53:00.639 INFO STEP 1143 (remove_files) COMPLETE
77752024-12-19T00:53:01.078Z[ recovery-image] Dec 19 00:53:00.639 INFO O| Dec 19 00:53:00.639 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-19T00:53:01.088Z[ recovery-image] Dec 19 00:53:00.651 INFO O| Dec 19 00:53:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77772024-12-19T00:53:01.088Z[ recovery-image] Dec 19 00:53:00.651 INFO O| Dec 19 00:53:00.651 INFO STEP 1144 (remove_files) COMPLETE
77782024-12-19T00:53:01.090Z[ recovery-image] Dec 19 00:53:00.651 INFO O| Dec 19 00:53:00.651 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-19T00:53:01.097Z[ recovery-image] Dec 19 00:53:00.661 INFO O| Dec 19 00:53:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77802024-12-19T00:53:01.100Z[ recovery-image] Dec 19 00:53:00.661 INFO O| Dec 19 00:53:00.661 INFO STEP 1145 (remove_files) COMPLETE
77812024-12-19T00:53:01.100Z[ recovery-image] Dec 19 00:53:00.661 INFO O| Dec 19 00:53:00.661 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-19T00:53:01.110Z[ recovery-image] Dec 19 00:53:00.673 INFO O| Dec 19 00:53:00.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77832024-12-19T00:53:01.110Z[ recovery-image] Dec 19 00:53:00.673 INFO O| Dec 19 00:53:00.673 INFO STEP 1146 (remove_files) COMPLETE
77842024-12-19T00:53:01.110Z[ recovery-image] Dec 19 00:53:00.673 INFO O| Dec 19 00:53:00.673 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-19T00:53:01.119Z[ recovery-image] Dec 19 00:53:00.683 INFO O| Dec 19 00:53:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77862024-12-19T00:53:01.120Z[ recovery-image] Dec 19 00:53:00.683 INFO O| Dec 19 00:53:00.683 INFO STEP 1147 (remove_files) COMPLETE
77872024-12-19T00:53:01.123Z[ recovery-image] Dec 19 00:53:00.683 INFO O| Dec 19 00:53:00.683 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-19T00:53:01.129Z[ recovery-image] Dec 19 00:53:00.693 INFO O| Dec 19 00:53:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77892024-12-19T00:53:01.129Z[ recovery-image] Dec 19 00:53:00.693 INFO O| Dec 19 00:53:00.693 INFO STEP 1148 (remove_files) COMPLETE
77902024-12-19T00:53:01.132Z[ recovery-image] Dec 19 00:53:00.693 INFO O| Dec 19 00:53:00.693 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-19T00:53:01.139Z[ recovery-image] Dec 19 00:53:00.702 INFO O| Dec 19 00:53:00.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77922024-12-19T00:53:01.139Z[ recovery-image] Dec 19 00:53:00.702 INFO O| Dec 19 00:53:00.702 INFO STEP 1149 (remove_files) COMPLETE
77932024-12-19T00:53:01.139Z[ recovery-image] Dec 19 00:53:00.702 INFO O| Dec 19 00:53:00.702 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-19T00:53:01.149Z[ recovery-image] Dec 19 00:53:00.712 INFO O| Dec 19 00:53:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77952024-12-19T00:53:01.151Z[ recovery-image] Dec 19 00:53:00.712 INFO O| Dec 19 00:53:00.712 INFO STEP 1150 (remove_files) COMPLETE
77962024-12-19T00:53:01.151Z[ recovery-image] Dec 19 00:53:00.712 INFO O| Dec 19 00:53:00.712 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-19T00:53:01.159Z[ recovery-image] Dec 19 00:53:00.723 INFO O| Dec 19 00:53:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77982024-12-19T00:53:01.159Z[ recovery-image] Dec 19 00:53:00.723 INFO O| Dec 19 00:53:00.723 INFO STEP 1151 (remove_files) COMPLETE
77992024-12-19T00:53:01.161Z[ recovery-image] Dec 19 00:53:00.723 INFO O| Dec 19 00:53:00.723 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-19T00:53:01.169Z[ recovery-image] Dec 19 00:53:00.733 INFO O| Dec 19 00:53:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78012024-12-19T00:53:01.172Z[ recovery-image] Dec 19 00:53:00.733 INFO O| Dec 19 00:53:00.733 INFO STEP 1152 (remove_files) COMPLETE
78022024-12-19T00:53:01.172Z[ recovery-image] Dec 19 00:53:00.733 INFO O| Dec 19 00:53:00.733 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-19T00:53:01.172Z[ host-image] Dec 19 00:53:00.735 INFO O| Dec 19 00:53:00.735 INFO O| Done
78042024-12-19T00:53:01.180Z[ recovery-image] Dec 19 00:53:00.743 INFO O| Dec 19 00:53:00.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78052024-12-19T00:53:01.182Z[ recovery-image] Dec 19 00:53:00.743 INFO O| Dec 19 00:53:00.743 INFO STEP 1153 (remove_files) COMPLETE
78062024-12-19T00:53:01.182Z[ recovery-image] Dec 19 00:53:00.743 INFO O| Dec 19 00:53:00.743 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-19T00:53:01.190Z[ recovery-image] Dec 19 00:53:00.754 INFO O| Dec 19 00:53:00.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78082024-12-19T00:53:01.190Z[ recovery-image] Dec 19 00:53:00.754 INFO O| Dec 19 00:53:00.754 INFO STEP 1154 (remove_files) COMPLETE
78092024-12-19T00:53:01.190Z[ recovery-image] Dec 19 00:53:00.754 INFO O| Dec 19 00:53:00.754 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-19T00:53:01.198Z[ host-image] Dec 19 00:53:00.761 INFO O| Dec 19 00:53:00.761 INFO O| Done
78112024-12-19T00:53:01.200Z[ host-image] Dec 19 00:53:00.761 INFO O| Dec 19 00:53:00.761 INFO O| Done
78122024-12-19T00:53:01.203Z[ recovery-image] Dec 19 00:53:00.764 INFO O| Dec 19 00:53:00.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78132024-12-19T00:53:01.203Z[ recovery-image] Dec 19 00:53:00.764 INFO O| Dec 19 00:53:00.764 INFO STEP 1155 (remove_files) COMPLETE
78142024-12-19T00:53:01.203Z[ recovery-image] Dec 19 00:53:00.764 INFO O| Dec 19 00:53:00.764 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-19T00:53:01.209Z[ host-image] Dec 19 00:53:00.772 INFO O| Dec 19 00:53:00.772 INFO O| Done
78162024-12-19T00:53:01.212Z[ recovery-image] Dec 19 00:53:00.774 INFO O| Dec 19 00:53:00.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78172024-12-19T00:53:01.212Z[ recovery-image] Dec 19 00:53:00.775 INFO O| Dec 19 00:53:00.775 INFO STEP 1156 (remove_files) COMPLETE
78182024-12-19T00:53:01.212Z[ recovery-image] Dec 19 00:53:00.775 INFO O| Dec 19 00:53:00.775 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-19T00:53:01.224Z[ recovery-image] Dec 19 00:53:00.786 INFO O| Dec 19 00:53:00.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78202024-12-19T00:53:01.224Z[ recovery-image] Dec 19 00:53:00.786 INFO O| Dec 19 00:53:00.786 INFO STEP 1157 (remove_files) COMPLETE
78212024-12-19T00:53:01.224Z[ recovery-image] Dec 19 00:53:00.786 INFO O| Dec 19 00:53:00.786 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-19T00:53:01.234Z[ recovery-image] Dec 19 00:53:00.797 INFO O| Dec 19 00:53:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78232024-12-19T00:53:01.234Z[ recovery-image] Dec 19 00:53:00.797 INFO O| Dec 19 00:53:00.797 INFO STEP 1158 (remove_files) COMPLETE
78242024-12-19T00:53:01.234Z[ recovery-image] Dec 19 00:53:00.797 INFO O| Dec 19 00:53:00.797 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-19T00:53:01.245Z[ recovery-image] Dec 19 00:53:00.808 INFO O| Dec 19 00:53:00.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78262024-12-19T00:53:01.248Z[ recovery-image] Dec 19 00:53:00.808 INFO O| Dec 19 00:53:00.808 INFO STEP 1159 (remove_files) COMPLETE
78272024-12-19T00:53:01.248Z[ recovery-image] Dec 19 00:53:00.808 INFO O| Dec 19 00:53:00.808 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-19T00:53:01.254Z[ recovery-image] Dec 19 00:53:00.818 INFO O| Dec 19 00:53:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78292024-12-19T00:53:01.255Z[ recovery-image] Dec 19 00:53:00.818 INFO O| Dec 19 00:53:00.818 INFO STEP 1160 (remove_files) COMPLETE
78302024-12-19T00:53:01.257Z[ recovery-image] Dec 19 00:53:00.818 INFO O| Dec 19 00:53:00.818 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-19T00:53:01.264Z[ recovery-image] Dec 19 00:53:00.828 INFO O| Dec 19 00:53:00.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78322024-12-19T00:53:01.264Z[ recovery-image] Dec 19 00:53:00.828 INFO O| Dec 19 00:53:00.828 INFO STEP 1161 (remove_files) COMPLETE
78332024-12-19T00:53:01.264Z[ recovery-image] Dec 19 00:53:00.828 INFO O| Dec 19 00:53:00.828 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-19T00:53:01.274Z[ recovery-image] Dec 19 00:53:00.838 INFO O| Dec 19 00:53:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78352024-12-19T00:53:01.274Z[ recovery-image] Dec 19 00:53:00.838 INFO O| Dec 19 00:53:00.838 INFO STEP 1162 (remove_files) COMPLETE
78362024-12-19T00:53:01.277Z[ recovery-image] Dec 19 00:53:00.838 INFO O| Dec 19 00:53:00.838 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-19T00:53:01.284Z[ recovery-image] Dec 19 00:53:00.848 INFO O| Dec 19 00:53:00.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78382024-12-19T00:53:01.284Z[ recovery-image] Dec 19 00:53:00.848 INFO O| Dec 19 00:53:00.848 INFO STEP 1163 (remove_files) COMPLETE
78392024-12-19T00:53:01.287Z[ recovery-image] Dec 19 00:53:00.848 INFO O| Dec 19 00:53:00.848 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-19T00:53:01.294Z[ recovery-image] Dec 19 00:53:00.857 INFO O| Dec 19 00:53:00.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78412024-12-19T00:53:01.294Z[ recovery-image] Dec 19 00:53:00.857 INFO O| Dec 19 00:53:00.857 INFO STEP 1164 (remove_files) COMPLETE
78422024-12-19T00:53:01.297Z[ recovery-image] Dec 19 00:53:00.858 INFO O| Dec 19 00:53:00.857 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-19T00:53:01.305Z[ recovery-image] Dec 19 00:53:00.868 INFO O| Dec 19 00:53:00.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78442024-12-19T00:53:01.305Z[ recovery-image] Dec 19 00:53:00.868 INFO O| Dec 19 00:53:00.868 INFO STEP 1165 (remove_files) COMPLETE
78452024-12-19T00:53:01.307Z[ recovery-image] Dec 19 00:53:00.868 INFO O| Dec 19 00:53:00.868 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-19T00:53:01.316Z[ recovery-image] Dec 19 00:53:00.879 INFO O| Dec 19 00:53:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78472024-12-19T00:53:01.316Z[ recovery-image] Dec 19 00:53:00.879 INFO O| Dec 19 00:53:00.879 INFO STEP 1166 (remove_files) COMPLETE
78482024-12-19T00:53:01.318Z[ recovery-image] Dec 19 00:53:00.879 INFO O| Dec 19 00:53:00.879 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-19T00:53:01.321Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO STEP 14 (pkg_install) COMPLETE
78502024-12-19T00:53:01.321Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78512024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO skip step because feature "mfg" is not enabled
78522024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78532024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO skip step because feature "compliance" is not enabled
78542024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78552024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO skip step because feature "stress" is not enabled
78562024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78572024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO skip step because feature "nfs" is not enabled
78582024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78592024-12-19T00:53:01.324Z[ host-image] Dec 19 00:53:00.885 INFO O| Dec 19 00:53:00.885 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78602024-12-19T00:53:01.327Z[ recovery-image] Dec 19 00:53:00.890 INFO O| Dec 19 00:53:00.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78612024-12-19T00:53:01.327Z[ recovery-image] Dec 19 00:53:00.890 INFO O| Dec 19 00:53:00.890 INFO STEP 1167 (remove_files) COMPLETE
78622024-12-19T00:53:01.327Z[ recovery-image] Dec 19 00:53:00.890 INFO O| Dec 19 00:53:00.890 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-19T00:53:01.349Z[ recovery-image] Dec 19 00:53:00.912 INFO O| Dec 19 00:53:00.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78642024-12-19T00:53:01.349Z[ recovery-image] Dec 19 00:53:00.912 INFO O| Dec 19 00:53:00.912 INFO STEP 1168 (remove_files) COMPLETE
78652024-12-19T00:53:01.349Z[ recovery-image] Dec 19 00:53:00.912 INFO O| Dec 19 00:53:00.912 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-19T00:53:01.365Z[ recovery-image] Dec 19 00:53:00.929 INFO O| Dec 19 00:53:00.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78672024-12-19T00:53:01.365Z[ recovery-image] Dec 19 00:53:00.929 INFO O| Dec 19 00:53:00.929 INFO STEP 1169 (remove_files) COMPLETE
78682024-12-19T00:53:01.368Z[ recovery-image] Dec 19 00:53:00.929 INFO O| Dec 19 00:53:00.929 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-19T00:53:01.377Z[ recovery-image] Dec 19 00:53:00.941 INFO O| Dec 19 00:53:00.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78702024-12-19T00:53:01.380Z[ recovery-image] Dec 19 00:53:00.941 INFO O| Dec 19 00:53:00.941 INFO STEP 1170 (remove_files) COMPLETE
78712024-12-19T00:53:01.380Z[ recovery-image] Dec 19 00:53:00.941 INFO O| Dec 19 00:53:00.941 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-19T00:53:01.389Z[ recovery-image] Dec 19 00:53:00.952 INFO O| Dec 19 00:53:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78732024-12-19T00:53:01.389Z[ recovery-image] Dec 19 00:53:00.952 INFO O| Dec 19 00:53:00.952 INFO STEP 1171 (remove_files) COMPLETE
78742024-12-19T00:53:01.389Z[ recovery-image] Dec 19 00:53:00.952 INFO O| Dec 19 00:53:00.952 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-19T00:53:01.401Z[ recovery-image] Dec 19 00:53:00.965 INFO O| Dec 19 00:53:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78762024-12-19T00:53:01.402Z[ recovery-image] Dec 19 00:53:00.965 INFO O| Dec 19 00:53:00.965 INFO STEP 1172 (remove_files) COMPLETE
78772024-12-19T00:53:01.404Z[ recovery-image] Dec 19 00:53:00.965 INFO O| Dec 19 00:53:00.965 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-19T00:53:01.412Z[ recovery-image] Dec 19 00:53:00.975 INFO O| Dec 19 00:53:00.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78792024-12-19T00:53:01.412Z[ recovery-image] Dec 19 00:53:00.976 INFO O| Dec 19 00:53:00.975 INFO STEP 1173 (remove_files) COMPLETE
78802024-12-19T00:53:01.415Z[ recovery-image] Dec 19 00:53:00.976 INFO O| Dec 19 00:53:00.976 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-19T00:53:01.422Z[ recovery-image] Dec 19 00:53:00.985 INFO O| Dec 19 00:53:00.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78822024-12-19T00:53:01.422Z[ recovery-image] Dec 19 00:53:00.985 INFO O| Dec 19 00:53:00.985 INFO STEP 1174 (remove_files) COMPLETE
78832024-12-19T00:53:01.425Z[ recovery-image] Dec 19 00:53:00.985 INFO O| Dec 19 00:53:00.985 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-19T00:53:01.433Z[ recovery-image] Dec 19 00:53:00.996 INFO O| Dec 19 00:53:00.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78852024-12-19T00:53:01.433Z[ recovery-image] Dec 19 00:53:00.996 INFO O| Dec 19 00:53:00.996 INFO STEP 1175 (remove_files) COMPLETE
78862024-12-19T00:53:01.436Z[ recovery-image] Dec 19 00:53:00.996 INFO O| Dec 19 00:53:00.996 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-19T00:53:01.443Z[ recovery-image] Dec 19 00:53:01.007 INFO O| Dec 19 00:53:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78882024-12-19T00:53:01.443Z[ recovery-image] Dec 19 00:53:01.007 INFO O| Dec 19 00:53:01.007 INFO STEP 1176 (remove_files) COMPLETE
78892024-12-19T00:53:01.446Z[ recovery-image] Dec 19 00:53:01.007 INFO O| Dec 19 00:53:01.007 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-19T00:53:01.454Z[ recovery-image] Dec 19 00:53:01.018 INFO O| Dec 19 00:53:01.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78912024-12-19T00:53:01.454Z[ recovery-image] Dec 19 00:53:01.018 INFO O| Dec 19 00:53:01.018 INFO STEP 1177 (remove_files) COMPLETE
78922024-12-19T00:53:01.457Z[ recovery-image] Dec 19 00:53:01.018 INFO O| Dec 19 00:53:01.018 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-19T00:53:01.464Z[ recovery-image] Dec 19 00:53:01.028 INFO O| Dec 19 00:53:01.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78942024-12-19T00:53:01.465Z[ recovery-image] Dec 19 00:53:01.028 INFO O| Dec 19 00:53:01.028 INFO STEP 1178 (remove_files) COMPLETE
78952024-12-19T00:53:01.467Z[ recovery-image] Dec 19 00:53:01.028 INFO O| Dec 19 00:53:01.028 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-19T00:53:01.474Z[ recovery-image] Dec 19 00:53:01.038 INFO O| Dec 19 00:53:01.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78972024-12-19T00:53:01.474Z[ recovery-image] Dec 19 00:53:01.038 INFO O| Dec 19 00:53:01.038 INFO STEP 1179 (remove_files) COMPLETE
78982024-12-19T00:53:01.474Z[ recovery-image] Dec 19 00:53:01.038 INFO O| Dec 19 00:53:01.038 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-19T00:53:01.485Z[ recovery-image] Dec 19 00:53:01.048 INFO O| Dec 19 00:53:01.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79002024-12-19T00:53:01.485Z[ recovery-image] Dec 19 00:53:01.048 INFO O| Dec 19 00:53:01.048 INFO STEP 1180 (remove_files) COMPLETE
79012024-12-19T00:53:01.485Z[ recovery-image] Dec 19 00:53:01.048 INFO O| Dec 19 00:53:01.048 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-19T00:53:01.495Z[ recovery-image] Dec 19 00:53:01.059 INFO O| Dec 19 00:53:01.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79032024-12-19T00:53:01.495Z[ recovery-image] Dec 19 00:53:01.059 INFO O| Dec 19 00:53:01.059 INFO STEP 1181 (remove_files) COMPLETE
79042024-12-19T00:53:01.498Z[ recovery-image] Dec 19 00:53:01.059 INFO O| Dec 19 00:53:01.059 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-19T00:53:01.506Z[ recovery-image] Dec 19 00:53:01.070 INFO O| Dec 19 00:53:01.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79062024-12-19T00:53:01.506Z[ recovery-image] Dec 19 00:53:01.070 INFO O| Dec 19 00:53:01.070 INFO STEP 1182 (remove_files) COMPLETE
79072024-12-19T00:53:01.509Z[ recovery-image] Dec 19 00:53:01.070 INFO O| Dec 19 00:53:01.070 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-19T00:53:01.512Z[ host-image] Dec 19 00:53:01.076 INFO O| Dec 19 00:53:01.076 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
79092024-12-19T00:53:01.517Z[ recovery-image] Dec 19 00:53:01.080 INFO O| Dec 19 00:53:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79102024-12-19T00:53:01.519Z[ recovery-image] Dec 19 00:53:01.080 INFO O| Dec 19 00:53:01.080 INFO STEP 1183 (remove_files) COMPLETE
79112024-12-19T00:53:01.519Z[ recovery-image] Dec 19 00:53:01.080 INFO O| Dec 19 00:53:01.080 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-19T00:53:01.528Z[ recovery-image] Dec 19 00:53:01.091 INFO O| Dec 19 00:53:01.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79132024-12-19T00:53:01.528Z[ recovery-image] Dec 19 00:53:01.091 INFO O| Dec 19 00:53:01.091 INFO STEP 1184 (remove_files) COMPLETE
79142024-12-19T00:53:01.530Z[ recovery-image] Dec 19 00:53:01.091 INFO O| Dec 19 00:53:01.091 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-19T00:53:01.539Z[ recovery-image] Dec 19 00:53:01.102 INFO O| Dec 19 00:53:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79162024-12-19T00:53:01.542Z[ recovery-image] Dec 19 00:53:01.103 INFO O| Dec 19 00:53:01.102 INFO STEP 1185 (remove_files) COMPLETE
79172024-12-19T00:53:01.542Z[ recovery-image] Dec 19 00:53:01.103 INFO O| Dec 19 00:53:01.103 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-19T00:53:01.551Z[ recovery-image] Dec 19 00:53:01.114 INFO O| Dec 19 00:53:01.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79192024-12-19T00:53:01.551Z[ recovery-image] Dec 19 00:53:01.114 INFO O| Dec 19 00:53:01.114 INFO STEP 1186 (remove_files) COMPLETE
79202024-12-19T00:53:01.553Z[ recovery-image] Dec 19 00:53:01.114 INFO O| Dec 19 00:53:01.114 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-19T00:53:01.562Z[ recovery-image] Dec 19 00:53:01.125 INFO O| Dec 19 00:53:01.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79222024-12-19T00:53:01.562Z[ recovery-image] Dec 19 00:53:01.125 INFO O| Dec 19 00:53:01.125 INFO STEP 1187 (remove_files) COMPLETE
79232024-12-19T00:53:01.564Z[ recovery-image] Dec 19 00:53:01.125 INFO O| Dec 19 00:53:01.125 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-19T00:53:01.572Z[ recovery-image] Dec 19 00:53:01.135 INFO O| Dec 19 00:53:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79252024-12-19T00:53:01.572Z[ recovery-image] Dec 19 00:53:01.136 INFO O| Dec 19 00:53:01.136 INFO STEP 1188 (remove_files) COMPLETE
79262024-12-19T00:53:01.572Z[ recovery-image] Dec 19 00:53:01.136 INFO O| Dec 19 00:53:01.136 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-19T00:53:01.582Z[ recovery-image] Dec 19 00:53:01.145 INFO O| Dec 19 00:53:01.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79282024-12-19T00:53:01.582Z[ recovery-image] Dec 19 00:53:01.146 INFO O| Dec 19 00:53:01.145 INFO STEP 1189 (remove_files) COMPLETE
79292024-12-19T00:53:01.585Z[ recovery-image] Dec 19 00:53:01.146 INFO O| Dec 19 00:53:01.145 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-19T00:53:01.592Z[ recovery-image] Dec 19 00:53:01.155 INFO O| Dec 19 00:53:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79312024-12-19T00:53:01.597Z[ recovery-image] Dec 19 00:53:01.156 INFO O| Dec 19 00:53:01.156 INFO STEP 1190 (remove_files) COMPLETE
79322024-12-19T00:53:01.597Z[ recovery-image] Dec 19 00:53:01.156 INFO O| Dec 19 00:53:01.156 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332024-12-19T00:53:01.602Z[ recovery-image] Dec 19 00:53:01.166 INFO O| Dec 19 00:53:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79342024-12-19T00:53:01.602Z[ recovery-image] Dec 19 00:53:01.166 INFO O| Dec 19 00:53:01.166 INFO STEP 1191 (remove_files) COMPLETE
79352024-12-19T00:53:01.605Z[ recovery-image] Dec 19 00:53:01.166 INFO O| Dec 19 00:53:01.166 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362024-12-19T00:53:01.612Z[ recovery-image] Dec 19 00:53:01.175 INFO O| Dec 19 00:53:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79372024-12-19T00:53:01.615Z[ recovery-image] Dec 19 00:53:01.175 INFO O| Dec 19 00:53:01.175 INFO STEP 1192 (remove_files) COMPLETE
79382024-12-19T00:53:01.615Z[ recovery-image] Dec 19 00:53:01.175 INFO O| Dec 19 00:53:01.175 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-19T00:53:01.622Z[ recovery-image] Dec 19 00:53:01.185 INFO O| Dec 19 00:53:01.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79402024-12-19T00:53:01.624Z[ recovery-image] Dec 19 00:53:01.185 INFO O| Dec 19 00:53:01.185 INFO STEP 1193 (remove_files) COMPLETE
79412024-12-19T00:53:01.624Z[ recovery-image] Dec 19 00:53:01.185 INFO O| Dec 19 00:53:01.185 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422024-12-19T00:53:01.632Z[ recovery-image] Dec 19 00:53:01.195 INFO O| Dec 19 00:53:01.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79432024-12-19T00:53:01.632Z[ recovery-image] Dec 19 00:53:01.195 INFO O| Dec 19 00:53:01.195 INFO STEP 1194 (remove_files) COMPLETE
79442024-12-19T00:53:01.634Z[ recovery-image] Dec 19 00:53:01.195 INFO O| Dec 19 00:53:01.195 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452024-12-19T00:53:01.642Z[ recovery-image] Dec 19 00:53:01.205 INFO O| Dec 19 00:53:01.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79462024-12-19T00:53:01.645Z[ recovery-image] Dec 19 00:53:01.205 INFO O| Dec 19 00:53:01.205 INFO STEP 1195 (remove_files) COMPLETE
79472024-12-19T00:53:01.645Z[ recovery-image] Dec 19 00:53:01.205 INFO O| Dec 19 00:53:01.205 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482024-12-19T00:53:01.651Z[ recovery-image] Dec 19 00:53:01.215 INFO O| Dec 19 00:53:01.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79492024-12-19T00:53:01.656Z[ recovery-image] Dec 19 00:53:01.215 INFO O| Dec 19 00:53:01.215 INFO STEP 1196 (remove_files) COMPLETE
79502024-12-19T00:53:01.656Z[ recovery-image] Dec 19 00:53:01.215 INFO O| Dec 19 00:53:01.215 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512024-12-19T00:53:01.661Z[ recovery-image] Dec 19 00:53:01.225 INFO O| Dec 19 00:53:01.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79522024-12-19T00:53:01.661Z[ recovery-image] Dec 19 00:53:01.225 INFO O| Dec 19 00:53:01.225 INFO STEP 1197 (remove_files) COMPLETE
79532024-12-19T00:53:01.661Z[ recovery-image] Dec 19 00:53:01.225 INFO O| Dec 19 00:53:01.225 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542024-12-19T00:53:01.665Z[ host-image] Dec 19 00:53:01.226 INFO O| Dec 19 00:53:01.226 INFO completed processing gimlet/ramdisk-01-os
79552024-12-19T00:53:01.668Z[ host-image] Dec 19 00:53:01.228 INFO omicron1 baseline generation...
79562024-12-19T00:53:01.668Z[ host-image] Dec 19 00:53:01.228 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
79572024-12-19T00:53:01.671Z[ recovery-image] Dec 19 00:53:01.235 INFO O| Dec 19 00:53:01.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79582024-12-19T00:53:01.671Z[ recovery-image] Dec 19 00:53:01.235 INFO O| Dec 19 00:53:01.235 INFO STEP 1198 (remove_files) COMPLETE
79592024-12-19T00:53:01.674Z[ recovery-image] Dec 19 00:53:01.235 INFO O| Dec 19 00:53:01.235 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602024-12-19T00:53:01.682Z[ recovery-image] Dec 19 00:53:01.245 INFO O| Dec 19 00:53:01.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79612024-12-19T00:53:01.682Z[ recovery-image] Dec 19 00:53:01.246 INFO O| Dec 19 00:53:01.246 INFO STEP 1199 (remove_files) COMPLETE
79622024-12-19T00:53:01.682Z[ recovery-image] Dec 19 00:53:01.246 INFO O| Dec 19 00:53:01.246 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632024-12-19T00:53:01.693Z[ recovery-image] Dec 19 00:53:01.256 INFO O| Dec 19 00:53:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79642024-12-19T00:53:01.693Z[ recovery-image] Dec 19 00:53:01.256 INFO O| Dec 19 00:53:01.256 INFO STEP 1200 (remove_files) COMPLETE
79652024-12-19T00:53:01.696Z[ recovery-image] Dec 19 00:53:01.256 INFO O| Dec 19 00:53:01.256 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662024-12-19T00:53:01.703Z[ recovery-image] Dec 19 00:53:01.266 INFO O| Dec 19 00:53:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79672024-12-19T00:53:01.703Z[ recovery-image] Dec 19 00:53:01.266 INFO O| Dec 19 00:53:01.266 INFO STEP 1201 (remove_files) COMPLETE
79682024-12-19T00:53:01.706Z[ recovery-image] Dec 19 00:53:01.266 INFO O| Dec 19 00:53:01.266 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692024-12-19T00:53:01.713Z[ recovery-image] Dec 19 00:53:01.276 INFO O| Dec 19 00:53:01.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79702024-12-19T00:53:01.713Z[ recovery-image] Dec 19 00:53:01.276 INFO O| Dec 19 00:53:01.276 INFO STEP 1202 (remove_files) COMPLETE
79712024-12-19T00:53:01.713Z[ recovery-image] Dec 19 00:53:01.276 INFO O| Dec 19 00:53:01.276 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-19T00:53:01.723Z[ recovery-image] Dec 19 00:53:01.286 INFO O| Dec 19 00:53:01.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79732024-12-19T00:53:01.723Z[ recovery-image] Dec 19 00:53:01.287 INFO O| Dec 19 00:53:01.287 INFO STEP 1203 (remove_files) COMPLETE
79742024-12-19T00:53:01.734Z[ recovery-image] Dec 19 00:53:01.287 INFO O| Dec 19 00:53:01.287 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-19T00:53:01.734Z[ recovery-image] Dec 19 00:53:01.297 INFO O| Dec 19 00:53:01.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79762024-12-19T00:53:01.734Z[ recovery-image] Dec 19 00:53:01.297 INFO O| Dec 19 00:53:01.297 INFO STEP 1204 (remove_files) COMPLETE
79772024-12-19T00:53:01.734Z[ recovery-image] Dec 19 00:53:01.297 INFO O| Dec 19 00:53:01.297 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782024-12-19T00:53:01.744Z[ recovery-image] Dec 19 00:53:01.307 INFO O| Dec 19 00:53:01.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79792024-12-19T00:53:01.744Z[ recovery-image] Dec 19 00:53:01.307 INFO O| Dec 19 00:53:01.307 INFO STEP 1205 (remove_files) COMPLETE
79802024-12-19T00:53:01.748Z[ recovery-image] Dec 19 00:53:01.307 INFO O| Dec 19 00:53:01.307 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79812024-12-19T00:53:01.760Z[ recovery-image] Dec 19 00:53:01.323 INFO O| Dec 19 00:53:01.323 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79822024-12-19T00:53:01.765Z[ recovery-image] Dec 19 00:53:01.323 INFO O| Dec 19 00:53:01.323 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79832024-12-19T00:53:02.075Z[ host-image] Dec 19 00:53:01.638 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z
79842024-12-19T00:53:02.403Z[ recovery-image] Dec 19 00:53:01.966 INFO O| Dec 19 00:53:01.966 INFO STEP 1206 (pack_tar) COMPLETE
79852024-12-19T00:53:02.405Z[ recovery-image] Dec 19 00:53:01.966 INFO O| Dec 19 00:53:01.966 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79862024-12-19T00:53:02.405Z[ recovery-image] Dec 19 00:53:01.966 INFO O| Dec 19 00:53:01.966 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79872024-12-19T00:53:02.651Z[ recovery-image] Dec 19 00:53:02.214 INFO O| Dec 19 00:53:02.214 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79882024-12-19T00:53:02.730Z[ recovery-image] Dec 19 00:53:02.293 INFO O| Dec 19 00:53:02.293 INFO completed processing gimlet/ramdisk-03-recovery-trim
79892024-12-19T00:53:02.736Z[ recovery-image] Dec 19 00:53:02.300 INFO image builder template: zfs-recovery...
79902024-12-19T00:53:02.737Z[ recovery-image] Dec 19 00:53:02.300 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/.tmpAPm83i/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.34.301", "-n", "zfs-recovery"], pwd: None
79912024-12-19T00:53:02.769Z[ recovery-image] Dec 19 00:53:02.332 INFO O| Dec 19 00:53:02.332 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79922024-12-19T00:53:02.773Z[ recovery-image] Dec 19 00:53:02.337 INFO O| Dec 19 00:53:02.336 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79932024-12-19T00:53:02.855Z[ recovery-image] Dec 19 00:53:02.418 INFO O| Dec 19 00:53:02.418 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79942024-12-19T00:53:02.979Z[ recovery-image] Dec 19 00:53:02.543 INFO O| Dec 19 00:53:02.542 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79952024-12-19T00:53:02.979Z[ recovery-image] Dec 19 00:53:02.543 INFO O| Dec 19 00:53:02.543 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79962024-12-19T00:53:02.984Z[ recovery-image] Dec 19 00:53:02.547 INFO O| Dec 19 00:53:02.547 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79972024-12-19T00:53:03.070Z[ recovery-image] Dec 19 00:53:02.633 INFO O| Dec 19 00:53:02.633 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79982024-12-19T00:53:03.143Z[ recovery-image] Dec 19 00:53:02.706 INFO O| Dec 19 00:53:02.706 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79992024-12-19T00:53:03.154Z[ recovery-image] Dec 19 00:53:02.717 INFO O| Dec 19 00:53:02.717 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80002024-12-19T00:53:03.159Z[ recovery-image] Dec 19 00:53:02.722 INFO O| Dec 19 00:53:02.722 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80012024-12-19T00:53:03.162Z[ recovery-image] Dec 19 00:53:02.724 INFO O| Dec 19 00:53:02.724 INFO no lofi found
80022024-12-19T00:53:03.162Z[ recovery-image] Dec 19 00:53:02.724 INFO O| Dec 19 00:53:02.724 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80032024-12-19T00:53:03.162Z[ recovery-image] Dec 19 00:53:02.724 INFO O| Dec 19 00:53:02.724 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80042024-12-19T00:53:05.446Z[ recovery-image] Dec 19 00:53:05.009 INFO O| Dec 19 00:53:05.009 INFO lofi device = /dev/dsk/c2t1d0p0
80052024-12-19T00:53:05.446Z[ recovery-image] Dec 19 00:53:05.009 INFO O| Dec 19 00:53:05.009 INFO pool device = /dev/dsk/c2t1d0p0
80062024-12-19T00:53:05.448Z[ recovery-image] Dec 19 00:53:05.009 INFO O| Dec 19 00:53:05.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"]
80072024-12-19T00:53:05.518Z[ recovery-image] Dec 19 00:53:05.081 INFO O| Dec 19 00:53:05.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80082024-12-19T00:53:05.518Z[ recovery-image] Dec 19 00:53:05.081 INFO O| Dec 19 00:53:05.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80092024-12-19T00:53:05.545Z[ recovery-image] Dec 19 00:53:05.108 INFO O| Dec 19 00:53:05.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80102024-12-19T00:53:05.612Z[ recovery-image] Dec 19 00:53:05.175 INFO O| Dec 19 00:53:05.175 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80112024-12-19T00:53:05.669Z[ recovery-image] Dec 19 00:53:05.232 INFO O| Dec 19 00:53:05.232 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80122024-12-19T00:53:05.685Z[ recovery-image] Dec 19 00:53:05.248 INFO O| Dec 19 00:53:05.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80132024-12-19T00:53:05.698Z[ recovery-image] Dec 19 00:53:05.261 INFO O| Dec 19 00:53:05.261 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80142024-12-19T00:53:05.748Z[ recovery-image] Dec 19 00:53:05.311 INFO O| Dec 19 00:53:05.311 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80152024-12-19T00:53:05.750Z[ recovery-image] Dec 19 00:53:05.311 INFO O| Dec 19 00:53:05.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80162024-12-19T00:53:05.750Z[ recovery-image] Dec 19 00:53:05.311 INFO O| Dec 19 00:53:05.311 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80172024-12-19T00:53:05.760Z[ recovery-image] Dec 19 00:53:05.323 INFO O| Dec 19 00:53:05.323 INFO boot environment UUID: 082bc7aa-ec36-4f27-86a0-13e94876692f
80182024-12-19T00:53:05.760Z[ recovery-image] Dec 19 00:53:05.323 INFO O| Dec 19 00:53:05.323 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 082bc7aa-ec36-4f27-86a0-13e94876692f
80192024-12-19T00:53:05.772Z[ recovery-image] Dec 19 00:53:05.335 INFO O| Dec 19 00:53:05.335 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80202024-12-19T00:53:05.783Z[ recovery-image] Dec 19 00:53:05.347 INFO O| Dec 19 00:53:05.346 INFO STEP 0 (create_be) COMPLETE
80212024-12-19T00:53:05.783Z[ recovery-image] Dec 19 00:53:05.347 INFO O| Dec 19 00:53:05.347 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80222024-12-19T00:53:05.802Z[ recovery-image] Dec 19 00:53:05.365 INFO O| Dec 19 00:53:05.365 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"]
80232024-12-19T00:53:07.882Z[ recovery-image] Dec 19 00:53:07.445 INFO O| Dec 19 00:53:07.445 INFO STEP 1 (unpack_tar) COMPLETE
80242024-12-19T00:53:07.882Z[ recovery-image] Dec 19 00:53:07.445 INFO O| Dec 19 00:53:07.445 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80252024-12-19T00:53:07.894Z[ recovery-image] Dec 19 00:53:07.457 INFO O| Dec 19 00:53:07.457 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80262024-12-19T00:53:08.023Z[ recovery-image] Dec 19 00:53:07.586 INFO O| Dec 19 00:53:07.586 INFO STEP 2 (devfsadm) COMPLETE
80272024-12-19T00:53:08.023Z[ recovery-image] Dec 19 00:53:07.586 INFO O| Dec 19 00:53:07.586 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80282024-12-19T00:53:08.035Z[ recovery-image] Dec 19 00:53:07.598 INFO O| Dec 19 00:53:07.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80292024-12-19T00:53:08.035Z[ recovery-image] Dec 19 00:53:07.598 INFO O| Dec 19 00:53:07.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80302024-12-19T00:53:08.037Z[ recovery-image] Dec 19 00:53:07.598 INFO O| Dec 19 00:53:07.598 INFO STEP 3 (ensure_dir) COMPLETE
80312024-12-19T00:53:08.037Z[ recovery-image] Dec 19 00:53:07.598 INFO O| Dec 19 00:53:07.598 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80322024-12-19T00:53:08.045Z[ recovery-image] Dec 19 00:53:07.608 INFO O| Dec 19 00:53:07.608 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80332024-12-19T00:53:08.047Z[ recovery-image] Dec 19 00:53:07.608 INFO O| Dec 19 00:53:07.608 INFO STEP 4 (ensure_dir) COMPLETE
80342024-12-19T00:53:08.047Z[ recovery-image] Dec 19 00:53:07.608 INFO O| Dec 19 00:53:07.608 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80352024-12-19T00:53:08.055Z[ recovery-image] Dec 19 00:53:07.618 INFO O| Dec 19 00:53:07.618 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80362024-12-19T00:53:08.057Z[ recovery-image] Dec 19 00:53:07.618 INFO O| Dec 19 00:53:07.618 INFO STEP 5 (ensure_dir) COMPLETE
80372024-12-19T00:53:08.058Z[ recovery-image] Dec 19 00:53:07.618 INFO O| Dec 19 00:53:07.618 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80382024-12-19T00:53:08.065Z[ recovery-image] Dec 19 00:53:07.628 INFO O| Dec 19 00:53:07.628 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80392024-12-19T00:53:08.067Z[ recovery-image] Dec 19 00:53:07.628 INFO O| Dec 19 00:53:07.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80402024-12-19T00:53:08.067Z[ recovery-image] Dec 19 00:53:07.628 INFO O| Dec 19 00:53:07.628 INFO STEP 6 (ensure_dir) COMPLETE
80412024-12-19T00:53:08.067Z[ recovery-image] Dec 19 00:53:07.628 INFO O| Dec 19 00:53:07.628 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80422024-12-19T00:53:08.075Z[ recovery-image] Dec 19 00:53:07.638 INFO O| Dec 19 00:53:07.638 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80432024-12-19T00:53:08.075Z[ recovery-image] Dec 19 00:53:07.638 INFO O| Dec 19 00:53:07.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80442024-12-19T00:53:08.075Z[ recovery-image] Dec 19 00:53:07.638 INFO O| Dec 19 00:53:07.638 INFO STEP 7 (ensure_dir) COMPLETE
80452024-12-19T00:53:08.077Z[ recovery-image] Dec 19 00:53:07.638 INFO O| Dec 19 00:53:07.638 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80462024-12-19T00:53:08.086Z[ recovery-image] Dec 19 00:53:07.649 INFO O| Dec 19 00:53:07.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80472024-12-19T00:53:08.088Z[ recovery-image] Dec 19 00:53:07.649 INFO O| Dec 19 00:53:07.649 INFO STEP 8 (remove_files) COMPLETE
80482024-12-19T00:53:08.089Z[ recovery-image] Dec 19 00:53:07.649 INFO O| Dec 19 00:53:07.649 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80492024-12-19T00:53:08.097Z[ recovery-image] Dec 19 00:53:07.660 INFO O| Dec 19 00:53:07.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80502024-12-19T00:53:08.099Z[ recovery-image] Dec 19 00:53:07.661 INFO O| Dec 19 00:53:07.661 INFO STEP 9 (remove_files) COMPLETE
80512024-12-19T00:53:08.099Z[ recovery-image] Dec 19 00:53:07.661 INFO O| Dec 19 00:53:07.661 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522024-12-19T00:53:08.108Z[ recovery-image] Dec 19 00:53:07.672 INFO O| Dec 19 00:53:07.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80532024-12-19T00:53:08.111Z[ recovery-image] Dec 19 00:53:07.672 INFO O| Dec 19 00:53:07.672 INFO STEP 10 (remove_files) COMPLETE
80542024-12-19T00:53:08.111Z[ recovery-image] Dec 19 00:53:07.673 INFO O| Dec 19 00:53:07.672 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80552024-12-19T00:53:08.120Z[ recovery-image] Dec 19 00:53:07.683 INFO O| Dec 19 00:53:07.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80562024-12-19T00:53:08.120Z[ recovery-image] Dec 19 00:53:07.683 INFO O| Dec 19 00:53:07.683 INFO STEP 11 (remove_files) COMPLETE
80572024-12-19T00:53:08.120Z[ recovery-image] Dec 19 00:53:07.683 INFO O| Dec 19 00:53:07.683 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80582024-12-19T00:53:08.130Z[ recovery-image] Dec 19 00:53:07.694 INFO O| Dec 19 00:53:07.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80592024-12-19T00:53:08.133Z[ recovery-image] Dec 19 00:53:07.694 INFO O| Dec 19 00:53:07.694 INFO STEP 12 (remove_files) COMPLETE
80602024-12-19T00:53:08.133Z[ recovery-image] Dec 19 00:53:07.694 INFO O| Dec 19 00:53:07.694 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-19T00:53:08.141Z[ recovery-image] Dec 19 00:53:07.704 INFO O| Dec 19 00:53:07.704 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80622024-12-19T00:53:08.143Z[ recovery-image] Dec 19 00:53:07.704 INFO O| Dec 19 00:53:07.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80632024-12-19T00:53:08.143Z[ recovery-image] Dec 19 00:53:07.704 INFO O| Dec 19 00:53:07.704 INFO STEP 13 (ensure_dir) COMPLETE
80642024-12-19T00:53:08.143Z[ recovery-image] Dec 19 00:53:07.704 INFO O| Dec 19 00:53:07.704 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-19T00:53:08.151Z[ recovery-image] Dec 19 00:53:07.714 INFO O| Dec 19 00:53:07.714 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80662024-12-19T00:53:08.151Z[ recovery-image] Dec 19 00:53:07.714 INFO O| Dec 19 00:53:07.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80672024-12-19T00:53:08.154Z[ recovery-image] Dec 19 00:53:07.714 INFO O| Dec 19 00:53:07.714 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80682024-12-19T00:53:08.154Z[ recovery-image] Dec 19 00:53:07.714 INFO O| Dec 19 00:53:07.714 INFO STEP 14 (ensure_dir) COMPLETE
80692024-12-19T00:53:08.154Z[ recovery-image] Dec 19 00:53:07.714 INFO O| Dec 19 00:53:07.714 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702024-12-19T00:53:08.163Z[ recovery-image] Dec 19 00:53:07.727 INFO O| Dec 19 00:53:07.726 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80712024-12-19T00:53:08.163Z[ recovery-image] Dec 19 00:53:07.727 INFO O| Dec 19 00:53:07.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80722024-12-19T00:53:08.166Z[ recovery-image] Dec 19 00:53:07.727 INFO O| Dec 19 00:53:07.727 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80732024-12-19T00:53:08.166Z[ recovery-image] Dec 19 00:53:07.727 INFO O| Dec 19 00:53:07.727 INFO STEP 15 (ensure_dir) COMPLETE
80742024-12-19T00:53:08.166Z[ recovery-image] Dec 19 00:53:07.727 INFO O| Dec 19 00:53:07.727 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752024-12-19T00:53:08.174Z[ recovery-image] Dec 19 00:53:07.737 INFO O| Dec 19 00:53:07.737 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80762024-12-19T00:53:08.174Z[ recovery-image] Dec 19 00:53:07.738 INFO O| Dec 19 00:53:07.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80772024-12-19T00:53:08.177Z[ recovery-image] Dec 19 00:53:07.738 INFO O| Dec 19 00:53:07.738 INFO STEP 16 (ensure_dir) COMPLETE
80782024-12-19T00:53:08.177Z[ recovery-image] Dec 19 00:53:07.738 INFO O| Dec 19 00:53:07.738 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80792024-12-19T00:53:08.185Z[ recovery-image] Dec 19 00:53:07.748 INFO O| Dec 19 00:53:07.748 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80802024-12-19T00:53:08.185Z[ recovery-image] Dec 19 00:53:07.748 INFO O| Dec 19 00:53:07.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80812024-12-19T00:53:08.185Z[ recovery-image] Dec 19 00:53:07.748 INFO O| Dec 19 00:53:07.748 INFO STEP 17 (ensure_dir) COMPLETE
80822024-12-19T00:53:08.188Z[ recovery-image] Dec 19 00:53:07.748 INFO O| Dec 19 00:53:07.748 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80832024-12-19T00:53:08.195Z[ recovery-image] Dec 19 00:53:07.758 INFO O| Dec 19 00:53:07.758 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80842024-12-19T00:53:08.195Z[ recovery-image] Dec 19 00:53:07.758 INFO O| Dec 19 00:53:07.758 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80852024-12-19T00:53:08.198Z[ recovery-image] Dec 19 00:53:07.758 INFO O| Dec 19 00:53:07.758 INFO ok!
80862024-12-19T00:53:08.198Z[ recovery-image] Dec 19 00:53:07.758 INFO O| Dec 19 00:53:07.758 INFO STEP 18 (ensure_symlink) COMPLETE
80872024-12-19T00:53:08.198Z[ recovery-image] Dec 19 00:53:07.758 INFO O| Dec 19 00:53:07.758 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80882024-12-19T00:53:08.206Z[ recovery-image] Dec 19 00:53:07.769 INFO O| Dec 19 00:53:07.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80892024-12-19T00:53:08.208Z[ recovery-image] Dec 19 00:53:07.769 INFO O| Dec 19 00:53:07.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80902024-12-19T00:53:08.208Z[ recovery-image] Dec 19 00:53:07.769 INFO O| Dec 19 00:53:07.769 INFO ok!
80912024-12-19T00:53:08.208Z[ recovery-image] Dec 19 00:53:07.769 INFO O| Dec 19 00:53:07.769 INFO STEP 19 (ensure_file) COMPLETE
80922024-12-19T00:53:08.208Z[ recovery-image] Dec 19 00:53:07.769 INFO O| Dec 19 00:53:07.769 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80932024-12-19T00:53:08.219Z[ recovery-image] Dec 19 00:53:07.781 INFO O| Dec 19 00:53:07.781 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80942024-12-19T00:53:08.219Z[ recovery-image] Dec 19 00:53:07.781 INFO O| Dec 19 00:53:07.781 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80952024-12-19T00:53:08.222Z[ recovery-image] Dec 19 00:53:07.781 INFO O| Dec 19 00:53:07.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80962024-12-19T00:53:08.222Z[ recovery-image] Dec 19 00:53:07.781 INFO O| Dec 19 00:53:07.781 INFO ok!
80972024-12-19T00:53:08.222Z[ recovery-image] Dec 19 00:53:07.781 INFO O| Dec 19 00:53:07.781 INFO STEP 20 (ensure_symlink) COMPLETE
80982024-12-19T00:53:08.222Z[ recovery-image] Dec 19 00:53:07.781 INFO O| Dec 19 00:53:07.781 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80992024-12-19T00:53:08.229Z[ recovery-image] Dec 19 00:53:07.792 INFO O| Dec 19 00:53:07.792 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81002024-12-19T00:53:08.231Z[ recovery-image] Dec 19 00:53:07.792 INFO O| Dec 19 00:53:07.792 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81012024-12-19T00:53:08.231Z[ recovery-image] Dec 19 00:53:07.792 INFO O| Dec 19 00:53:07.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81022024-12-19T00:53:08.231Z[ recovery-image] Dec 19 00:53:07.792 INFO O| Dec 19 00:53:07.792 INFO ok!
81032024-12-19T00:53:08.231Z[ recovery-image] Dec 19 00:53:07.792 INFO O| Dec 19 00:53:07.792 INFO STEP 21 (ensure_symlink) COMPLETE
81042024-12-19T00:53:08.231Z[ recovery-image] Dec 19 00:53:07.792 INFO O| Dec 19 00:53:07.792 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81052024-12-19T00:53:08.240Z[ recovery-image] Dec 19 00:53:07.802 INFO O| Dec 19 00:53:07.802 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81062024-12-19T00:53:08.240Z[ recovery-image] Dec 19 00:53:07.802 INFO O| Dec 19 00:53:07.802 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81072024-12-19T00:53:08.243Z[ recovery-image] Dec 19 00:53:07.803 INFO O| Dec 19 00:53:07.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81082024-12-19T00:53:08.243Z[ recovery-image] Dec 19 00:53:07.803 INFO O| Dec 19 00:53:07.803 INFO ok!
81092024-12-19T00:53:08.243Z[ recovery-image] Dec 19 00:53:07.803 INFO O| Dec 19 00:53:07.803 INFO STEP 22 (ensure_symlink) COMPLETE
81102024-12-19T00:53:08.243Z[ recovery-image] Dec 19 00:53:07.803 INFO O| Dec 19 00:53:07.803 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81112024-12-19T00:53:08.250Z[ recovery-image] Dec 19 00:53:07.814 INFO O| Dec 19 00:53:07.813 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81122024-12-19T00:53:08.250Z[ recovery-image] Dec 19 00:53:07.814 INFO O| Dec 19 00:53:07.813 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81132024-12-19T00:53:08.253Z[ recovery-image] Dec 19 00:53:07.814 INFO O| Dec 19 00:53:07.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81142024-12-19T00:53:08.253Z[ recovery-image] Dec 19 00:53:07.814 INFO O| Dec 19 00:53:07.814 INFO ok!
81152024-12-19T00:53:08.253Z[ recovery-image] Dec 19 00:53:07.814 INFO O| Dec 19 00:53:07.814 INFO STEP 23 (ensure_symlink) COMPLETE
81162024-12-19T00:53:08.253Z[ recovery-image] Dec 19 00:53:07.814 INFO O| Dec 19 00:53:07.814 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81172024-12-19T00:53:08.261Z[ recovery-image] Dec 19 00:53:07.824 INFO O| Dec 19 00:53:07.824 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81182024-12-19T00:53:08.265Z[ recovery-image] Dec 19 00:53:07.825 INFO O| Dec 19 00:53:07.824 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 ...
81192024-12-19T00:53:08.265Z[ recovery-image] Dec 19 00:53:07.825 INFO O| Dec 19 00:53:07.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81202024-12-19T00:53:08.265Z[ recovery-image] Dec 19 00:53:07.825 INFO O| Dec 19 00:53:07.825 INFO ok!
81212024-12-19T00:53:08.265Z[ recovery-image] Dec 19 00:53:07.825 INFO O| Dec 19 00:53:07.825 INFO STEP 24 (ensure_file) COMPLETE
81222024-12-19T00:53:08.265Z[ recovery-image] Dec 19 00:53:07.825 INFO O| Dec 19 00:53:07.825 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81232024-12-19T00:53:08.273Z[ recovery-image] Dec 19 00:53:07.835 INFO O| Dec 19 00:53:07.835 INFO updating shadow file
81242024-12-19T00:53:08.276Z[ recovery-image] Dec 19 00:53:07.836 INFO O| Dec 19 00:53:07.836 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81252024-12-19T00:53:08.276Z[ recovery-image] Dec 19 00:53:07.836 INFO O| Dec 19 00:53:07.836 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81262024-12-19T00:53:08.276Z[ recovery-image] Dec 19 00:53:07.836 INFO O| Dec 19 00:53:07.836 INFO STEP 25 (shadow) COMPLETE
81272024-12-19T00:53:08.276Z[ recovery-image] Dec 19 00:53:07.836 INFO O| Dec 19 00:53:07.836 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81282024-12-19T00:53:08.283Z[ recovery-image] Dec 19 00:53:07.846 INFO O| Dec 19 00:53:07.846 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81292024-12-19T00:53:08.286Z[ recovery-image] Dec 19 00:53:07.846 INFO O| Dec 19 00:53:07.846 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81302024-12-19T00:53:08.286Z[ recovery-image] Dec 19 00:53:07.847 INFO O| Dec 19 00:53:07.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81312024-12-19T00:53:08.286Z[ recovery-image] Dec 19 00:53:07.847 INFO O| Dec 19 00:53:07.847 INFO ok!
81322024-12-19T00:53:08.286Z[ recovery-image] Dec 19 00:53:07.847 INFO O| Dec 19 00:53:07.847 INFO STEP 26 (ensure_file) COMPLETE
81332024-12-19T00:53:08.286Z[ recovery-image] Dec 19 00:53:07.847 INFO O| Dec 19 00:53:07.847 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81342024-12-19T00:53:08.294Z[ recovery-image] Dec 19 00:53:07.857 INFO O| Dec 19 00:53:07.857 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81352024-12-19T00:53:08.294Z[ recovery-image] Dec 19 00:53:07.857 INFO O| Dec 19 00:53:07.857 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81362024-12-19T00:53:08.297Z[ recovery-image] Dec 19 00:53:07.858 INFO O| Dec 19 00:53:07.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81372024-12-19T00:53:08.297Z[ recovery-image] Dec 19 00:53:07.858 INFO O| Dec 19 00:53:07.858 INFO ok!
81382024-12-19T00:53:08.297Z[ recovery-image] Dec 19 00:53:07.858 INFO O| Dec 19 00:53:07.858 INFO STEP 27 (ensure_file) COMPLETE
81392024-12-19T00:53:08.297Z[ recovery-image] Dec 19 00:53:07.858 INFO O| Dec 19 00:53:07.858 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81402024-12-19T00:53:08.306Z[ recovery-image] Dec 19 00:53:07.869 INFO O| Dec 19 00:53:07.869 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81412024-12-19T00:53:08.306Z[ recovery-image] Dec 19 00:53:07.869 INFO O| Dec 19 00:53:07.869 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81422024-12-19T00:53:08.308Z[ recovery-image] Dec 19 00:53:07.869 INFO O| Dec 19 00:53:07.869 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81432024-12-19T00:53:08.308Z[ recovery-image] Dec 19 00:53:07.869 INFO O| Dec 19 00:53:07.869 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81442024-12-19T00:53:08.308Z[ recovery-image] Dec 19 00:53:07.869 INFO O| Dec 19 00:53:07.869 INFO ok!
81452024-12-19T00:53:08.308Z[ recovery-image] Dec 19 00:53:07.869 INFO O| Dec 19 00:53:07.869 INFO STEP 28 (ensure_file) COMPLETE
81462024-12-19T00:53:08.308Z[ recovery-image] Dec 19 00:53:07.869 INFO O| Dec 19 00:53:07.869 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81472024-12-19T00:53:08.317Z[ recovery-image] Dec 19 00:53:07.880 INFO O| Dec 19 00:53:07.880 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81482024-12-19T00:53:08.317Z[ recovery-image] Dec 19 00:53:07.880 INFO O| Dec 19 00:53:07.880 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81492024-12-19T00:53:08.320Z[ recovery-image] Dec 19 00:53:07.880 INFO O| Dec 19 00:53:07.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81502024-12-19T00:53:08.320Z[ recovery-image] Dec 19 00:53:07.880 INFO O| Dec 19 00:53:07.880 INFO ok!
81512024-12-19T00:53:08.320Z[ recovery-image] Dec 19 00:53:07.880 INFO O| Dec 19 00:53:07.880 INFO STEP 29 (ensure_file) COMPLETE
81522024-12-19T00:53:08.320Z[ recovery-image] Dec 19 00:53:07.880 INFO O| Dec 19 00:53:07.880 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81532024-12-19T00:53:08.328Z[ recovery-image] Dec 19 00:53:07.891 INFO O| Dec 19 00:53:07.891 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81542024-12-19T00:53:08.331Z[ recovery-image] Dec 19 00:53:07.891 INFO O| Dec 19 00:53:07.891 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81552024-12-19T00:53:08.331Z[ recovery-image] Dec 19 00:53:07.891 INFO O| Dec 19 00:53:07.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81562024-12-19T00:53:08.331Z[ recovery-image] Dec 19 00:53:07.891 INFO O| Dec 19 00:53:07.891 INFO ok!
81572024-12-19T00:53:08.331Z[ recovery-image] Dec 19 00:53:07.891 INFO O| Dec 19 00:53:07.891 INFO STEP 30 (ensure_file) COMPLETE
81582024-12-19T00:53:08.331Z[ recovery-image] Dec 19 00:53:07.891 INFO O| Dec 19 00:53:07.891 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81592024-12-19T00:53:08.339Z[ recovery-image] Dec 19 00:53:07.902 INFO O| Dec 19 00:53:07.902 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81602024-12-19T00:53:08.339Z[ recovery-image] Dec 19 00:53:07.902 INFO O| Dec 19 00:53:07.902 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81612024-12-19T00:53:08.341Z[ recovery-image] Dec 19 00:53:07.902 INFO O| Dec 19 00:53:07.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81622024-12-19T00:53:08.342Z[ recovery-image] Dec 19 00:53:07.902 INFO O| Dec 19 00:53:07.902 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81632024-12-19T00:53:08.342Z[ recovery-image] Dec 19 00:53:07.902 INFO O| Dec 19 00:53:07.902 INFO ok!
81642024-12-19T00:53:08.342Z[ recovery-image] Dec 19 00:53:07.902 INFO O| Dec 19 00:53:07.902 INFO STEP 31 (ensure_file) COMPLETE
81652024-12-19T00:53:08.342Z[ recovery-image] Dec 19 00:53:07.902 INFO O| Dec 19 00:53:07.902 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81662024-12-19T00:53:08.350Z[ recovery-image] Dec 19 00:53:07.913 INFO O| Dec 19 00:53:07.913 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81672024-12-19T00:53:08.350Z[ recovery-image] Dec 19 00:53:07.913 INFO O| Dec 19 00:53:07.913 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81682024-12-19T00:53:08.353Z[ recovery-image] Dec 19 00:53:07.913 INFO O| Dec 19 00:53:07.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81692024-12-19T00:53:08.353Z[ recovery-image] Dec 19 00:53:07.913 INFO O| Dec 19 00:53:07.913 INFO ok!
81702024-12-19T00:53:08.353Z[ recovery-image] Dec 19 00:53:07.913 INFO O| Dec 19 00:53:07.913 INFO STEP 32 (ensure_file) COMPLETE
81712024-12-19T00:53:08.353Z[ recovery-image] Dec 19 00:53:07.913 INFO O| Dec 19 00:53:07.913 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81722024-12-19T00:53:08.361Z[ recovery-image] Dec 19 00:53:07.924 INFO O| Dec 19 00:53:07.924 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81732024-12-19T00:53:08.361Z[ recovery-image] Dec 19 00:53:07.924 INFO O| Dec 19 00:53:07.924 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81742024-12-19T00:53:08.363Z[ recovery-image] Dec 19 00:53:07.924 INFO O| Dec 19 00:53:07.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81752024-12-19T00:53:08.363Z[ recovery-image] Dec 19 00:53:07.924 INFO O| Dec 19 00:53:07.924 INFO ok!
81762024-12-19T00:53:08.363Z[ recovery-image] Dec 19 00:53:07.924 INFO O| Dec 19 00:53:07.924 INFO STEP 33 (ensure_file) COMPLETE
81772024-12-19T00:53:08.363Z[ recovery-image] Dec 19 00:53:07.924 INFO O| Dec 19 00:53:07.924 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81782024-12-19T00:53:08.371Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81792024-12-19T00:53:08.371Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81802024-12-19T00:53:08.374Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81812024-12-19T00:53:08.374Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81822024-12-19T00:53:08.374Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81832024-12-19T00:53:08.374Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81842024-12-19T00:53:08.374Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO ok!
81852024-12-19T00:53:08.374Z[ recovery-image] Dec 19 00:53:07.934 INFO O| Dec 19 00:53:07.934 INFO STEP 34 (ensure_file) COMPLETE
81862024-12-19T00:53:08.374Z[ recovery-image] Dec 19 00:53:07.935 INFO O| Dec 19 00:53:07.934 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81872024-12-19T00:53:08.381Z[ recovery-image] Dec 19 00:53:07.944 INFO O| Dec 19 00:53:07.944 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81882024-12-19T00:53:08.384Z[ recovery-image] Dec 19 00:53:07.945 INFO O| Dec 19 00:53:07.945 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81892024-12-19T00:53:08.384Z[ recovery-image] Dec 19 00:53:07.945 INFO O| Dec 19 00:53:07.945 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81902024-12-19T00:53:08.384Z[ recovery-image] Dec 19 00:53:07.945 INFO O| Dec 19 00:53:07.945 INFO STEP 35 (ensure_dir) COMPLETE
81912024-12-19T00:53:08.384Z[ recovery-image] Dec 19 00:53:07.945 INFO O| Dec 19 00:53:07.945 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81922024-12-19T00:53:08.392Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 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
81932024-12-19T00:53:08.392Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 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 ...
81942024-12-19T00:53:08.394Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 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
81952024-12-19T00:53:08.394Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 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
81962024-12-19T00:53:08.394Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 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
81972024-12-19T00:53:08.394Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 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
81982024-12-19T00:53:08.394Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 INFO ok!
81992024-12-19T00:53:08.394Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 INFO STEP 36 (ensure_file) COMPLETE
82002024-12-19T00:53:08.394Z[ recovery-image] Dec 19 00:53:07.955 INFO O| Dec 19 00:53:07.955 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82012024-12-19T00:53:08.402Z[ recovery-image] Dec 19 00:53:07.965 INFO O| Dec 19 00:53:07.965 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82022024-12-19T00:53:08.404Z[ recovery-image] Dec 19 00:53:07.965 INFO O| Dec 19 00:53:07.965 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 ...
82032024-12-19T00:53:08.404Z[ recovery-image] Dec 19 00:53:07.965 INFO O| Dec 19 00:53:07.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82042024-12-19T00:53:08.404Z[ recovery-image] Dec 19 00:53:07.965 INFO O| Dec 19 00:53:07.965 INFO ok!
82052024-12-19T00:53:08.404Z[ recovery-image] Dec 19 00:53:07.965 INFO O| Dec 19 00:53:07.965 INFO STEP 37 (ensure_symlink) COMPLETE
82062024-12-19T00:53:08.404Z[ recovery-image] Dec 19 00:53:07.965 INFO O| Dec 19 00:53:07.965 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82072024-12-19T00:53:08.412Z[ recovery-image] Dec 19 00:53:07.975 INFO O| Dec 19 00:53:07.975 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82082024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.975 INFO O| Dec 19 00:53:07.975 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82092024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.975 INFO O| Dec 19 00:53:07.975 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82102024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.975 INFO O| Dec 19 00:53:07.975 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82112024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.976 INFO O| Dec 19 00:53:07.975 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82122024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.976 INFO O| Dec 19 00:53:07.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82132024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.976 INFO O| Dec 19 00:53:07.976 INFO ok!
82142024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.976 INFO O| Dec 19 00:53:07.976 INFO STEP 38 (ensure_file) COMPLETE
82152024-12-19T00:53:08.415Z[ recovery-image] Dec 19 00:53:07.976 INFO O| Dec 19 00:53:07.976 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82162024-12-19T00:53:08.422Z[ recovery-image] Dec 19 00:53:07.986 INFO O| Dec 19 00:53:07.985 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82172024-12-19T00:53:08.422Z[ recovery-image] Dec 19 00:53:07.986 INFO O| Dec 19 00:53:07.986 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 ...
82182024-12-19T00:53:08.425Z[ recovery-image] Dec 19 00:53:07.986 INFO O| Dec 19 00:53:07.986 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
82192024-12-19T00:53:08.425Z[ recovery-image] Dec 19 00:53:07.986 INFO O| Dec 19 00:53:07.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82202024-12-19T00:53:08.425Z[ recovery-image] Dec 19 00:53:07.986 INFO O| Dec 19 00:53:07.986 INFO ok!
82212024-12-19T00:53:08.425Z[ recovery-image] Dec 19 00:53:07.986 INFO O| Dec 19 00:53:07.986 INFO STEP 39 (ensure_file) COMPLETE
82222024-12-19T00:53:08.425Z[ recovery-image] Dec 19 00:53:07.986 INFO O| Dec 19 00:53:07.986 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82232024-12-19T00:53:08.433Z[ recovery-image] Dec 19 00:53:07.996 INFO O| Dec 19 00:53:07.996 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82242024-12-19T00:53:08.433Z[ recovery-image] Dec 19 00:53:07.996 INFO O| Dec 19 00:53:07.996 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82252024-12-19T00:53:08.436Z[ recovery-image] Dec 19 00:53:07.996 INFO O| Dec 19 00:53:07.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82262024-12-19T00:53:08.436Z[ recovery-image] Dec 19 00:53:07.996 INFO O| Dec 19 00:53:07.996 INFO ok!
82272024-12-19T00:53:08.436Z[ recovery-image] Dec 19 00:53:07.996 INFO O| Dec 19 00:53:07.996 INFO STEP 40 (ensure_file) COMPLETE
82282024-12-19T00:53:08.436Z[ recovery-image] Dec 19 00:53:07.996 INFO O| Dec 19 00:53:07.996 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82292024-12-19T00:53:08.448Z[ recovery-image] Dec 19 00:53:08.007 INFO O| Dec 19 00:53:08.007 INFO updating shadow file
82302024-12-19T00:53:08.448Z[ recovery-image] Dec 19 00:53:08.008 INFO O| Dec 19 00:53:08.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82312024-12-19T00:53:08.451Z[ recovery-image] Dec 19 00:53:08.008 INFO O| Dec 19 00:53:08.008 INFO STEP 41 (shadow) COMPLETE
82322024-12-19T00:53:08.451Z[ recovery-image] Dec 19 00:53:08.008 INFO O| Dec 19 00:53:08.008 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82332024-12-19T00:53:08.455Z[ recovery-image] Dec 19 00:53:08.018 INFO O| Dec 19 00:53:08.018 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82342024-12-19T00:53:08.455Z[ recovery-image] Dec 19 00:53:08.018 INFO O| Dec 19 00:53:08.018 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82352024-12-19T00:53:08.458Z[ recovery-image] Dec 19 00:53:08.019 INFO O| Dec 19 00:53:08.019 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82362024-12-19T00:53:08.459Z[ recovery-image] Dec 19 00:53:08.019 INFO O| Dec 19 00:53:08.019 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82372024-12-19T00:53:08.459Z[ recovery-image] Dec 19 00:53:08.019 INFO O| Dec 19 00:53:08.019 INFO ok!
82382024-12-19T00:53:08.459Z[ recovery-image] Dec 19 00:53:08.019 INFO O| Dec 19 00:53:08.019 INFO STEP 42 (ensure_file) COMPLETE
82392024-12-19T00:53:08.459Z[ recovery-image] Dec 19 00:53:08.019 INFO O| Dec 19 00:53:08.019 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402024-12-19T00:53:08.466Z[ recovery-image] Dec 19 00:53:08.029 INFO O| Dec 19 00:53:08.029 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82412024-12-19T00:53:08.466Z[ recovery-image] Dec 19 00:53:08.029 INFO O| Dec 19 00:53:08.029 INFO STEP 43 (ensure_dir) COMPLETE
82422024-12-19T00:53:08.468Z[ recovery-image] Dec 19 00:53:08.029 INFO O| Dec 19 00:53:08.029 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82432024-12-19T00:53:08.477Z[ recovery-image] Dec 19 00:53:08.039 INFO O| Dec 19 00:53:08.039 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82442024-12-19T00:53:08.477Z[ recovery-image] Dec 19 00:53:08.039 INFO O| Dec 19 00:53:08.039 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82452024-12-19T00:53:08.477Z[ recovery-image] Dec 19 00:53:08.039 INFO O| Dec 19 00:53:08.039 INFO STEP 44 (ensure_dir) COMPLETE
82462024-12-19T00:53:08.479Z[ recovery-image] Dec 19 00:53:08.039 INFO O| Dec 19 00:53:08.039 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82472024-12-19T00:53:08.487Z[ recovery-image] Dec 19 00:53:08.050 INFO O| Dec 19 00:53:08.050 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82482024-12-19T00:53:08.487Z[ recovery-image] Dec 19 00:53:08.050 INFO O| Dec 19 00:53:08.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82492024-12-19T00:53:08.487Z[ recovery-image] Dec 19 00:53:08.050 INFO O| Dec 19 00:53:08.050 INFO STEP 45 (ensure_dir) COMPLETE
82502024-12-19T00:53:08.489Z[ recovery-image] Dec 19 00:53:08.050 INFO O| Dec 19 00:53:08.050 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82512024-12-19T00:53:08.500Z[ recovery-image] Dec 19 00:53:08.063 INFO O| Dec 19 00:53:08.063 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82522024-12-19T00:53:08.500Z[ recovery-image] Dec 19 00:53:08.063 INFO O| Dec 19 00:53:08.063 INFO copying /tmp/.tmpAPm83i/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82532024-12-19T00:53:08.531Z[ recovery-image] Dec 19 00:53:08.094 INFO O| Dec 19 00:53:08.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82542024-12-19T00:53:08.531Z[ recovery-image] Dec 19 00:53:08.094 INFO O| Dec 19 00:53:08.094 INFO ok!
82552024-12-19T00:53:08.536Z[ recovery-image] Dec 19 00:53:08.094 INFO O| Dec 19 00:53:08.094 INFO STEP 46 (ensure_file) COMPLETE
82562024-12-19T00:53:08.536Z[ recovery-image] Dec 19 00:53:08.094 INFO O| Dec 19 00:53:08.094 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572024-12-19T00:53:08.547Z[ recovery-image] Dec 19 00:53:08.109 INFO O| Dec 19 00:53:08.108 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82582024-12-19T00:53:08.550Z[ recovery-image] Dec 19 00:53:08.109 INFO O| Dec 19 00:53:08.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82592024-12-19T00:53:08.550Z[ recovery-image] Dec 19 00:53:08.109 INFO O| Dec 19 00:53:08.109 INFO STEP 47 (ensure_dir) COMPLETE
82602024-12-19T00:53:08.550Z[ recovery-image] Dec 19 00:53:08.109 INFO O| Dec 19 00:53:08.109 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82612024-12-19T00:53:08.573Z[ recovery-image] Dec 19 00:53:08.135 INFO O| Dec 19 00:53:08.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82622024-12-19T00:53:08.577Z[ recovery-image] Dec 19 00:53:08.135 INFO O| Dec 19 00:53:08.134 INFO copying /tmp/.tmpAPm83i/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82632024-12-19T00:53:08.577Z[ recovery-image] Dec 19 00:53:08.135 INFO O| Dec 19 00:53:08.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82642024-12-19T00:53:08.577Z[ recovery-image] Dec 19 00:53:08.135 INFO O| Dec 19 00:53:08.135 INFO ok!
82652024-12-19T00:53:08.578Z[ recovery-image] Dec 19 00:53:08.135 INFO O| Dec 19 00:53:08.135 INFO STEP 48 (ensure_file) COMPLETE
82662024-12-19T00:53:08.578Z[ recovery-image] Dec 19 00:53:08.135 INFO O| Dec 19 00:53:08.135 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-19T00:53:08.594Z[ recovery-image] Dec 19 00:53:08.157 INFO O| Dec 19 00:53:08.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82682024-12-19T00:53:08.597Z[ recovery-image] Dec 19 00:53:08.157 INFO O| Dec 19 00:53:08.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82692024-12-19T00:53:08.598Z[ recovery-image] Dec 19 00:53:08.157 INFO O| Dec 19 00:53:08.155 INFO STEP 49 (ensure_dir) COMPLETE
82702024-12-19T00:53:08.598Z[ recovery-image] Dec 19 00:53:08.157 INFO O| Dec 19 00:53:08.155 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82712024-12-19T00:53:08.617Z[ recovery-image] Dec 19 00:53:08.176 INFO O| Dec 19 00:53:08.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82722024-12-19T00:53:08.622Z[ recovery-image] Dec 19 00:53:08.176 INFO O| Dec 19 00:53:08.175 INFO copying /tmp/.tmpAPm83i/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82732024-12-19T00:53:08.642Z[ recovery-image] Dec 19 00:53:08.205 INFO O| Dec 19 00:53:08.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82742024-12-19T00:53:08.642Z[ recovery-image] Dec 19 00:53:08.205 INFO O| Dec 19 00:53:08.205 INFO ok!
82752024-12-19T00:53:08.645Z[ recovery-image] Dec 19 00:53:08.206 INFO O| Dec 19 00:53:08.206 INFO STEP 50 (ensure_file) COMPLETE
82762024-12-19T00:53:08.645Z[ recovery-image] Dec 19 00:53:08.206 INFO O| Dec 19 00:53:08.206 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772024-12-19T00:53:08.659Z[ recovery-image] Dec 19 00:53:08.222 INFO O| Dec 19 00:53:08.222 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82782024-12-19T00:53:08.659Z[ recovery-image] Dec 19 00:53:08.222 INFO O| Dec 19 00:53:08.222 INFO copying /tmp/.tmpAPm83i/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82792024-12-19T00:53:09.186Z[ recovery-image] Dec 19 00:53:08.749 INFO O| Dec 19 00:53:08.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82802024-12-19T00:53:09.187Z[ recovery-image] Dec 19 00:53:08.749 INFO O| Dec 19 00:53:08.749 INFO ok!
82812024-12-19T00:53:09.189Z[ recovery-image] Dec 19 00:53:08.749 INFO O| Dec 19 00:53:08.749 INFO STEP 51 (ensure_file) COMPLETE
82822024-12-19T00:53:09.190Z[ recovery-image] Dec 19 00:53:08.749 INFO O| Dec 19 00:53:08.749 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-19T00:53:09.201Z[ recovery-image] Dec 19 00:53:08.762 INFO O| Dec 19 00:53:08.762 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82842024-12-19T00:53:09.204Z[ recovery-image] Dec 19 00:53:08.762 INFO O| Dec 19 00:53:08.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82852024-12-19T00:53:09.204Z[ recovery-image] Dec 19 00:53:08.762 INFO O| Dec 19 00:53:08.762 INFO STEP 52 (ensure_dir) COMPLETE
82862024-12-19T00:53:09.204Z[ recovery-image] Dec 19 00:53:08.762 INFO O| Dec 19 00:53:08.762 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872024-12-19T00:53:09.211Z[ recovery-image] Dec 19 00:53:08.774 INFO O| Dec 19 00:53:08.774 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82882024-12-19T00:53:09.211Z[ recovery-image] Dec 19 00:53:08.774 INFO O| Dec 19 00:53:08.774 INFO copying /tmp/.tmpAPm83i/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 ...
82892024-12-19T00:53:09.214Z[ recovery-image] Dec 19 00:53:08.774 INFO O| Dec 19 00:53:08.774 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
82902024-12-19T00:53:09.214Z[ recovery-image] Dec 19 00:53:08.774 INFO O| Dec 19 00:53:08.774 INFO ok!
82912024-12-19T00:53:09.214Z[ recovery-image] Dec 19 00:53:08.774 INFO O| Dec 19 00:53:08.774 INFO STEP 53 (ensure_file) COMPLETE
82922024-12-19T00:53:09.214Z[ recovery-image] Dec 19 00:53:08.774 INFO O| Dec 19 00:53:08.774 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82932024-12-19T00:53:09.222Z[ recovery-image] Dec 19 00:53:08.785 INFO O| Dec 19 00:53:08.785 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82942024-12-19T00:53:09.222Z[ recovery-image] Dec 19 00:53:08.785 INFO O| Dec 19 00:53:08.785 INFO copying /tmp/.tmpAPm83i/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 ...
82952024-12-19T00:53:09.225Z[ recovery-image] Dec 19 00:53:08.785 INFO O| Dec 19 00:53:08.785 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
82962024-12-19T00:53:09.225Z[ recovery-image] Dec 19 00:53:08.785 INFO O| Dec 19 00:53:08.785 INFO ok!
82972024-12-19T00:53:09.225Z[ recovery-image] Dec 19 00:53:08.785 INFO O| Dec 19 00:53:08.785 INFO STEP 54 (ensure_file) COMPLETE
82982024-12-19T00:53:09.225Z[ recovery-image] Dec 19 00:53:08.785 INFO O| Dec 19 00:53:08.785 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992024-12-19T00:53:09.231Z[ recovery-image] Dec 19 00:53:08.795 INFO O| Dec 19 00:53:08.795 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83002024-12-19T00:53:09.234Z[ recovery-image] Dec 19 00:53:08.795 INFO O| Dec 19 00:53:08.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83012024-12-19T00:53:09.234Z[ recovery-image] Dec 19 00:53:08.795 INFO O| Dec 19 00:53:08.795 INFO STEP 55 (ensure_dir) COMPLETE
83022024-12-19T00:53:09.234Z[ recovery-image] Dec 19 00:53:08.795 INFO O| Dec 19 00:53:08.795 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83032024-12-19T00:53:09.241Z[ recovery-image] Dec 19 00:53:08.805 INFO O| Dec 19 00:53:08.805 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83042024-12-19T00:53:09.245Z[ recovery-image] Dec 19 00:53:08.805 INFO O| Dec 19 00:53:08.805 INFO copying /tmp/.tmpAPm83i/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 ...
83052024-12-19T00:53:09.245Z[ recovery-image] Dec 19 00:53:08.805 INFO O| Dec 19 00:53:08.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83062024-12-19T00:53:09.245Z[ recovery-image] Dec 19 00:53:08.805 INFO O| Dec 19 00:53:08.805 INFO ok!
83072024-12-19T00:53:09.245Z[ recovery-image] Dec 19 00:53:08.805 INFO O| Dec 19 00:53:08.805 INFO STEP 56 (ensure_file) COMPLETE
83082024-12-19T00:53:09.245Z[ recovery-image] Dec 19 00:53:08.805 INFO O| Dec 19 00:53:08.805 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092024-12-19T00:53:09.253Z[ recovery-image] Dec 19 00:53:08.816 INFO O| Dec 19 00:53:08.816 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83102024-12-19T00:53:09.253Z[ recovery-image] Dec 19 00:53:08.816 INFO O| Dec 19 00:53:08.816 INFO copying /tmp/.tmpAPm83i/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 ...
83112024-12-19T00:53:09.253Z[ recovery-image] Dec 19 00:53:08.816 INFO O| Dec 19 00:53:08.816 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
83122024-12-19T00:53:09.256Z[ recovery-image] Dec 19 00:53:08.816 INFO O| Dec 19 00:53:08.816 INFO ok!
83132024-12-19T00:53:09.256Z[ recovery-image] Dec 19 00:53:08.816 INFO O| Dec 19 00:53:08.816 INFO STEP 57 (ensure_file) COMPLETE
83142024-12-19T00:53:09.256Z[ recovery-image] Dec 19 00:53:08.816 INFO O| Dec 19 00:53:08.816 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152024-12-19T00:53:09.263Z[ recovery-image] Dec 19 00:53:08.826 INFO O| Dec 19 00:53:08.826 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83162024-12-19T00:53:09.263Z[ recovery-image] Dec 19 00:53:08.826 INFO O| Dec 19 00:53:08.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83172024-12-19T00:53:09.263Z[ recovery-image] Dec 19 00:53:08.826 INFO O| Dec 19 00:53:08.826 INFO STEP 58 (ensure_dir) COMPLETE
83182024-12-19T00:53:09.266Z[ recovery-image] Dec 19 00:53:08.826 INFO O| Dec 19 00:53:08.826 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83192024-12-19T00:53:09.274Z[ recovery-image] Dec 19 00:53:08.837 INFO O| Dec 19 00:53:08.837 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83202024-12-19T00:53:09.276Z[ recovery-image] Dec 19 00:53:08.837 INFO O| Dec 19 00:53:08.837 INFO copying /tmp/.tmpAPm83i/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 ...
83212024-12-19T00:53:09.276Z[ recovery-image] Dec 19 00:53:08.837 INFO O| Dec 19 00:53:08.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83222024-12-19T00:53:09.276Z[ recovery-image] Dec 19 00:53:08.837 INFO O| Dec 19 00:53:08.837 INFO ok!
83232024-12-19T00:53:09.276Z[ recovery-image] Dec 19 00:53:08.837 INFO O| Dec 19 00:53:08.837 INFO STEP 59 (ensure_file) COMPLETE
83242024-12-19T00:53:09.276Z[ recovery-image] Dec 19 00:53:08.837 INFO O| Dec 19 00:53:08.837 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83252024-12-19T00:53:09.285Z[ recovery-image] Dec 19 00:53:08.848 INFO O| Dec 19 00:53:08.848 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83262024-12-19T00:53:09.287Z[ recovery-image] Dec 19 00:53:08.848 INFO O| Dec 19 00:53:08.848 INFO copying /tmp/.tmpAPm83i/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83272024-12-19T00:53:09.287Z[ recovery-image] Dec 19 00:53:08.848 INFO O| Dec 19 00:53:08.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83282024-12-19T00:53:09.287Z[ recovery-image] Dec 19 00:53:08.848 INFO O| Dec 19 00:53:08.848 INFO ok!
83292024-12-19T00:53:09.287Z[ recovery-image] Dec 19 00:53:08.848 INFO O| Dec 19 00:53:08.848 INFO STEP 60 (ensure_file) COMPLETE
83302024-12-19T00:53:09.287Z[ recovery-image] Dec 19 00:53:08.848 INFO O| Dec 19 00:53:08.848 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83312024-12-19T00:53:09.295Z[ recovery-image] Dec 19 00:53:08.859 INFO O| Dec 19 00:53:08.858 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83322024-12-19T00:53:09.296Z[ recovery-image] Dec 19 00:53:08.859 INFO O| Dec 19 00:53:08.858 INFO STEP 61 (ensure_dir) COMPLETE
83332024-12-19T00:53:09.298Z[ recovery-image] Dec 19 00:53:08.859 INFO O| Dec 19 00:53:08.858 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83342024-12-19T00:53:09.306Z[ recovery-image] Dec 19 00:53:08.869 INFO O| Dec 19 00:53:08.869 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83352024-12-19T00:53:09.309Z[ recovery-image] Dec 19 00:53:08.869 INFO O| Dec 19 00:53:08.869 INFO STEP 62 (ensure_dir) COMPLETE
83362024-12-19T00:53:09.309Z[ recovery-image] Dec 19 00:53:08.869 INFO O| Dec 19 00:53:08.869 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83372024-12-19T00:53:09.317Z[ recovery-image] Dec 19 00:53:08.880 INFO O| Dec 19 00:53:08.880 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83382024-12-19T00:53:09.317Z[ recovery-image] Dec 19 00:53:08.880 INFO O| Dec 19 00:53:08.880 INFO STEP 63 (ensure_dir) COMPLETE
83392024-12-19T00:53:09.320Z[ recovery-image] Dec 19 00:53:08.880 INFO O| Dec 19 00:53:08.880 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83402024-12-19T00:53:09.327Z[ recovery-image] Dec 19 00:53:08.890 INFO O| Dec 19 00:53:08.890 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83412024-12-19T00:53:09.330Z[ recovery-image] Dec 19 00:53:08.890 INFO O| Dec 19 00:53:08.890 INFO STEP 64 (ensure_dir) COMPLETE
83422024-12-19T00:53:09.330Z[ recovery-image] Dec 19 00:53:08.890 INFO O| Dec 19 00:53:08.890 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83432024-12-19T00:53:09.338Z[ recovery-image] Dec 19 00:53:08.901 INFO O| Dec 19 00:53:08.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83442024-12-19T00:53:09.341Z[ recovery-image] Dec 19 00:53:08.901 INFO O| Dec 19 00:53:08.901 INFO copying /tmp/.tmpAPm83i/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83452024-12-19T00:53:09.341Z[ recovery-image] Dec 19 00:53:08.901 INFO O| Dec 19 00:53:08.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83462024-12-19T00:53:09.341Z[ recovery-image] Dec 19 00:53:08.901 INFO O| Dec 19 00:53:08.901 INFO ok!
83472024-12-19T00:53:09.341Z[ recovery-image] Dec 19 00:53:08.901 INFO O| Dec 19 00:53:08.901 INFO STEP 65 (ensure_file) COMPLETE
83482024-12-19T00:53:09.341Z[ recovery-image] Dec 19 00:53:08.901 INFO O| Dec 19 00:53:08.901 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83492024-12-19T00:53:09.348Z[ recovery-image] Dec 19 00:53:08.912 INFO O| Dec 19 00:53:08.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83502024-12-19T00:53:09.351Z[ recovery-image] Dec 19 00:53:08.912 INFO O| Dec 19 00:53:08.912 INFO STEP 66 (remove_files) COMPLETE
83512024-12-19T00:53:09.351Z[ recovery-image] Dec 19 00:53:08.912 INFO O| Dec 19 00:53:08.912 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83522024-12-19T00:53:09.359Z[ recovery-image] Dec 19 00:53:08.922 INFO O| Dec 19 00:53:08.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83532024-12-19T00:53:09.363Z[ recovery-image] Dec 19 00:53:08.923 INFO O| Dec 19 00:53:08.923 INFO STEP 67 (remove_files) COMPLETE
83542024-12-19T00:53:09.363Z[ recovery-image] Dec 19 00:53:08.923 INFO O| Dec 19 00:53:08.923 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83552024-12-19T00:53:09.371Z[ recovery-image] Dec 19 00:53:08.934 INFO O| Dec 19 00:53:08.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83562024-12-19T00:53:09.373Z[ recovery-image] Dec 19 00:53:08.934 INFO O| Dec 19 00:53:08.934 INFO STEP 68 (remove_files) COMPLETE
83572024-12-19T00:53:09.373Z[ recovery-image] Dec 19 00:53:08.934 INFO O| Dec 19 00:53:08.934 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83582024-12-19T00:53:09.382Z[ recovery-image] Dec 19 00:53:08.945 INFO O| Dec 19 00:53:08.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83592024-12-19T00:53:09.384Z[ recovery-image] Dec 19 00:53:08.945 INFO O| Dec 19 00:53:08.945 INFO STEP 69 (remove_files) COMPLETE
83602024-12-19T00:53:09.384Z[ recovery-image] Dec 19 00:53:08.945 INFO O| Dec 19 00:53:08.945 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83612024-12-19T00:53:09.397Z[ recovery-image] Dec 19 00:53:08.961 INFO O| Dec 19 00:53:08.960 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83622024-12-19T00:53:09.400Z[ recovery-image] Dec 19 00:53:08.961 INFO O| Dec 19 00:53:08.961 INFO STEP 70 (remove_files) COMPLETE
83632024-12-19T00:53:09.400Z[ recovery-image] Dec 19 00:53:08.961 INFO O| Dec 19 00:53:08.961 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642024-12-19T00:53:09.409Z[ recovery-image] Dec 19 00:53:08.972 INFO O| Dec 19 00:53:08.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83652024-12-19T00:53:09.412Z[ recovery-image] Dec 19 00:53:08.972 INFO O| Dec 19 00:53:08.972 INFO STEP 71 (remove_files) COMPLETE
83662024-12-19T00:53:09.412Z[ recovery-image] Dec 19 00:53:08.972 INFO O| Dec 19 00:53:08.972 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672024-12-19T00:53:09.430Z[ recovery-image] Dec 19 00:53:08.986 INFO O| Dec 19 00:53:08.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83682024-12-19T00:53:09.430Z[ recovery-image] Dec 19 00:53:08.986 INFO O| Dec 19 00:53:08.986 INFO STEP 72 (remove_files) COMPLETE
83692024-12-19T00:53:09.433Z[ recovery-image] Dec 19 00:53:08.986 INFO O| Dec 19 00:53:08.986 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702024-12-19T00:53:09.437Z[ recovery-image] Dec 19 00:53:08.999 INFO O| Dec 19 00:53:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83712024-12-19T00:53:09.439Z[ recovery-image] Dec 19 00:53:08.999 INFO O| Dec 19 00:53:08.999 INFO STEP 73 (remove_files) COMPLETE
83722024-12-19T00:53:09.440Z[ recovery-image] Dec 19 00:53:09.000 INFO O| Dec 19 00:53:08.999 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732024-12-19T00:53:09.448Z[ recovery-image] Dec 19 00:53:09.012 INFO O| Dec 19 00:53:09.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83742024-12-19T00:53:09.451Z[ recovery-image] Dec 19 00:53:09.012 INFO O| Dec 19 00:53:09.012 INFO STEP 74 (remove_files) COMPLETE
83752024-12-19T00:53:09.451Z[ recovery-image] Dec 19 00:53:09.012 INFO O| Dec 19 00:53:09.012 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-19T00:53:09.459Z[ recovery-image] Dec 19 00:53:09.022 INFO O| Dec 19 00:53:09.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83772024-12-19T00:53:09.459Z[ recovery-image] Dec 19 00:53:09.023 INFO O| Dec 19 00:53:09.023 INFO STEP 75 (remove_files) COMPLETE
83782024-12-19T00:53:09.459Z[ recovery-image] Dec 19 00:53:09.023 INFO O| Dec 19 00:53:09.023 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-19T00:53:09.470Z[ recovery-image] Dec 19 00:53:09.033 INFO O| Dec 19 00:53:09.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83802024-12-19T00:53:09.470Z[ recovery-image] Dec 19 00:53:09.033 INFO O| Dec 19 00:53:09.033 INFO STEP 76 (remove_files) COMPLETE
83812024-12-19T00:53:09.473Z[ recovery-image] Dec 19 00:53:09.033 INFO O| Dec 19 00:53:09.033 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-19T00:53:09.480Z[ recovery-image] Dec 19 00:53:09.043 INFO O| Dec 19 00:53:09.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83832024-12-19T00:53:09.480Z[ recovery-image] Dec 19 00:53:09.043 INFO O| Dec 19 00:53:09.043 INFO STEP 77 (remove_files) COMPLETE
83842024-12-19T00:53:09.482Z[ recovery-image] Dec 19 00:53:09.043 INFO O| Dec 19 00:53:09.043 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-19T00:53:09.490Z[ recovery-image] Dec 19 00:53:09.053 INFO O| Dec 19 00:53:09.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83862024-12-19T00:53:09.490Z[ recovery-image] Dec 19 00:53:09.053 INFO O| Dec 19 00:53:09.053 INFO STEP 78 (remove_files) COMPLETE
83872024-12-19T00:53:09.490Z[ recovery-image] Dec 19 00:53:09.053 INFO O| Dec 19 00:53:09.053 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-19T00:53:09.502Z[ recovery-image] Dec 19 00:53:09.065 INFO O| Dec 19 00:53:09.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83892024-12-19T00:53:09.502Z[ recovery-image] Dec 19 00:53:09.065 INFO O| Dec 19 00:53:09.065 INFO STEP 79 (remove_files) COMPLETE
83902024-12-19T00:53:09.504Z[ recovery-image] Dec 19 00:53:09.065 INFO O| Dec 19 00:53:09.065 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-19T00:53:09.514Z[ recovery-image] Dec 19 00:53:09.077 INFO O| Dec 19 00:53:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83922024-12-19T00:53:09.514Z[ recovery-image] Dec 19 00:53:09.078 INFO O| Dec 19 00:53:09.077 INFO STEP 80 (remove_files) COMPLETE
83932024-12-19T00:53:09.517Z[ recovery-image] Dec 19 00:53:09.078 INFO O| Dec 19 00:53:09.078 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-19T00:53:09.525Z[ recovery-image] Dec 19 00:53:09.088 INFO O| Dec 19 00:53:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83952024-12-19T00:53:09.525Z[ recovery-image] Dec 19 00:53:09.088 INFO O| Dec 19 00:53:09.088 INFO STEP 81 (remove_files) COMPLETE
83962024-12-19T00:53:09.525Z[ recovery-image] Dec 19 00:53:09.088 INFO O| Dec 19 00:53:09.088 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-19T00:53:09.536Z[ recovery-image] Dec 19 00:53:09.099 INFO O| Dec 19 00:53:09.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83982024-12-19T00:53:09.536Z[ recovery-image] Dec 19 00:53:09.099 INFO O| Dec 19 00:53:09.099 INFO STEP 82 (remove_files) COMPLETE
83992024-12-19T00:53:09.536Z[ recovery-image] Dec 19 00:53:09.099 INFO O| Dec 19 00:53:09.099 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-19T00:53:09.549Z[ recovery-image] Dec 19 00:53:09.111 INFO O| Dec 19 00:53:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84012024-12-19T00:53:09.549Z[ recovery-image] Dec 19 00:53:09.111 INFO O| Dec 19 00:53:09.111 INFO STEP 83 (remove_files) COMPLETE
84022024-12-19T00:53:09.552Z[ recovery-image] Dec 19 00:53:09.111 INFO O| Dec 19 00:53:09.111 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-19T00:53:09.561Z[ recovery-image] Dec 19 00:53:09.124 INFO O| Dec 19 00:53:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84042024-12-19T00:53:09.561Z[ recovery-image] Dec 19 00:53:09.124 INFO O| Dec 19 00:53:09.124 INFO STEP 84 (remove_files) COMPLETE
84052024-12-19T00:53:09.561Z[ recovery-image] Dec 19 00:53:09.124 INFO O| Dec 19 00:53:09.124 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-19T00:53:09.572Z[ recovery-image] Dec 19 00:53:09.136 INFO O| Dec 19 00:53:09.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84072024-12-19T00:53:09.573Z[ recovery-image] Dec 19 00:53:09.136 INFO O| Dec 19 00:53:09.136 INFO STEP 85 (remove_files) COMPLETE
84082024-12-19T00:53:09.573Z[ recovery-image] Dec 19 00:53:09.136 INFO O| Dec 19 00:53:09.136 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-19T00:53:09.584Z[ recovery-image] Dec 19 00:53:09.147 INFO O| Dec 19 00:53:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84102024-12-19T00:53:09.584Z[ recovery-image] Dec 19 00:53:09.147 INFO O| Dec 19 00:53:09.147 INFO STEP 86 (remove_files) COMPLETE
84112024-12-19T00:53:09.586Z[ recovery-image] Dec 19 00:53:09.147 INFO O| Dec 19 00:53:09.147 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-19T00:53:09.595Z[ recovery-image] Dec 19 00:53:09.158 INFO O| Dec 19 00:53:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84132024-12-19T00:53:09.595Z[ recovery-image] Dec 19 00:53:09.158 INFO O| Dec 19 00:53:09.158 INFO STEP 87 (remove_files) COMPLETE
84142024-12-19T00:53:09.595Z[ recovery-image] Dec 19 00:53:09.158 INFO O| Dec 19 00:53:09.158 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-19T00:53:09.606Z[ recovery-image] Dec 19 00:53:09.169 INFO O| Dec 19 00:53:09.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84162024-12-19T00:53:09.606Z[ recovery-image] Dec 19 00:53:09.170 INFO O| Dec 19 00:53:09.170 INFO STEP 88 (remove_files) COMPLETE
84172024-12-19T00:53:09.609Z[ recovery-image] Dec 19 00:53:09.170 INFO O| Dec 19 00:53:09.170 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-19T00:53:09.618Z[ recovery-image] Dec 19 00:53:09.181 INFO O| Dec 19 00:53:09.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84192024-12-19T00:53:09.618Z[ recovery-image] Dec 19 00:53:09.181 INFO O| Dec 19 00:53:09.181 INFO STEP 89 (remove_files) COMPLETE
84202024-12-19T00:53:09.618Z[ recovery-image] Dec 19 00:53:09.181 INFO O| Dec 19 00:53:09.181 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-19T00:53:09.629Z[ recovery-image] Dec 19 00:53:09.192 INFO O| Dec 19 00:53:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84222024-12-19T00:53:09.629Z[ recovery-image] Dec 19 00:53:09.192 INFO O| Dec 19 00:53:09.192 INFO STEP 90 (remove_files) COMPLETE
84232024-12-19T00:53:09.629Z[ recovery-image] Dec 19 00:53:09.192 INFO O| Dec 19 00:53:09.192 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-19T00:53:09.640Z[ recovery-image] Dec 19 00:53:09.203 INFO O| Dec 19 00:53:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84252024-12-19T00:53:09.642Z[ recovery-image] Dec 19 00:53:09.203 INFO O| Dec 19 00:53:09.203 INFO STEP 91 (remove_files) COMPLETE
84262024-12-19T00:53:09.642Z[ recovery-image] Dec 19 00:53:09.203 INFO O| Dec 19 00:53:09.203 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-19T00:53:09.651Z[ recovery-image] Dec 19 00:53:09.214 INFO O| Dec 19 00:53:09.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84282024-12-19T00:53:09.651Z[ recovery-image] Dec 19 00:53:09.214 INFO O| Dec 19 00:53:09.214 INFO STEP 92 (remove_files) COMPLETE
84292024-12-19T00:53:09.653Z[ recovery-image] Dec 19 00:53:09.214 INFO O| Dec 19 00:53:09.214 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-19T00:53:09.661Z[ recovery-image] Dec 19 00:53:09.225 INFO O| Dec 19 00:53:09.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84312024-12-19T00:53:09.661Z[ recovery-image] Dec 19 00:53:09.225 INFO O| Dec 19 00:53:09.225 INFO STEP 93 (remove_files) COMPLETE
84322024-12-19T00:53:09.662Z[ recovery-image] Dec 19 00:53:09.225 INFO O| Dec 19 00:53:09.225 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-19T00:53:09.672Z[ recovery-image] Dec 19 00:53:09.235 INFO O| Dec 19 00:53:09.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84342024-12-19T00:53:09.672Z[ recovery-image] Dec 19 00:53:09.235 INFO O| Dec 19 00:53:09.235 INFO STEP 94 (remove_files) COMPLETE
84352024-12-19T00:53:09.672Z[ recovery-image] Dec 19 00:53:09.235 INFO O| Dec 19 00:53:09.235 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84362024-12-19T00:53:09.687Z[ recovery-image] Dec 19 00:53:09.251 INFO O| Dec 19 00:53:09.250 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84372024-12-19T00:53:09.690Z[ recovery-image] Dec 19 00:53:09.251 INFO O| Dec 19 00:53:09.251 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84382024-12-19T00:53:16.805Z[ recovery-image] Dec 19 00:53:16.350 INFO O| Dec 19 00:53:16.350 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
84392024-12-19T00:53:16.805Z[ recovery-image] Dec 19 00:53:16.350 INFO O| Dec 19 00:53:16.350 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84402024-12-19T00:53:16.808Z[ recovery-image] Dec 19 00:53:16.363 INFO O| Dec 19 00:53:16.363 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_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"}
84412024-12-19T00:53:16.878Z[ recovery-image] Dec 19 00:53:16.441 INFO O| Dec 19 00:53:16.441 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84422024-12-19T00:53:16.878Z[ recovery-image] Dec 19 00:53:16.441 INFO O| Dec 19 00:53:16.441 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 ...
84432024-12-19T00:53:16.881Z[ recovery-image] Dec 19 00:53:16.443 INFO O| Dec 19 00:53:16.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84442024-12-19T00:53:16.881Z[ recovery-image] Dec 19 00:53:16.443 INFO O| Dec 19 00:53:16.443 INFO ok!
84452024-12-19T00:53:16.881Z[ recovery-image] Dec 19 00:53:16.443 INFO O| Dec 19 00:53:16.443 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84462024-12-19T00:53:16.881Z[ recovery-image] Dec 19 00:53:16.443 INFO O| Dec 19 00:53:16.443 INFO STEP 95 (seed_smf) COMPLETE
84472024-12-19T00:53:16.881Z[ recovery-image] Dec 19 00:53:16.443 INFO O| Dec 19 00:53:16.443 INFO steps complete; finalising image!
84482024-12-19T00:53:16.881Z[ recovery-image] Dec 19 00:53:16.443 INFO O| Dec 19 00:53:16.443 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84492024-12-19T00:53:16.917Z[ recovery-image] Dec 19 00:53:16.479 INFO O| Dec 19 00:53:16.479 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Thu Dec 19 00:53:16 2024)
84502024-12-19T00:53:17.123Z[ recovery-image] Dec 19 00:53:16.686 INFO O| Dec 19 00:53:16.686 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Thu Dec 19 00:53:16 2024)
84512024-12-19T00:53:17.330Z[ recovery-image] Dec 19 00:53:16.893 INFO O| Dec 19 00:53:16.893 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Thu Dec 19 00:53:16 2024)
84522024-12-19T00:53:17.552Z[ recovery-image] Dec 19 00:53:17.115 INFO O| Dec 19 00:53:17.115 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio
84532024-12-19T00:53:17.552Z[ recovery-image] Dec 19 00:53:17.115 INFO O| Dec 19 00:53:17.115 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84542024-12-19T00:53:17.813Z[ recovery-image] Dec 19 00:53:17.376 INFO O| Dec 19 00:53:17.376 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
84552024-12-19T00:53:17.813Z[ recovery-image] Dec 19 00:53:17.376 INFO O| Dec 19 00:53:17.376 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84562024-12-19T00:53:20.738Z[ recovery-image] Dec 19 00:53:20.300 INFO O| Dec 19 00:53:20.300 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84572024-12-19T00:53:20.738Z[ recovery-image] Dec 19 00:53:20.300 INFO O| Dec 19 00:53:20.300 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84582024-12-19T00:53:20.741Z[ recovery-image] Dec 19 00:53:20.300 INFO O| Dec 19 00:53:20.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84592024-12-19T00:53:20.741Z[ recovery-image] Dec 19 00:53:20.300 INFO O| Dec 19 00:53:20.300 INFO completed processing gimlet/zfs-recovery
84602024-12-19T00:53:20.741Z[ recovery-image] Dec 19 00:53:20.300 INFO O| Dec 19 00:53:20.300 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84612024-12-19T00:53:21.495Z[ recovery-image] Dec 19 00:53:21.057 INFO O| Dec 19 00:53:21.057 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84622024-12-19T00:53:21.596Z[ recovery-image] Dec 19 00:53:21.157 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
84632024-12-19T00:53:21.599Z[ recovery-image] Dec 19 00:53:21.158 INFO expanded image name: "recovery b1dfbe7/${os_short_commit} 2024-12-19 00:23" -> "recovery b1dfbe7/7274828 2024-12-19 00:23"
84642024-12-19T00:53:21.599Z[ recovery-image] Dec 19 00:53:21.158 INFO output artefacts stored in: "/work/os-recovery"
84652024-12-19T00:53:21.599Z[ recovery-image] Dec 19 00:53:21.159 INFO collecting git info from project "amd-host-image-builder"...
84662024-12-19T00:53:21.638Z[ recovery-image] Dec 19 00:53:21.200 INFO collecting git info from project "pilot"...
84672024-12-19T00:53:21.649Z[ recovery-image] Dec 19 00:53:21.212 INFO collecting git info from project "amd-firmware"...
84682024-12-19T00:53:21.818Z[ recovery-image] Dec 19 00:53:21.381 INFO collecting git info from project "pinprick"...
84692024-12-19T00:53:21.825Z[ recovery-image] Dec 19 00:53:21.388 INFO collecting git info from project "image-builder"...
84702024-12-19T00:53:21.835Z[ recovery-image] Dec 19 00:53:21.396 INFO collecting git info from project "chelsio-t6-roms"...
84712024-12-19T00:53:21.855Z[ recovery-image] Dec 19 00:53:21.418 INFO collecting git info from project "phbl"...
84722024-12-19T00:53:21.862Z[ recovery-image] Dec 19 00:53:21.425 INFO collecting git info from project "bootserver"...
84732024-12-19T00:53:21.868Z[ recovery-image] Dec 19 00:53:21.431 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84742024-12-19T00:53:22.232Z[ recovery-image] Dec 19 00:53:21.795 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84752024-12-19T00:53:22.606Z[ recovery-image] Dec 19 00:53:22.168 INFO creating Oxide boot image...
84762024-12-19T00:53:22.606Z[ recovery-image] Dec 19 00:53:22.168 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery b1dfbe7/7274828 2024-12-19 00:23", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84772024-12-19T00:53:53.215Z[ host-image] Dec 19 00:53:52.777 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z
84782024-12-19T00:53:53.215Z[ host-image] Dec 19 00:53:52.777 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z
84792024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.777 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84802024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.777 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84812024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.777 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84822024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.777 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84832024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.778 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84842024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.778 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84852024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.778 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84862024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.778 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84872024-12-19T00:53:53.218Z[ host-image] Dec 19 00:53:52.779 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z
84882024-12-19T00:53:53.221Z[ host-image] Dec 19 00:53:52.780 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z
84892024-12-19T00:53:53.221Z[ host-image] Dec 19 00:53:52.781 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z
84902024-12-19T00:53:53.221Z[ host-image] Dec 19 00:53:52.782 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z
84912024-12-19T00:53:53.221Z[ host-image] Dec 19 00:53:52.782 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84922024-12-19T00:53:53.221Z[ host-image] Dec 19 00:53:52.782 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z
84932024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.783 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z
84942024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.783 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z
84952024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.783 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z
84962024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.784 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z
84972024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.784 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z
84982024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.784 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z
84992024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.784 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85002024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.784 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z
85012024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.784 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z
85022024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z
85032024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z
85042024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z
85052024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z
85062024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.301:20241119T212547Z
85072024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z
85082024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z
85092024-12-19T00:53:53.224Z[ host-image] Dec 19 00:53:52.785 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z
85102024-12-19T00:53:53.227Z[ host-image] Dec 19 00:53:52.786 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z
85112024-12-19T00:53:53.227Z[ host-image] Dec 19 00:53:52.787 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z
85122024-12-19T00:53:53.227Z[ host-image] Dec 19 00:53:52.787 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z
85132024-12-19T00:53:53.234Z[ host-image] Dec 19 00:53:52.796 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85142024-12-19T00:53:53.237Z[ host-image] Dec 19 00:53:52.796 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z
85152024-12-19T00:53:53.237Z[ host-image] Dec 19 00:53:52.796 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85162024-12-19T00:53:53.237Z[ host-image] Dec 19 00:53:52.797 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85172024-12-19T00:53:53.237Z[ host-image] Dec 19 00:53:52.797 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85182024-12-19T00:53:53.237Z[ host-image] Dec 19 00:53:52.797 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z
85192024-12-19T00:53:53.237Z[ host-image] Dec 19 00:53:52.798 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85202024-12-19T00:53:53.237Z[ host-image] Dec 19 00:53:52.798 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85212024-12-19T00:53:53.240Z[ host-image] Dec 19 00:53:52.799 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85222024-12-19T00:53:53.240Z[ host-image] Dec 19 00:53:52.799 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85232024-12-19T00:53:53.250Z[ host-image] Dec 19 00:53:52.812 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85242024-12-19T00:53:53.252Z[ host-image] Dec 19 00:53:52.812 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85252024-12-19T00:53:53.252Z[ host-image] Dec 19 00:53:52.812 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85262024-12-19T00:53:53.252Z[ host-image] Dec 19 00:53:52.812 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85272024-12-19T00:53:53.252Z[ host-image] Dec 19 00:53:52.813 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85282024-12-19T00:53:53.252Z[ host-image] Dec 19 00:53:52.813 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85292024-12-19T00:53:53.289Z[ host-image] Dec 19 00:53:52.850 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85302024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.851 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85312024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.851 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85322024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z
85332024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z
85342024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85352024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z
85362024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85372024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85382024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85392024-12-19T00:53:53.291Z[ host-image] Dec 19 00:53:52.852 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z
85402024-12-19T00:53:53.295Z[ host-image] Dec 19 00:53:52.853 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85412024-12-19T00:53:53.298Z[ host-image] Dec 19 00:53:52.857 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85422024-12-19T00:53:53.298Z[ host-image] Dec 19 00:53:52.857 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85432024-12-19T00:53:53.298Z[ host-image] Dec 19 00:53:52.857 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85442024-12-19T00:53:53.298Z[ host-image] Dec 19 00:53:52.858 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z
85452024-12-19T00:53:53.298Z[ host-image] Dec 19 00:53:52.858 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85462024-12-19T00:53:53.312Z[ host-image] Dec 19 00:53:52.873 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85472024-12-19T00:53:53.315Z[ host-image] Dec 19 00:53:52.873 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z
85482024-12-19T00:53:53.315Z[ host-image] Dec 19 00:53:52.875 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z
85492024-12-19T00:53:53.315Z[ host-image] Dec 19 00:53:52.876 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z
85502024-12-19T00:53:53.315Z[ host-image] Dec 19 00:53:52.876 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85512024-12-19T00:53:53.315Z[ host-image] Dec 19 00:53:52.876 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z
85522024-12-19T00:53:53.318Z[ host-image] Dec 19 00:53:52.877 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z
85532024-12-19T00:53:53.318Z[ host-image] Dec 19 00:53:52.877 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z
85542024-12-19T00:53:53.318Z[ host-image] Dec 19 00:53:52.877 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z
85552024-12-19T00:53:53.320Z[ host-image] Dec 19 00:53:52.881 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85562024-12-19T00:53:53.320Z[ host-image] Dec 19 00:53:52.881 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z
85572024-12-19T00:53:53.321Z[ host-image] Dec 19 00:53:52.882 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z
85582024-12-19T00:53:53.323Z[ host-image] Dec 19 00:53:52.882 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85592024-12-19T00:53:53.323Z[ host-image] Dec 19 00:53:52.883 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z
85602024-12-19T00:53:53.323Z[ host-image] Dec 19 00:53:52.883 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z
85612024-12-19T00:53:53.323Z[ host-image] Dec 19 00:53:52.883 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z
85622024-12-19T00:53:53.323Z[ host-image] Dec 19 00:53:52.883 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z
85632024-12-19T00:53:53.330Z[ host-image] Dec 19 00:53:52.892 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z
85642024-12-19T00:53:53.330Z[ host-image] Dec 19 00:53:52.892 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85652024-12-19T00:53:53.333Z[ host-image] Dec 19 00:53:52.894 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z
85662024-12-19T00:53:53.335Z[ host-image] Dec 19 00:53:52.895 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z
85672024-12-19T00:53:53.335Z[ host-image] Dec 19 00:53:52.895 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z
85682024-12-19T00:53:53.335Z[ host-image] Dec 19 00:53:52.896 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z
85692024-12-19T00:53:53.335Z[ host-image] Dec 19 00:53:52.896 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z
85702024-12-19T00:53:53.335Z[ host-image] Dec 19 00:53:52.896 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z
85712024-12-19T00:53:53.345Z[ host-image] Dec 19 00:53:52.907 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z
85722024-12-19T00:53:53.348Z[ host-image] Dec 19 00:53:52.907 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z
85732024-12-19T00:53:53.348Z[ host-image] Dec 19 00:53:52.907 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z
85742024-12-19T00:53:53.348Z[ host-image] Dec 19 00:53:52.908 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z
85752024-12-19T00:53:53.348Z[ host-image] Dec 19 00:53:52.908 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z
85762024-12-19T00:53:53.369Z[ host-image] Dec 19 00:53:52.931 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z
85772024-12-19T00:53:53.372Z[ host-image] Dec 19 00:53:52.931 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z
85782024-12-19T00:53:53.372Z[ host-image] Dec 19 00:53:52.931 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z
85792024-12-19T00:53:53.372Z[ host-image] Dec 19 00:53:52.931 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85802024-12-19T00:53:53.372Z[ host-image] Dec 19 00:53:52.932 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85812024-12-19T00:53:53.399Z[ host-image] Dec 19 00:53:52.961 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z
85822024-12-19T00:53:53.402Z[ host-image] Dec 19 00:53:52.961 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85832024-12-19T00:53:53.402Z[ host-image] Dec 19 00:53:52.961 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z
85842024-12-19T00:53:53.402Z[ host-image] Dec 19 00:53:52.961 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z
85852024-12-19T00:53:53.402Z[ host-image] Dec 19 00:53:52.963 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z
85862024-12-19T00:53:53.402Z[ host-image] Dec 19 00:53:52.963 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85872024-12-19T00:53:53.405Z[ host-image] Dec 19 00:53:52.964 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85882024-12-19T00:53:53.405Z[ host-image] Dec 19 00:53:52.964 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z
85892024-12-19T00:53:53.405Z[ host-image] Dec 19 00:53:52.964 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z
85902024-12-19T00:53:53.405Z[ host-image] Dec 19 00:53:52.964 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z
85912024-12-19T00:53:53.405Z[ host-image] Dec 19 00:53:52.965 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z
85922024-12-19T00:53:53.405Z[ host-image] Dec 19 00:53:52.965 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z
85932024-12-19T00:53:53.405Z[ host-image] Dec 19 00:53:52.965 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z
85942024-12-19T00:53:53.408Z[ host-image] Dec 19 00:53:52.968 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85952024-12-19T00:53:53.408Z[ host-image] Dec 19 00:53:52.968 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z
85962024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.970 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z
85972024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.970 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z
85982024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.971 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z
85992024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.971 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z
86002024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.971 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z
86012024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.971 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86022024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.971 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86032024-12-19T00:53:53.410Z[ host-image] Dec 19 00:53:52.972 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z
86042024-12-19T00:53:53.413Z[ host-image] Dec 19 00:53:52.972 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z
86052024-12-19T00:53:53.414Z[ host-image] Dec 19 00:53:52.972 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86062024-12-19T00:53:53.414Z[ host-image] Dec 19 00:53:52.972 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86072024-12-19T00:53:53.414Z[ host-image] Dec 19 00:53:52.972 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86082024-12-19T00:53:53.414Z[ host-image] Dec 19 00:53:52.972 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86092024-12-19T00:53:53.414Z[ host-image] Dec 19 00:53:52.972 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86102024-12-19T00:53:53.414Z[ host-image] Dec 19 00:53:52.973 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86112024-12-19T00:53:53.417Z[ host-image] Dec 19 00:53:52.974 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86122024-12-19T00:53:53.417Z[ host-image] Dec 19 00:53:52.975 INFO O| tempdir @ "/tmp/.tmpgWrdOJ/tmp"
86132024-12-19T00:53:53.417Z[ host-image] Dec 19 00:53:52.975 INFO O| image root @ "/tmp/.tmpgWrdOJ/tmp/root"
86142024-12-19T00:53:53.417Z[ host-image] Dec 19 00:53:52.975 INFO O| creating image...
86152024-12-19T00:53:53.948Z[ host-image] Dec 19 00:53:53.510 INFO O| copying publishers...
86162024-12-19T00:54:03.869Z[ host-image] Dec 19 00:54:03.430 INFO O| adding properties...
86172024-12-19T00:54:04.947Z[ host-image] Dec 19 00:54:04.506 INFO O| installing packages...
86182024-12-19T00:54:11.243Z[ recovery-image] Dec 19 00:54:10.803 INFO O| ok, image written!
86192024-12-19T00:54:11.243Z[ recovery-image] Dec 19 00:54:10.803 INFO O| ok, boot_image_csum file written!
86202024-12-19T00:54:11.247Z[ recovery-image] Dec 19 00:54:10.808 INFO creating boot archive (CPIO)...
86212024-12-19T00:54:11.248Z[ recovery-image] Dec 19 00:54:10.808 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
86222024-12-19T00:54:11.256Z[ recovery-image] Dec 19 00:54:10.817 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86232024-12-19T00:54:11.260Z[ recovery-image] Dec 19 00:54:10.817 INFO E| + outfile=/work/os-recovery/cpio
86242024-12-19T00:54:11.260Z[ recovery-image] Dec 19 00:54:10.817 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86252024-12-19T00:54:11.260Z[ recovery-image] Dec 19 00:54:10.819 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86262024-12-19T00:54:11.260Z[ recovery-image] Dec 19 00:54:10.819 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86272024-12-19T00:54:11.301Z[ recovery-image] Dec 19 00:54:10.861 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86282024-12-19T00:54:11.301Z[ recovery-image] Dec 19 00:54:10.862 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86292024-12-19T00:54:11.309Z[ recovery-image] Dec 19 00:54:10.869 INFO creating compressed cpio/unix for nanobl-rs...
86302024-12-19T00:54:11.309Z[ recovery-image] Dec 19 00:54:10.869 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
86312024-12-19T00:54:11.605Z[ recovery-image] Dec 19 00:54:11.165 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86322024-12-19T00:54:15.958Z[ recovery-image] Dec 19 00:54:15.518 INFO creating reset image...
86332024-12-19T00:54:15.958Z[ recovery-image] Dec 19 00:54:15.519 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86342024-12-19T00:54:16.204Z[ recovery-image] Dec 19 00:54:15.764 INFO E| Updating crates.io index
86352024-12-19T00:54:16.314Z[ recovery-image] Dec 19 00:54:15.875 INFO E| Downloading crates ...
86362024-12-19T00:54:16.388Z[ recovery-image] Dec 19 00:54:15.948 INFO E| Downloaded clap_derive v4.5.13
86372024-12-19T00:54:16.394Z[ recovery-image] Dec 19 00:54:15.953 INFO E| Downloaded clap v4.5.17
86382024-12-19T00:54:16.403Z[ recovery-image] Dec 19 00:54:15.962 INFO E| Downloaded shared_child v1.0.1
86392024-12-19T00:54:16.406Z[ recovery-image] Dec 19 00:54:15.964 INFO E| Downloaded os_pipe v1.2.1
86402024-12-19T00:54:16.406Z[ recovery-image] Dec 19 00:54:15.965 INFO E| Downloaded duct v0.13.7
86412024-12-19T00:54:16.411Z[ recovery-image] Dec 19 00:54:15.972 INFO E| Downloaded clap_builder v4.5.17
86422024-12-19T00:54:16.433Z[ recovery-image] Dec 19 00:54:15.993 INFO E| Downloaded syn v2.0.77
86432024-12-19T00:54:16.462Z[ recovery-image] Dec 19 00:54:16.022 INFO E| Downloaded libc v0.2.158
86442024-12-19T00:54:16.540Z[ recovery-image] Dec 19 00:54:16.100 INFO E| Compiling proc-macro2 v1.0.86
86452024-12-19T00:54:16.540Z[ recovery-image] Dec 19 00:54:16.100 INFO E| Compiling unicode-ident v1.0.13
86462024-12-19T00:54:16.545Z[ recovery-image] Dec 19 00:54:16.100 INFO E| Compiling libc v0.2.158
86472024-12-19T00:54:16.545Z[ recovery-image] Dec 19 00:54:16.100 INFO E| Compiling utf8parse v0.2.2
86482024-12-19T00:54:16.545Z[ recovery-image] Dec 19 00:54:16.100 INFO E| Compiling anstyle v1.0.8
86492024-12-19T00:54:16.545Z[ recovery-image] Dec 19 00:54:16.105 INFO E| Compiling is_terminal_polyfill v1.70.1
86502024-12-19T00:54:16.545Z[ recovery-image] Dec 19 00:54:16.105 INFO E| Compiling anstyle-query v1.1.1
86512024-12-19T00:54:16.545Z[ recovery-image] Dec 19 00:54:16.105 INFO E| Compiling colorchoice v1.0.2
86522024-12-19T00:54:16.741Z[ recovery-image] Dec 19 00:54:16.299 INFO E| Compiling anstyle-parse v0.2.5
86532024-12-19T00:54:16.753Z[ recovery-image] Dec 19 00:54:16.313 INFO E| Compiling strsim v0.11.1
86542024-12-19T00:54:16.767Z[ recovery-image] Dec 19 00:54:16.327 INFO E| Compiling clap_lex v0.7.2
86552024-12-19T00:54:16.773Z[ recovery-image] Dec 19 00:54:16.333 INFO E| Compiling heck v0.5.0
86562024-12-19T00:54:16.779Z[ recovery-image] Dec 19 00:54:16.339 INFO E| Compiling once_cell v1.19.0
86572024-12-19T00:54:17.041Z[ recovery-image] Dec 19 00:54:16.601 INFO E| Compiling anstream v0.6.15
86582024-12-19T00:54:17.379Z[ recovery-image] Dec 19 00:54:16.939 INFO E| Compiling clap_builder v4.5.17
86592024-12-19T00:54:17.855Z[ recovery-image] Dec 19 00:54:17.415 INFO E| Compiling os_pipe v1.2.1
86602024-12-19T00:54:17.855Z[ recovery-image] Dec 19 00:54:17.415 INFO E| Compiling shared_child v1.0.1
86612024-12-19T00:54:17.990Z[ recovery-image] Dec 19 00:54:17.550 INFO E| Compiling duct v0.13.7
86622024-12-19T00:54:18.109Z[ recovery-image] Dec 19 00:54:17.669 INFO E| Compiling quote v1.0.37
86632024-12-19T00:54:18.405Z[ recovery-image] Dec 19 00:54:17.965 INFO E| Compiling syn v2.0.77
86642024-12-19T00:54:22.307Z[ recovery-image] Dec 19 00:54:21.868 INFO E| Compiling clap_derive v4.5.13
86652024-12-19T00:54:23.136Z[ host-image] Dec 19 00:54:22.695 INFO O| seeding SMF database...
86662024-12-19T00:54:24.276Z[ recovery-image] Dec 19 00:54:23.836 INFO E| Compiling clap v4.5.17
86672024-12-19T00:54:24.332Z[ recovery-image] Dec 19 00:54:23.893 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86682024-12-19T00:54:25.348Z[ recovery-image] Dec 19 00:54:24.908 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
86692024-12-19T00:54:25.359Z[ recovery-image] Dec 19 00:54:24.919 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86702024-12-19T00:54:25.510Z[ recovery-image] Dec 19 00:54:25.070 INFO E| Updating crates.io index
86712024-12-19T00:54:25.735Z[ recovery-image] Dec 19 00:54:25.295 INFO E| Downloading crates ...
86722024-12-19T00:54:25.792Z[ recovery-image] Dec 19 00:54:25.349 INFO E| Downloaded seq-macro v0.3.5
86732024-12-19T00:54:25.796Z[ recovery-image] Dec 19 00:54:25.356 INFO E| Downloaded bit_field v0.10.2
86742024-12-19T00:54:26.805Z[ recovery-image] Dec 19 00:54:25.362 INFO E| Downloaded bitstruct_derive v0.1.0
86752024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.363 INFO E| Downloaded bitstruct v0.1.1
86762024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.364 INFO E| Downloaded raw-cpuid v10.7.0
86772024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.368 INFO E| Downloaded cpio_reader v0.1.1
86782024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.396 INFO E| Downloaded syn v2.0.85
86792024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.501 INFO E| Downloaded x86 v0.52.0
86802024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.557 INFO E| Updating crates.io index
86812024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.634 INFO E| Downloading crates ...
86822024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.700 INFO E| Downloaded compiler_builtins v0.1.134
86832024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling compiler_builtins v0.1.134
86842024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86852024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling proc-macro2 v1.0.89
86862024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling unicode-ident v1.0.13
86872024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling syn v1.0.109
86882024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling x86 v0.52.0
86892024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86902024-12-19T00:54:26.810Z[ recovery-image] Dec 19 00:54:25.770 INFO E| Compiling seq-macro v0.3.5
86912024-12-19T00:54:27.456Z[ recovery-image] Dec 19 00:54:27.015 INFO E| Compiling quote v1.0.37
86922024-12-19T00:54:27.713Z[ recovery-image] Dec 19 00:54:27.273 INFO E| Compiling syn v2.0.85
86932024-12-19T00:54:30.221Z[ recovery-image] Dec 19 00:54:29.781 INFO E| Compiling scroll_derive v0.12.0
86942024-12-19T00:54:31.666Z[ host-image] Dec 19 00:54:31.226 INFO O| configuring SMF profile...
86952024-12-19T00:54:31.670Z[ host-image] Dec 19 00:54:31.226 INFO O| modifying shadow(5)...
86962024-12-19T00:54:31.670Z[ host-image] Dec 19 00:54:31.227 INFO O| loading user and group database...
86972024-12-19T00:54:31.670Z[ host-image] Dec 19 00:54:31.227 INFO O| assessing packaged files...
86982024-12-19T00:54:32.458Z[ recovery-image] Dec 19 00:54:32.018 INFO E| Compiling bitstruct_derive v0.1.0
86992024-12-19T00:54:34.212Z[ host-image] Dec 19 00:54:33.772 INFO O| creating archive...
87002024-12-19T00:54:34.246Z[ host-image] Dec 19 00:54:33.806 INFO O| missing from packaging:
87012024-12-19T00:54:34.246Z[ host-image] Dec 19 00:54:33.806 INFO O| "etc/.pwd.lock"
87022024-12-19T00:54:34.246Z[ host-image] Dec 19 00:54:33.806 INFO O| "etc/bash"
87032024-12-19T00:54:34.251Z[ host-image] Dec 19 00:54:33.811 INFO O| "etc/svc/profile/generic.xml"
87042024-12-19T00:54:34.251Z[ host-image] Dec 19 00:54:33.811 INFO O| "etc/svc/profile/inetd_services.xml"
87052024-12-19T00:54:34.251Z[ host-image] Dec 19 00:54:33.811 INFO O| "etc/svc/profile/name_service.xml"
87062024-12-19T00:54:34.253Z[ host-image] Dec 19 00:54:33.811 INFO O| "etc/svc/profile/platform.xml"
87072024-12-19T00:54:34.253Z[ host-image] Dec 19 00:54:33.811 INFO O| "etc/svc/profile/platform_omicron1.xml"
87082024-12-19T00:54:34.253Z[ host-image] Dec 19 00:54:33.811 INFO O| "etc/svc/repository.db"
87092024-12-19T00:54:34.260Z[ host-image] Dec 19 00:54:33.820 INFO O| "opt/ooce/share"
87102024-12-19T00:54:34.260Z[ host-image] Dec 19 00:54:33.820 INFO O| "opt/ooce/share/man"
87112024-12-19T00:54:34.260Z[ host-image] Dec 19 00:54:33.820 INFO O| "opt/ooce/share/man/man1"
87122024-12-19T00:54:34.269Z[ host-image] Dec 19 00:54:33.829 INFO O| finishing archive...
87132024-12-19T00:54:37.120Z[ host-image] Dec 19 00:54:36.679 INFO O| creating gzonly manifest...
87142024-12-19T00:54:37.126Z[ host-image] Dec 19 00:54:36.686 INFO O| ok
87152024-12-19T00:54:37.241Z[ host-image] Dec 19 00:54:36.800 INFO image builder template: ramdisk-02-trim...
87162024-12-19T00:54:37.241Z[ host-image] Dec 19 00:54:36.800 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/.tmpAPm83i/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.34.301", "-n", "ramdisk-02-trim"], pwd: None
87172024-12-19T00:54:37.265Z[ host-image] Dec 19 00:54:36.824 INFO O| Dec 19 00:54:36.824 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87182024-12-19T00:54:37.269Z[ host-image] Dec 19 00:54:36.829 INFO O| Dec 19 00:54:36.829 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87192024-12-19T00:54:37.425Z[ host-image] Dec 19 00:54:36.985 INFO O| Dec 19 00:54:36.984 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87202024-12-19T00:54:37.503Z[ host-image] Dec 19 00:54:37.062 INFO O| Dec 19 00:54:37.062 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87212024-12-19T00:54:37.508Z[ host-image] Dec 19 00:54:37.063 INFO O| Dec 19 00:54:37.063 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87222024-12-19T00:54:37.513Z[ host-image] Dec 19 00:54:37.068 INFO O| Dec 19 00:54:37.068 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87232024-12-19T00:54:37.516Z[ host-image] Dec 19 00:54:37.072 INFO O| Dec 19 00:54:37.072 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87242024-12-19T00:54:37.520Z[ host-image] Dec 19 00:54:37.077 INFO O| Dec 19 00:54:37.077 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87252024-12-19T00:54:37.724Z[ host-image] Dec 19 00:54:37.284 INFO O| Dec 19 00:54:37.284 INFO rolled back to input snapshot; work may begin
87262024-12-19T00:54:37.724Z[ host-image] Dec 19 00:54:37.284 INFO O| Dec 19 00:54:37.284 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87272024-12-19T00:54:37.730Z[ host-image] Dec 19 00:54:37.289 INFO O| Dec 19 00:54:37.289 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-12-19T00:54:37.740Z[ host-image] Dec 19 00:54:37.299 INFO O| Dec 19 00:54:37.299 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87292024-12-19T00:54:37.788Z[ host-image] Dec 19 00:54:37.348 INFO O| Dec 19 00:54:37.348 INFO STEP 0 (remove_files) COMPLETE
87302024-12-19T00:54:37.788Z[ host-image] Dec 19 00:54:37.348 INFO O| Dec 19 00:54:37.348 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-12-19T00:54:37.799Z[ host-image] Dec 19 00:54:37.359 INFO O| Dec 19 00:54:37.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87322024-12-19T00:54:37.801Z[ host-image] Dec 19 00:54:37.360 INFO O| Dec 19 00:54:37.360 INFO STEP 1 (remove_files) COMPLETE
87332024-12-19T00:54:37.802Z[ host-image] Dec 19 00:54:37.360 INFO O| Dec 19 00:54:37.360 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-12-19T00:54:37.812Z[ host-image] Dec 19 00:54:37.370 INFO O| Dec 19 00:54:37.370 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87352024-12-19T00:54:37.824Z[ host-image] Dec 19 00:54:37.383 INFO O| Dec 19 00:54:37.383 INFO STEP 2 (remove_files) COMPLETE
87362024-12-19T00:54:37.824Z[ host-image] Dec 19 00:54:37.383 INFO O| Dec 19 00:54:37.383 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-12-19T00:54:37.834Z[ host-image] Dec 19 00:54:37.394 INFO O| Dec 19 00:54:37.394 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87382024-12-19T00:54:37.837Z[ host-image] Dec 19 00:54:37.396 INFO O| Dec 19 00:54:37.396 INFO STEP 3 (remove_files) COMPLETE
87392024-12-19T00:54:37.837Z[ host-image] Dec 19 00:54:37.396 INFO O| Dec 19 00:54:37.396 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-12-19T00:54:37.848Z[ host-image] Dec 19 00:54:37.406 INFO O| Dec 19 00:54:37.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87412024-12-19T00:54:37.851Z[ host-image] Dec 19 00:54:37.410 INFO O| Dec 19 00:54:37.410 INFO STEP 4 (remove_files) COMPLETE
87422024-12-19T00:54:37.851Z[ host-image] Dec 19 00:54:37.410 INFO O| Dec 19 00:54:37.410 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-12-19T00:54:37.861Z[ host-image] Dec 19 00:54:37.420 INFO O| Dec 19 00:54:37.420 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87442024-12-19T00:54:37.864Z[ host-image] Dec 19 00:54:37.423 INFO O| Dec 19 00:54:37.423 INFO STEP 5 (remove_files) COMPLETE
87452024-12-19T00:54:37.864Z[ host-image] Dec 19 00:54:37.423 INFO O| Dec 19 00:54:37.423 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-12-19T00:54:37.873Z[ host-image] Dec 19 00:54:37.433 INFO O| Dec 19 00:54:37.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87472024-12-19T00:54:37.883Z[ host-image] Dec 19 00:54:37.443 INFO O| Dec 19 00:54:37.443 INFO STEP 6 (remove_files) COMPLETE
87482024-12-19T00:54:37.883Z[ host-image] Dec 19 00:54:37.443 INFO O| Dec 19 00:54:37.443 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-12-19T00:54:37.893Z[ host-image] Dec 19 00:54:37.453 INFO O| Dec 19 00:54:37.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87502024-12-19T00:54:37.906Z[ host-image] Dec 19 00:54:37.466 INFO O| Dec 19 00:54:37.466 INFO STEP 7 (remove_files) COMPLETE
87512024-12-19T00:54:37.906Z[ host-image] Dec 19 00:54:37.466 INFO O| Dec 19 00:54:37.466 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-12-19T00:54:37.916Z[ host-image] Dec 19 00:54:37.476 INFO O| Dec 19 00:54:37.476 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87532024-12-19T00:54:38.000Z[ host-image] Dec 19 00:54:37.559 INFO O| Dec 19 00:54:37.559 INFO STEP 8 (remove_files) COMPLETE
87542024-12-19T00:54:38.004Z[ host-image] Dec 19 00:54:37.559 INFO O| Dec 19 00:54:37.559 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-12-19T00:54:38.011Z[ host-image] Dec 19 00:54:37.571 INFO O| Dec 19 00:54:37.570 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87562024-12-19T00:54:38.100Z[ host-image] Dec 19 00:54:37.657 INFO O| Dec 19 00:54:37.657 INFO STEP 9 (remove_files) COMPLETE
87572024-12-19T00:54:38.100Z[ host-image] Dec 19 00:54:37.657 INFO O| Dec 19 00:54:37.657 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-12-19T00:54:38.109Z[ host-image] Dec 19 00:54:37.669 INFO O| Dec 19 00:54:37.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87592024-12-19T00:54:38.113Z[ host-image] Dec 19 00:54:37.672 INFO O| Dec 19 00:54:37.672 INFO STEP 10 (remove_files) COMPLETE
87602024-12-19T00:54:38.113Z[ host-image] Dec 19 00:54:37.673 INFO O| Dec 19 00:54:37.672 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-12-19T00:54:38.124Z[ host-image] Dec 19 00:54:37.683 INFO O| Dec 19 00:54:37.683 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87622024-12-19T00:54:38.127Z[ host-image] Dec 19 00:54:37.685 INFO O| Dec 19 00:54:37.685 INFO STEP 11 (remove_files) COMPLETE
87632024-12-19T00:54:38.127Z[ host-image] Dec 19 00:54:37.685 INFO O| Dec 19 00:54:37.685 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-12-19T00:54:38.136Z[ host-image] Dec 19 00:54:37.695 INFO O| Dec 19 00:54:37.695 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87652024-12-19T00:54:38.138Z[ host-image] Dec 19 00:54:37.697 INFO O| Dec 19 00:54:37.697 INFO STEP 12 (remove_files) COMPLETE
87662024-12-19T00:54:38.138Z[ host-image] Dec 19 00:54:37.697 INFO O| Dec 19 00:54:37.697 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-12-19T00:54:38.149Z[ host-image] Dec 19 00:54:37.708 INFO O| Dec 19 00:54:37.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87682024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.708 INFO O| Dec 19 00:54:37.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87692024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.708 INFO O| Dec 19 00:54:37.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87702024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.708 INFO O| Dec 19 00:54:37.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87712024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.708 INFO O| Dec 19 00:54:37.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87722024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.709 INFO O| Dec 19 00:54:37.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87732024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.709 INFO O| Dec 19 00:54:37.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87742024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.709 INFO O| Dec 19 00:54:37.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87752024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.709 INFO O| Dec 19 00:54:37.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87762024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.709 INFO O| Dec 19 00:54:37.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87772024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.710 INFO O| Dec 19 00:54:37.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87782024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.710 INFO O| Dec 19 00:54:37.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87792024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.710 INFO O| Dec 19 00:54:37.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87802024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.710 INFO O| Dec 19 00:54:37.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87812024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.710 INFO O| Dec 19 00:54:37.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87822024-12-19T00:54:38.152Z[ host-image] Dec 19 00:54:37.710 INFO O| Dec 19 00:54:37.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87832024-12-19T00:54:38.163Z[ host-image] Dec 19 00:54:37.722 INFO O| Dec 19 00:54:37.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87842024-12-19T00:54:38.289Z[ host-image] Dec 19 00:54:37.848 INFO O| Dec 19 00:54:37.848 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87852024-12-19T00:54:38.296Z[ host-image] Dec 19 00:54:37.852 INFO O| Dec 19 00:54:37.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87862024-12-19T00:54:38.296Z[ host-image] Dec 19 00:54:37.853 INFO O| Dec 19 00:54:37.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87872024-12-19T00:54:38.333Z[ host-image] Dec 19 00:54:37.893 INFO O| Dec 19 00:54:37.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87882024-12-19T00:54:38.550Z[ host-image] Dec 19 00:54:38.107 INFO O| Dec 19 00:54:38.107 INFO STEP 13 (remove_files) COMPLETE
87892024-12-19T00:54:38.550Z[ host-image] Dec 19 00:54:38.107 INFO O| Dec 19 00:54:38.107 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-12-19T00:54:38.562Z[ host-image] Dec 19 00:54:38.120 INFO O| Dec 19 00:54:38.119 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87912024-12-19T00:54:38.568Z[ host-image] Dec 19 00:54:38.121 INFO O| Dec 19 00:54:38.121 INFO STEP 14 (remove_files) COMPLETE
87922024-12-19T00:54:38.568Z[ host-image] Dec 19 00:54:38.121 INFO O| Dec 19 00:54:38.121 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-12-19T00:54:38.572Z[ host-image] Dec 19 00:54:38.132 INFO O| Dec 19 00:54:38.132 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87942024-12-19T00:54:38.579Z[ host-image] Dec 19 00:54:38.139 INFO O| Dec 19 00:54:38.139 INFO STEP 15 (remove_files) COMPLETE
87952024-12-19T00:54:38.579Z[ host-image] Dec 19 00:54:38.139 INFO O| Dec 19 00:54:38.139 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-12-19T00:54:38.591Z[ host-image] Dec 19 00:54:38.151 INFO O| Dec 19 00:54:38.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87972024-12-19T00:54:38.594Z[ host-image] Dec 19 00:54:38.151 INFO O| Dec 19 00:54:38.151 INFO STEP 16 (remove_files) COMPLETE
87982024-12-19T00:54:38.594Z[ host-image] Dec 19 00:54:38.151 INFO O| Dec 19 00:54:38.151 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-12-19T00:54:38.602Z[ host-image] Dec 19 00:54:38.162 INFO O| Dec 19 00:54:38.162 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88002024-12-19T00:54:38.605Z[ host-image] Dec 19 00:54:38.164 INFO O| Dec 19 00:54:38.164 INFO STEP 17 (remove_files) COMPLETE
88012024-12-19T00:54:38.605Z[ host-image] Dec 19 00:54:38.164 INFO O| Dec 19 00:54:38.164 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022024-12-19T00:54:38.616Z[ host-image] Dec 19 00:54:38.174 INFO O| Dec 19 00:54:38.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88032024-12-19T00:54:38.616Z[ host-image] Dec 19 00:54:38.174 INFO O| Dec 19 00:54:38.174 INFO STEP 18 (remove_files) COMPLETE
88042024-12-19T00:54:38.616Z[ host-image] Dec 19 00:54:38.174 INFO O| Dec 19 00:54:38.174 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052024-12-19T00:54:38.625Z[ host-image] Dec 19 00:54:38.185 INFO O| Dec 19 00:54:38.185 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88062024-12-19T00:54:38.625Z[ host-image] Dec 19 00:54:38.185 INFO O| Dec 19 00:54:38.185 INFO STEP 19 (remove_files) COMPLETE
88072024-12-19T00:54:38.625Z[ host-image] Dec 19 00:54:38.185 INFO O| Dec 19 00:54:38.185 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082024-12-19T00:54:38.636Z[ host-image] Dec 19 00:54:38.195 INFO O| Dec 19 00:54:38.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88092024-12-19T00:54:38.636Z[ host-image] Dec 19 00:54:38.195 INFO O| Dec 19 00:54:38.195 INFO STEP 20 (remove_files) COMPLETE
88102024-12-19T00:54:38.640Z[ host-image] Dec 19 00:54:38.195 INFO O| Dec 19 00:54:38.195 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-12-19T00:54:38.647Z[ host-image] Dec 19 00:54:38.206 INFO O| Dec 19 00:54:38.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88122024-12-19T00:54:38.647Z[ host-image] Dec 19 00:54:38.206 INFO O| Dec 19 00:54:38.206 INFO STEP 21 (remove_files) COMPLETE
88132024-12-19T00:54:38.652Z[ host-image] Dec 19 00:54:38.206 INFO O| Dec 19 00:54:38.206 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142024-12-19T00:54:38.657Z[ host-image] Dec 19 00:54:38.216 INFO O| Dec 19 00:54:38.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88152024-12-19T00:54:38.660Z[ host-image] Dec 19 00:54:38.216 INFO O| Dec 19 00:54:38.216 INFO STEP 22 (remove_files) COMPLETE
88162024-12-19T00:54:38.660Z[ host-image] Dec 19 00:54:38.216 INFO O| Dec 19 00:54:38.216 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-12-19T00:54:38.667Z[ host-image] Dec 19 00:54:38.227 INFO O| Dec 19 00:54:38.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88182024-12-19T00:54:38.667Z[ host-image] Dec 19 00:54:38.227 INFO O| Dec 19 00:54:38.227 INFO STEP 23 (remove_files) COMPLETE
88192024-12-19T00:54:38.670Z[ host-image] Dec 19 00:54:38.227 INFO O| Dec 19 00:54:38.227 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202024-12-19T00:54:38.678Z[ host-image] Dec 19 00:54:38.238 INFO O| Dec 19 00:54:38.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88212024-12-19T00:54:38.679Z[ host-image] Dec 19 00:54:38.238 INFO O| Dec 19 00:54:38.238 INFO STEP 24 (remove_files) COMPLETE
88222024-12-19T00:54:38.683Z[ host-image] Dec 19 00:54:38.238 INFO O| Dec 19 00:54:38.238 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-12-19T00:54:38.689Z[ host-image] Dec 19 00:54:38.249 INFO O| Dec 19 00:54:38.249 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88242024-12-19T00:54:38.689Z[ host-image] Dec 19 00:54:38.249 INFO O| Dec 19 00:54:38.249 INFO STEP 25 (remove_files) COMPLETE
88252024-12-19T00:54:38.693Z[ host-image] Dec 19 00:54:38.249 INFO O| Dec 19 00:54:38.249 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-12-19T00:54:38.700Z[ host-image] Dec 19 00:54:38.260 INFO O| Dec 19 00:54:38.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88272024-12-19T00:54:38.700Z[ host-image] Dec 19 00:54:38.260 INFO O| Dec 19 00:54:38.260 INFO STEP 26 (remove_files) COMPLETE
88282024-12-19T00:54:38.700Z[ host-image] Dec 19 00:54:38.260 INFO O| Dec 19 00:54:38.260 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-12-19T00:54:38.710Z[ host-image] Dec 19 00:54:38.270 INFO O| Dec 19 00:54:38.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88302024-12-19T00:54:38.710Z[ host-image] Dec 19 00:54:38.270 INFO O| Dec 19 00:54:38.270 INFO STEP 27 (remove_files) COMPLETE
88312024-12-19T00:54:38.710Z[ host-image] Dec 19 00:54:38.270 INFO O| Dec 19 00:54:38.270 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322024-12-19T00:54:38.720Z[ host-image] Dec 19 00:54:38.280 INFO O| Dec 19 00:54:38.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88332024-12-19T00:54:38.720Z[ host-image] Dec 19 00:54:38.280 INFO O| Dec 19 00:54:38.280 INFO STEP 28 (remove_files) COMPLETE
88342024-12-19T00:54:38.726Z[ host-image] Dec 19 00:54:38.280 INFO O| Dec 19 00:54:38.280 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-12-19T00:54:38.731Z[ host-image] Dec 19 00:54:38.291 INFO O| Dec 19 00:54:38.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88362024-12-19T00:54:38.731Z[ host-image] Dec 19 00:54:38.291 INFO O| Dec 19 00:54:38.291 INFO STEP 29 (remove_files) COMPLETE
88372024-12-19T00:54:38.731Z[ host-image] Dec 19 00:54:38.291 INFO O| Dec 19 00:54:38.291 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-12-19T00:54:38.742Z[ host-image] Dec 19 00:54:38.301 INFO O| Dec 19 00:54:38.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88392024-12-19T00:54:38.742Z[ host-image] Dec 19 00:54:38.301 INFO O| Dec 19 00:54:38.301 INFO STEP 30 (remove_files) COMPLETE
88402024-12-19T00:54:38.742Z[ host-image] Dec 19 00:54:38.301 INFO O| Dec 19 00:54:38.301 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-12-19T00:54:38.752Z[ host-image] Dec 19 00:54:38.312 INFO O| Dec 19 00:54:38.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88422024-12-19T00:54:38.752Z[ host-image] Dec 19 00:54:38.312 INFO O| Dec 19 00:54:38.312 INFO STEP 31 (remove_files) COMPLETE
88432024-12-19T00:54:38.755Z[ host-image] Dec 19 00:54:38.312 INFO O| Dec 19 00:54:38.312 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442024-12-19T00:54:38.763Z[ host-image] Dec 19 00:54:38.323 INFO O| Dec 19 00:54:38.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88452024-12-19T00:54:38.763Z[ host-image] Dec 19 00:54:38.323 INFO O| Dec 19 00:54:38.323 INFO STEP 32 (remove_files) COMPLETE
88462024-12-19T00:54:38.766Z[ host-image] Dec 19 00:54:38.323 INFO O| Dec 19 00:54:38.323 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-12-19T00:54:38.774Z[ host-image] Dec 19 00:54:38.334 INFO O| Dec 19 00:54:38.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88482024-12-19T00:54:38.775Z[ host-image] Dec 19 00:54:38.334 INFO O| Dec 19 00:54:38.334 INFO STEP 33 (remove_files) COMPLETE
88492024-12-19T00:54:38.778Z[ host-image] Dec 19 00:54:38.334 INFO O| Dec 19 00:54:38.334 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502024-12-19T00:54:38.785Z[ host-image] Dec 19 00:54:38.345 INFO O| Dec 19 00:54:38.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88512024-12-19T00:54:38.785Z[ host-image] Dec 19 00:54:38.345 INFO O| Dec 19 00:54:38.345 INFO STEP 34 (remove_files) COMPLETE
88522024-12-19T00:54:38.788Z[ host-image] Dec 19 00:54:38.345 INFO O| Dec 19 00:54:38.345 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532024-12-19T00:54:38.796Z[ host-image] Dec 19 00:54:38.355 INFO O| Dec 19 00:54:38.355 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88542024-12-19T00:54:38.796Z[ host-image] Dec 19 00:54:38.355 INFO O| Dec 19 00:54:38.355 INFO STEP 35 (remove_files) COMPLETE
88552024-12-19T00:54:38.799Z[ host-image] Dec 19 00:54:38.355 INFO O| Dec 19 00:54:38.355 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88562024-12-19T00:54:38.807Z[ host-image] Dec 19 00:54:38.366 INFO O| Dec 19 00:54:38.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88572024-12-19T00:54:38.807Z[ host-image] Dec 19 00:54:38.366 INFO O| Dec 19 00:54:38.366 INFO STEP 36 (remove_files) COMPLETE
88582024-12-19T00:54:38.811Z[ host-image] Dec 19 00:54:38.367 INFO O| Dec 19 00:54:38.366 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592024-12-19T00:54:38.819Z[ host-image] Dec 19 00:54:38.377 INFO O| Dec 19 00:54:38.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88602024-12-19T00:54:38.819Z[ host-image] Dec 19 00:54:38.377 INFO O| Dec 19 00:54:38.377 INFO STEP 37 (remove_files) COMPLETE
88612024-12-19T00:54:38.822Z[ host-image] Dec 19 00:54:38.377 INFO O| Dec 19 00:54:38.377 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622024-12-19T00:54:38.828Z[ host-image] Dec 19 00:54:38.387 INFO O| Dec 19 00:54:38.387 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88632024-12-19T00:54:38.828Z[ host-image] Dec 19 00:54:38.387 INFO O| Dec 19 00:54:38.387 INFO STEP 38 (remove_files) COMPLETE
88642024-12-19T00:54:38.831Z[ host-image] Dec 19 00:54:38.387 INFO O| Dec 19 00:54:38.387 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652024-12-19T00:54:38.838Z[ host-image] Dec 19 00:54:38.397 INFO O| Dec 19 00:54:38.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88662024-12-19T00:54:38.838Z[ host-image] Dec 19 00:54:38.398 INFO O| Dec 19 00:54:38.398 INFO STEP 39 (remove_files) COMPLETE
88672024-12-19T00:54:38.841Z[ host-image] Dec 19 00:54:38.398 INFO O| Dec 19 00:54:38.398 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682024-12-19T00:54:38.848Z[ host-image] Dec 19 00:54:38.407 INFO O| Dec 19 00:54:38.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88692024-12-19T00:54:38.848Z[ host-image] Dec 19 00:54:38.408 INFO O| Dec 19 00:54:38.408 INFO STEP 40 (remove_files) COMPLETE
88702024-12-19T00:54:38.848Z[ host-image] Dec 19 00:54:38.408 INFO O| Dec 19 00:54:38.408 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712024-12-19T00:54:38.858Z[ host-image] Dec 19 00:54:38.417 INFO O| Dec 19 00:54:38.417 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88722024-12-19T00:54:38.858Z[ host-image] Dec 19 00:54:38.418 INFO O| Dec 19 00:54:38.417 INFO STEP 41 (remove_files) COMPLETE
88732024-12-19T00:54:38.858Z[ host-image] Dec 19 00:54:38.418 INFO O| Dec 19 00:54:38.418 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742024-12-19T00:54:38.868Z[ host-image] Dec 19 00:54:38.427 INFO O| Dec 19 00:54:38.427 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88752024-12-19T00:54:38.868Z[ host-image] Dec 19 00:54:38.428 INFO O| Dec 19 00:54:38.427 INFO STEP 42 (remove_files) COMPLETE
88762024-12-19T00:54:38.868Z[ host-image] Dec 19 00:54:38.428 INFO O| Dec 19 00:54:38.427 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772024-12-19T00:54:38.878Z[ host-image] Dec 19 00:54:38.437 INFO O| Dec 19 00:54:38.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88782024-12-19T00:54:38.879Z[ host-image] Dec 19 00:54:38.438 INFO O| Dec 19 00:54:38.438 INFO STEP 43 (remove_files) COMPLETE
88792024-12-19T00:54:38.879Z[ host-image] Dec 19 00:54:38.438 INFO O| Dec 19 00:54:38.438 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802024-12-19T00:54:38.888Z[ host-image] Dec 19 00:54:38.447 INFO O| Dec 19 00:54:38.447 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88812024-12-19T00:54:38.888Z[ host-image] Dec 19 00:54:38.448 INFO O| Dec 19 00:54:38.448 INFO STEP 44 (remove_files) COMPLETE
88822024-12-19T00:54:38.888Z[ host-image] Dec 19 00:54:38.448 INFO O| Dec 19 00:54:38.448 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832024-12-19T00:54:38.898Z[ host-image] Dec 19 00:54:38.457 INFO O| Dec 19 00:54:38.457 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88842024-12-19T00:54:38.898Z[ host-image] Dec 19 00:54:38.457 INFO O| Dec 19 00:54:38.457 INFO STEP 45 (remove_files) COMPLETE
88852024-12-19T00:54:38.898Z[ host-image] Dec 19 00:54:38.457 INFO O| Dec 19 00:54:38.457 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-12-19T00:54:38.908Z[ host-image] Dec 19 00:54:38.468 INFO O| Dec 19 00:54:38.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88872024-12-19T00:54:38.908Z[ host-image] Dec 19 00:54:38.468 INFO O| Dec 19 00:54:38.468 INFO STEP 46 (remove_files) COMPLETE
88882024-12-19T00:54:38.908Z[ host-image] Dec 19 00:54:38.468 INFO O| Dec 19 00:54:38.468 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892024-12-19T00:54:38.919Z[ host-image] Dec 19 00:54:38.478 INFO O| Dec 19 00:54:38.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88902024-12-19T00:54:38.919Z[ host-image] Dec 19 00:54:38.478 INFO O| Dec 19 00:54:38.478 INFO STEP 47 (remove_files) COMPLETE
88912024-12-19T00:54:38.922Z[ host-image] Dec 19 00:54:38.478 INFO O| Dec 19 00:54:38.478 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922024-12-19T00:54:38.930Z[ host-image] Dec 19 00:54:38.489 INFO O| Dec 19 00:54:38.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88932024-12-19T00:54:38.930Z[ host-image] Dec 19 00:54:38.489 INFO O| Dec 19 00:54:38.489 INFO STEP 48 (remove_files) COMPLETE
88942024-12-19T00:54:38.934Z[ host-image] Dec 19 00:54:38.489 INFO O| Dec 19 00:54:38.489 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952024-12-19T00:54:38.940Z[ host-image] Dec 19 00:54:38.500 INFO O| Dec 19 00:54:38.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88962024-12-19T00:54:38.940Z[ host-image] Dec 19 00:54:38.500 INFO O| Dec 19 00:54:38.500 INFO STEP 49 (remove_files) COMPLETE
88972024-12-19T00:54:38.943Z[ host-image] Dec 19 00:54:38.500 INFO O| Dec 19 00:54:38.500 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982024-12-19T00:54:38.950Z[ host-image] Dec 19 00:54:38.510 INFO O| Dec 19 00:54:38.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88992024-12-19T00:54:38.950Z[ host-image] Dec 19 00:54:38.510 INFO O| Dec 19 00:54:38.510 INFO STEP 50 (remove_files) COMPLETE
89002024-12-19T00:54:38.953Z[ host-image] Dec 19 00:54:38.510 INFO O| Dec 19 00:54:38.510 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012024-12-19T00:54:38.960Z[ host-image] Dec 19 00:54:38.520 INFO O| Dec 19 00:54:38.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89022024-12-19T00:54:38.960Z[ host-image] Dec 19 00:54:38.520 INFO O| Dec 19 00:54:38.520 INFO STEP 51 (remove_files) COMPLETE
89032024-12-19T00:54:38.963Z[ host-image] Dec 19 00:54:38.520 INFO O| Dec 19 00:54:38.520 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89042024-12-19T00:54:38.970Z[ host-image] Dec 19 00:54:38.530 INFO O| Dec 19 00:54:38.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89052024-12-19T00:54:38.970Z[ host-image] Dec 19 00:54:38.530 INFO O| Dec 19 00:54:38.530 INFO STEP 52 (remove_files) COMPLETE
89062024-12-19T00:54:38.973Z[ host-image] Dec 19 00:54:38.530 INFO O| Dec 19 00:54:38.530 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072024-12-19T00:54:38.980Z[ host-image] Dec 19 00:54:38.540 INFO O| Dec 19 00:54:38.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89082024-12-19T00:54:38.980Z[ host-image] Dec 19 00:54:38.540 INFO O| Dec 19 00:54:38.540 INFO STEP 53 (remove_files) COMPLETE
89092024-12-19T00:54:38.980Z[ host-image] Dec 19 00:54:38.540 INFO O| Dec 19 00:54:38.540 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102024-12-19T00:54:38.990Z[ host-image] Dec 19 00:54:38.550 INFO O| Dec 19 00:54:38.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89112024-12-19T00:54:38.990Z[ host-image] Dec 19 00:54:38.550 INFO O| Dec 19 00:54:38.550 INFO STEP 54 (remove_files) COMPLETE
89122024-12-19T00:54:38.990Z[ host-image] Dec 19 00:54:38.550 INFO O| Dec 19 00:54:38.550 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132024-12-19T00:54:39.001Z[ host-image] Dec 19 00:54:38.560 INFO O| Dec 19 00:54:38.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89142024-12-19T00:54:39.001Z[ host-image] Dec 19 00:54:38.561 INFO O| Dec 19 00:54:38.561 INFO STEP 55 (remove_files) COMPLETE
89152024-12-19T00:54:39.004Z[ host-image] Dec 19 00:54:38.561 INFO O| Dec 19 00:54:38.561 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162024-12-19T00:54:39.012Z[ host-image] Dec 19 00:54:38.572 INFO O| Dec 19 00:54:38.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89172024-12-19T00:54:39.012Z[ host-image] Dec 19 00:54:38.572 INFO O| Dec 19 00:54:38.572 INFO STEP 56 (remove_files) COMPLETE
89182024-12-19T00:54:39.014Z[ host-image] Dec 19 00:54:38.572 INFO O| Dec 19 00:54:38.572 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192024-12-19T00:54:39.023Z[ host-image] Dec 19 00:54:38.582 INFO O| Dec 19 00:54:38.582 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89202024-12-19T00:54:39.023Z[ host-image] Dec 19 00:54:38.582 INFO O| Dec 19 00:54:38.582 INFO STEP 57 (remove_files) COMPLETE
89212024-12-19T00:54:39.027Z[ host-image] Dec 19 00:54:38.582 INFO O| Dec 19 00:54:38.582 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222024-12-19T00:54:39.033Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.592 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89232024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89242024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89252024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89262024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89272024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89282024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO ok!
89292024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO STEP 58 (ensure_file) COMPLETE
89302024-12-19T00:54:39.038Z[ host-image] Dec 19 00:54:38.593 INFO O| Dec 19 00:54:38.593 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312024-12-19T00:54:39.045Z[ host-image] Dec 19 00:54:38.604 INFO O| Dec 19 00:54:38.604 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89322024-12-19T00:54:39.045Z[ host-image] Dec 19 00:54:38.604 INFO O| Dec 19 00:54:38.604 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89332024-12-19T00:54:39.047Z[ host-image] Dec 19 00:54:38.605 INFO O| Dec 19 00:54:38.604 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89342024-12-19T00:54:39.047Z[ host-image] Dec 19 00:54:38.605 INFO O| Dec 19 00:54:38.605 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89352024-12-19T00:54:39.047Z[ host-image] Dec 19 00:54:38.605 INFO O| Dec 19 00:54:38.605 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89362024-12-19T00:54:39.047Z[ host-image] Dec 19 00:54:38.605 INFO O| Dec 19 00:54:38.605 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89372024-12-19T00:54:39.047Z[ host-image] Dec 19 00:54:38.605 INFO O| Dec 19 00:54:38.605 INFO ok!
89382024-12-19T00:54:39.047Z[ host-image] Dec 19 00:54:38.605 INFO O| Dec 19 00:54:38.605 INFO STEP 59 (ensure_file) COMPLETE
89392024-12-19T00:54:39.048Z[ host-image] Dec 19 00:54:38.605 INFO O| Dec 19 00:54:38.605 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402024-12-19T00:54:39.056Z[ host-image] Dec 19 00:54:38.616 INFO O| Dec 19 00:54:38.616 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89412024-12-19T00:54:39.056Z[ host-image] Dec 19 00:54:38.616 INFO O| Dec 19 00:54:38.616 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89422024-12-19T00:54:39.056Z[ host-image] Dec 19 00:54:38.616 INFO O| Dec 19 00:54:38.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89432024-12-19T00:54:39.059Z[ host-image] Dec 19 00:54:38.616 INFO O| Dec 19 00:54:38.616 INFO ok!
89442024-12-19T00:54:39.059Z[ host-image] Dec 19 00:54:38.616 INFO O| Dec 19 00:54:38.616 INFO STEP 60 (ensure_file) COMPLETE
89452024-12-19T00:54:39.059Z[ host-image] Dec 19 00:54:38.616 INFO O| Dec 19 00:54:38.616 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462024-12-19T00:54:39.068Z[ host-image] Dec 19 00:54:38.627 INFO O| Dec 19 00:54:38.627 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89472024-12-19T00:54:39.068Z[ host-image] Dec 19 00:54:38.627 INFO O| Dec 19 00:54:38.627 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89482024-12-19T00:54:39.071Z[ host-image] Dec 19 00:54:38.628 INFO O| Dec 19 00:54:38.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89492024-12-19T00:54:39.071Z[ host-image] Dec 19 00:54:38.628 INFO O| Dec 19 00:54:38.627 INFO ok!
89502024-12-19T00:54:39.071Z[ host-image] Dec 19 00:54:38.628 INFO O| Dec 19 00:54:38.628 INFO STEP 61 (ensure_file) COMPLETE
89512024-12-19T00:54:39.071Z[ host-image] Dec 19 00:54:38.628 INFO O| Dec 19 00:54:38.628 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522024-12-19T00:54:39.079Z[ host-image] Dec 19 00:54:38.639 INFO O| Dec 19 00:54:38.638 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89532024-12-19T00:54:39.079Z[ host-image] Dec 19 00:54:38.639 INFO O| Dec 19 00:54:38.639 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89542024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.639 INFO O| Dec 19 00:54:38.639 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89552024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.639 INFO O| Dec 19 00:54:38.639 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89562024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.639 INFO O| Dec 19 00:54:38.639 INFO ok!
89572024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.639 INFO O| Dec 19 00:54:38.639 INFO STEP 62 (ensure_file) COMPLETE
89582024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.639 INFO O| Dec 19 00:54:38.639 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.650 INFO O| Dec 19 00:54:38.650 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89602024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.650 INFO O| Dec 19 00:54:38.650 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89612024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.650 INFO O| Dec 19 00:54:38.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89622024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.650 INFO O| Dec 19 00:54:38.650 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89632024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.650 INFO O| Dec 19 00:54:38.650 INFO ok!
89642024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.650 INFO O| Dec 19 00:54:38.650 INFO STEP 63 (ensure_file) COMPLETE
89652024-12-19T00:54:39.091Z[ host-image] Dec 19 00:54:38.650 INFO O| Dec 19 00:54:38.650 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-19T00:54:39.101Z[ host-image] Dec 19 00:54:38.661 INFO O| Dec 19 00:54:38.661 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89672024-12-19T00:54:39.101Z[ host-image] Dec 19 00:54:38.661 INFO O| Dec 19 00:54:38.661 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89682024-12-19T00:54:39.105Z[ host-image] Dec 19 00:54:38.661 INFO O| Dec 19 00:54:38.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89692024-12-19T00:54:39.105Z[ host-image] Dec 19 00:54:38.661 INFO O| Dec 19 00:54:38.661 INFO ok!
89702024-12-19T00:54:39.105Z[ host-image] Dec 19 00:54:38.661 INFO O| Dec 19 00:54:38.661 INFO STEP 64 (assemble_files) COMPLETE
89712024-12-19T00:54:39.105Z[ host-image] Dec 19 00:54:38.661 INFO O| Dec 19 00:54:38.661 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-19T00:54:39.127Z[ host-image] Dec 19 00:54:38.672 INFO O| Dec 19 00:54:38.672 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89732024-12-19T00:54:39.127Z[ host-image] Dec 19 00:54:38.672 INFO O| Dec 19 00:54:38.672 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89742024-12-19T00:54:39.127Z[ host-image] Dec 19 00:54:38.672 INFO O| Dec 19 00:54:38.672 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89752024-12-19T00:54:39.128Z[ host-image] Dec 19 00:54:38.672 INFO O| Dec 19 00:54:38.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89762024-12-19T00:54:39.128Z[ host-image] Dec 19 00:54:38.672 INFO O| Dec 19 00:54:38.672 INFO ok!
89772024-12-19T00:54:39.128Z[ host-image] Dec 19 00:54:38.672 INFO O| Dec 19 00:54:38.672 INFO STEP 65 (ensure_file) COMPLETE
89782024-12-19T00:54:39.128Z[ host-image] Dec 19 00:54:38.672 INFO O| Dec 19 00:54:38.672 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792024-12-19T00:54:39.131Z[ host-image] Dec 19 00:54:38.682 INFO O| Dec 19 00:54:38.682 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89802024-12-19T00:54:39.131Z[ host-image] Dec 19 00:54:38.682 INFO O| Dec 19 00:54:38.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89812024-12-19T00:54:39.131Z[ host-image] Dec 19 00:54:38.682 INFO O| Dec 19 00:54:38.682 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89822024-12-19T00:54:39.131Z[ host-image] Dec 19 00:54:38.682 INFO O| Dec 19 00:54:38.682 INFO STEP 66 (ensure_dir) COMPLETE
89832024-12-19T00:54:39.131Z[ host-image] Dec 19 00:54:38.682 INFO O| Dec 19 00:54:38.682 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-19T00:54:39.133Z[ host-image] Dec 19 00:54:38.692 INFO O| Dec 19 00:54:38.692 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89852024-12-19T00:54:39.134Z[ host-image] Dec 19 00:54:38.692 INFO O| Dec 19 00:54:38.692 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 ...
89862024-12-19T00:54:39.139Z[ host-image] Dec 19 00:54:38.699 INFO O| Dec 19 00:54:38.699 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
89872024-12-19T00:54:39.142Z[ host-image] Dec 19 00:54:38.699 INFO O| Dec 19 00:54:38.699 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89882024-12-19T00:54:39.142Z[ host-image] Dec 19 00:54:38.699 INFO O| Dec 19 00:54:38.699 INFO ok!
89892024-12-19T00:54:39.142Z[ host-image] Dec 19 00:54:38.699 INFO O| Dec 19 00:54:38.699 INFO STEP 67 (ensure_file) COMPLETE
89902024-12-19T00:54:39.142Z[ host-image] Dec 19 00:54:38.699 INFO O| Dec 19 00:54:38.699 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89912024-12-19T00:54:39.149Z[ host-image] Dec 19 00:54:38.709 INFO O| Dec 19 00:54:38.709 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89922024-12-19T00:54:39.150Z[ host-image] Dec 19 00:54:38.709 INFO O| Dec 19 00:54:38.709 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 ...
89932024-12-19T00:54:39.153Z[ host-image] Dec 19 00:54:38.709 INFO O| Dec 19 00:54:38.709 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
89942024-12-19T00:54:39.153Z[ host-image] Dec 19 00:54:38.709 INFO O| Dec 19 00:54:38.709 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89952024-12-19T00:54:39.153Z[ host-image] Dec 19 00:54:38.709 INFO O| Dec 19 00:54:38.709 INFO ok!
89962024-12-19T00:54:39.153Z[ host-image] Dec 19 00:54:38.710 INFO O| Dec 19 00:54:38.710 INFO STEP 68 (ensure_file) COMPLETE
89972024-12-19T00:54:39.154Z[ host-image] Dec 19 00:54:38.710 INFO O| Dec 19 00:54:38.710 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-19T00:54:39.166Z[ host-image] Dec 19 00:54:38.724 INFO O| Dec 19 00:54:38.724 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89992024-12-19T00:54:39.166Z[ host-image] Dec 19 00:54:38.724 INFO O| Dec 19 00:54:38.724 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90002024-12-19T00:54:41.131Z[ host-image] Dec 19 00:54:40.684 INFO O| Dec 19 00:54:40.683 INFO STEP 69 (pack_tar) COMPLETE
90012024-12-19T00:54:41.136Z[ host-image] Dec 19 00:54:40.684 INFO O| Dec 19 00:54:40.683 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90022024-12-19T00:54:41.136Z[ host-image] Dec 19 00:54:40.684 INFO O| Dec 19 00:54:40.683 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90032024-12-19T00:54:41.570Z[ host-image] Dec 19 00:54:41.130 INFO O| Dec 19 00:54:41.130 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90042024-12-19T00:54:41.661Z[ host-image] Dec 19 00:54:41.220 INFO O| Dec 19 00:54:41.220 INFO completed processing gimlet/ramdisk-02-trim
90052024-12-19T00:54:41.664Z[ host-image] Dec 19 00:54:41.223 INFO image builder template: zfs...
90062024-12-19T00:54:41.664Z[ host-image] Dec 19 00:54:41.223 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/.tmpAPm83i/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.34.301", "-n", "zfs"], pwd: None
90072024-12-19T00:54:41.677Z[ host-image] Dec 19 00:54:41.237 INFO O| Dec 19 00:54:41.236 INFO skip include "stress" because feature "stress" is not enabled
90082024-12-19T00:54:41.711Z[ host-image] Dec 19 00:54:41.270 INFO O| Dec 19 00:54:41.270 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90092024-12-19T00:54:41.714Z[ host-image] Dec 19 00:54:41.274 INFO O| Dec 19 00:54:41.274 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90102024-12-19T00:54:41.866Z[ host-image] Dec 19 00:54:41.426 INFO O| Dec 19 00:54:41.426 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90112024-12-19T00:54:41.993Z[ host-image] Dec 19 00:54:41.552 INFO O| Dec 19 00:54:41.552 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90122024-12-19T00:54:41.993Z[ host-image] Dec 19 00:54:41.552 INFO O| Dec 19 00:54:41.552 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90132024-12-19T00:54:41.999Z[ host-image] Dec 19 00:54:41.556 INFO O| Dec 19 00:54:41.556 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90142024-12-19T00:54:42.130Z[ host-image] Dec 19 00:54:41.689 INFO O| Dec 19 00:54:41.689 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90152024-12-19T00:54:42.208Z[ host-image] Dec 19 00:54:41.768 INFO O| Dec 19 00:54:41.767 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90162024-12-19T00:54:42.219Z[ host-image] Dec 19 00:54:41.779 INFO O| Dec 19 00:54:41.779 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90172024-12-19T00:54:42.225Z[ host-image] Dec 19 00:54:41.784 INFO O| Dec 19 00:54:41.784 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90182024-12-19T00:54:42.228Z[ host-image] Dec 19 00:54:41.785 INFO O| Dec 19 00:54:41.784 INFO no lofi found
90192024-12-19T00:54:42.228Z[ host-image] Dec 19 00:54:41.785 INFO O| Dec 19 00:54:41.785 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90202024-12-19T00:54:42.228Z[ host-image] Dec 19 00:54:41.785 INFO O| Dec 19 00:54:41.785 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90212024-12-19T00:54:44.449Z[ host-image] Dec 19 00:54:44.008 INFO O| Dec 19 00:54:44.008 INFO lofi device = /dev/dsk/c2t1d0p0
90222024-12-19T00:54:44.449Z[ host-image] Dec 19 00:54:44.008 INFO O| Dec 19 00:54:44.008 INFO pool device = /dev/dsk/c2t1d0p0
90232024-12-19T00:54:44.449Z[ host-image] Dec 19 00:54:44.008 INFO O| Dec 19 00:54:44.008 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"]
90242024-12-19T00:54:44.522Z[ host-image] Dec 19 00:54:44.082 INFO O| Dec 19 00:54:44.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90252024-12-19T00:54:44.522Z[ host-image] Dec 19 00:54:44.082 INFO O| Dec 19 00:54:44.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90262024-12-19T00:54:44.545Z[ host-image] Dec 19 00:54:44.104 INFO O| Dec 19 00:54:44.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90272024-12-19T00:54:44.603Z[ host-image] Dec 19 00:54:44.162 INFO O| Dec 19 00:54:44.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90282024-12-19T00:54:44.643Z[ host-image] Dec 19 00:54:44.201 INFO O| Dec 19 00:54:44.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90292024-12-19T00:54:44.656Z[ host-image] Dec 19 00:54:44.216 INFO O| Dec 19 00:54:44.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90302024-12-19T00:54:44.667Z[ host-image] Dec 19 00:54:44.227 INFO O| Dec 19 00:54:44.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90312024-12-19T00:54:44.716Z[ host-image] Dec 19 00:54:44.275 INFO O| Dec 19 00:54:44.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90322024-12-19T00:54:44.716Z[ host-image] Dec 19 00:54:44.276 INFO O| Dec 19 00:54:44.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90332024-12-19T00:54:48.577Z[ host-image] Dec 19 00:54:44.276 INFO O| Dec 19 00:54:44.276 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90342024-12-19T00:54:48.577Z[ host-image] Dec 19 00:54:44.285 INFO O| Dec 19 00:54:44.285 INFO boot environment UUID: c7f43e87-33e3-40db-8da4-2a8a55e67ea6
90352024-12-19T00:54:48.577Z[ host-image] Dec 19 00:54:44.285 INFO O| Dec 19 00:54:44.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c7f43e87-33e3-40db-8da4-2a8a55e67ea6
90362024-12-19T00:54:48.577Z[ host-image] Dec 19 00:54:44.296 INFO O| Dec 19 00:54:44.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90372024-12-19T00:54:48.577Z[ host-image] Dec 19 00:54:44.307 INFO O| Dec 19 00:54:44.307 INFO STEP 0 (create_be) COMPLETE
90382024-12-19T00:54:48.577Z[ host-image] Dec 19 00:54:44.307 INFO O| Dec 19 00:54:44.307 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90392024-12-19T00:54:48.578Z[ host-image] Dec 19 00:54:44.322 INFO O| Dec 19 00:54:44.322 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90402024-12-19T00:54:48.578Z[ recovery-image] Dec 19 00:54:44.377 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
90412024-12-19T00:54:48.582Z[ recovery-image] Dec 19 00:54:47.787 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
90422024-12-19T00:54:53.227Z[ recovery-image] Dec 19 00:54:52.786 INFO E| Compiling bitflags v1.3.2
90432024-12-19T00:54:53.232Z[ recovery-image] Dec 19 00:54:52.786 INFO E| Compiling plain v0.2.3
90442024-12-19T00:54:53.232Z[ recovery-image] Dec 19 00:54:52.786 INFO E| Compiling adler2 v2.0.0
90452024-12-19T00:54:53.232Z[ recovery-image] Dec 19 00:54:52.786 INFO E| Compiling bit_field v0.10.2
90462024-12-19T00:54:53.232Z[ recovery-image] Dec 19 00:54:52.786 INFO E| Compiling scroll v0.12.0
90472024-12-19T00:54:53.232Z[ recovery-image] Dec 19 00:54:52.786 INFO E| Compiling log v0.4.22
90482024-12-19T00:54:53.232Z[ recovery-image] Dec 19 00:54:52.786 INFO E| Compiling static_assertions v1.1.0
90492024-12-19T00:54:53.338Z[ recovery-image] Dec 19 00:54:52.897 INFO E| Compiling raw-cpuid v10.7.0
90502024-12-19T00:54:53.357Z[ recovery-image] Dec 19 00:54:52.914 INFO E| Compiling cpio_reader v0.1.1
90512024-12-19T00:54:53.462Z[ recovery-image] Dec 19 00:54:53.021 INFO E| Compiling bitstruct v0.1.1
90522024-12-19T00:54:53.713Z[ recovery-image] Dec 19 00:54:53.271 INFO E| Compiling miniz_oxide v0.8.0
90532024-12-19T00:54:53.851Z[ recovery-image] Dec 19 00:54:53.410 INFO E| Compiling goblin v0.8.2
90542024-12-19T00:55:02.972Z[ recovery-image] Dec 19 00:55:02.530 INFO E| Finished `release` profile [optimized] target(s) in 37.59s
90552024-12-19T00:55:03.009Z[ recovery-image] Dec 19 00:55:02.567 INFO building host image...
90562024-12-19T00:55:03.010Z[ recovery-image] Dec 19 00:55:02.568 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")
90572024-12-19T00:55:03.693Z[ recovery-image] Dec 19 00:55:03.248 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90582024-12-19T00:55:05.306Z[ host-image] Dec 19 00:55:04.865 INFO O| Dec 19 00:55:04.865 INFO STEP 1 (unpack_tar) COMPLETE
90592024-12-19T00:55:05.306Z[ host-image] Dec 19 00:55:04.865 INFO O| Dec 19 00:55:04.865 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90602024-12-19T00:55:05.318Z[ host-image] Dec 19 00:55:04.877 INFO O| Dec 19 00:55:04.877 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90612024-12-19T00:55:05.624Z[ recovery-image] Dec 19 00:55:05.180 INFO image complete! materials are in "/work/os-recovery"
90622024-12-19T00:55:05.627Z[ recovery-image]
90632024-12-19T00:55:05.627Z[ recovery-image] real 8:22.905064034
90642024-12-19T00:55:05.627Z[ recovery-image] user 5:48.075524991
90652024-12-19T00:55:05.627Z[ recovery-image] sys 49.020982552
90662024-12-19T00:55:05.627Z[ recovery-image] trap 0.286148325
90672024-12-19T00:55:05.627Z[ recovery-image] tflt 0.311246476
90682024-12-19T00:55:05.627Z[ recovery-image] dflt 0.830695890
90692024-12-19T00:55:05.627Z[ recovery-image] kflt 0.000064396
90702024-12-19T00:55:05.627Z[ recovery-image] lock 17:44.248718473
90712024-12-19T00:55:05.627Z[ recovery-image] slp 51:22.292956050
90722024-12-19T00:55:05.627Z[ recovery-image] lat 2:05.359866352
90732024-12-19T00:55:05.627Z[ recovery-image] stop 3.633846951
90742024-12-19T00:55:05.627ZDec 19 00:55:05.185 INFO [recovery-image] process exited with exit status: 0 (502.982559016s)
90752024-12-19T00:55:05.747Z[ host-image] Dec 19 00:55:05.306 INFO O| Dec 19 00:55:05.306 INFO STEP 2 (devfsadm) COMPLETE
90762024-12-19T00:55:05.747Z[ host-image] Dec 19 00:55:05.306 INFO O| Dec 19 00:55:05.306 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90772024-12-19T00:55:05.759Z[ host-image] Dec 19 00:55:05.318 INFO O| Dec 19 00:55:05.318 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90782024-12-19T00:55:05.762Z[ host-image] Dec 19 00:55:05.318 INFO O| Dec 19 00:55:05.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90792024-12-19T00:55:05.762Z[ host-image] Dec 19 00:55:05.318 INFO O| Dec 19 00:55:05.318 INFO STEP 3 (ensure_dir) COMPLETE
90802024-12-19T00:55:05.762Z[ host-image] Dec 19 00:55:05.318 INFO O| Dec 19 00:55:05.318 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90812024-12-19T00:55:05.770Z[ host-image] Dec 19 00:55:05.329 INFO O| Dec 19 00:55:05.329 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90822024-12-19T00:55:05.770Z[ host-image] Dec 19 00:55:05.329 INFO O| Dec 19 00:55:05.329 INFO STEP 4 (ensure_dir) COMPLETE
90832024-12-19T00:55:05.772Z[ host-image] Dec 19 00:55:05.329 INFO O| Dec 19 00:55:05.329 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90842024-12-19T00:55:05.780Z[ host-image] Dec 19 00:55:05.339 INFO O| Dec 19 00:55:05.339 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90852024-12-19T00:55:05.780Z[ host-image] Dec 19 00:55:05.339 INFO O| Dec 19 00:55:05.339 INFO STEP 5 (ensure_dir) COMPLETE
90862024-12-19T00:55:05.782Z[ host-image] Dec 19 00:55:05.339 INFO O| Dec 19 00:55:05.339 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90872024-12-19T00:55:05.789Z[ host-image] Dec 19 00:55:05.348 INFO O| Dec 19 00:55:05.348 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90882024-12-19T00:55:05.792Z[ host-image] Dec 19 00:55:05.348 INFO O| Dec 19 00:55:05.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90892024-12-19T00:55:05.792Z[ host-image] Dec 19 00:55:05.348 INFO O| Dec 19 00:55:05.348 INFO STEP 6 (ensure_dir) COMPLETE
90902024-12-19T00:55:05.792Z[ host-image] Dec 19 00:55:05.348 INFO O| Dec 19 00:55:05.348 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912024-12-19T00:55:05.799Z[ host-image] Dec 19 00:55:05.358 INFO O| Dec 19 00:55:05.358 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90922024-12-19T00:55:05.799Z[ host-image] Dec 19 00:55:05.358 INFO O| Dec 19 00:55:05.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90932024-12-19T00:55:05.802Z[ host-image] Dec 19 00:55:05.358 INFO O| Dec 19 00:55:05.358 INFO STEP 7 (ensure_dir) COMPLETE
90942024-12-19T00:55:05.802Z[ host-image] Dec 19 00:55:05.358 INFO O| Dec 19 00:55:05.358 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90952024-12-19T00:55:05.809Z[ host-image] Dec 19 00:55:05.368 INFO O| Dec 19 00:55:05.368 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90962024-12-19T00:55:05.811Z[ host-image] Dec 19 00:55:05.368 INFO O| Dec 19 00:55:05.368 INFO STEP 8 (remove_files) COMPLETE
90972024-12-19T00:55:05.812Z[ host-image] Dec 19 00:55:05.368 INFO O| Dec 19 00:55:05.368 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90982024-12-19T00:55:05.819Z[ host-image] Dec 19 00:55:05.378 INFO O| Dec 19 00:55:05.378 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90992024-12-19T00:55:05.822Z[ host-image] Dec 19 00:55:05.379 INFO O| Dec 19 00:55:05.379 INFO STEP 9 (remove_files) COMPLETE
91002024-12-19T00:55:05.822Z[ host-image] Dec 19 00:55:05.379 INFO O| Dec 19 00:55:05.379 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012024-12-19T00:55:05.829Z[ host-image] Dec 19 00:55:05.388 INFO O| Dec 19 00:55:05.388 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91022024-12-19T00:55:05.832Z[ host-image] Dec 19 00:55:05.389 INFO O| Dec 19 00:55:05.389 INFO STEP 10 (remove_files) COMPLETE
91032024-12-19T00:55:05.832Z[ host-image] Dec 19 00:55:05.389 INFO O| Dec 19 00:55:05.389 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91042024-12-19T00:55:05.840Z[ host-image] Dec 19 00:55:05.399 INFO O| Dec 19 00:55:05.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91052024-12-19T00:55:05.844Z[ host-image] Dec 19 00:55:05.399 INFO O| Dec 19 00:55:05.399 INFO STEP 11 (remove_files) COMPLETE
91062024-12-19T00:55:05.844Z[ host-image] Dec 19 00:55:05.399 INFO O| Dec 19 00:55:05.399 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-19T00:55:05.850Z[ host-image] Dec 19 00:55:05.409 INFO O| Dec 19 00:55:05.409 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91082024-12-19T00:55:05.852Z[ host-image] Dec 19 00:55:05.409 INFO O| Dec 19 00:55:05.409 INFO STEP 12 (remove_files) COMPLETE
91092024-12-19T00:55:05.852Z[ host-image] Dec 19 00:55:05.409 INFO O| Dec 19 00:55:05.409 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91102024-12-19T00:55:05.860Z[ host-image] Dec 19 00:55:05.419 INFO O| Dec 19 00:55:05.419 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91112024-12-19T00:55:05.860Z[ host-image] Dec 19 00:55:05.419 INFO O| Dec 19 00:55:05.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91122024-12-19T00:55:05.862Z[ host-image] Dec 19 00:55:05.419 INFO O| Dec 19 00:55:05.419 INFO STEP 13 (ensure_dir) COMPLETE
91132024-12-19T00:55:05.862Z[ host-image] Dec 19 00:55:05.419 INFO O| Dec 19 00:55:05.419 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91142024-12-19T00:55:05.869Z[ host-image] Dec 19 00:55:05.428 INFO O| Dec 19 00:55:05.428 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91152024-12-19T00:55:05.871Z[ host-image] Dec 19 00:55:05.428 INFO O| Dec 19 00:55:05.428 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91162024-12-19T00:55:05.872Z[ host-image] Dec 19 00:55:05.428 INFO O| Dec 19 00:55:05.428 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91172024-12-19T00:55:05.872Z[ host-image] Dec 19 00:55:05.428 INFO O| Dec 19 00:55:05.428 INFO STEP 14 (ensure_dir) COMPLETE
91182024-12-19T00:55:05.872Z[ host-image] Dec 19 00:55:05.428 INFO O| Dec 19 00:55:05.428 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-19T00:55:05.879Z[ host-image] Dec 19 00:55:05.438 INFO O| Dec 19 00:55:05.438 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91202024-12-19T00:55:05.881Z[ host-image] Dec 19 00:55:05.438 INFO O| Dec 19 00:55:05.438 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91212024-12-19T00:55:05.881Z[ host-image] Dec 19 00:55:05.438 INFO O| Dec 19 00:55:05.438 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91222024-12-19T00:55:05.882Z[ host-image] Dec 19 00:55:05.438 INFO O| Dec 19 00:55:05.438 INFO STEP 15 (ensure_dir) COMPLETE
91232024-12-19T00:55:05.882Z[ host-image] Dec 19 00:55:05.438 INFO O| Dec 19 00:55:05.438 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-19T00:55:05.889Z[ host-image] Dec 19 00:55:05.448 INFO O| Dec 19 00:55:05.448 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91252024-12-19T00:55:05.889Z[ host-image] Dec 19 00:55:05.448 INFO O| Dec 19 00:55:05.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91262024-12-19T00:55:05.889Z[ host-image] Dec 19 00:55:05.448 INFO O| Dec 19 00:55:05.448 INFO STEP 16 (ensure_dir) COMPLETE
91272024-12-19T00:55:05.891Z[ host-image] Dec 19 00:55:05.448 INFO O| Dec 19 00:55:05.448 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91282024-12-19T00:55:05.900Z[ host-image] Dec 19 00:55:05.458 INFO O| Dec 19 00:55:05.458 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91292024-12-19T00:55:05.900Z[ host-image] Dec 19 00:55:05.458 INFO O| Dec 19 00:55:05.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91302024-12-19T00:55:05.900Z[ host-image] Dec 19 00:55:05.458 INFO O| Dec 19 00:55:05.458 INFO STEP 17 (ensure_dir) COMPLETE
91312024-12-19T00:55:05.902Z[ host-image] Dec 19 00:55:05.458 INFO O| Dec 19 00:55:05.458 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91322024-12-19T00:55:05.909Z[ host-image] Dec 19 00:55:05.468 INFO O| Dec 19 00:55:05.468 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91332024-12-19T00:55:05.909Z[ host-image] Dec 19 00:55:05.468 INFO O| Dec 19 00:55:05.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91342024-12-19T00:55:05.912Z[ host-image] Dec 19 00:55:05.468 INFO O| Dec 19 00:55:05.468 INFO ok!
91352024-12-19T00:55:05.912Z[ host-image] Dec 19 00:55:05.468 INFO O| Dec 19 00:55:05.468 INFO STEP 18 (ensure_symlink) COMPLETE
91362024-12-19T00:55:05.912Z[ host-image] Dec 19 00:55:05.468 INFO O| Dec 19 00:55:05.468 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91372024-12-19T00:55:05.919Z[ host-image] Dec 19 00:55:05.477 INFO O| Dec 19 00:55:05.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91382024-12-19T00:55:05.921Z[ host-image] Dec 19 00:55:05.477 INFO O| Dec 19 00:55:05.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91392024-12-19T00:55:05.921Z[ host-image] Dec 19 00:55:05.477 INFO O| Dec 19 00:55:05.477 INFO ok!
91402024-12-19T00:55:05.921Z[ host-image] Dec 19 00:55:05.477 INFO O| Dec 19 00:55:05.477 INFO STEP 19 (ensure_file) COMPLETE
91412024-12-19T00:55:05.922Z[ host-image] Dec 19 00:55:05.477 INFO O| Dec 19 00:55:05.477 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91422024-12-19T00:55:05.928Z[ host-image] Dec 19 00:55:05.487 INFO O| Dec 19 00:55:05.487 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91432024-12-19T00:55:05.930Z[ host-image] Dec 19 00:55:05.487 INFO O| Dec 19 00:55:05.487 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91442024-12-19T00:55:05.930Z[ host-image] Dec 19 00:55:05.487 INFO O| Dec 19 00:55:05.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91452024-12-19T00:55:05.930Z[ host-image] Dec 19 00:55:05.487 INFO O| Dec 19 00:55:05.487 INFO ok!
91462024-12-19T00:55:05.930Z[ host-image] Dec 19 00:55:05.487 INFO O| Dec 19 00:55:05.487 INFO STEP 20 (ensure_symlink) COMPLETE
91472024-12-19T00:55:05.930Z[ host-image] Dec 19 00:55:05.487 INFO O| Dec 19 00:55:05.487 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91482024-12-19T00:55:05.937Z[ host-image] Dec 19 00:55:05.496 INFO O| Dec 19 00:55:05.496 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91492024-12-19T00:55:05.940Z[ host-image] Dec 19 00:55:05.496 INFO O| Dec 19 00:55:05.496 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91502024-12-19T00:55:05.940Z[ host-image] Dec 19 00:55:05.497 INFO O| Dec 19 00:55:05.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91512024-12-19T00:55:05.940Z[ host-image] Dec 19 00:55:05.497 INFO O| Dec 19 00:55:05.497 INFO ok!
91522024-12-19T00:55:05.940Z[ host-image] Dec 19 00:55:05.497 INFO O| Dec 19 00:55:05.497 INFO STEP 21 (ensure_symlink) COMPLETE
91532024-12-19T00:55:05.940Z[ host-image] Dec 19 00:55:05.497 INFO O| Dec 19 00:55:05.497 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91542024-12-19T00:55:05.947Z[ host-image] Dec 19 00:55:05.506 INFO O| Dec 19 00:55:05.506 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91552024-12-19T00:55:05.947Z[ host-image] Dec 19 00:55:05.506 INFO O| Dec 19 00:55:05.506 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91562024-12-19T00:55:05.949Z[ host-image] Dec 19 00:55:05.506 INFO O| Dec 19 00:55:05.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91572024-12-19T00:55:05.949Z[ host-image] Dec 19 00:55:05.506 INFO O| Dec 19 00:55:05.506 INFO ok!
91582024-12-19T00:55:05.949Z[ host-image] Dec 19 00:55:05.506 INFO O| Dec 19 00:55:05.506 INFO STEP 22 (ensure_symlink) COMPLETE
91592024-12-19T00:55:05.949Z[ host-image] Dec 19 00:55:05.506 INFO O| Dec 19 00:55:05.506 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91602024-12-19T00:55:05.957Z[ host-image] Dec 19 00:55:05.516 INFO O| Dec 19 00:55:05.516 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91612024-12-19T00:55:05.957Z[ host-image] Dec 19 00:55:05.516 INFO O| Dec 19 00:55:05.516 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91622024-12-19T00:55:05.959Z[ host-image] Dec 19 00:55:05.516 INFO O| Dec 19 00:55:05.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91632024-12-19T00:55:05.959Z[ host-image] Dec 19 00:55:05.516 INFO O| Dec 19 00:55:05.516 INFO ok!
91642024-12-19T00:55:05.959Z[ host-image] Dec 19 00:55:05.516 INFO O| Dec 19 00:55:05.516 INFO STEP 23 (ensure_symlink) COMPLETE
91652024-12-19T00:55:05.959Z[ host-image] Dec 19 00:55:05.516 INFO O| Dec 19 00:55:05.516 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91662024-12-19T00:55:05.967Z[ host-image] Dec 19 00:55:05.526 INFO O| Dec 19 00:55:05.526 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91672024-12-19T00:55:05.972Z[ host-image] Dec 19 00:55:05.526 INFO O| Dec 19 00:55:05.526 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91682024-12-19T00:55:05.973Z[ host-image] Dec 19 00:55:05.526 INFO O| Dec 19 00:55:05.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91692024-12-19T00:55:05.973Z[ host-image] Dec 19 00:55:05.526 INFO O| Dec 19 00:55:05.526 INFO ok!
91702024-12-19T00:55:05.974Z[ host-image] Dec 19 00:55:05.526 INFO O| Dec 19 00:55:05.526 INFO STEP 24 (ensure_file) COMPLETE
91712024-12-19T00:55:05.974Z[ host-image] Dec 19 00:55:05.526 INFO O| Dec 19 00:55:05.526 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91722024-12-19T00:55:05.977Z[ host-image] Dec 19 00:55:05.536 INFO O| Dec 19 00:55:05.536 INFO updating shadow file
91732024-12-19T00:55:05.979Z[ host-image] Dec 19 00:55:05.536 INFO O| Dec 19 00:55:05.536 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91742024-12-19T00:55:05.979Z[ host-image] Dec 19 00:55:05.536 INFO O| Dec 19 00:55:05.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91752024-12-19T00:55:05.979Z[ host-image] Dec 19 00:55:05.536 INFO O| Dec 19 00:55:05.536 INFO STEP 25 (shadow) COMPLETE
91762024-12-19T00:55:05.980Z[ host-image] Dec 19 00:55:05.536 INFO O| Dec 19 00:55:05.536 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91772024-12-19T00:55:05.987Z[ host-image] Dec 19 00:55:05.546 INFO O| Dec 19 00:55:05.546 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91782024-12-19T00:55:05.990Z[ host-image] Dec 19 00:55:05.546 INFO O| Dec 19 00:55:05.546 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91792024-12-19T00:55:05.990Z[ host-image] Dec 19 00:55:05.546 INFO O| Dec 19 00:55:05.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91802024-12-19T00:55:05.990Z[ host-image] Dec 19 00:55:05.546 INFO O| Dec 19 00:55:05.546 INFO ok!
91812024-12-19T00:55:05.990Z[ host-image] Dec 19 00:55:05.546 INFO O| Dec 19 00:55:05.546 INFO STEP 26 (ensure_file) COMPLETE
91822024-12-19T00:55:05.990Z[ host-image] Dec 19 00:55:05.546 INFO O| Dec 19 00:55:05.546 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91832024-12-19T00:55:05.997Z[ host-image] Dec 19 00:55:05.556 INFO O| Dec 19 00:55:05.556 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91842024-12-19T00:55:05.997Z[ host-image] Dec 19 00:55:05.556 INFO O| Dec 19 00:55:05.556 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91852024-12-19T00:55:06.003Z[ host-image] Dec 19 00:55:05.556 INFO O| Dec 19 00:55:05.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91862024-12-19T00:55:06.003Z[ host-image] Dec 19 00:55:05.556 INFO O| Dec 19 00:55:05.556 INFO ok!
91872024-12-19T00:55:06.003Z[ host-image] Dec 19 00:55:05.556 INFO O| Dec 19 00:55:05.556 INFO STEP 27 (ensure_file) COMPLETE
91882024-12-19T00:55:06.003Z[ host-image] Dec 19 00:55:05.556 INFO O| Dec 19 00:55:05.556 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892024-12-19T00:55:06.007Z[ host-image] Dec 19 00:55:05.566 INFO O| Dec 19 00:55:05.566 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91902024-12-19T00:55:06.007Z[ host-image] Dec 19 00:55:05.566 INFO O| Dec 19 00:55:05.566 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91912024-12-19T00:55:06.010Z[ host-image] Dec 19 00:55:05.566 INFO O| Dec 19 00:55:05.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91922024-12-19T00:55:06.010Z[ host-image] Dec 19 00:55:05.566 INFO O| Dec 19 00:55:05.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91932024-12-19T00:55:06.010Z[ host-image] Dec 19 00:55:05.566 INFO O| Dec 19 00:55:05.566 INFO ok!
91942024-12-19T00:55:06.010Z[ host-image] Dec 19 00:55:05.566 INFO O| Dec 19 00:55:05.566 INFO STEP 28 (ensure_file) COMPLETE
91952024-12-19T00:55:06.010Z[ host-image] Dec 19 00:55:05.566 INFO O| Dec 19 00:55:05.566 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91962024-12-19T00:55:06.017Z[ host-image] Dec 19 00:55:05.576 INFO O| Dec 19 00:55:05.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91972024-12-19T00:55:06.017Z[ host-image] Dec 19 00:55:05.576 INFO O| Dec 19 00:55:05.576 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91982024-12-19T00:55:06.020Z[ host-image] Dec 19 00:55:05.576 INFO O| Dec 19 00:55:05.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91992024-12-19T00:55:06.020Z[ host-image] Dec 19 00:55:05.576 INFO O| Dec 19 00:55:05.576 INFO ok!
92002024-12-19T00:55:06.020Z[ host-image] Dec 19 00:55:05.576 INFO O| Dec 19 00:55:05.576 INFO STEP 29 (ensure_file) COMPLETE
92012024-12-19T00:55:06.020Z[ host-image] Dec 19 00:55:05.576 INFO O| Dec 19 00:55:05.576 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92022024-12-19T00:55:06.026Z[ host-image] Dec 19 00:55:05.585 INFO O| Dec 19 00:55:05.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92032024-12-19T00:55:06.027Z[ host-image] Dec 19 00:55:05.585 INFO O| Dec 19 00:55:05.585 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92042024-12-19T00:55:06.029Z[ host-image] Dec 19 00:55:05.585 INFO O| Dec 19 00:55:05.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92052024-12-19T00:55:06.029Z[ host-image] Dec 19 00:55:05.585 INFO O| Dec 19 00:55:05.585 INFO ok!
92062024-12-19T00:55:06.029Z[ host-image] Dec 19 00:55:05.586 INFO O| Dec 19 00:55:05.585 INFO STEP 30 (ensure_file) COMPLETE
92072024-12-19T00:55:06.029Z[ host-image] Dec 19 00:55:05.586 INFO O| Dec 19 00:55:05.585 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92082024-12-19T00:55:06.037Z[ host-image] Dec 19 00:55:05.596 INFO O| Dec 19 00:55:05.595 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92092024-12-19T00:55:06.037Z[ host-image] Dec 19 00:55:05.596 INFO O| Dec 19 00:55:05.596 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92102024-12-19T00:55:06.039Z[ host-image] Dec 19 00:55:05.596 INFO O| Dec 19 00:55:05.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92112024-12-19T00:55:06.039Z[ host-image] Dec 19 00:55:05.596 INFO O| Dec 19 00:55:05.596 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92122024-12-19T00:55:06.039Z[ host-image] Dec 19 00:55:05.596 INFO O| Dec 19 00:55:05.596 INFO ok!
92132024-12-19T00:55:06.040Z[ host-image] Dec 19 00:55:05.596 INFO O| Dec 19 00:55:05.596 INFO STEP 31 (ensure_file) COMPLETE
92142024-12-19T00:55:06.040Z[ host-image] Dec 19 00:55:05.596 INFO O| Dec 19 00:55:05.596 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92152024-12-19T00:55:06.047Z[ host-image] Dec 19 00:55:05.605 INFO O| Dec 19 00:55:05.605 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92162024-12-19T00:55:06.047Z[ host-image] Dec 19 00:55:05.605 INFO O| Dec 19 00:55:05.605 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92172024-12-19T00:55:06.052Z[ host-image] Dec 19 00:55:05.606 INFO O| Dec 19 00:55:05.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92182024-12-19T00:55:06.052Z[ host-image] Dec 19 00:55:05.606 INFO O| Dec 19 00:55:05.606 INFO ok!
92192024-12-19T00:55:06.052Z[ host-image] Dec 19 00:55:05.606 INFO O| Dec 19 00:55:05.606 INFO STEP 32 (ensure_file) COMPLETE
92202024-12-19T00:55:06.052Z[ host-image] Dec 19 00:55:05.606 INFO O| Dec 19 00:55:05.606 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92212024-12-19T00:55:06.056Z[ host-image] Dec 19 00:55:05.615 INFO O| Dec 19 00:55:05.615 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92222024-12-19T00:55:06.056Z[ host-image] Dec 19 00:55:05.615 INFO O| Dec 19 00:55:05.615 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92232024-12-19T00:55:06.060Z[ host-image] Dec 19 00:55:05.615 INFO O| Dec 19 00:55:05.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92242024-12-19T00:55:06.060Z[ host-image] Dec 19 00:55:05.615 INFO O| Dec 19 00:55:05.615 INFO ok!
92252024-12-19T00:55:06.060Z[ host-image] Dec 19 00:55:05.615 INFO O| Dec 19 00:55:05.615 INFO STEP 33 (ensure_file) COMPLETE
92262024-12-19T00:55:06.060Z[ host-image] Dec 19 00:55:05.615 INFO O| Dec 19 00:55:05.615 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92272024-12-19T00:55:06.066Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92282024-12-19T00:55:06.066Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92292024-12-19T00:55:06.069Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92302024-12-19T00:55:06.069Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92312024-12-19T00:55:06.069Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92322024-12-19T00:55:06.069Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92332024-12-19T00:55:06.069Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO ok!
92342024-12-19T00:55:06.069Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO STEP 34 (ensure_file) COMPLETE
92352024-12-19T00:55:06.069Z[ host-image] Dec 19 00:55:05.625 INFO O| Dec 19 00:55:05.625 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92362024-12-19T00:55:06.075Z[ host-image] Dec 19 00:55:05.634 INFO O| Dec 19 00:55:05.634 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92372024-12-19T00:55:06.080Z[ host-image] Dec 19 00:55:05.634 INFO O| Dec 19 00:55:05.634 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92382024-12-19T00:55:06.080Z[ host-image] Dec 19 00:55:05.634 INFO O| Dec 19 00:55:05.634 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92392024-12-19T00:55:06.080Z[ host-image] Dec 19 00:55:05.634 INFO O| Dec 19 00:55:05.634 INFO STEP 35 (ensure_dir) COMPLETE
92402024-12-19T00:55:06.080Z[ host-image] Dec 19 00:55:05.635 INFO O| Dec 19 00:55:05.634 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92412024-12-19T00:55:06.085Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 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
92422024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 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 ...
92432024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 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
92442024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 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
92452024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 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
92462024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 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
92472024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 INFO ok!
92482024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 INFO STEP 36 (ensure_file) COMPLETE
92492024-12-19T00:55:06.088Z[ host-image] Dec 19 00:55:05.644 INFO O| Dec 19 00:55:05.644 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92502024-12-19T00:55:06.095Z[ host-image] Dec 19 00:55:05.654 INFO O| Dec 19 00:55:05.654 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92512024-12-19T00:55:06.095Z[ host-image] Dec 19 00:55:05.654 INFO O| Dec 19 00:55:05.654 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 ...
92522024-12-19T00:55:06.098Z[ host-image] Dec 19 00:55:05.654 INFO O| Dec 19 00:55:05.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92532024-12-19T00:55:06.098Z[ host-image] Dec 19 00:55:05.654 INFO O| Dec 19 00:55:05.654 INFO ok!
92542024-12-19T00:55:06.098Z[ host-image] Dec 19 00:55:05.654 INFO O| Dec 19 00:55:05.654 INFO STEP 37 (ensure_symlink) COMPLETE
92552024-12-19T00:55:06.098Z[ host-image] Dec 19 00:55:05.654 INFO O| Dec 19 00:55:05.654 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92562024-12-19T00:55:06.105Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92572024-12-19T00:55:06.105Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92582024-12-19T00:55:06.108Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92592024-12-19T00:55:06.108Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92602024-12-19T00:55:06.108Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92612024-12-19T00:55:06.108Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92622024-12-19T00:55:06.108Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO ok!
92632024-12-19T00:55:06.108Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO STEP 38 (ensure_file) COMPLETE
92642024-12-19T00:55:06.108Z[ host-image] Dec 19 00:55:05.664 INFO O| Dec 19 00:55:05.664 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92652024-12-19T00:55:06.115Z[ host-image] Dec 19 00:55:05.673 INFO O| Dec 19 00:55:05.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92662024-12-19T00:55:06.115Z[ host-image] Dec 19 00:55:05.673 INFO O| Dec 19 00:55:05.673 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 ...
92672024-12-19T00:55:06.118Z[ host-image] Dec 19 00:55:05.674 INFO O| Dec 19 00:55:05.674 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
92682024-12-19T00:55:06.118Z[ host-image] Dec 19 00:55:05.674 INFO O| Dec 19 00:55:05.674 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92692024-12-19T00:55:06.118Z[ host-image] Dec 19 00:55:05.674 INFO O| Dec 19 00:55:05.674 INFO ok!
92702024-12-19T00:55:06.118Z[ host-image] Dec 19 00:55:05.674 INFO O| Dec 19 00:55:05.674 INFO STEP 39 (ensure_file) COMPLETE
92712024-12-19T00:55:06.118Z[ host-image] Dec 19 00:55:05.674 INFO O| Dec 19 00:55:05.674 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92722024-12-19T00:55:06.126Z[ host-image] Dec 19 00:55:05.683 INFO O| Dec 19 00:55:05.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92732024-12-19T00:55:06.126Z[ host-image] Dec 19 00:55:05.683 INFO O| Dec 19 00:55:05.683 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92742024-12-19T00:55:06.129Z[ host-image] Dec 19 00:55:05.684 INFO O| Dec 19 00:55:05.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92752024-12-19T00:55:06.129Z[ host-image] Dec 19 00:55:05.684 INFO O| Dec 19 00:55:05.683 INFO ok!
92762024-12-19T00:55:06.129Z[ host-image] Dec 19 00:55:05.684 INFO O| Dec 19 00:55:05.684 INFO STEP 40 (ensure_file) COMPLETE
92772024-12-19T00:55:06.129Z[ host-image] Dec 19 00:55:05.684 INFO O| Dec 19 00:55:05.684 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92782024-12-19T00:55:06.134Z[ host-image] Dec 19 00:55:05.693 INFO O| Dec 19 00:55:05.693 INFO updating shadow file
92792024-12-19T00:55:06.138Z[ host-image] Dec 19 00:55:05.693 INFO O| Dec 19 00:55:05.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92802024-12-19T00:55:06.138Z[ host-image] Dec 19 00:55:05.693 INFO O| Dec 19 00:55:05.693 INFO STEP 41 (shadow) COMPLETE
92812024-12-19T00:55:06.138Z[ host-image] Dec 19 00:55:05.694 INFO O| Dec 19 00:55:05.693 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92822024-12-19T00:55:06.144Z[ host-image] Dec 19 00:55:05.703 INFO O| Dec 19 00:55:05.703 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92832024-12-19T00:55:06.145Z[ host-image] Dec 19 00:55:05.703 INFO O| Dec 19 00:55:05.703 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92842024-12-19T00:55:06.147Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92852024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92862024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO ok!
92872024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO STEP 42 (ensure_file) COMPLETE
92882024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92892024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO skip step because feature "mfg" is not enabled
92902024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92912024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO skip step because feature "mfg" is not enabled
92922024-12-19T00:55:06.148Z[ host-image] Dec 19 00:55:05.704 INFO O| Dec 19 00:55:05.704 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92932024-12-19T00:55:06.155Z[ host-image] Dec 19 00:55:05.714 INFO O| Dec 19 00:55:05.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92942024-12-19T00:55:06.155Z[ host-image] Dec 19 00:55:05.714 INFO O| Dec 19 00:55:05.714 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92952024-12-19T00:55:06.789Z[ host-image] Dec 19 00:55:06.347 INFO O| Dec 19 00:55:06.347 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92962024-12-19T00:55:06.789Z[ host-image] Dec 19 00:55:06.347 INFO O| Dec 19 00:55:06.347 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92972024-12-19T00:55:06.791Z[ host-image] Dec 19 00:55:06.348 INFO O| Dec 19 00:55:06.347 INFO ok!
92982024-12-19T00:55:06.791Z[ host-image] Dec 19 00:55:06.348 INFO O| Dec 19 00:55:06.347 INFO STEP 45 (ensure_file) COMPLETE
92992024-12-19T00:55:06.792Z[ host-image] Dec 19 00:55:06.348 INFO O| Dec 19 00:55:06.347 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93002024-12-19T00:55:06.802Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93012024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93022024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93032024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93042024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93052024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93062024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO ok!
93072024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO STEP 46 (ensure_file) COMPLETE
93082024-12-19T00:55:06.805Z[ host-image] Dec 19 00:55:06.359 INFO O| Dec 19 00:55:06.359 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93092024-12-19T00:55:06.810Z[ host-image] Dec 19 00:55:06.369 INFO O| Dec 19 00:55:06.368 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93102024-12-19T00:55:06.810Z[ host-image] Dec 19 00:55:06.369 INFO O| Dec 19 00:55:06.369 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 ...
93112024-12-19T00:55:06.813Z[ host-image] Dec 19 00:55:06.369 INFO O| Dec 19 00:55:06.369 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93122024-12-19T00:55:06.813Z[ host-image] Dec 19 00:55:06.369 INFO O| Dec 19 00:55:06.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93132024-12-19T00:55:06.813Z[ host-image] Dec 19 00:55:06.369 INFO O| Dec 19 00:55:06.369 INFO ok!
93142024-12-19T00:55:06.813Z[ host-image] Dec 19 00:55:06.369 INFO O| Dec 19 00:55:06.369 INFO STEP 47 (ensure_file) COMPLETE
93152024-12-19T00:55:06.813Z[ host-image] Dec 19 00:55:06.369 INFO O| Dec 19 00:55:06.369 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93162024-12-19T00:55:06.819Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93172024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93182024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93192024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93202024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93212024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93222024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO ok!
93232024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO STEP 48 (ensure_file) COMPLETE
93242024-12-19T00:55:06.822Z[ host-image] Dec 19 00:55:06.378 INFO O| Dec 19 00:55:06.378 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93252024-12-19T00:55:06.830Z[ host-image] Dec 19 00:55:06.388 INFO O| Dec 19 00:55:06.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93262024-12-19T00:55:06.830Z[ host-image] Dec 19 00:55:06.388 INFO O| Dec 19 00:55:06.388 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 ...
93272024-12-19T00:55:06.832Z[ host-image] Dec 19 00:55:06.389 INFO O| Dec 19 00:55:06.388 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
93282024-12-19T00:55:06.832Z[ host-image] Dec 19 00:55:06.389 INFO O| Dec 19 00:55:06.389 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93292024-12-19T00:55:06.832Z[ host-image] Dec 19 00:55:06.389 INFO O| Dec 19 00:55:06.389 INFO ok!
93302024-12-19T00:55:06.832Z[ host-image] Dec 19 00:55:06.389 INFO O| Dec 19 00:55:06.389 INFO STEP 49 (ensure_file) COMPLETE
93312024-12-19T00:55:06.833Z[ host-image] Dec 19 00:55:06.389 INFO O| Dec 19 00:55:06.389 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93322024-12-19T00:55:06.840Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93332024-12-19T00:55:06.840Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93342024-12-19T00:55:06.843Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93352024-12-19T00:55:06.843Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93362024-12-19T00:55:06.843Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93372024-12-19T00:55:06.843Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93382024-12-19T00:55:06.843Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO ok!
93392024-12-19T00:55:06.843Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO STEP 50 (ensure_file) COMPLETE
93402024-12-19T00:55:06.843Z[ host-image] Dec 19 00:55:06.399 INFO O| Dec 19 00:55:06.399 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93412024-12-19T00:55:06.850Z[ host-image] Dec 19 00:55:06.409 INFO O| Dec 19 00:55:06.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93422024-12-19T00:55:06.853Z[ host-image] Dec 19 00:55:06.409 INFO O| Dec 19 00:55:06.409 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 ...
93432024-12-19T00:55:06.853Z[ host-image] Dec 19 00:55:06.409 INFO O| Dec 19 00:55:06.409 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
93442024-12-19T00:55:06.853Z[ host-image] Dec 19 00:55:06.409 INFO O| Dec 19 00:55:06.409 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93452024-12-19T00:55:06.853Z[ host-image] Dec 19 00:55:06.409 INFO O| Dec 19 00:55:06.409 INFO ok!
93462024-12-19T00:55:06.853Z[ host-image] Dec 19 00:55:06.409 INFO O| Dec 19 00:55:06.409 INFO STEP 51 (ensure_file) COMPLETE
93472024-12-19T00:55:06.853Z[ host-image] Dec 19 00:55:06.409 INFO O| Dec 19 00:55:06.409 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93482024-12-19T00:55:06.860Z[ host-image] Dec 19 00:55:06.419 INFO O| Dec 19 00:55:06.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93492024-12-19T00:55:06.860Z[ host-image] Dec 19 00:55:06.419 INFO O| Dec 19 00:55:06.419 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 ...
93502024-12-19T00:55:06.863Z[ host-image] Dec 19 00:55:06.419 INFO O| Dec 19 00:55:06.419 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
93512024-12-19T00:55:06.863Z[ host-image] Dec 19 00:55:06.419 INFO O| Dec 19 00:55:06.419 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93522024-12-19T00:55:06.863Z[ host-image] Dec 19 00:55:06.419 INFO O| Dec 19 00:55:06.419 INFO ok!
93532024-12-19T00:55:06.863Z[ host-image] Dec 19 00:55:06.419 INFO O| Dec 19 00:55:06.419 INFO STEP 52 (ensure_file) COMPLETE
93542024-12-19T00:55:06.863Z[ host-image] Dec 19 00:55:06.419 INFO O| Dec 19 00:55:06.419 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93552024-12-19T00:55:06.871Z[ host-image] Dec 19 00:55:06.429 INFO O| Dec 19 00:55:06.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93562024-12-19T00:55:06.871Z[ host-image] Dec 19 00:55:06.429 INFO O| Dec 19 00:55:06.429 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 ...
93572024-12-19T00:55:06.874Z[ host-image] Dec 19 00:55:06.429 INFO O| Dec 19 00:55:06.429 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
93582024-12-19T00:55:06.874Z[ host-image] Dec 19 00:55:06.430 INFO O| Dec 19 00:55:06.429 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93592024-12-19T00:55:06.874Z[ host-image] Dec 19 00:55:06.430 INFO O| Dec 19 00:55:06.429 INFO ok!
93602024-12-19T00:55:06.874Z[ host-image] Dec 19 00:55:06.430 INFO O| Dec 19 00:55:06.430 INFO STEP 53 (ensure_file) COMPLETE
93612024-12-19T00:55:06.874Z[ host-image] Dec 19 00:55:06.430 INFO O| Dec 19 00:55:06.430 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-12-19T00:55:06.881Z[ host-image] Dec 19 00:55:06.440 INFO O| Dec 19 00:55:06.440 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93632024-12-19T00:55:06.881Z[ host-image] Dec 19 00:55:06.440 INFO O| Dec 19 00:55:06.440 INFO STEP 54 (ensure_dir) COMPLETE
93642024-12-19T00:55:06.883Z[ host-image] Dec 19 00:55:06.440 INFO O| Dec 19 00:55:06.440 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-12-19T00:55:06.892Z[ host-image] Dec 19 00:55:06.450 INFO O| Dec 19 00:55:06.450 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93662024-12-19T00:55:06.892Z[ host-image] Dec 19 00:55:06.450 INFO O| Dec 19 00:55:06.450 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93672024-12-19T00:55:06.896Z[ host-image] Dec 19 00:55:06.450 INFO O| Dec 19 00:55:06.450 INFO STEP 55 (ensure_dir) COMPLETE
93682024-12-19T00:55:06.896Z[ host-image] Dec 19 00:55:06.450 INFO O| Dec 19 00:55:06.450 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-12-19T00:55:06.901Z[ host-image] Dec 19 00:55:06.460 INFO O| Dec 19 00:55:06.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93702024-12-19T00:55:06.904Z[ host-image] Dec 19 00:55:06.460 INFO O| Dec 19 00:55:06.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93712024-12-19T00:55:06.904Z[ host-image] Dec 19 00:55:06.460 INFO O| Dec 19 00:55:06.460 INFO STEP 56 (ensure_dir) COMPLETE
93722024-12-19T00:55:06.904Z[ host-image] Dec 19 00:55:06.460 INFO O| Dec 19 00:55:06.460 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-12-19T00:55:06.918Z[ host-image] Dec 19 00:55:06.469 INFO O| Dec 19 00:55:06.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93742024-12-19T00:55:06.918Z[ host-image] Dec 19 00:55:06.469 INFO O| Dec 19 00:55:06.469 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93752024-12-19T00:55:06.927Z[ host-image] Dec 19 00:55:06.486 INFO O| Dec 19 00:55:06.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93762024-12-19T00:55:06.927Z[ host-image] Dec 19 00:55:06.486 INFO O| Dec 19 00:55:06.486 INFO ok!
93772024-12-19T00:55:06.927Z[ host-image] Dec 19 00:55:06.486 INFO O| Dec 19 00:55:06.486 INFO STEP 57 (ensure_file) COMPLETE
93782024-12-19T00:55:06.927Z[ host-image] Dec 19 00:55:06.486 INFO O| Dec 19 00:55:06.486 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-12-19T00:55:06.938Z[ host-image] Dec 19 00:55:06.497 INFO O| Dec 19 00:55:06.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93802024-12-19T00:55:06.938Z[ host-image] Dec 19 00:55:06.497 INFO O| Dec 19 00:55:06.497 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93812024-12-19T00:55:08.039Z[ host-image] Dec 19 00:55:07.597 INFO O| Dec 19 00:55:07.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93822024-12-19T00:55:08.039Z[ host-image] Dec 19 00:55:07.598 INFO O| Dec 19 00:55:07.597 INFO ok!
93832024-12-19T00:55:08.043Z[ host-image] Dec 19 00:55:07.598 INFO O| Dec 19 00:55:07.597 INFO STEP 58 (ensure_file) COMPLETE
93842024-12-19T00:55:08.043Z[ host-image] Dec 19 00:55:07.598 INFO O| Dec 19 00:55:07.597 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-12-19T00:55:08.051Z[ host-image] Dec 19 00:55:07.610 INFO O| Dec 19 00:55:07.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93862024-12-19T00:55:08.051Z[ host-image] Dec 19 00:55:07.610 INFO O| Dec 19 00:55:07.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93872024-12-19T00:55:08.053Z[ host-image] Dec 19 00:55:07.610 INFO O| Dec 19 00:55:07.610 INFO STEP 59 (ensure_dir) COMPLETE
93882024-12-19T00:55:08.053Z[ host-image] Dec 19 00:55:07.610 INFO O| Dec 19 00:55:07.610 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892024-12-19T00:55:08.062Z[ host-image] Dec 19 00:55:07.621 INFO O| Dec 19 00:55:07.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93902024-12-19T00:55:08.062Z[ host-image] Dec 19 00:55:07.621 INFO O| Dec 19 00:55:07.621 INFO copying /tmp/.tmpAPm83i/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 ...
93912024-12-19T00:55:08.065Z[ host-image] Dec 19 00:55:07.621 INFO O| Dec 19 00:55:07.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93922024-12-19T00:55:08.065Z[ host-image] Dec 19 00:55:07.621 INFO O| Dec 19 00:55:07.621 INFO ok!
93932024-12-19T00:55:08.065Z[ host-image] Dec 19 00:55:07.621 INFO O| Dec 19 00:55:07.621 INFO STEP 60 (ensure_file) COMPLETE
93942024-12-19T00:55:08.065Z[ host-image] Dec 19 00:55:07.621 INFO O| Dec 19 00:55:07.621 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-12-19T00:55:08.073Z[ host-image] Dec 19 00:55:07.631 INFO O| Dec 19 00:55:07.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93962024-12-19T00:55:08.076Z[ host-image] Dec 19 00:55:07.632 INFO O| Dec 19 00:55:07.631 INFO copying /tmp/.tmpAPm83i/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 ...
93972024-12-19T00:55:08.076Z[ host-image] Dec 19 00:55:07.632 INFO O| Dec 19 00:55:07.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93982024-12-19T00:55:08.076Z[ host-image] Dec 19 00:55:07.632 INFO O| Dec 19 00:55:07.632 INFO ok!
93992024-12-19T00:55:08.076Z[ host-image] Dec 19 00:55:07.632 INFO O| Dec 19 00:55:07.632 INFO STEP 61 (ensure_file) COMPLETE
94002024-12-19T00:55:08.076Z[ host-image] Dec 19 00:55:07.632 INFO O| Dec 19 00:55:07.632 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-12-19T00:55:08.083Z[ host-image] Dec 19 00:55:07.642 INFO O| Dec 19 00:55:07.642 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94022024-12-19T00:55:08.086Z[ host-image] Dec 19 00:55:07.642 INFO O| Dec 19 00:55:07.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94032024-12-19T00:55:08.086Z[ host-image] Dec 19 00:55:07.642 INFO O| Dec 19 00:55:07.642 INFO STEP 62 (ensure_dir) COMPLETE
94042024-12-19T00:55:08.086Z[ host-image] Dec 19 00:55:07.642 INFO O| Dec 19 00:55:07.642 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-12-19T00:55:08.093Z[ host-image] Dec 19 00:55:07.652 INFO O| Dec 19 00:55:07.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94062024-12-19T00:55:08.093Z[ host-image] Dec 19 00:55:07.652 INFO O| Dec 19 00:55:07.652 INFO copying /tmp/.tmpAPm83i/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 ...
94072024-12-19T00:55:08.096Z[ host-image] Dec 19 00:55:07.652 INFO O| Dec 19 00:55:07.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94082024-12-19T00:55:08.096Z[ host-image] Dec 19 00:55:07.652 INFO O| Dec 19 00:55:07.652 INFO ok!
94092024-12-19T00:55:08.096Z[ host-image] Dec 19 00:55:07.652 INFO O| Dec 19 00:55:07.652 INFO STEP 63 (ensure_file) COMPLETE
94102024-12-19T00:55:08.096Z[ host-image] Dec 19 00:55:07.652 INFO O| Dec 19 00:55:07.652 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-12-19T00:55:08.104Z[ host-image] Dec 19 00:55:07.663 INFO O| Dec 19 00:55:07.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94122024-12-19T00:55:08.104Z[ host-image] Dec 19 00:55:07.663 INFO O| Dec 19 00:55:07.663 INFO copying /tmp/.tmpAPm83i/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 ...
94132024-12-19T00:55:08.104Z[ host-image] Dec 19 00:55:07.663 INFO O| Dec 19 00:55:07.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94142024-12-19T00:55:08.107Z[ host-image] Dec 19 00:55:07.663 INFO O| Dec 19 00:55:07.663 INFO ok!
94152024-12-19T00:55:08.107Z[ host-image] Dec 19 00:55:07.663 INFO O| Dec 19 00:55:07.663 INFO STEP 64 (ensure_file) COMPLETE
94162024-12-19T00:55:08.107Z[ host-image] Dec 19 00:55:07.663 INFO O| Dec 19 00:55:07.663 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-12-19T00:55:08.115Z[ host-image] Dec 19 00:55:07.674 INFO O| Dec 19 00:55:07.674 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94182024-12-19T00:55:08.115Z[ host-image] Dec 19 00:55:07.674 INFO O| Dec 19 00:55:07.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94192024-12-19T00:55:08.115Z[ host-image] Dec 19 00:55:07.674 INFO O| Dec 19 00:55:07.674 INFO STEP 65 (ensure_dir) COMPLETE
94202024-12-19T00:55:08.117Z[ host-image] Dec 19 00:55:07.674 INFO O| Dec 19 00:55:07.674 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-12-19T00:55:08.125Z[ host-image] Dec 19 00:55:07.684 INFO O| Dec 19 00:55:07.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94222024-12-19T00:55:08.125Z[ host-image] Dec 19 00:55:07.684 INFO O| Dec 19 00:55:07.684 INFO copying /tmp/.tmpAPm83i/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 ...
94232024-12-19T00:55:08.128Z[ host-image] Dec 19 00:55:07.684 INFO O| Dec 19 00:55:07.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94242024-12-19T00:55:08.128Z[ host-image] Dec 19 00:55:07.684 INFO O| Dec 19 00:55:07.684 INFO ok!
94252024-12-19T00:55:08.128Z[ host-image] Dec 19 00:55:07.684 INFO O| Dec 19 00:55:07.684 INFO STEP 66 (ensure_file) COMPLETE
94262024-12-19T00:55:08.128Z[ host-image] Dec 19 00:55:07.684 INFO O| Dec 19 00:55:07.684 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-12-19T00:55:08.136Z[ host-image] Dec 19 00:55:07.695 INFO O| Dec 19 00:55:07.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94282024-12-19T00:55:08.136Z[ host-image] Dec 19 00:55:07.695 INFO O| Dec 19 00:55:07.695 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94292024-12-19T00:55:08.138Z[ host-image] Dec 19 00:55:07.695 INFO O| Dec 19 00:55:07.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94302024-12-19T00:55:08.138Z[ host-image] Dec 19 00:55:07.695 INFO O| Dec 19 00:55:07.695 INFO ok!
94312024-12-19T00:55:08.139Z[ host-image] Dec 19 00:55:07.695 INFO O| Dec 19 00:55:07.695 INFO STEP 67 (ensure_file) COMPLETE
94322024-12-19T00:55:08.139Z[ host-image] Dec 19 00:55:07.695 INFO O| Dec 19 00:55:07.695 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-12-19T00:55:08.147Z[ host-image] Dec 19 00:55:07.706 INFO O| Dec 19 00:55:07.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94342024-12-19T00:55:08.149Z[ host-image] Dec 19 00:55:07.706 INFO O| Dec 19 00:55:07.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94352024-12-19T00:55:08.149Z[ host-image] Dec 19 00:55:07.706 INFO O| Dec 19 00:55:07.706 INFO STEP 68 (ensure_dir) COMPLETE
94362024-12-19T00:55:08.149Z[ host-image] Dec 19 00:55:07.706 INFO O| Dec 19 00:55:07.706 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372024-12-19T00:55:08.157Z[ host-image] Dec 19 00:55:07.716 INFO O| Dec 19 00:55:07.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94382024-12-19T00:55:08.157Z[ host-image] Dec 19 00:55:07.716 INFO O| Dec 19 00:55:07.716 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94392024-12-19T00:55:09.221Z[ host-image] Dec 19 00:55:08.780 INFO O| Dec 19 00:55:08.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94402024-12-19T00:55:09.223Z[ host-image] Dec 19 00:55:08.780 INFO O| Dec 19 00:55:08.780 INFO ok!
94412024-12-19T00:55:09.223Z[ host-image] Dec 19 00:55:08.780 INFO O| Dec 19 00:55:08.780 INFO STEP 69 (ensure_file) COMPLETE
94422024-12-19T00:55:09.223Z[ host-image] Dec 19 00:55:08.780 INFO O| Dec 19 00:55:08.780 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-12-19T00:55:09.233Z[ host-image] Dec 19 00:55:08.792 INFO O| Dec 19 00:55:08.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94442024-12-19T00:55:09.233Z[ host-image] Dec 19 00:55:08.792 INFO O| Dec 19 00:55:08.792 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94452024-12-19T00:55:10.783Z[ host-image] Dec 19 00:55:10.342 INFO O| Dec 19 00:55:10.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94462024-12-19T00:55:10.783Z[ host-image] Dec 19 00:55:10.342 INFO O| Dec 19 00:55:10.342 INFO ok!
94472024-12-19T00:55:10.785Z[ host-image] Dec 19 00:55:10.342 INFO O| Dec 19 00:55:10.342 INFO STEP 70 (ensure_file) COMPLETE
94482024-12-19T00:55:10.786Z[ host-image] Dec 19 00:55:10.342 INFO O| Dec 19 00:55:10.342 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-12-19T00:55:10.798Z[ host-image] Dec 19 00:55:10.356 INFO O| Dec 19 00:55:10.356 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94502024-12-19T00:55:10.798Z[ host-image] Dec 19 00:55:10.356 INFO O| Dec 19 00:55:10.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94512024-12-19T00:55:10.802Z[ host-image] Dec 19 00:55:10.356 INFO O| Dec 19 00:55:10.356 INFO STEP 71 (ensure_dir) COMPLETE
94522024-12-19T00:55:10.802Z[ host-image] Dec 19 00:55:10.356 INFO O| Dec 19 00:55:10.356 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-12-19T00:55:10.809Z[ host-image] Dec 19 00:55:10.368 INFO O| Dec 19 00:55:10.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94542024-12-19T00:55:10.809Z[ host-image] Dec 19 00:55:10.368 INFO O| Dec 19 00:55:10.368 INFO copying /tmp/.tmpAPm83i/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 ...
94552024-12-19T00:55:10.812Z[ host-image] Dec 19 00:55:10.368 INFO O| Dec 19 00:55:10.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94562024-12-19T00:55:10.812Z[ host-image] Dec 19 00:55:10.368 INFO O| Dec 19 00:55:10.368 INFO ok!
94572024-12-19T00:55:10.812Z[ host-image] Dec 19 00:55:10.368 INFO O| Dec 19 00:55:10.368 INFO STEP 72 (ensure_file) COMPLETE
94582024-12-19T00:55:10.812Z[ host-image] Dec 19 00:55:10.368 INFO O| Dec 19 00:55:10.368 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-12-19T00:55:10.820Z[ host-image] Dec 19 00:55:10.379 INFO O| Dec 19 00:55:10.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94602024-12-19T00:55:10.820Z[ host-image] Dec 19 00:55:10.379 INFO O| Dec 19 00:55:10.379 INFO copying /tmp/.tmpAPm83i/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 ...
94612024-12-19T00:55:10.820Z[ host-image] Dec 19 00:55:10.379 INFO O| Dec 19 00:55:10.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94622024-12-19T00:55:10.823Z[ host-image] Dec 19 00:55:10.379 INFO O| Dec 19 00:55:10.379 INFO ok!
94632024-12-19T00:55:10.823Z[ host-image] Dec 19 00:55:10.379 INFO O| Dec 19 00:55:10.379 INFO STEP 73 (ensure_file) COMPLETE
94642024-12-19T00:55:10.823Z[ host-image] Dec 19 00:55:10.379 INFO O| Dec 19 00:55:10.379 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-12-19T00:55:10.831Z[ host-image] Dec 19 00:55:10.390 INFO O| Dec 19 00:55:10.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94662024-12-19T00:55:10.831Z[ host-image] Dec 19 00:55:10.390 INFO O| Dec 19 00:55:10.390 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94672024-12-19T00:55:10.834Z[ host-image] Dec 19 00:55:10.390 INFO O| Dec 19 00:55:10.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94682024-12-19T00:55:10.834Z[ host-image] Dec 19 00:55:10.390 INFO O| Dec 19 00:55:10.390 INFO ok!
94692024-12-19T00:55:10.834Z[ host-image] Dec 19 00:55:10.390 INFO O| Dec 19 00:55:10.390 INFO STEP 74 (ensure_file) COMPLETE
94702024-12-19T00:55:10.834Z[ host-image] Dec 19 00:55:10.390 INFO O| Dec 19 00:55:10.390 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-12-19T00:55:10.841Z[ host-image] Dec 19 00:55:10.400 INFO O| Dec 19 00:55:10.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94722024-12-19T00:55:10.845Z[ host-image] Dec 19 00:55:10.400 INFO O| Dec 19 00:55:10.400 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94732024-12-19T00:55:10.845Z[ host-image] Dec 19 00:55:10.400 INFO O| Dec 19 00:55:10.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94742024-12-19T00:55:10.845Z[ host-image] Dec 19 00:55:10.400 INFO O| Dec 19 00:55:10.400 INFO ok!
94752024-12-19T00:55:10.845Z[ host-image] Dec 19 00:55:10.400 INFO O| Dec 19 00:55:10.400 INFO STEP 75 (ensure_file) COMPLETE
94762024-12-19T00:55:10.845Z[ host-image] Dec 19 00:55:10.400 INFO O| Dec 19 00:55:10.400 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-12-19T00:55:10.851Z[ host-image] Dec 19 00:55:10.410 INFO O| Dec 19 00:55:10.410 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94782024-12-19T00:55:10.854Z[ host-image] Dec 19 00:55:10.410 INFO O| Dec 19 00:55:10.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94792024-12-19T00:55:10.854Z[ host-image] Dec 19 00:55:10.410 INFO O| Dec 19 00:55:10.410 INFO STEP 76 (ensure_dir) COMPLETE
94802024-12-19T00:55:10.854Z[ host-image] Dec 19 00:55:10.410 INFO O| Dec 19 00:55:10.410 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-12-19T00:55:10.862Z[ host-image] Dec 19 00:55:10.420 INFO O| Dec 19 00:55:10.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94822024-12-19T00:55:10.862Z[ host-image] Dec 19 00:55:10.420 INFO O| Dec 19 00:55:10.420 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94832024-12-19T00:55:10.865Z[ host-image] Dec 19 00:55:10.424 INFO O| Dec 19 00:55:10.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94842024-12-19T00:55:10.865Z[ host-image] Dec 19 00:55:10.424 INFO O| Dec 19 00:55:10.424 INFO ok!
94852024-12-19T00:55:10.868Z[ host-image] Dec 19 00:55:10.424 INFO O| Dec 19 00:55:10.424 INFO STEP 77 (ensure_file) COMPLETE
94862024-12-19T00:55:10.868Z[ host-image] Dec 19 00:55:10.424 INFO O| Dec 19 00:55:10.424 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-12-19T00:55:10.876Z[ host-image] Dec 19 00:55:10.434 INFO O| Dec 19 00:55:10.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94882024-12-19T00:55:10.876Z[ host-image] Dec 19 00:55:10.434 INFO O| Dec 19 00:55:10.434 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94892024-12-19T00:55:10.878Z[ host-image] Dec 19 00:55:10.434 INFO O| Dec 19 00:55:10.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94902024-12-19T00:55:10.878Z[ host-image] Dec 19 00:55:10.434 INFO O| Dec 19 00:55:10.434 INFO ok!
94912024-12-19T00:55:10.878Z[ host-image] Dec 19 00:55:10.435 INFO O| Dec 19 00:55:10.434 INFO STEP 78 (ensure_file) COMPLETE
94922024-12-19T00:55:10.878Z[ host-image] Dec 19 00:55:10.435 INFO O| Dec 19 00:55:10.435 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-12-19T00:55:10.885Z[ host-image] Dec 19 00:55:10.444 INFO O| Dec 19 00:55:10.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94942024-12-19T00:55:10.885Z[ host-image] Dec 19 00:55:10.444 INFO O| Dec 19 00:55:10.444 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94952024-12-19T00:55:11.525Z[ host-image] Dec 19 00:55:11.084 INFO O| Dec 19 00:55:11.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94962024-12-19T00:55:11.525Z[ host-image] Dec 19 00:55:11.084 INFO O| Dec 19 00:55:11.084 INFO ok!
94972024-12-19T00:55:11.528Z[ host-image] Dec 19 00:55:11.084 INFO O| Dec 19 00:55:11.084 INFO STEP 79 (ensure_file) COMPLETE
94982024-12-19T00:55:11.528Z[ host-image] Dec 19 00:55:11.084 INFO O| Dec 19 00:55:11.084 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-19T00:55:11.537Z[ host-image] Dec 19 00:55:11.095 INFO O| Dec 19 00:55:11.095 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95002024-12-19T00:55:11.540Z[ host-image] Dec 19 00:55:11.096 INFO O| Dec 19 00:55:11.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95012024-12-19T00:55:11.540Z[ host-image] Dec 19 00:55:11.096 INFO O| Dec 19 00:55:11.096 INFO STEP 80 (ensure_dir) COMPLETE
95022024-12-19T00:55:11.540Z[ host-image] Dec 19 00:55:11.096 INFO O| Dec 19 00:55:11.096 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-12-19T00:55:11.546Z[ host-image] Dec 19 00:55:11.105 INFO O| Dec 19 00:55:11.105 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95042024-12-19T00:55:11.546Z[ host-image] Dec 19 00:55:11.105 INFO O| Dec 19 00:55:11.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95052024-12-19T00:55:11.549Z[ host-image] Dec 19 00:55:11.105 INFO O| Dec 19 00:55:11.105 INFO STEP 81 (ensure_dir) COMPLETE
95062024-12-19T00:55:11.549Z[ host-image] Dec 19 00:55:11.105 INFO O| Dec 19 00:55:11.105 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-19T00:55:11.556Z[ host-image] Dec 19 00:55:11.115 INFO O| Dec 19 00:55:11.115 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95082024-12-19T00:55:11.556Z[ host-image] Dec 19 00:55:11.115 INFO O| Dec 19 00:55:11.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95092024-12-19T00:55:11.556Z[ host-image] Dec 19 00:55:11.115 INFO O| Dec 19 00:55:11.115 INFO STEP 82 (ensure_dir) COMPLETE
95102024-12-19T00:55:11.559Z[ host-image] Dec 19 00:55:11.115 INFO O| Dec 19 00:55:11.115 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-19T00:55:11.566Z[ host-image] Dec 19 00:55:11.124 INFO O| Dec 19 00:55:11.124 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95122024-12-19T00:55:11.568Z[ host-image] Dec 19 00:55:11.125 INFO O| Dec 19 00:55:11.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95132024-12-19T00:55:11.568Z[ host-image] Dec 19 00:55:11.125 INFO O| Dec 19 00:55:11.125 INFO STEP 83 (ensure_dir) COMPLETE
95142024-12-19T00:55:11.568Z[ host-image] Dec 19 00:55:11.125 INFO O| Dec 19 00:55:11.125 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-12-19T00:55:11.575Z[ host-image] Dec 19 00:55:11.134 INFO O| Dec 19 00:55:11.134 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95162024-12-19T00:55:11.578Z[ host-image] Dec 19 00:55:11.134 INFO O| Dec 19 00:55:11.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95172024-12-19T00:55:11.578Z[ host-image] Dec 19 00:55:11.134 INFO O| Dec 19 00:55:11.134 INFO STEP 84 (ensure_dir) COMPLETE
95182024-12-19T00:55:11.578Z[ host-image] Dec 19 00:55:11.134 INFO O| Dec 19 00:55:11.134 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-19T00:55:11.586Z[ host-image] Dec 19 00:55:11.144 INFO O| Dec 19 00:55:11.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95202024-12-19T00:55:11.586Z[ host-image] Dec 19 00:55:11.144 INFO O| Dec 19 00:55:11.144 INFO copying /tmp/.tmpAPm83i/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 ...
95212024-12-19T00:55:11.588Z[ host-image] Dec 19 00:55:11.144 INFO O| Dec 19 00:55:11.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95222024-12-19T00:55:11.588Z[ host-image] Dec 19 00:55:11.144 INFO O| Dec 19 00:55:11.144 INFO ok!
95232024-12-19T00:55:11.588Z[ host-image] Dec 19 00:55:11.144 INFO O| Dec 19 00:55:11.144 INFO STEP 85 (ensure_file) COMPLETE
95242024-12-19T00:55:11.588Z[ host-image] Dec 19 00:55:11.144 INFO O| Dec 19 00:55:11.144 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95252024-12-19T00:55:11.597Z[ host-image] Dec 19 00:55:11.154 INFO O| Dec 19 00:55:11.154 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95262024-12-19T00:55:11.599Z[ host-image] Dec 19 00:55:11.154 INFO O| Dec 19 00:55:11.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95272024-12-19T00:55:11.600Z[ host-image] Dec 19 00:55:11.154 INFO O| Dec 19 00:55:11.154 INFO STEP 86 (ensure_dir) COMPLETE
95282024-12-19T00:55:11.600Z[ host-image] Dec 19 00:55:11.154 INFO O| Dec 19 00:55:11.154 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-12-19T00:55:11.605Z[ host-image] Dec 19 00:55:11.164 INFO O| Dec 19 00:55:11.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95302024-12-19T00:55:11.605Z[ host-image] Dec 19 00:55:11.164 INFO O| Dec 19 00:55:11.164 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95312024-12-19T00:55:11.607Z[ host-image] Dec 19 00:55:11.164 INFO O| Dec 19 00:55:11.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95322024-12-19T00:55:11.607Z[ host-image] Dec 19 00:55:11.164 INFO O| Dec 19 00:55:11.164 INFO ok!
95332024-12-19T00:55:11.607Z[ host-image] Dec 19 00:55:11.164 INFO O| Dec 19 00:55:11.164 INFO STEP 87 (ensure_file) COMPLETE
95342024-12-19T00:55:11.607Z[ host-image] Dec 19 00:55:11.164 INFO O| Dec 19 00:55:11.164 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-12-19T00:55:11.615Z[ host-image] Dec 19 00:55:11.174 INFO O| Dec 19 00:55:11.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95362024-12-19T00:55:11.615Z[ host-image] Dec 19 00:55:11.174 INFO O| Dec 19 00:55:11.174 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95372024-12-19T00:55:11.857Z[ host-image] Dec 19 00:55:11.416 INFO O| Dec 19 00:55:11.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95382024-12-19T00:55:11.857Z[ host-image] Dec 19 00:55:11.416 INFO O| Dec 19 00:55:11.416 INFO ok!
95392024-12-19T00:55:11.857Z[ host-image] Dec 19 00:55:11.416 INFO O| Dec 19 00:55:11.416 INFO STEP 88 (ensure_file) COMPLETE
95402024-12-19T00:55:11.859Z[ host-image] Dec 19 00:55:11.416 INFO O| Dec 19 00:55:11.416 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-12-19T00:55:11.868Z[ host-image] Dec 19 00:55:11.427 INFO O| Dec 19 00:55:11.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95422024-12-19T00:55:11.868Z[ host-image] Dec 19 00:55:11.427 INFO O| Dec 19 00:55:11.427 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95432024-12-19T00:55:12.408Z[ host-image] Dec 19 00:55:11.966 INFO O| Dec 19 00:55:11.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95442024-12-19T00:55:12.408Z[ host-image] Dec 19 00:55:11.966 INFO O| Dec 19 00:55:11.966 INFO ok!
95452024-12-19T00:55:12.410Z[ host-image] Dec 19 00:55:11.966 INFO O| Dec 19 00:55:11.966 INFO STEP 89 (ensure_file) COMPLETE
95462024-12-19T00:55:12.410Z[ host-image] Dec 19 00:55:11.966 INFO O| Dec 19 00:55:11.966 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-12-19T00:55:12.419Z[ host-image] Dec 19 00:55:11.978 INFO O| Dec 19 00:55:11.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95482024-12-19T00:55:12.419Z[ host-image] Dec 19 00:55:11.978 INFO O| Dec 19 00:55:11.978 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95492024-12-19T00:55:12.422Z[ host-image] Dec 19 00:55:11.978 INFO O| Dec 19 00:55:11.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95502024-12-19T00:55:12.422Z[ host-image] Dec 19 00:55:11.978 INFO O| Dec 19 00:55:11.978 INFO ok!
95512024-12-19T00:55:12.422Z[ host-image] Dec 19 00:55:11.978 INFO O| Dec 19 00:55:11.978 INFO STEP 90 (ensure_file) COMPLETE
95522024-12-19T00:55:12.422Z[ host-image] Dec 19 00:55:11.978 INFO O| Dec 19 00:55:11.978 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-12-19T00:55:12.430Z[ host-image] Dec 19 00:55:11.988 INFO O| Dec 19 00:55:11.988 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95542024-12-19T00:55:12.432Z[ host-image] Dec 19 00:55:11.988 INFO O| Dec 19 00:55:11.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95552024-12-19T00:55:12.432Z[ host-image] Dec 19 00:55:11.988 INFO O| Dec 19 00:55:11.988 INFO STEP 91 (ensure_dir) COMPLETE
95562024-12-19T00:55:12.432Z[ host-image] Dec 19 00:55:11.988 INFO O| Dec 19 00:55:11.988 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95572024-12-19T00:55:12.440Z[ host-image] Dec 19 00:55:11.998 INFO O| Dec 19 00:55:11.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95582024-12-19T00:55:12.440Z[ host-image] Dec 19 00:55:11.998 INFO O| Dec 19 00:55:11.998 INFO copying /tmp/.tmpAPm83i/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 ...
95592024-12-19T00:55:12.442Z[ host-image] Dec 19 00:55:11.998 INFO O| Dec 19 00:55:11.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95602024-12-19T00:55:12.442Z[ host-image] Dec 19 00:55:11.999 INFO O| Dec 19 00:55:11.998 INFO ok!
95612024-12-19T00:55:12.442Z[ host-image] Dec 19 00:55:11.999 INFO O| Dec 19 00:55:11.999 INFO STEP 92 (ensure_file) COMPLETE
95622024-12-19T00:55:12.443Z[ host-image] Dec 19 00:55:11.999 INFO O| Dec 19 00:55:11.999 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95632024-12-19T00:55:12.451Z[ host-image] Dec 19 00:55:12.009 INFO O| Dec 19 00:55:12.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95642024-12-19T00:55:12.451Z[ host-image] Dec 19 00:55:12.009 INFO O| Dec 19 00:55:12.009 INFO copying /tmp/.tmpAPm83i/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 ...
95652024-12-19T00:55:12.453Z[ host-image] Dec 19 00:55:12.010 INFO O| Dec 19 00:55:12.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95662024-12-19T00:55:12.454Z[ host-image] Dec 19 00:55:12.010 INFO O| Dec 19 00:55:12.009 INFO ok!
95672024-12-19T00:55:12.454Z[ host-image] Dec 19 00:55:12.010 INFO O| Dec 19 00:55:12.010 INFO STEP 93 (ensure_file) COMPLETE
95682024-12-19T00:55:12.454Z[ host-image] Dec 19 00:55:12.010 INFO O| Dec 19 00:55:12.010 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-12-19T00:55:12.462Z[ host-image] Dec 19 00:55:12.020 INFO O| Dec 19 00:55:12.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95702024-12-19T00:55:12.462Z[ host-image] Dec 19 00:55:12.020 INFO O| Dec 19 00:55:12.020 INFO copying /tmp/.tmpAPm83i/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 ...
95712024-12-19T00:55:12.464Z[ host-image] Dec 19 00:55:12.020 INFO O| Dec 19 00:55:12.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95722024-12-19T00:55:12.464Z[ host-image] Dec 19 00:55:12.020 INFO O| Dec 19 00:55:12.020 INFO ok!
95732024-12-19T00:55:12.464Z[ host-image] Dec 19 00:55:12.020 INFO O| Dec 19 00:55:12.020 INFO STEP 94 (ensure_file) COMPLETE
95742024-12-19T00:55:12.464Z[ host-image] Dec 19 00:55:12.020 INFO O| Dec 19 00:55:12.020 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-12-19T00:55:12.472Z[ host-image] Dec 19 00:55:12.031 INFO O| Dec 19 00:55:12.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95762024-12-19T00:55:12.472Z[ host-image] Dec 19 00:55:12.031 INFO O| Dec 19 00:55:12.031 INFO copying /tmp/.tmpAPm83i/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 ...
95772024-12-19T00:55:12.475Z[ host-image] Dec 19 00:55:12.031 INFO O| Dec 19 00:55:12.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95782024-12-19T00:55:12.475Z[ host-image] Dec 19 00:55:12.031 INFO O| Dec 19 00:55:12.031 INFO ok!
95792024-12-19T00:55:12.475Z[ host-image] Dec 19 00:55:12.031 INFO O| Dec 19 00:55:12.031 INFO STEP 95 (ensure_file) COMPLETE
95802024-12-19T00:55:12.475Z[ host-image] Dec 19 00:55:12.031 INFO O| Dec 19 00:55:12.031 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-12-19T00:55:12.483Z[ host-image] Dec 19 00:55:12.042 INFO O| Dec 19 00:55:12.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95822024-12-19T00:55:12.483Z[ host-image] Dec 19 00:55:12.042 INFO O| Dec 19 00:55:12.042 INFO copying /tmp/.tmpAPm83i/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 ...
95832024-12-19T00:55:12.483Z[ host-image] Dec 19 00:55:12.042 INFO O| Dec 19 00:55:12.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95842024-12-19T00:55:12.486Z[ host-image] Dec 19 00:55:12.042 INFO O| Dec 19 00:55:12.042 INFO ok!
95852024-12-19T00:55:12.486Z[ host-image] Dec 19 00:55:12.042 INFO O| Dec 19 00:55:12.042 INFO STEP 96 (ensure_file) COMPLETE
95862024-12-19T00:55:12.486Z[ host-image] Dec 19 00:55:12.042 INFO O| Dec 19 00:55:12.042 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-12-19T00:55:12.493Z[ host-image] Dec 19 00:55:12.051 INFO O| Dec 19 00:55:12.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95882024-12-19T00:55:12.493Z[ host-image] Dec 19 00:55:12.052 INFO O| Dec 19 00:55:12.051 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95892024-12-19T00:55:12.495Z[ host-image] Dec 19 00:55:12.052 INFO O| Dec 19 00:55:12.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95902024-12-19T00:55:12.496Z[ host-image] Dec 19 00:55:12.052 INFO O| Dec 19 00:55:12.052 INFO ok!
95912024-12-19T00:55:12.496Z[ host-image] Dec 19 00:55:12.052 INFO O| Dec 19 00:55:12.052 INFO STEP 97 (ensure_file) COMPLETE
95922024-12-19T00:55:12.496Z[ host-image] Dec 19 00:55:12.052 INFO O| Dec 19 00:55:12.052 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-19T00:55:12.503Z[ host-image] Dec 19 00:55:12.062 INFO O| Dec 19 00:55:12.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95942024-12-19T00:55:12.506Z[ host-image] Dec 19 00:55:12.062 INFO O| Dec 19 00:55:12.062 INFO copying /tmp/.tmpAPm83i/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 ...
95952024-12-19T00:55:12.506Z[ host-image] Dec 19 00:55:12.062 INFO O| Dec 19 00:55:12.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95962024-12-19T00:55:12.506Z[ host-image] Dec 19 00:55:12.062 INFO O| Dec 19 00:55:12.062 INFO ok!
95972024-12-19T00:55:12.506Z[ host-image] Dec 19 00:55:12.062 INFO O| Dec 19 00:55:12.062 INFO STEP 98 (ensure_file) COMPLETE
95982024-12-19T00:55:12.506Z[ host-image] Dec 19 00:55:12.062 INFO O| Dec 19 00:55:12.062 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-19T00:55:12.514Z[ host-image] Dec 19 00:55:12.073 INFO O| Dec 19 00:55:12.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96002024-12-19T00:55:12.514Z[ host-image] Dec 19 00:55:12.073 INFO O| Dec 19 00:55:12.073 INFO copying /tmp/.tmpAPm83i/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 ...
96012024-12-19T00:55:12.516Z[ host-image] Dec 19 00:55:12.073 INFO O| Dec 19 00:55:12.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96022024-12-19T00:55:12.516Z[ host-image] Dec 19 00:55:12.073 INFO O| Dec 19 00:55:12.073 INFO ok!
96032024-12-19T00:55:12.516Z[ host-image] Dec 19 00:55:12.073 INFO O| Dec 19 00:55:12.073 INFO STEP 99 (ensure_file) COMPLETE
96042024-12-19T00:55:12.516Z[ host-image] Dec 19 00:55:12.073 INFO O| Dec 19 00:55:12.073 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-19T00:55:12.524Z[ host-image] Dec 19 00:55:12.082 INFO O| Dec 19 00:55:12.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96062024-12-19T00:55:12.524Z[ host-image] Dec 19 00:55:12.083 INFO O| Dec 19 00:55:12.082 INFO copying /tmp/.tmpAPm83i/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 ...
96072024-12-19T00:55:12.524Z[ host-image] Dec 19 00:55:12.083 INFO O| Dec 19 00:55:12.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96082024-12-19T00:55:12.526Z[ host-image] Dec 19 00:55:12.083 INFO O| Dec 19 00:55:12.083 INFO ok!
96092024-12-19T00:55:12.526Z[ host-image] Dec 19 00:55:12.083 INFO O| Dec 19 00:55:12.083 INFO STEP 100 (ensure_file) COMPLETE
96102024-12-19T00:55:12.526Z[ host-image] Dec 19 00:55:12.083 INFO O| Dec 19 00:55:12.083 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-12-19T00:55:12.534Z[ host-image] Dec 19 00:55:12.092 INFO O| Dec 19 00:55:12.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96122024-12-19T00:55:12.534Z[ host-image] Dec 19 00:55:12.092 INFO O| Dec 19 00:55:12.092 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96132024-12-19T00:55:12.536Z[ host-image] Dec 19 00:55:12.093 INFO O| Dec 19 00:55:12.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96142024-12-19T00:55:12.536Z[ host-image] Dec 19 00:55:12.093 INFO O| Dec 19 00:55:12.093 INFO ok!
96152024-12-19T00:55:12.536Z[ host-image] Dec 19 00:55:12.093 INFO O| Dec 19 00:55:12.093 INFO STEP 101 (ensure_file) COMPLETE
96162024-12-19T00:55:12.536Z[ host-image] Dec 19 00:55:12.093 INFO O| Dec 19 00:55:12.093 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-12-19T00:55:12.544Z[ host-image] Dec 19 00:55:12.103 INFO O| Dec 19 00:55:12.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96182024-12-19T00:55:12.544Z[ host-image] Dec 19 00:55:12.103 INFO O| Dec 19 00:55:12.103 INFO copying /tmp/.tmpAPm83i/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 ...
96192024-12-19T00:55:12.547Z[ host-image] Dec 19 00:55:12.103 INFO O| Dec 19 00:55:12.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96202024-12-19T00:55:12.547Z[ host-image] Dec 19 00:55:12.103 INFO O| Dec 19 00:55:12.103 INFO ok!
96212024-12-19T00:55:12.547Z[ host-image] Dec 19 00:55:12.103 INFO O| Dec 19 00:55:12.103 INFO STEP 102 (ensure_file) COMPLETE
96222024-12-19T00:55:12.547Z[ host-image] Dec 19 00:55:12.103 INFO O| Dec 19 00:55:12.103 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96232024-12-19T00:55:12.555Z[ host-image] Dec 19 00:55:12.113 INFO O| Dec 19 00:55:12.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96242024-12-19T00:55:12.555Z[ host-image] Dec 19 00:55:12.114 INFO O| Dec 19 00:55:12.113 INFO copying /tmp/.tmpAPm83i/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 ...
96252024-12-19T00:55:12.557Z[ host-image] Dec 19 00:55:12.114 INFO O| Dec 19 00:55:12.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96262024-12-19T00:55:12.557Z[ host-image] Dec 19 00:55:12.114 INFO O| Dec 19 00:55:12.114 INFO ok!
96272024-12-19T00:55:12.557Z[ host-image] Dec 19 00:55:12.114 INFO O| Dec 19 00:55:12.114 INFO STEP 103 (ensure_file) COMPLETE
96282024-12-19T00:55:12.557Z[ host-image] Dec 19 00:55:12.114 INFO O| Dec 19 00:55:12.114 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292024-12-19T00:55:12.565Z[ host-image] Dec 19 00:55:12.124 INFO O| Dec 19 00:55:12.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96302024-12-19T00:55:12.567Z[ host-image] Dec 19 00:55:12.124 INFO O| Dec 19 00:55:12.124 INFO copying /tmp/.tmpAPm83i/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 ...
96312024-12-19T00:55:12.567Z[ host-image] Dec 19 00:55:12.124 INFO O| Dec 19 00:55:12.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96322024-12-19T00:55:12.567Z[ host-image] Dec 19 00:55:12.124 INFO O| Dec 19 00:55:12.124 INFO ok!
96332024-12-19T00:55:12.567Z[ host-image] Dec 19 00:55:12.124 INFO O| Dec 19 00:55:12.124 INFO STEP 104 (ensure_file) COMPLETE
96342024-12-19T00:55:12.567Z[ host-image] Dec 19 00:55:12.124 INFO O| Dec 19 00:55:12.124 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352024-12-19T00:55:12.575Z[ host-image] Dec 19 00:55:12.134 INFO O| Dec 19 00:55:12.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96362024-12-19T00:55:12.578Z[ host-image] Dec 19 00:55:12.134 INFO O| Dec 19 00:55:12.134 INFO copying /tmp/.tmpAPm83i/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 ...
96372024-12-19T00:55:12.578Z[ host-image] Dec 19 00:55:12.134 INFO O| Dec 19 00:55:12.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96382024-12-19T00:55:12.578Z[ host-image] Dec 19 00:55:12.134 INFO O| Dec 19 00:55:12.134 INFO ok!
96392024-12-19T00:55:12.578Z[ host-image] Dec 19 00:55:12.134 INFO O| Dec 19 00:55:12.134 INFO STEP 105 (ensure_file) COMPLETE
96402024-12-19T00:55:12.578Z[ host-image] Dec 19 00:55:12.134 INFO O| Dec 19 00:55:12.134 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412024-12-19T00:55:12.585Z[ host-image] Dec 19 00:55:12.144 INFO O| Dec 19 00:55:12.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96422024-12-19T00:55:12.588Z[ host-image] Dec 19 00:55:12.144 INFO O| Dec 19 00:55:12.144 INFO copying /tmp/.tmpAPm83i/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 ...
96432024-12-19T00:55:12.588Z[ host-image] Dec 19 00:55:12.144 INFO O| Dec 19 00:55:12.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96442024-12-19T00:55:12.588Z[ host-image] Dec 19 00:55:12.144 INFO O| Dec 19 00:55:12.144 INFO ok!
96452024-12-19T00:55:12.588Z[ host-image] Dec 19 00:55:12.144 INFO O| Dec 19 00:55:12.144 INFO STEP 106 (ensure_file) COMPLETE
96462024-12-19T00:55:12.588Z[ host-image] Dec 19 00:55:12.144 INFO O| Dec 19 00:55:12.144 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-12-19T00:55:12.595Z[ host-image] Dec 19 00:55:12.154 INFO O| Dec 19 00:55:12.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96482024-12-19T00:55:12.595Z[ host-image] Dec 19 00:55:12.154 INFO O| Dec 19 00:55:12.154 INFO copying /tmp/.tmpAPm83i/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 ...
96492024-12-19T00:55:12.596Z[ host-image] Dec 19 00:55:12.154 INFO O| Dec 19 00:55:12.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96502024-12-19T00:55:12.598Z[ host-image] Dec 19 00:55:12.154 INFO O| Dec 19 00:55:12.154 INFO ok!
96512024-12-19T00:55:12.598Z[ host-image] Dec 19 00:55:12.154 INFO O| Dec 19 00:55:12.154 INFO STEP 107 (ensure_file) COMPLETE
96522024-12-19T00:55:12.598Z[ host-image] Dec 19 00:55:12.154 INFO O| Dec 19 00:55:12.154 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-19T00:55:12.605Z[ host-image] Dec 19 00:55:12.164 INFO O| Dec 19 00:55:12.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96542024-12-19T00:55:12.605Z[ host-image] Dec 19 00:55:12.164 INFO O| Dec 19 00:55:12.164 INFO copying /tmp/.tmpAPm83i/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 ...
96552024-12-19T00:55:12.608Z[ host-image] Dec 19 00:55:12.164 INFO O| Dec 19 00:55:12.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96562024-12-19T00:55:12.608Z[ host-image] Dec 19 00:55:12.164 INFO O| Dec 19 00:55:12.164 INFO ok!
96572024-12-19T00:55:12.608Z[ host-image] Dec 19 00:55:12.164 INFO O| Dec 19 00:55:12.164 INFO STEP 108 (ensure_file) COMPLETE
96582024-12-19T00:55:12.608Z[ host-image] Dec 19 00:55:12.164 INFO O| Dec 19 00:55:12.164 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-19T00:55:12.615Z[ host-image] Dec 19 00:55:12.174 INFO O| Dec 19 00:55:12.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96602024-12-19T00:55:12.615Z[ host-image] Dec 19 00:55:12.174 INFO O| Dec 19 00:55:12.174 INFO copying /tmp/.tmpAPm83i/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 ...
96612024-12-19T00:55:12.618Z[ host-image] Dec 19 00:55:12.174 INFO O| Dec 19 00:55:12.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96622024-12-19T00:55:12.618Z[ host-image] Dec 19 00:55:12.174 INFO O| Dec 19 00:55:12.174 INFO ok!
96632024-12-19T00:55:12.618Z[ host-image] Dec 19 00:55:12.174 INFO O| Dec 19 00:55:12.174 INFO STEP 109 (ensure_file) COMPLETE
96642024-12-19T00:55:12.618Z[ host-image] Dec 19 00:55:12.174 INFO O| Dec 19 00:55:12.174 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-19T00:55:12.625Z[ host-image] Dec 19 00:55:12.184 INFO O| Dec 19 00:55:12.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96662024-12-19T00:55:12.625Z[ host-image] Dec 19 00:55:12.184 INFO O| Dec 19 00:55:12.184 INFO copying /tmp/.tmpAPm83i/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 ...
96672024-12-19T00:55:12.628Z[ host-image] Dec 19 00:55:12.184 INFO O| Dec 19 00:55:12.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96682024-12-19T00:55:12.628Z[ host-image] Dec 19 00:55:12.184 INFO O| Dec 19 00:55:12.184 INFO ok!
96692024-12-19T00:55:12.628Z[ host-image] Dec 19 00:55:12.184 INFO O| Dec 19 00:55:12.184 INFO STEP 110 (ensure_file) COMPLETE
96702024-12-19T00:55:12.628Z[ host-image] Dec 19 00:55:12.184 INFO O| Dec 19 00:55:12.184 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-19T00:55:12.635Z[ host-image] Dec 19 00:55:12.194 INFO O| Dec 19 00:55:12.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96722024-12-19T00:55:12.635Z[ host-image] Dec 19 00:55:12.194 INFO O| Dec 19 00:55:12.194 INFO copying /tmp/.tmpAPm83i/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 ...
96732024-12-19T00:55:12.638Z[ host-image] Dec 19 00:55:12.194 INFO O| Dec 19 00:55:12.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96742024-12-19T00:55:12.638Z[ host-image] Dec 19 00:55:12.194 INFO O| Dec 19 00:55:12.194 INFO ok!
96752024-12-19T00:55:12.638Z[ host-image] Dec 19 00:55:12.194 INFO O| Dec 19 00:55:12.194 INFO STEP 111 (ensure_file) COMPLETE
96762024-12-19T00:55:12.638Z[ host-image] Dec 19 00:55:12.194 INFO O| Dec 19 00:55:12.194 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772024-12-19T00:55:12.645Z[ host-image] Dec 19 00:55:12.204 INFO O| Dec 19 00:55:12.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96782024-12-19T00:55:12.645Z[ host-image] Dec 19 00:55:12.204 INFO O| Dec 19 00:55:12.204 INFO copying /tmp/.tmpAPm83i/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 ...
96792024-12-19T00:55:12.645Z[ host-image] Dec 19 00:55:12.204 INFO O| Dec 19 00:55:12.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96802024-12-19T00:55:12.648Z[ host-image] Dec 19 00:55:12.204 INFO O| Dec 19 00:55:12.204 INFO ok!
96812024-12-19T00:55:12.648Z[ host-image] Dec 19 00:55:12.204 INFO O| Dec 19 00:55:12.204 INFO STEP 112 (ensure_file) COMPLETE
96822024-12-19T00:55:12.648Z[ host-image] Dec 19 00:55:12.204 INFO O| Dec 19 00:55:12.204 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832024-12-19T00:55:12.655Z[ host-image] Dec 19 00:55:12.214 INFO O| Dec 19 00:55:12.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96842024-12-19T00:55:12.655Z[ host-image] Dec 19 00:55:12.214 INFO O| Dec 19 00:55:12.214 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96852024-12-19T00:55:12.655Z[ host-image] Dec 19 00:55:12.214 INFO O| Dec 19 00:55:12.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96862024-12-19T00:55:12.658Z[ host-image] Dec 19 00:55:12.214 INFO O| Dec 19 00:55:12.214 INFO ok!
96872024-12-19T00:55:12.658Z[ host-image] Dec 19 00:55:12.214 INFO O| Dec 19 00:55:12.214 INFO STEP 113 (ensure_file) COMPLETE
96882024-12-19T00:55:12.658Z[ host-image] Dec 19 00:55:12.214 INFO O| Dec 19 00:55:12.214 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892024-12-19T00:55:12.665Z[ host-image] Dec 19 00:55:12.224 INFO O| Dec 19 00:55:12.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96902024-12-19T00:55:12.666Z[ host-image] Dec 19 00:55:12.224 INFO O| Dec 19 00:55:12.224 INFO copying /tmp/.tmpAPm83i/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 ...
96912024-12-19T00:55:12.668Z[ host-image] Dec 19 00:55:12.224 INFO O| Dec 19 00:55:12.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96922024-12-19T00:55:12.668Z[ host-image] Dec 19 00:55:12.224 INFO O| Dec 19 00:55:12.224 INFO ok!
96932024-12-19T00:55:12.668Z[ host-image] Dec 19 00:55:12.224 INFO O| Dec 19 00:55:12.224 INFO STEP 114 (ensure_file) COMPLETE
96942024-12-19T00:55:12.668Z[ host-image] Dec 19 00:55:12.224 INFO O| Dec 19 00:55:12.224 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952024-12-19T00:55:12.676Z[ host-image] Dec 19 00:55:12.234 INFO O| Dec 19 00:55:12.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96962024-12-19T00:55:12.676Z[ host-image] Dec 19 00:55:12.235 INFO O| Dec 19 00:55:12.234 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
96972024-12-19T00:55:12.678Z[ host-image] Dec 19 00:55:12.235 INFO O| Dec 19 00:55:12.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96982024-12-19T00:55:12.678Z[ host-image] Dec 19 00:55:12.235 INFO O| Dec 19 00:55:12.235 INFO ok!
96992024-12-19T00:55:12.678Z[ host-image] Dec 19 00:55:12.235 INFO O| Dec 19 00:55:12.235 INFO STEP 115 (ensure_file) COMPLETE
97002024-12-19T00:55:12.678Z[ host-image] Dec 19 00:55:12.235 INFO O| Dec 19 00:55:12.235 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-12-19T00:55:12.687Z[ host-image] Dec 19 00:55:12.245 INFO O| Dec 19 00:55:12.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97022024-12-19T00:55:12.687Z[ host-image] Dec 19 00:55:12.245 INFO O| Dec 19 00:55:12.245 INFO copying /tmp/.tmpAPm83i/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 ...
97032024-12-19T00:55:12.689Z[ host-image] Dec 19 00:55:12.246 INFO O| Dec 19 00:55:12.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97042024-12-19T00:55:12.689Z[ host-image] Dec 19 00:55:12.246 INFO O| Dec 19 00:55:12.245 INFO ok!
97052024-12-19T00:55:12.689Z[ host-image] Dec 19 00:55:12.246 INFO O| Dec 19 00:55:12.246 INFO STEP 116 (ensure_file) COMPLETE
97062024-12-19T00:55:12.689Z[ host-image] Dec 19 00:55:12.246 INFO O| Dec 19 00:55:12.246 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-12-19T00:55:12.697Z[ host-image] Dec 19 00:55:12.256 INFO O| Dec 19 00:55:12.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97082024-12-19T00:55:12.697Z[ host-image] Dec 19 00:55:12.256 INFO O| Dec 19 00:55:12.256 INFO copying /tmp/.tmpAPm83i/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 ...
97092024-12-19T00:55:12.700Z[ host-image] Dec 19 00:55:12.256 INFO O| Dec 19 00:55:12.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97102024-12-19T00:55:12.700Z[ host-image] Dec 19 00:55:12.256 INFO O| Dec 19 00:55:12.256 INFO ok!
97112024-12-19T00:55:12.700Z[ host-image] Dec 19 00:55:12.256 INFO O| Dec 19 00:55:12.256 INFO STEP 117 (ensure_file) COMPLETE
97122024-12-19T00:55:12.700Z[ host-image] Dec 19 00:55:12.256 INFO O| Dec 19 00:55:12.256 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-12-19T00:55:12.708Z[ host-image] Dec 19 00:55:12.267 INFO O| Dec 19 00:55:12.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97142024-12-19T00:55:12.708Z[ host-image] Dec 19 00:55:12.267 INFO O| Dec 19 00:55:12.267 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97152024-12-19T00:55:12.711Z[ host-image] Dec 19 00:55:12.267 INFO O| Dec 19 00:55:12.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97162024-12-19T00:55:12.711Z[ host-image] Dec 19 00:55:12.267 INFO O| Dec 19 00:55:12.267 INFO ok!
97172024-12-19T00:55:12.711Z[ host-image] Dec 19 00:55:12.267 INFO O| Dec 19 00:55:12.267 INFO STEP 118 (ensure_file) COMPLETE
97182024-12-19T00:55:12.711Z[ host-image] Dec 19 00:55:12.267 INFO O| Dec 19 00:55:12.267 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-12-19T00:55:12.719Z[ host-image] Dec 19 00:55:12.278 INFO O| Dec 19 00:55:12.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97202024-12-19T00:55:12.719Z[ host-image] Dec 19 00:55:12.278 INFO O| Dec 19 00:55:12.278 INFO copying /tmp/.tmpAPm83i/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 ...
97212024-12-19T00:55:12.719Z[ host-image] Dec 19 00:55:12.278 INFO O| Dec 19 00:55:12.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97222024-12-19T00:55:12.722Z[ host-image] Dec 19 00:55:12.278 INFO O| Dec 19 00:55:12.278 INFO ok!
97232024-12-19T00:55:12.722Z[ host-image] Dec 19 00:55:12.278 INFO O| Dec 19 00:55:12.278 INFO STEP 119 (ensure_file) COMPLETE
97242024-12-19T00:55:12.722Z[ host-image] Dec 19 00:55:12.278 INFO O| Dec 19 00:55:12.278 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252024-12-19T00:55:12.730Z[ host-image] Dec 19 00:55:12.289 INFO O| Dec 19 00:55:12.289 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97262024-12-19T00:55:12.731Z[ host-image] Dec 19 00:55:12.289 INFO O| Dec 19 00:55:12.289 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97272024-12-19T00:55:12.733Z[ host-image] Dec 19 00:55:12.289 INFO O| Dec 19 00:55:12.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97282024-12-19T00:55:12.733Z[ host-image] Dec 19 00:55:12.289 INFO O| Dec 19 00:55:12.289 INFO ok!
97292024-12-19T00:55:12.733Z[ host-image] Dec 19 00:55:12.289 INFO O| Dec 19 00:55:12.289 INFO STEP 120 (ensure_file) COMPLETE
97302024-12-19T00:55:12.733Z[ host-image] Dec 19 00:55:12.289 INFO O| Dec 19 00:55:12.289 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312024-12-19T00:55:12.742Z[ host-image] Dec 19 00:55:12.300 INFO O| Dec 19 00:55:12.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97322024-12-19T00:55:12.742Z[ host-image] Dec 19 00:55:12.300 INFO O| Dec 19 00:55:12.300 INFO copying /tmp/.tmpAPm83i/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97332024-12-19T00:55:16.020Z[ host-image] Dec 19 00:55:15.578 INFO O| Dec 19 00:55:15.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97342024-12-19T00:55:16.020Z[ host-image] Dec 19 00:55:15.578 INFO O| Dec 19 00:55:15.578 INFO ok!
97352024-12-19T00:55:16.022Z[ host-image] Dec 19 00:55:15.578 INFO O| Dec 19 00:55:15.578 INFO STEP 121 (ensure_file) COMPLETE
97362024-12-19T00:55:16.023Z[ host-image] Dec 19 00:55:15.578 INFO O| Dec 19 00:55:15.578 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-19T00:55:16.031Z[ host-image] Dec 19 00:55:15.589 INFO O| Dec 19 00:55:15.589 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97382024-12-19T00:55:16.031Z[ host-image] Dec 19 00:55:15.589 INFO O| Dec 19 00:55:15.589 INFO STEP 122 (ensure_dir) COMPLETE
97392024-12-19T00:55:16.033Z[ host-image] Dec 19 00:55:15.589 INFO O| Dec 19 00:55:15.589 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-19T00:55:16.041Z[ host-image] Dec 19 00:55:15.600 INFO O| Dec 19 00:55:15.600 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97412024-12-19T00:55:16.041Z[ host-image] Dec 19 00:55:15.600 INFO O| Dec 19 00:55:15.600 INFO STEP 123 (ensure_dir) COMPLETE
97422024-12-19T00:55:16.041Z[ host-image] Dec 19 00:55:15.600 INFO O| Dec 19 00:55:15.600 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-19T00:55:16.051Z[ host-image] Dec 19 00:55:15.610 INFO O| Dec 19 00:55:15.609 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97442024-12-19T00:55:16.051Z[ host-image] Dec 19 00:55:15.610 INFO O| Dec 19 00:55:15.610 INFO STEP 124 (ensure_dir) COMPLETE
97452024-12-19T00:55:16.051Z[ host-image] Dec 19 00:55:15.610 INFO O| Dec 19 00:55:15.610 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-19T00:55:16.062Z[ host-image] Dec 19 00:55:15.620 INFO O| Dec 19 00:55:15.619 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97472024-12-19T00:55:16.062Z[ host-image] Dec 19 00:55:15.620 INFO O| Dec 19 00:55:15.620 INFO STEP 125 (ensure_dir) COMPLETE
97482024-12-19T00:55:16.064Z[ host-image] Dec 19 00:55:15.620 INFO O| Dec 19 00:55:15.620 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-19T00:55:16.071Z[ host-image] Dec 19 00:55:15.629 INFO O| Dec 19 00:55:15.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97502024-12-19T00:55:16.073Z[ host-image] Dec 19 00:55:15.629 INFO O| Dec 19 00:55:15.629 INFO copying /tmp/.tmpAPm83i/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 ...
97512024-12-19T00:55:16.073Z[ host-image] Dec 19 00:55:15.629 INFO O| Dec 19 00:55:15.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97522024-12-19T00:55:16.073Z[ host-image] Dec 19 00:55:15.629 INFO O| Dec 19 00:55:15.629 INFO ok!
97532024-12-19T00:55:16.073Z[ host-image] Dec 19 00:55:15.629 INFO O| Dec 19 00:55:15.629 INFO STEP 126 (ensure_file) COMPLETE
97542024-12-19T00:55:16.073Z[ host-image] Dec 19 00:55:15.629 INFO O| Dec 19 00:55:15.629 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-19T00:55:16.081Z[ host-image] Dec 19 00:55:15.639 INFO O| Dec 19 00:55:15.639 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97562024-12-19T00:55:16.081Z[ host-image] Dec 19 00:55:15.639 INFO O| Dec 19 00:55:15.639 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97572024-12-19T00:55:16.083Z[ host-image] Dec 19 00:55:15.639 INFO O| Dec 19 00:55:15.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97582024-12-19T00:55:16.083Z[ host-image] Dec 19 00:55:15.639 INFO O| Dec 19 00:55:15.639 INFO STEP 127 (ensure_dir) COMPLETE
97592024-12-19T00:55:16.083Z[ host-image] Dec 19 00:55:15.639 INFO O| Dec 19 00:55:15.639 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-19T00:55:16.091Z[ host-image] Dec 19 00:55:15.649 INFO O| Dec 19 00:55:15.649 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97612024-12-19T00:55:16.091Z[ host-image] Dec 19 00:55:15.649 INFO O| Dec 19 00:55:15.649 INFO copying /tmp/.tmpAPm83i/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97622024-12-19T00:55:16.093Z[ host-image] Dec 19 00:55:15.649 INFO O| Dec 19 00:55:15.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97632024-12-19T00:55:16.093Z[ host-image] Dec 19 00:55:15.649 INFO O| Dec 19 00:55:15.649 INFO ok!
97642024-12-19T00:55:16.093Z[ host-image] Dec 19 00:55:15.649 INFO O| Dec 19 00:55:15.649 INFO STEP 128 (ensure_file) COMPLETE
97652024-12-19T00:55:16.095Z[ host-image] Dec 19 00:55:15.649 INFO O| Dec 19 00:55:15.649 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97662024-12-19T00:55:16.100Z[ host-image] Dec 19 00:55:15.659 INFO O| Dec 19 00:55:15.659 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97672024-12-19T00:55:16.103Z[ host-image] Dec 19 00:55:15.659 INFO O| Dec 19 00:55:15.659 INFO STEP 129 (remove_files) COMPLETE
97682024-12-19T00:55:16.104Z[ host-image] Dec 19 00:55:15.659 INFO O| Dec 19 00:55:15.659 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692024-12-19T00:55:16.110Z[ host-image] Dec 19 00:55:15.668 INFO O| Dec 19 00:55:15.668 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97702024-12-19T00:55:16.112Z[ host-image] Dec 19 00:55:15.668 INFO O| Dec 19 00:55:15.668 INFO STEP 130 (remove_files) COMPLETE
97712024-12-19T00:55:16.112Z[ host-image] Dec 19 00:55:15.669 INFO O| Dec 19 00:55:15.668 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722024-12-19T00:55:16.119Z[ host-image] Dec 19 00:55:15.678 INFO O| Dec 19 00:55:15.678 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97732024-12-19T00:55:16.122Z[ host-image] Dec 19 00:55:15.678 INFO O| Dec 19 00:55:15.678 INFO STEP 131 (remove_files) COMPLETE
97742024-12-19T00:55:16.122Z[ host-image] Dec 19 00:55:15.678 INFO O| Dec 19 00:55:15.678 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752024-12-19T00:55:16.129Z[ host-image] Dec 19 00:55:15.687 INFO O| Dec 19 00:55:15.687 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97762024-12-19T00:55:16.131Z[ host-image] Dec 19 00:55:15.688 INFO O| Dec 19 00:55:15.688 INFO STEP 132 (remove_files) COMPLETE
97772024-12-19T00:55:16.132Z[ host-image] Dec 19 00:55:15.688 INFO O| Dec 19 00:55:15.688 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782024-12-19T00:55:16.138Z[ host-image] Dec 19 00:55:15.697 INFO O| Dec 19 00:55:15.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97792024-12-19T00:55:16.141Z[ host-image] Dec 19 00:55:15.697 INFO O| Dec 19 00:55:15.697 INFO STEP 133 (remove_files) COMPLETE
97802024-12-19T00:55:16.141Z[ host-image] Dec 19 00:55:15.697 INFO O| Dec 19 00:55:15.697 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-19T00:55:16.148Z[ host-image] Dec 19 00:55:15.706 INFO O| Dec 19 00:55:15.706 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97822024-12-19T00:55:16.150Z[ host-image] Dec 19 00:55:15.706 INFO O| Dec 19 00:55:15.706 INFO STEP 134 (remove_files) COMPLETE
97832024-12-19T00:55:16.150Z[ host-image] Dec 19 00:55:15.706 INFO O| Dec 19 00:55:15.706 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-19T00:55:16.158Z[ host-image] Dec 19 00:55:15.717 INFO O| Dec 19 00:55:15.716 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97852024-12-19T00:55:16.158Z[ host-image] Dec 19 00:55:15.717 INFO O| Dec 19 00:55:15.717 INFO STEP 135 (remove_files) COMPLETE
97862024-12-19T00:55:16.161Z[ host-image] Dec 19 00:55:15.717 INFO O| Dec 19 00:55:15.717 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-19T00:55:16.167Z[ host-image] Dec 19 00:55:15.726 INFO O| Dec 19 00:55:15.726 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97882024-12-19T00:55:16.170Z[ host-image] Dec 19 00:55:15.726 INFO O| Dec 19 00:55:15.726 INFO STEP 136 (remove_files) COMPLETE
97892024-12-19T00:55:16.170Z[ host-image] Dec 19 00:55:15.726 INFO O| Dec 19 00:55:15.726 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-19T00:55:16.177Z[ host-image] Dec 19 00:55:15.736 INFO O| Dec 19 00:55:15.736 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97912024-12-19T00:55:16.180Z[ host-image] Dec 19 00:55:15.736 INFO O| Dec 19 00:55:15.736 INFO STEP 137 (remove_files) COMPLETE
97922024-12-19T00:55:16.180Z[ host-image] Dec 19 00:55:15.736 INFO O| Dec 19 00:55:15.736 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-19T00:55:16.187Z[ host-image] Dec 19 00:55:15.745 INFO O| Dec 19 00:55:15.745 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97942024-12-19T00:55:16.187Z[ host-image] Dec 19 00:55:15.745 INFO O| Dec 19 00:55:15.745 INFO STEP 138 (remove_files) COMPLETE
97952024-12-19T00:55:16.189Z[ host-image] Dec 19 00:55:15.745 INFO O| Dec 19 00:55:15.745 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-19T00:55:16.196Z[ host-image] Dec 19 00:55:15.755 INFO O| Dec 19 00:55:15.755 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97972024-12-19T00:55:16.196Z[ host-image] Dec 19 00:55:15.755 INFO O| Dec 19 00:55:15.755 INFO STEP 139 (remove_files) COMPLETE
97982024-12-19T00:55:16.199Z[ host-image] Dec 19 00:55:15.755 INFO O| Dec 19 00:55:15.755 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-19T00:55:16.206Z[ host-image] Dec 19 00:55:15.764 INFO O| Dec 19 00:55:15.764 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98002024-12-19T00:55:16.206Z[ host-image] Dec 19 00:55:15.764 INFO O| Dec 19 00:55:15.764 INFO STEP 140 (remove_files) COMPLETE
98012024-12-19T00:55:16.208Z[ host-image] Dec 19 00:55:15.764 INFO O| Dec 19 00:55:15.764 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-19T00:55:16.215Z[ host-image] Dec 19 00:55:15.774 INFO O| Dec 19 00:55:15.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98032024-12-19T00:55:16.218Z[ host-image] Dec 19 00:55:15.774 INFO O| Dec 19 00:55:15.774 INFO STEP 141 (remove_files) COMPLETE
98042024-12-19T00:55:16.218Z[ host-image] Dec 19 00:55:15.774 INFO O| Dec 19 00:55:15.774 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-19T00:55:16.225Z[ host-image] Dec 19 00:55:15.784 INFO O| Dec 19 00:55:15.784 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98062024-12-19T00:55:16.228Z[ host-image] Dec 19 00:55:15.784 INFO O| Dec 19 00:55:15.784 INFO STEP 142 (remove_files) COMPLETE
98072024-12-19T00:55:16.228Z[ host-image] Dec 19 00:55:15.784 INFO O| Dec 19 00:55:15.784 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-19T00:55:16.235Z[ host-image] Dec 19 00:55:15.793 INFO O| Dec 19 00:55:15.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98092024-12-19T00:55:16.237Z[ host-image] Dec 19 00:55:15.794 INFO O| Dec 19 00:55:15.793 INFO STEP 143 (remove_files) COMPLETE
98102024-12-19T00:55:16.237Z[ host-image] Dec 19 00:55:15.794 INFO O| Dec 19 00:55:15.794 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-19T00:55:16.245Z[ host-image] Dec 19 00:55:15.803 INFO O| Dec 19 00:55:15.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98122024-12-19T00:55:16.245Z[ host-image] Dec 19 00:55:15.803 INFO O| Dec 19 00:55:15.803 INFO STEP 144 (remove_files) COMPLETE
98132024-12-19T00:55:16.247Z[ host-image] Dec 19 00:55:15.803 INFO O| Dec 19 00:55:15.803 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-19T00:55:16.254Z[ host-image] Dec 19 00:55:15.813 INFO O| Dec 19 00:55:15.813 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98152024-12-19T00:55:16.254Z[ host-image] Dec 19 00:55:15.813 INFO O| Dec 19 00:55:15.813 INFO STEP 145 (remove_files) COMPLETE
98162024-12-19T00:55:16.254Z[ host-image] Dec 19 00:55:15.813 INFO O| Dec 19 00:55:15.813 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-19T00:55:16.264Z[ host-image] Dec 19 00:55:15.822 INFO O| Dec 19 00:55:15.822 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98182024-12-19T00:55:16.264Z[ host-image] Dec 19 00:55:15.823 INFO O| Dec 19 00:55:15.823 INFO STEP 146 (remove_files) COMPLETE
98192024-12-19T00:55:16.266Z[ host-image] Dec 19 00:55:15.823 INFO O| Dec 19 00:55:15.823 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-19T00:55:16.273Z[ host-image] Dec 19 00:55:15.832 INFO O| Dec 19 00:55:15.832 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98212024-12-19T00:55:16.273Z[ host-image] Dec 19 00:55:15.832 INFO O| Dec 19 00:55:15.832 INFO STEP 147 (remove_files) COMPLETE
98222024-12-19T00:55:16.276Z[ host-image] Dec 19 00:55:15.832 INFO O| Dec 19 00:55:15.832 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-19T00:55:16.283Z[ host-image] Dec 19 00:55:15.841 INFO O| Dec 19 00:55:15.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98242024-12-19T00:55:16.283Z[ host-image] Dec 19 00:55:15.842 INFO O| Dec 19 00:55:15.842 INFO STEP 148 (remove_files) COMPLETE
98252024-12-19T00:55:16.286Z[ host-image] Dec 19 00:55:15.842 INFO O| Dec 19 00:55:15.842 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-19T00:55:16.292Z[ host-image] Dec 19 00:55:15.851 INFO O| Dec 19 00:55:15.851 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98272024-12-19T00:55:16.295Z[ host-image] Dec 19 00:55:15.851 INFO O| Dec 19 00:55:15.851 INFO STEP 149 (remove_files) COMPLETE
98282024-12-19T00:55:16.295Z[ host-image] Dec 19 00:55:15.851 INFO O| Dec 19 00:55:15.851 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-19T00:55:16.302Z[ host-image] Dec 19 00:55:15.861 INFO O| Dec 19 00:55:15.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98302024-12-19T00:55:16.302Z[ host-image] Dec 19 00:55:15.861 INFO O| Dec 19 00:55:15.861 INFO STEP 150 (remove_files) COMPLETE
98312024-12-19T00:55:16.305Z[ host-image] Dec 19 00:55:15.861 INFO O| Dec 19 00:55:15.861 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-19T00:55:16.312Z[ host-image] Dec 19 00:55:15.870 INFO O| Dec 19 00:55:15.870 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98332024-12-19T00:55:16.312Z[ host-image] Dec 19 00:55:15.871 INFO O| Dec 19 00:55:15.871 INFO STEP 151 (remove_files) COMPLETE
98342024-12-19T00:55:16.312Z[ host-image] Dec 19 00:55:15.871 INFO O| Dec 19 00:55:15.871 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-19T00:55:16.322Z[ host-image] Dec 19 00:55:15.880 INFO O| Dec 19 00:55:15.880 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98362024-12-19T00:55:16.322Z[ host-image] Dec 19 00:55:15.880 INFO O| Dec 19 00:55:15.880 INFO STEP 152 (remove_files) COMPLETE
98372024-12-19T00:55:16.322Z[ host-image] Dec 19 00:55:15.880 INFO O| Dec 19 00:55:15.880 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-19T00:55:16.332Z[ host-image] Dec 19 00:55:15.890 INFO O| Dec 19 00:55:15.890 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98392024-12-19T00:55:16.332Z[ host-image] Dec 19 00:55:15.890 INFO O| Dec 19 00:55:15.890 INFO STEP 153 (remove_files) COMPLETE
98402024-12-19T00:55:16.332Z[ host-image] Dec 19 00:55:15.890 INFO O| Dec 19 00:55:15.890 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-19T00:55:16.343Z[ host-image] Dec 19 00:55:15.900 INFO O| Dec 19 00:55:15.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98422024-12-19T00:55:16.343Z[ host-image] Dec 19 00:55:15.900 INFO O| Dec 19 00:55:15.900 INFO STEP 154 (remove_files) COMPLETE
98432024-12-19T00:55:16.345Z[ host-image] Dec 19 00:55:15.900 INFO O| Dec 19 00:55:15.900 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-19T00:55:16.351Z[ host-image] Dec 19 00:55:15.909 INFO O| Dec 19 00:55:15.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98452024-12-19T00:55:16.351Z[ host-image] Dec 19 00:55:15.909 INFO O| Dec 19 00:55:15.909 INFO STEP 155 (remove_files) COMPLETE
98462024-12-19T00:55:16.354Z[ host-image] Dec 19 00:55:15.909 INFO O| Dec 19 00:55:15.909 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-19T00:55:16.360Z[ host-image] Dec 19 00:55:15.919 INFO O| Dec 19 00:55:15.919 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98482024-12-19T00:55:16.360Z[ host-image] Dec 19 00:55:15.919 INFO O| Dec 19 00:55:15.919 INFO STEP 156 (remove_files) COMPLETE
98492024-12-19T00:55:16.360Z[ host-image] Dec 19 00:55:15.919 INFO O| Dec 19 00:55:15.919 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-19T00:55:16.370Z[ host-image] Dec 19 00:55:15.928 INFO O| Dec 19 00:55:15.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98512024-12-19T00:55:16.370Z[ host-image] Dec 19 00:55:15.928 INFO O| Dec 19 00:55:15.928 INFO STEP 157 (remove_files) COMPLETE
98522024-12-19T00:55:16.372Z[ host-image] Dec 19 00:55:15.928 INFO O| Dec 19 00:55:15.928 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98532024-12-19T00:55:16.384Z[ host-image] Dec 19 00:55:15.942 INFO O| Dec 19 00:55:15.942 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98542024-12-19T00:55:16.388Z[ host-image] Dec 19 00:55:15.943 INFO O| Dec 19 00:55:15.943 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98552024-12-19T00:55:27.329Z[ host-image] Dec 19 00:55:26.887 INFO O| Dec 19 00:55:26.887 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
98562024-12-19T00:55:27.330Z[ host-image] Dec 19 00:55:26.887 INFO O| Dec 19 00:55:26.887 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98572024-12-19T00:55:27.346Z[ host-image] Dec 19 00:55:26.904 INFO O| Dec 19 00:55:26.904 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98582024-12-19T00:55:27.432Z[ host-image] Dec 19 00:55:26.989 INFO O| Dec 19 00:55:26.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98592024-12-19T00:55:27.434Z[ host-image] Dec 19 00:55:26.989 INFO O| Dec 19 00:55:26.989 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98602024-12-19T00:55:27.434Z[ host-image] Dec 19 00:55:26.992 INFO O| Dec 19 00:55:26.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98612024-12-19T00:55:27.434Z[ host-image] Dec 19 00:55:26.992 INFO O| Dec 19 00:55:26.991 INFO ok!
98622024-12-19T00:55:27.434Z[ host-image] Dec 19 00:55:26.992 INFO O| Dec 19 00:55:26.992 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98632024-12-19T00:55:27.434Z[ host-image] Dec 19 00:55:26.992 INFO O| Dec 19 00:55:26.992 INFO STEP 158 (seed_smf) COMPLETE
98642024-12-19T00:55:27.435Z[ host-image] Dec 19 00:55:26.992 INFO O| Dec 19 00:55:26.992 INFO steps complete; finalising image!
98652024-12-19T00:55:27.435Z[ host-image] Dec 19 00:55:26.992 INFO O| Dec 19 00:55:26.992 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98662024-12-19T00:55:27.576Z[ host-image] Dec 19 00:55:27.134 INFO O| Dec 19 00:55:27.134 INFO trim TEMPORARY-gimlet-zfs: (23% trimmed, started at Thu Dec 19 00:55:26 2024)
98672024-12-19T00:55:27.797Z[ host-image] Dec 19 00:55:27.355 INFO O| Dec 19 00:55:27.355 INFO temporary pool has 690M used, 142M avail, 1.81x compressratio
98682024-12-19T00:55:27.800Z[ host-image] Dec 19 00:55:27.355 INFO O| Dec 19 00:55:27.355 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98692024-12-19T00:55:28.092Z[ host-image] Dec 19 00:55:27.650 INFO O| Dec 19 00:55:27.650 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98702024-12-19T00:55:28.092Z[ host-image] Dec 19 00:55:27.650 INFO O| Dec 19 00:55:27.650 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98712024-12-19T00:55:29.071Z[ host-image] Dec 19 00:55:28.629 INFO O| Dec 19 00:55:28.629 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98722024-12-19T00:55:29.072Z[ host-image] Dec 19 00:55:28.629 INFO O| Dec 19 00:55:28.629 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98732024-12-19T00:55:29.074Z[ host-image] Dec 19 00:55:28.629 INFO O| Dec 19 00:55:28.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98742024-12-19T00:55:29.074Z[ host-image] Dec 19 00:55:28.629 INFO O| Dec 19 00:55:28.629 INFO completed processing gimlet/zfs
98752024-12-19T00:55:29.074Z[ host-image] Dec 19 00:55:28.629 INFO O| Dec 19 00:55:28.629 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98762024-12-19T00:55:37.736Z[ host-image] Dec 19 00:55:37.294 INFO O| Dec 19 00:55:37.293 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98772024-12-19T00:55:37.830Z[ host-image] Dec 19 00:55:37.388 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
98782024-12-19T00:55:37.830Z[ host-image] Dec 19 00:55:37.388 INFO expanded image name: "ci b1dfbe7/${os_short_commit} 2024-12-19 00:23" -> "ci b1dfbe7/7274828 2024-12-19 00:23"
98792024-12-19T00:55:37.833Z[ host-image] Dec 19 00:55:37.388 INFO output artefacts stored in: "/work/os-host"
98802024-12-19T00:55:37.833Z[ host-image] Dec 19 00:55:37.388 INFO collecting git info from project "amd-host-image-builder"...
98812024-12-19T00:55:37.846Z[ host-image] Dec 19 00:55:37.404 INFO collecting git info from project "pilot"...
98822024-12-19T00:55:37.852Z[ host-image] Dec 19 00:55:37.409 INFO collecting git info from project "amd-firmware"...
98832024-12-19T00:55:37.860Z[ host-image] Dec 19 00:55:37.418 INFO collecting git info from project "pinprick"...
98842024-12-19T00:55:37.865Z[ host-image] Dec 19 00:55:37.423 INFO collecting git info from project "image-builder"...
98852024-12-19T00:55:37.869Z[ host-image] Dec 19 00:55:37.427 INFO collecting git info from project "chelsio-t6-roms"...
98862024-12-19T00:55:37.874Z[ host-image] Dec 19 00:55:37.432 INFO collecting git info from project "phbl"...
98872024-12-19T00:55:37.879Z[ host-image] Dec 19 00:55:37.436 INFO collecting git info from project "bootserver"...
98882024-12-19T00:55:37.883Z[ host-image] Dec 19 00:55:37.441 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98892024-12-19T00:55:38.270Z[ host-image] Dec 19 00:55:37.827 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98902024-12-19T00:55:38.643Z[ host-image] Dec 19 00:55:38.200 INFO creating Oxide boot image...
98912024-12-19T00:55:38.643Z[ host-image] Dec 19 00:55:38.201 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci b1dfbe7/7274828 2024-12-19 00:23", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98922024-12-19T00:55:39.589Z[ host-image] Dec 19 00:55:39.146 INFO O| ok, image written!
98932024-12-19T00:55:39.589Z[ host-image] Dec 19 00:55:39.146 INFO O| ok, boot_image_csum file written!
98942024-12-19T00:55:39.592Z[ host-image] Dec 19 00:55:39.150 INFO creating boot archive (CPIO)...
98952024-12-19T00:55:39.592Z[ host-image] Dec 19 00:55:39.150 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
98962024-12-19T00:55:39.600Z[ host-image] Dec 19 00:55:39.158 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98972024-12-19T00:55:39.603Z[ host-image] Dec 19 00:55:39.158 INFO E| + outfile=/work/os-host/cpio
98982024-12-19T00:55:39.603Z[ host-image] Dec 19 00:55:39.158 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98992024-12-19T00:55:39.603Z[ host-image] Dec 19 00:55:39.160 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99002024-12-19T00:55:39.603Z[ host-image] Dec 19 00:55:39.161 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99012024-12-19T00:55:39.640Z[ host-image] Dec 19 00:55:39.198 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99022024-12-19T00:55:39.643Z[ host-image] Dec 19 00:55:39.198 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99032024-12-19T00:55:39.649Z[ host-image] Dec 19 00:55:39.206 INFO creating compressed cpio/unix for nanobl-rs...
99042024-12-19T00:55:39.649Z[ host-image] Dec 19 00:55:39.206 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
99052024-12-19T00:55:39.943Z[ host-image] Dec 19 00:55:39.500 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99062024-12-19T00:55:44.284Z[ host-image] Dec 19 00:55:43.842 INFO creating reset image...
99072024-12-19T00:55:44.287Z[ host-image] Dec 19 00:55:43.842 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99082024-12-19T00:55:44.377Z[ host-image] Dec 19 00:55:43.934 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99092024-12-19T00:55:44.379Z[ host-image] Dec 19 00:55:43.935 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99102024-12-19T00:55:44.432Z[ host-image] Dec 19 00:55:43.989 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99112024-12-19T00:55:46.212Z[ host-image] Dec 19 00:55:45.769 INFO E| Finished `release` profile [optimized] target(s) in 1.82s
99122024-12-19T00:55:46.224Z[ host-image] Dec 19 00:55:45.781 INFO building host image...
99132024-12-19T00:55:46.227Z[ host-image] Dec 19 00:55:45.782 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")
99142024-12-19T00:55:46.697Z[ host-image] Dec 19 00:55:46.254 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99152024-12-19T00:56:35.385Z[ host-image] Dec 19 00:56:34.941 INFO image complete! materials are in "/work/os-host"
99162024-12-19T00:56:35.388Z[ host-image]
99172024-12-19T00:56:35.388Z[ host-image] real 10:07.137567448
99182024-12-19T00:56:35.391Z[ host-image] user 5:32.560767105
99192024-12-19T00:56:35.391Z[ host-image] sys 55.858017510
99202024-12-19T00:56:35.391Z[ host-image] trap 0.203435209
99212024-12-19T00:56:35.391Z[ host-image] tflt 0.020027504
99222024-12-19T00:56:35.391Z[ host-image] dflt 0.052980497
99232024-12-19T00:56:35.391Z[ host-image] kflt 0.000015819
99242024-12-19T00:56:35.391Z[ host-image] lock 3:59.876493119
99252024-12-19T00:56:35.391Z[ host-image] slp 55:27.000416633
99262024-12-19T00:56:35.391Z[ host-image] lat 1:29.212931007
99272024-12-19T00:56:35.391Z[ host-image] stop 0.402915236
99282024-12-19T00:56:35.391ZDec 19 00:56:34.945 INFO [host-image] process exited with exit status: 0 (607.155342252s)
99292024-12-19T00:56:35.391ZDec 19 00:56:34.945 INFO [tuf-repo] running task
99302024-12-19T00:56:43.672ZDec 19 00:56:43.227 INFO assembling repository in `/tmp/tufaceouspyu2b8`, component: OmicronRepoAssembler
99312024-12-19T00:57:05.406ZDec 19 00:57:04.957 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99322024-12-19T00:57:05.412ZDec 19 00:57:04.962 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99332024-12-19T00:57:18.513ZDec 19 00:57:18.043 INFO [tuf-repo] task succeeded (43.098274706s)
99342024-12-19T00:57:18.513ZDec 19 00:57:18.043 INFO all jobs completed in 2004.871923432s
99352024-12-19T00:57:19.140Zprocess exited: duration 2699881 ms, exit code 0
 
99362024-12-19T00:57:19.157Zfound 33 output files
99372024-12-19T00:57:19.157Zuploading: /work/manifest.toml (8404 bytes)
99382024-12-19T00:57:20.173Zuploaded: /work/manifest.toml
99392024-12-19T00:57:20.173Zuploading: /work/repo.zip (1977868598 bytes)
99402024-12-19T00:58:14.896Zuploaded: /work/repo.zip
99412024-12-19T00:58:14.896Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99422024-12-19T00:58:15.912Zuploaded: /work/repo.zip.sha256.txt
99432024-12-19T00:58:15.912Zuploading: /work/helios-setup.log (66514 bytes)
99442024-12-19T00:58:16.928Zuploaded: /work/helios-setup.log
99452024-12-19T00:58:16.931Zuploading: /work/host-image.log (196005 bytes)
99462024-12-19T00:58:17.955Zuploaded: /work/host-image.log
99472024-12-19T00:58:17.957Zuploading: /work/host-package.log (22653 bytes)
99482024-12-19T00:58:18.965Zuploaded: /work/host-package.log
99492024-12-19T00:58:18.968Zuploading: /work/host-target.log (101 bytes)
99502024-12-19T00:58:19.974Zuploaded: /work/host-target.log
99512024-12-19T00:58:19.974Zuploading: /work/omicron-package.log (5575 bytes)
99522024-12-19T00:58:20.983Zuploaded: /work/omicron-package.log
99532024-12-19T00:58:20.983Zuploading: /work/phbl-toolchain.log (881 bytes)
99542024-12-19T00:58:22.051Zuploaded: /work/phbl-toolchain.log
99552024-12-19T00:58:22.051Zuploading: /work/recovery-image.log (591979 bytes)
99562024-12-19T00:58:23.093Zuploaded: /work/recovery-image.log
99572024-12-19T00:58:23.096Zuploading: /work/recovery-package.log (321 bytes)
99582024-12-19T00:58:24.102Zuploaded: /work/recovery-package.log
99592024-12-19T00:58:24.102Zuploading: /work/recovery-target.log (98 bytes)
99602024-12-19T00:58:25.110Zuploaded: /work/recovery-target.log
99612024-12-19T00:58:25.112Zuploading: /work/stamp-clickhouse.log (117 bytes)
99622024-12-19T00:58:26.118Zuploaded: /work/stamp-clickhouse.log
99632024-12-19T00:58:26.120Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99642024-12-19T00:58:27.126Zuploaded: /work/stamp-clickhouse_keeper.log
99652024-12-19T00:58:27.126Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99662024-12-19T00:58:28.134Zuploaded: /work/stamp-cockroachdb.log
99672024-12-19T00:58:28.137Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99682024-12-19T00:58:29.143Zuploaded: /work/stamp-crucible-dtrace.log
99692024-12-19T00:58:29.143Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99702024-12-19T00:58:30.152Zuploaded: /work/stamp-crucible-pantry-zone.log
99712024-12-19T00:58:30.152Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99722024-12-19T00:58:31.160Zuploaded: /work/stamp-crucible-zone.log
99732024-12-19T00:58:31.160Zuploading: /work/stamp-external-dns.log (119 bytes)
99742024-12-19T00:58:32.169Zuploaded: /work/stamp-external-dns.log
99752024-12-19T00:58:32.169Zuploading: /work/stamp-installinator.log (103 bytes)
99762024-12-19T00:58:33.177Zuploaded: /work/stamp-installinator.log
99772024-12-19T00:58:33.177Zuploading: /work/stamp-internal-dns.log (119 bytes)
99782024-12-19T00:58:34.186Zuploaded: /work/stamp-internal-dns.log
99792024-12-19T00:58:34.186Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99802024-12-19T00:58:35.194Zuploaded: /work/stamp-mg-ddm-gz.log
99812024-12-19T00:58:35.194Zuploading: /work/stamp-nexus.log (112 bytes)
99822024-12-19T00:58:36.202Zuploaded: /work/stamp-nexus.log
99832024-12-19T00:58:36.204Zuploading: /work/stamp-ntp.log (110 bytes)
99842024-12-19T00:58:37.211Zuploaded: /work/stamp-ntp.log
99852024-12-19T00:58:37.211Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99862024-12-19T00:58:38.221Zuploaded: /work/stamp-omicron-sled-agent.log
99872024-12-19T00:58:38.221Zuploading: /work/stamp-overlay.log (114 bytes)
99882024-12-19T00:58:39.233Zuploaded: /work/stamp-overlay.log
99892024-12-19T00:58:39.233Zuploading: /work/stamp-oximeter.log (115 bytes)
99902024-12-19T00:58:40.241Zuploaded: /work/stamp-oximeter.log
99912024-12-19T00:58:40.241Zuploading: /work/stamp-oxlog.log (109 bytes)
99922024-12-19T00:58:41.250Zuploaded: /work/stamp-oxlog.log
99932024-12-19T00:58:41.250Zuploading: /work/stamp-probe.log (112 bytes)
99942024-12-19T00:58:42.259Zuploaded: /work/stamp-probe.log
99952024-12-19T00:58:42.261Zuploading: /work/stamp-propolis-server.log (122 bytes)
99962024-12-19T00:58:43.268Zuploaded: /work/stamp-propolis-server.log
99972024-12-19T00:58:43.268Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99982024-12-19T00:58:44.277Zuploaded: /work/stamp-pumpkind-gz.log
99992024-12-19T00:58:44.277Zuploading: /work/stamp-switch-asic.log (118 bytes)
100002024-12-19T00:58:45.287Zuploaded: /work/stamp-switch-asic.log
100012024-12-19T00:58:45.287Zuploading: /work/verify-libraries.log (4271 bytes)
100022024-12-19T00:58:46.295Zuploaded: /work/verify-libraries.log