01JBFBPN0HDS7820FC5KD24HZV: 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: 01JBFBQF0S41A9PJEA3P23D6EX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T18:47:58.822Zjob assigned to worker 01JBFC1FR22C2DN78NY659HNKE (queued for 6 m 20 s)
 
22024-10-30T18:48:07.168Zstarting task 0: "setup"
32024-10-30T18:48:07.183Z++ uname -s
42024-10-30T18:48:07.186Z+ kern=SunOS
52024-10-30T18:48:07.186Z+ case "$kern" in
62024-10-30T18:48:07.186Z+ [[ 0 == 12345 ]]
72024-10-30T18:48:07.186Z+ groupadd -g 12345 build
82024-10-30T18:48:07.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T18:48:09.199Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T18:48:09.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T18:48:09.318Z+ home_fs=zfs
122024-10-30T18:48:09.318Z+ [[ zfs == autofs ]]
132024-10-30T18:48:09.318Z+ mkdir -p /home/build
142024-10-30T18:48:09.318Z+ chown build:build /home/build /work
152024-10-30T18:48:11.325Z+ chmod 0700 /home/build /work
162024-10-30T18:48:11.388Zprocess exited: duration 4157 ms, exit code 0
 
172024-10-30T18:48:11.396Zstarting task 1: "rust-toolchain"
182024-10-30T18:48:11.401Z+ printf ' * toolchain channel = "%s"
192024-10-30T18:48:11.401Z' 1.80.1
202024-10-30T18:48:11.401Z * toolchain channel = "1.80.1"
212024-10-30T18:48:11.401Z * toolchain profile = "default"
222024-10-30T18:48:11.401Z+ printf ' * toolchain profile = "%s"
232024-10-30T18:48:11.401Z' default
242024-10-30T18:48:11.404Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T18:48:11.404Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
262024-10-30T18:48:11.520Zinfo: downloading installer
272024-10-30T18:48:13.047Zinfo: profile set to 'default'
282024-10-30T18:48:13.047Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T18:48:13.050Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
302024-10-30T18:48:13.208Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
312024-10-30T18:48:13.208Zinfo: downloading component 'cargo'
322024-10-30T18:48:14.071Zinfo: downloading component 'clippy'
332024-10-30T18:48:14.476Zinfo: downloading component 'rust-docs'
342024-10-30T18:48:15.664Zinfo: downloading component 'rust-std'
352024-10-30T18:48:17.336Zinfo: downloading component 'rustc'
362024-10-30T18:48:21.985Zinfo: downloading component 'rustfmt'
372024-10-30T18:48:22.234Zinfo: installing component 'cargo'
382024-10-30T18:48:23.068Zinfo: installing component 'clippy'
392024-10-30T18:48:23.449Zinfo: installing component 'rust-docs'
402024-10-30T18:48:25.062Zinfo: installing component 'rust-std'
412024-10-30T18:48:26.733Zinfo: installing component 'rustc'
422024-10-30T18:48:31.228Zinfo: installing component 'rustfmt'
432024-10-30T18:48:31.576Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-30T18:48:31.576Z
452024-10-30T18:48:31.841Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
462024-10-30T18:48:31.841Z
472024-10-30T18:48:31.844Z
482024-10-30T18:48:31.844ZRust is installed now. Great!
492024-10-30T18:48:31.844Z
502024-10-30T18:48:31.844ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T18:48:31.844Zenvironment variable. This has not been done automatically.
522024-10-30T18:48:31.844Z
532024-10-30T18:48:31.844ZTo configure your current shell, you need to source
542024-10-30T18:48:31.844Zthe corresponding env file under $HOME/.cargo.
552024-10-30T18:48:31.844Z
562024-10-30T18:48:31.844ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T18:48:31.844Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T18:48:31.844Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T18:48:31.889Z+ rustc --version
602024-10-30T18:48:31.952Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
612024-10-30T18:48:31.956Zprocess exited: duration 20558 ms, exit code 0
 
622024-10-30T18:48:31.961Zstarting task 2: "authentication"
632024-10-30T18:48:31.983Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T18:48:31.987Zstarting task 3: "clone repository"
652024-10-30T18:48:31.993Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T18:48:31.995Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T18:48:32.283ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T18:48:39.699Z+ cd /work/oxidecomputer/omicron
692024-10-30T18:48:39.699Z+ git fetch origin 24c967f68413228880ef7b9f9a6bcd12862d19b0
702024-10-30T18:48:40.016ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T18:48:40.018Z * branch 24c967f68413228880ef7b9f9a6bcd12862d19b0 -> FETCH_HEAD
722024-10-30T18:48:40.026Z+ [[ -n zl/mgd-ddm-meta ]]
732024-10-30T18:48:40.028Z++ git branch --show-current
742024-10-30T18:48:40.031Z+ current=main
752024-10-30T18:48:40.031Z+ [[ main != zl/mgd-ddm-meta ]]
762024-10-30T18:48:40.031Z+ git branch -f zl/mgd-ddm-meta 24c967f68413228880ef7b9f9a6bcd12862d19b0
772024-10-30T18:48:40.033Z+ git checkout -f zl/mgd-ddm-meta
782024-10-30T18:48:40.199ZSwitched to branch 'zl/mgd-ddm-meta'
792024-10-30T18:48:40.202Z+ git reset --hard 24c967f68413228880ef7b9f9a6bcd12862d19b0
802024-10-30T18:48:40.255ZHEAD is now at 24c967f68 Add switch/sled metadata to ddm/mgd related timeseries
812024-10-30T18:48:40.258Zprocess exited: duration 8268 ms, exit code 0
 
822024-10-30T18:48:40.266Zstarting task 4: "build"
832024-10-30T18:48:40.269Z+ source .github/buildomat/ci-env.sh
842024-10-30T18:48:40.272Z++ export CARGO_TERM_COLOR=always
852024-10-30T18:48:40.272Z++ CARGO_TERM_COLOR=always
862024-10-30T18:48:40.272Z+ cargo --version
872024-10-30T18:48:40.324Zcargo 1.80.1 (376290515 2024-07-16)
882024-10-30T18:48:40.326Z+ rustc --version
892024-10-30T18:48:40.382Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-10-30T18:48:40.385Z+ cargo tree --locked
912024-10-30T18:48:40.641Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-10-30T18:48:40.939Z Updating crates.io index
932024-10-30T18:48:41.032Z Updating git repository `https://github.com/oxidecomputer/maghemite`
942024-10-30T18:48:41.973Z Updating git repository `https://github.com/oxidecomputer/oxnet`
952024-10-30T18:48:42.257Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
962024-10-30T18:48:42.536Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972024-10-30T18:48:42.818Z Updating git repository `https://github.com/oxidecomputer/propolis`
982024-10-30T18:48:43.606Z Updating git repository `https://github.com/oxidecomputer/crucible`
992024-10-30T18:48:45.859Z Updating git repository `https://github.com/oxidecomputer/opte`
1002024-10-30T18:48:46.913Z Updating git repository `https://github.com/oxidecomputer/falcon`
1012024-10-30T18:48:47.750Z Updating git repository `https://github.com/oxidecomputer/clickward`
1022024-10-30T18:48:48.078Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032024-10-30T18:48:48.358Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042024-10-30T18:48:48.947Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1052024-10-30T18:48:49.327Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1062024-10-30T18:48:49.637Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072024-10-30T18:48:49.932Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1082024-10-30T18:48:50.213Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1092024-10-30T18:48:50.462Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1102024-10-30T18:48:50.812Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1112024-10-30T18:48:51.144Z Updating git repository `https://github.com/oxidecomputer/ispf`
1122024-10-30T18:48:51.487Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1132024-10-30T18:48:51.772Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142024-10-30T18:48:52.236Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1152024-10-30T18:48:52.582Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162024-10-30T18:48:53.046Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1172024-10-30T18:48:53.514Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-10-30T18:48:53.781Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-10-30T18:48:54.035Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-10-30T18:48:55.470Z Downloading crates ...
1212024-10-30T18:48:55.612Z Downloaded allocator-api2 v0.2.18
1222024-10-30T18:48:55.618Z Downloaded aead v0.5.2
1232024-10-30T18:48:55.621Z Downloaded adler2 v2.0.0
1242024-10-30T18:48:55.635Z Downloaded cfg_aliases v0.2.1
1252024-10-30T18:48:55.641Z Downloaded foreign-types v0.5.0
1262024-10-30T18:48:55.643Z Downloaded cipher v0.4.4
1272024-10-30T18:48:55.646Z Downloaded fnv v1.0.7
1282024-10-30T18:48:55.646Z Downloaded fd-lock v4.0.2
1292024-10-30T18:48:55.648Z Downloaded atomicwrites v0.4.4
1302024-10-30T18:48:55.650Z Downloaded cast v0.3.0
1312024-10-30T18:48:55.653Z Downloaded http-body v1.0.1
1322024-10-30T18:48:55.653Z Downloaded headers-core v0.3.0
1332024-10-30T18:48:55.655Z Downloaded fancy-regex v0.13.0
1342024-10-30T18:48:55.658Z Downloaded byteorder v1.5.0
1352024-10-30T18:48:55.660Z Downloaded arrayref v0.3.9
1362024-10-30T18:48:55.663Z Downloaded bit-set v0.5.3
1372024-10-30T18:48:55.663Z Downloaded async-recursion v1.1.1
1382024-10-30T18:48:55.666Z Downloaded block-padding v0.3.3
1392024-10-30T18:48:55.669Z Downloaded hubpack_derive v0.1.1
1402024-10-30T18:48:55.669Z Downloaded cfg-if v1.0.0
1412024-10-30T18:48:55.671Z Downloaded bitfield-struct v0.6.2
1422024-10-30T18:48:55.671Z Downloaded bcrypt-pbkdf v0.10.0
1432024-10-30T18:48:55.674Z Downloaded async-channel v1.9.0
1442024-10-30T18:48:55.676Z Downloaded funty v2.0.0
1452024-10-30T18:48:55.676Z Downloaded gethostname v0.5.0
1462024-10-30T18:48:55.680Z Downloaded futures-sink v0.3.31
1472024-10-30T18:48:55.680Z Downloaded foreign-types v0.3.2
1482024-10-30T18:48:55.682Z Downloaded base16ct v0.2.0
1492024-10-30T18:48:55.683Z Downloaded anes v0.1.6
1502024-10-30T18:48:55.686Z Downloaded futures-channel v0.3.31
1512024-10-30T18:48:55.689Z Downloaded ciborium-ll v0.2.2
1522024-10-30T18:48:55.689Z Downloaded bzip2 v0.4.4
1532024-10-30T18:48:55.691Z Downloaded async-trait v0.1.83
1542024-10-30T18:48:55.696Z Downloaded home v0.5.9
1552024-10-30T18:48:55.698Z Downloaded iana-time-zone v0.1.61
1562024-10-30T18:48:55.701Z Downloaded hex-literal v0.4.1
1572024-10-30T18:48:55.703Z Downloaded glob v0.3.1
1582024-10-30T18:48:55.703Z Downloaded hyper-staticfile v0.10.1
1592024-10-30T18:48:55.706Z Downloaded foreign-types-macros v0.2.3
1602024-10-30T18:48:55.708Z Downloaded async-stream-impl v0.3.6
1612024-10-30T18:48:55.708Z Downloaded ff v0.13.0
1622024-10-30T18:48:55.711Z Downloaded anstyle-parse v0.2.5
1632024-10-30T18:48:55.714Z Downloaded hash32 v0.2.1
1642024-10-30T18:48:55.714Z Downloaded futures-io v0.3.31
1652024-10-30T18:48:55.716Z Downloaded fallible-streaming-iterator v0.1.9
1662024-10-30T18:48:55.717Z Downloaded async-executor v1.13.1
1672024-10-30T18:48:55.719Z Downloaded anstream v0.6.15
1682024-10-30T18:48:55.721Z Downloaded foreign-types-shared v0.1.1
1692024-10-30T18:48:55.725Z Downloaded float-ord v0.3.2
1702024-10-30T18:48:55.725Z Downloaded filetime v0.2.25
1712024-10-30T18:48:55.728Z Downloaded ciborium-io v0.2.2
1722024-10-30T18:48:55.728Z Downloaded cfg_aliases v0.1.1
1732024-10-30T18:48:55.728Z Downloaded atty v0.2.14
1742024-10-30T18:48:55.730Z Downloaded foldhash v0.1.3
1752024-10-30T18:48:55.730Z Downloaded async-object-pool v0.1.5
1762024-10-30T18:48:55.733Z Downloaded blake2 v0.10.6
1772024-10-30T18:48:55.735Z Downloaded addr2line v0.24.2
1782024-10-30T18:48:55.738Z Downloaded async-stream v0.3.6
1792024-10-30T18:48:55.741Z Downloaded flagset v0.4.6
1802024-10-30T18:48:55.743Z Downloaded fastrand v2.1.1
1812024-10-30T18:48:55.746Z Downloaded backoff v0.4.0
1822024-10-30T18:48:55.748Z Downloaded parking_lot v0.11.2
1832024-10-30T18:48:55.751Z Downloaded fxhash v0.2.1
1842024-10-30T18:48:55.751Z Downloaded chrono-tz-build v0.4.0
1852024-10-30T18:48:55.753Z Downloaded camino-tempfile v1.1.1
1862024-10-30T18:48:55.755Z Downloaded ident_case v1.0.1
1872024-10-30T18:48:55.758Z Downloaded guppy-workspace-hack v0.1.0
1882024-10-30T18:48:55.758Z Downloaded async-lock v3.4.0
1892024-10-30T18:48:55.761Z Downloaded approx v0.5.1
1902024-10-30T18:48:55.763Z Downloaded predicates-core v1.0.8
1912024-10-30T18:48:55.763Z Downloaded block-buffer v0.10.4
1922024-10-30T18:48:55.766Z Downloaded heapless v0.8.0
1932024-10-30T18:48:55.769Z Downloaded async-signal v0.2.10
1942024-10-30T18:48:55.771Z Downloaded http-range v0.1.5
1952024-10-30T18:48:55.773Z Downloaded foreign-types-shared v0.3.1
1962024-10-30T18:48:55.773Z Downloaded bytecount v0.6.8
1972024-10-30T18:48:55.776Z Downloaded async-channel v2.3.1
1982024-10-30T18:48:55.778Z Downloaded chacha20 v0.9.1
1992024-10-30T18:48:55.780Z Downloaded async-global-executor v2.4.1
2002024-10-30T18:48:55.782Z Downloaded cexpr v0.6.0
2012024-10-30T18:48:55.785Z Downloaded async-attributes v1.1.2
2022024-10-30T18:48:55.787Z Downloaded ascii-canvas v3.0.0
2032024-10-30T18:48:55.787Z Downloaded blocking v1.6.1
2042024-10-30T18:48:55.790Z Downloaded bit-vec v0.6.3
2052024-10-30T18:48:55.792Z Downloaded httparse v1.9.5
2062024-10-30T18:48:55.795Z Downloaded blowfish v0.9.1
2072024-10-30T18:48:55.797Z Downloaded generic-array v0.14.7
2082024-10-30T18:48:55.797Z Downloaded hex v0.4.3
2092024-10-30T18:48:55.800Z Downloaded scroll_derive v0.12.0
2102024-10-30T18:48:55.802Z Downloaded heck v0.3.3
2112024-10-30T18:48:55.803Z Downloaded group v0.13.0
2122024-10-30T18:48:55.805Z Downloaded ahash v0.8.11
2132024-10-30T18:48:55.807Z Downloaded futures-task v0.3.31
2142024-10-30T18:48:55.810Z Downloaded sync_wrapper v0.1.2
2152024-10-30T18:48:55.810Z Downloaded parse-display v0.10.0
2162024-10-30T18:48:55.812Z Downloaded futures-macro v0.3.31
2172024-10-30T18:48:55.812Z Downloaded futures-core v0.3.31
2182024-10-30T18:48:55.815Z Downloaded sqlparser_derive v0.2.2
2192024-10-30T18:48:55.818Z Downloaded castaway v0.2.3
2202024-10-30T18:48:55.818Z Downloaded password-hash v0.5.0
2212024-10-30T18:48:55.820Z Downloaded cargo-platform v0.1.8
2222024-10-30T18:48:55.823Z Downloaded bb8 v0.8.5
2232024-10-30T18:48:55.823Z Downloaded futures-executor v0.3.31
2242024-10-30T18:48:55.825Z Downloaded fs-err v2.11.0
2252024-10-30T18:48:55.827Z Downloaded hickory-resolver v0.24.1
2262024-10-30T18:48:55.832Z Downloaded slog-envlogger v2.2.0
2272024-10-30T18:48:55.834Z Downloaded swrite v0.1.0
2282024-10-30T18:48:55.837Z Downloaded scheduled-thread-pool v0.2.7
2292024-10-30T18:48:55.839Z Downloaded hubpack v0.1.2
2302024-10-30T18:48:55.839Z Downloaded argon2 v0.5.3
2312024-10-30T18:48:55.842Z Downloaded http-body v0.4.6
2322024-10-30T18:48:55.845Z Downloaded radium v0.7.0
2332024-10-30T18:48:55.845Z Downloaded hyper-tls v0.6.0
2342024-10-30T18:48:55.848Z Downloaded humantime v2.1.0
2352024-10-30T18:48:55.850Z Downloaded relative-path v1.9.3
2362024-10-30T18:48:55.850Z Downloaded proc-macro-crate v3.2.0
2372024-10-30T18:48:55.852Z Downloaded paste v1.0.15
2382024-10-30T18:48:55.855Z Downloaded rand_chacha v0.3.1
2392024-10-30T18:48:55.857Z Downloaded polyval v0.6.2
2402024-10-30T18:48:55.859Z Downloaded want v0.3.1
2412024-10-30T18:48:55.862Z Downloaded flume v0.11.0
2422024-10-30T18:48:55.865Z Downloaded spki v0.7.3
2432024-10-30T18:48:55.867Z Downloaded rustc-hash v1.1.0
2442024-10-30T18:48:55.870Z Downloaded globset v0.4.15
2452024-10-30T18:48:55.870Z Downloaded httptest v0.16.1
2462024-10-30T18:48:55.873Z Downloaded ciborium v0.2.2
2472024-10-30T18:48:55.876Z Downloaded chacha20poly1305 v0.10.1
2482024-10-30T18:48:55.878Z Downloaded getrandom v0.2.15
2492024-10-30T18:48:55.881Z Downloaded cassowary v0.3.0
2502024-10-30T18:48:55.883Z Downloaded cc v1.1.30
2512024-10-30T18:48:55.887Z Downloaded fatfs v0.3.6
2522024-10-30T18:48:55.891Z Downloaded diesel_table_macro_syntax v0.2.0
2532024-10-30T18:48:55.893Z Downloaded tokio-macros v2.4.0
2542024-10-30T18:48:55.895Z Downloaded signature v2.2.0
2552024-10-30T18:48:55.895Z Downloaded tokio-native-tls v0.3.1
2562024-10-30T18:48:55.899Z Downloaded universal-hash v0.5.1
2572024-10-30T18:48:55.903Z Downloaded try-lock v0.2.5
2582024-10-30T18:48:55.903Z Downloaded hyper-rustls v0.26.0
2592024-10-30T18:48:55.907Z Downloaded tls_codec_derive v0.4.1
2602024-10-30T18:48:55.907Z Downloaded display-error-chain v0.2.1
2612024-10-30T18:48:55.911Z Downloaded strum_macros v0.24.3
2622024-10-30T18:48:55.911Z Downloaded escape8259 v0.5.3
2632024-10-30T18:48:55.914Z Downloaded password-hash v0.4.2
2642024-10-30T18:48:55.914Z Downloaded thiserror-impl-no-std v2.0.2
2652024-10-30T18:48:55.917Z Downloaded unarray v0.1.4
2662024-10-30T18:48:55.917Z Downloaded pin-project-internal v1.1.6
2672024-10-30T18:48:55.920Z Downloaded slog-dtrace v0.3.0
2682024-10-30T18:48:55.922Z Downloaded pin-project-lite v0.2.14
2692024-10-30T18:48:55.925Z Downloaded utf8parse v0.2.2
2702024-10-30T18:48:55.929Z Downloaded half v2.4.1
2712024-10-30T18:48:55.932Z Downloaded futures v0.3.31
2722024-10-30T18:48:55.936Z Downloaded async-io v2.3.4
2732024-10-30T18:48:55.940Z Downloaded tls_codec v0.4.1
2742024-10-30T18:48:55.943Z Downloaded colorchoice v1.0.2
2752024-10-30T18:48:55.946Z Downloaded base64 v0.22.1
2762024-10-30T18:48:55.949Z Downloaded http v0.2.12
2772024-10-30T18:48:55.953Z Downloaded parse-size v1.0.0
2782024-10-30T18:48:55.956Z Downloaded precomputed-hash v0.1.1
2792024-10-30T18:48:55.956Z Downloaded zeroize_derive v1.4.2
2802024-10-30T18:48:55.958Z Downloaded env_filter v0.1.2
2812024-10-30T18:48:55.960Z Downloaded futures-lite v2.3.0
2822024-10-30T18:48:55.963Z Downloaded number_prefix v0.4.0
2832024-10-30T18:48:55.963Z Downloaded crossbeam-deque v0.8.5
2842024-10-30T18:48:55.966Z Downloaded zeroize v1.8.1
2852024-10-30T18:48:55.968Z Downloaded doc-comment v0.3.3
2862024-10-30T18:48:55.968Z Downloaded sqlformat v0.2.6
2872024-10-30T18:48:55.971Z Downloaded slog-json v2.6.1
2882024-10-30T18:48:55.973Z Downloaded spin v0.9.8
2892024-10-30T18:48:55.976Z Downloaded dirs-sys-next v0.1.2
2902024-10-30T18:48:55.976Z Downloaded hyper-rustls v0.27.3
2912024-10-30T18:48:55.978Z Downloaded hmac v0.12.1
2922024-10-30T18:48:55.981Z Downloaded defmt v0.3.8
2932024-10-30T18:48:55.985Z Downloaded base64 v0.13.1
2942024-10-30T18:48:55.989Z Downloaded lazycell v1.3.0
2952024-10-30T18:48:55.991Z Downloaded lazy_static v1.5.0
2962024-10-30T18:48:55.994Z Downloaded memmap v0.7.0
2972024-10-30T18:48:55.996Z Downloaded lalrpop-util v0.19.12
2982024-10-30T18:48:55.996Z Downloaded bytes v1.7.2
2992024-10-30T18:48:56.000Z Downloaded strum v0.26.3
3002024-10-30T18:48:56.004Z Downloaded time-core v0.1.2
3012024-10-30T18:48:56.004Z Downloaded nibble_vec v0.1.0
3022024-10-30T18:48:56.006Z Downloaded walkdir v2.5.0
3032024-10-30T18:48:56.006Z Downloaded kv-log-macro v1.0.7
3042024-10-30T18:48:56.009Z Downloaded kstat-rs v0.2.4
3052024-10-30T18:48:56.011Z Downloaded cookie_store v0.21.0
3062024-10-30T18:48:56.014Z Downloaded hickory-client v0.24.1
3072024-10-30T18:48:56.016Z Downloaded bitflags v2.6.0
3082024-10-30T18:48:56.022Z Downloaded event-listener v2.5.3
3092024-10-30T18:48:56.025Z Downloaded either v1.13.0
3102024-10-30T18:48:56.025Z Downloaded parse-display-derive v0.10.0
3112024-10-30T18:48:56.027Z Downloaded waitgroup v0.1.2
3122024-10-30T18:48:56.027Z Downloaded cstr-argument v0.1.2
3132024-10-30T18:48:56.030Z Downloaded convert_case v0.4.0
3142024-10-30T18:48:56.030Z Downloaded guppy v0.17.8
3152024-10-30T18:48:56.036Z Downloaded tower-service v0.3.3
3162024-10-30T18:48:56.039Z Downloaded vte_generate_state_changes v0.1.2
3172024-10-30T18:48:56.039Z Downloaded predicates-tree v1.0.11
3182024-10-30T18:48:56.041Z Downloaded secrecy v0.8.0
3192024-10-30T18:48:56.044Z Downloaded rand_seeder v0.3.0
3202024-10-30T18:48:56.046Z Downloaded rustfmt-wrapper v0.2.1
3212024-10-30T18:48:56.046Z Downloaded darling_macro v0.20.10
3222024-10-30T18:48:56.050Z Downloaded derive_builder_core v0.20.2
3232024-10-30T18:48:56.052Z Downloaded derive_builder v0.20.2
3242024-10-30T18:48:56.055Z Downloaded darling v0.20.10
3252024-10-30T18:48:56.060Z Downloaded endian-type v0.1.2
3262024-10-30T18:48:56.062Z Downloaded ssh-encoding v0.2.0
3272024-10-30T18:48:56.064Z Downloaded slog-async v2.8.0
3282024-10-30T18:48:56.068Z Downloaded slog-scope v4.4.0
3292024-10-30T18:48:56.068Z Downloaded base64 v0.21.7
3302024-10-30T18:48:56.071Z Downloaded serde_derive v1.0.210
3312024-10-30T18:48:56.075Z Downloaded native-tls v0.2.12
3322024-10-30T18:48:56.077Z Downloaded crossbeam-epoch v0.9.18
3332024-10-30T18:48:56.080Z Downloaded yasna v0.5.2
3342024-10-30T18:48:56.082Z Downloaded hashbrown v0.15.0
3352024-10-30T18:48:56.089Z Downloaded unicode-properties v0.1.3
3362024-10-30T18:48:56.092Z Downloaded colored v2.1.0
3372024-10-30T18:48:56.094Z Downloaded which v4.4.2
3382024-10-30T18:48:56.096Z Downloaded quick-error v1.2.3
3392024-10-30T18:48:56.099Z Downloaded pathdiff v0.2.2
3402024-10-30T18:48:56.099Z Downloaded parking_lot_core v0.9.10
3412024-10-30T18:48:56.102Z Downloaded num-complex v0.4.6
3422024-10-30T18:48:56.104Z Downloaded thread-id v4.2.2
3432024-10-30T18:48:56.107Z Downloaded tabwriter v1.4.0
3442024-10-30T18:48:56.109Z Downloaded tui-tree-widget v0.22.0
3452024-10-30T18:48:56.109Z Downloaded const-oid v0.9.6
3462024-10-30T18:48:56.112Z Downloaded heapless v0.7.17
3472024-10-30T18:48:56.117Z Downloaded tabled_derive v0.7.0
3482024-10-30T18:48:56.120Z Downloaded constant_time_eq v0.3.1
3492024-10-30T18:48:56.120Z Downloaded wait-timeout v0.2.0
3502024-10-30T18:48:56.131Z Downloaded indexmap v1.9.3
3512024-10-30T18:48:56.131Z Downloaded usdt v0.5.0
3522024-10-30T18:48:56.131Z Downloaded pin-utils v0.1.0
3532024-10-30T18:48:56.131Z Downloaded phf_shared v0.10.0
3542024-10-30T18:48:56.131Z Downloaded path-slash v0.1.5
3552024-10-30T18:48:56.131Z Downloaded predicates v3.1.2
3562024-10-30T18:48:56.135Z Downloaded threadpool v1.8.1
3572024-10-30T18:48:56.135Z Downloaded fallible-iterator v0.2.0
3582024-10-30T18:48:56.138Z Downloaded strsim v0.11.1
3592024-10-30T18:48:56.138Z Downloaded serde-big-array v0.5.1
3602024-10-30T18:48:56.141Z Downloaded diesel-dtrace v0.3.0
3612024-10-30T18:48:56.145Z Downloaded rustc-demangle v0.1.24
3622024-10-30T18:48:56.145Z Downloaded indoc v2.0.5
3632024-10-30T18:48:56.148Z Downloaded qorb v0.1.2
3642024-10-30T18:48:56.152Z Downloaded futures-util v0.3.31
3652024-10-30T18:48:56.168Z Downloaded serde_derive_internals v0.29.1
3662024-10-30T18:48:56.174Z Downloaded num_enum_derive v0.5.11
3672024-10-30T18:48:56.174Z Downloaded num_enum v0.5.11
3682024-10-30T18:48:56.175Z Downloaded nanorand v0.7.0
3692024-10-30T18:48:56.178Z Downloaded elliptic-curve v0.13.8
3702024-10-30T18:48:56.181Z Downloaded piper v0.2.4
3712024-10-30T18:48:56.185Z Downloaded rustls-native-certs v0.7.3
3722024-10-30T18:48:56.189Z Downloaded hickory-server v0.24.1
3732024-10-30T18:48:56.196Z Downloaded toolchain_find v0.4.0
3742024-10-30T18:48:56.198Z Downloaded quinn-udp v0.5.5
3752024-10-30T18:48:56.199Z Downloaded indicatif v0.17.8
3762024-10-30T18:48:56.201Z Downloaded num v0.4.3
3772024-10-30T18:48:56.204Z Downloaded multimap v0.10.0
3782024-10-30T18:48:56.207Z Downloaded downcast v0.11.0
3792024-10-30T18:48:56.207Z Downloaded test-strategy v0.3.1
3802024-10-30T18:48:56.211Z Downloaded cookie v0.18.1
3812024-10-30T18:48:56.215Z Downloaded ipnet v2.10.1
3822024-10-30T18:48:56.218Z Downloaded hyper v1.4.1
3832024-10-30T18:48:56.222Z Downloaded owo-colors v4.1.0
3842024-10-30T18:48:56.225Z Downloaded matches v0.1.10
3852024-10-30T18:48:56.228Z Downloaded ref-cast-impl v1.0.23
3862024-10-30T18:48:56.232Z Downloaded terminal_size v0.4.0
3872024-10-30T18:48:56.232Z Downloaded twox-hash v1.6.3
3882024-10-30T18:48:56.235Z Downloaded path-tree v0.8.1
3892024-10-30T18:48:56.235Z Downloaded goblin v0.8.2
3902024-10-30T18:48:56.242Z Downloaded termcolor v1.4.1
3912024-10-30T18:48:56.245Z Downloaded wyz v0.5.1
3922024-10-30T18:48:56.246Z Downloaded same-file v1.0.6
3932024-10-30T18:48:56.248Z Downloaded typed-path v0.7.1
3942024-10-30T18:48:56.255Z Downloaded opaque-debug v0.3.1
3952024-10-30T18:48:56.259Z Downloaded structmeta v0.3.0
3962024-10-30T18:48:56.259Z Downloaded defmt-macros v0.3.9
3972024-10-30T18:48:56.262Z Downloaded debug-ignore v1.0.5
3982024-10-30T18:48:56.262Z Downloaded mime_guess v2.0.5
3992024-10-30T18:48:56.265Z Downloaded jobserver v0.1.32
4002024-10-30T18:48:56.268Z Downloaded dsl_auto_type v0.1.2
4012024-10-30T18:48:56.268Z Downloaded crypto-common v0.1.6
4022024-10-30T18:48:56.271Z Downloaded target-spec v3.2.2
4032024-10-30T18:48:56.271Z Downloaded subtle v2.6.1
4042024-10-30T18:48:56.274Z Downloaded is-terminal v0.4.13
4052024-10-30T18:48:56.274Z Downloaded semver v1.0.23
4062024-10-30T18:48:56.278Z Downloaded dtrace-parser v0.2.0
4072024-10-30T18:48:56.281Z Downloaded cobs v0.2.3
4082024-10-30T18:48:56.281Z Downloaded vte v0.11.1
4092024-10-30T18:48:56.284Z Downloaded slog-term v2.9.1
4102024-10-30T18:48:56.289Z Downloaded vsss-rs v3.3.4
4112024-10-30T18:48:56.292Z Downloaded topological-sort v0.2.2
4122024-10-30T18:48:56.292Z Downloaded partial-io v0.5.4
4132024-10-30T18:48:56.294Z Downloaded termtree v0.4.1
4142024-10-30T18:48:56.294Z Downloaded take_mut v0.2.2
4152024-10-30T18:48:56.297Z Downloaded sync_wrapper v1.0.1
4162024-10-30T18:48:56.297Z Downloaded slog-stdlog v4.1.1
4172024-10-30T18:48:56.301Z Downloaded indexmap v2.6.0
4182024-10-30T18:48:56.303Z Downloaded peg v0.8.4
4192024-10-30T18:48:56.307Z Downloaded usdt-attr-macro v0.5.0
4202024-10-30T18:48:56.310Z Downloaded ipnetwork v0.20.0
4212024-10-30T18:48:56.314Z Downloaded dof v0.3.0
4222024-10-30T18:48:56.314Z Downloaded cpufeatures v0.2.14
4232024-10-30T18:48:56.314Z Downloaded pkcs1 v0.7.5
4242024-10-30T18:48:56.317Z Downloaded diesel_derives v2.2.3
4252024-10-30T18:48:56.321Z Downloaded proc-macro-error-attr v1.0.4
4262024-10-30T18:48:56.326Z Downloaded postgres-protocol v0.6.7
4272024-10-30T18:48:56.326Z Downloaded quote v1.0.37
4282024-10-30T18:48:56.328Z Downloaded ecdsa v0.16.9
4292024-10-30T18:48:56.331Z Downloaded aho-corasick v1.1.3
4302024-10-30T18:48:56.337Z Downloaded pkcs5 v0.7.1
4312024-10-30T18:48:56.342Z Downloaded sec1 v0.7.3
4322024-10-30T18:48:56.344Z Downloaded nested v0.1.1
4332024-10-30T18:48:56.347Z Downloaded md5 v0.7.0
4342024-10-30T18:48:56.347Z Downloaded phf v0.11.2
4352024-10-30T18:48:56.351Z Downloaded proc-macro-error v1.0.4
4362024-10-30T18:48:56.354Z Downloaded term v0.7.0
4372024-10-30T18:48:56.356Z Downloaded schemars_derive v0.8.21
4382024-10-30T18:48:56.361Z Downloaded openssl-macros v0.1.1
4392024-10-30T18:48:56.361Z Downloaded structmeta-derive v0.2.0
4402024-10-30T18:48:56.364Z Downloaded tap v1.0.1
4412024-10-30T18:48:56.364Z Downloaded tracing-core v0.1.32
4422024-10-30T18:48:56.366Z Downloaded crossbeam-channel v0.5.13
4432024-10-30T18:48:56.370Z Downloaded typenum v1.17.0
4442024-10-30T18:48:56.373Z Downloaded num_threads v0.1.7
4452024-10-30T18:48:56.376Z Downloaded rustls-pemfile v1.0.4
4462024-10-30T18:48:56.379Z Downloaded publicsuffix v2.2.3
4472024-10-30T18:48:56.381Z Downloaded salsa20 v0.10.2
4482024-10-30T18:48:56.387Z Downloaded pest v2.7.14
4492024-10-30T18:48:56.392Z Downloaded darling_core v0.20.10
4502024-10-30T18:48:56.400Z Downloaded rstest_macros v0.23.0
4512024-10-30T18:48:56.404Z Downloaded tempfile v3.13.0
4522024-10-30T18:48:56.404Z Downloaded enum-as-inner v0.5.1
4532024-10-30T18:48:56.404Z Downloaded supports-color v3.0.1
4542024-10-30T18:48:56.408Z Downloaded rustls-pki-types v1.9.0
4552024-10-30T18:48:56.414Z Downloaded toml_edit v0.19.15
4562024-10-30T18:48:56.427Z Downloaded defmt-parser v0.3.4
4572024-10-30T18:48:56.437Z Downloaded difflib v0.4.0
4582024-10-30T18:48:56.437Z Downloaded zone_cfg_derive v0.3.0
4592024-10-30T18:48:56.437Z Downloaded zone_cfg_derive v0.1.2
4602024-10-30T18:48:56.437Z Downloaded embedded-io v0.4.0
4612024-10-30T18:48:56.446Z Downloaded tinyvec_macros v0.1.1
4622024-10-30T18:48:56.446Z Downloaded enum-as-inner v0.6.1
4632024-10-30T18:48:56.446Z Downloaded ena v0.14.3
4642024-10-30T18:48:56.446Z Downloaded typify v0.2.0
4652024-10-30T18:48:56.451Z Downloaded embedded-io v0.6.1
4662024-10-30T18:48:56.451Z Downloaded tracing v0.1.40
4672024-10-30T18:48:56.451Z Downloaded sct v0.7.1
4682024-10-30T18:48:56.454Z Downloaded rand_xorshift v0.3.0
4692024-10-30T18:48:56.455Z Downloaded dhcproto-macros v0.1.0
4702024-10-30T18:48:56.458Z Downloaded clap_derive v4.5.18
4712024-10-30T18:48:56.458Z Downloaded usdt-impl v0.5.0
4722024-10-30T18:48:56.461Z Downloaded rand_core v0.6.4
4732024-10-30T18:48:56.461Z Downloaded r2d2 v0.8.10
4742024-10-30T18:48:56.464Z Downloaded pem v3.0.4
4752024-10-30T18:48:56.467Z Downloaded peg-runtime v0.8.3
4762024-10-30T18:48:56.467Z Downloaded proc-macro2 v1.0.87
4772024-10-30T18:48:56.472Z Downloaded scroll v0.12.0
4782024-10-30T18:48:56.472Z Downloaded scopeguard v1.2.0
4792024-10-30T18:48:56.472Z Downloaded stringmetrics v2.2.2
4802024-10-30T18:48:56.475Z Downloaded zone v0.1.8
4812024-10-30T18:48:56.475Z Downloaded untrusted v0.9.0
4822024-10-30T18:48:56.479Z Downloaded serde v1.0.210
4832024-10-30T18:48:56.484Z Downloaded string_cache v0.8.7
4842024-10-30T18:48:56.488Z Downloaded zone v0.3.0
4852024-10-30T18:48:56.488Z Downloaded md-5 v0.10.6
4862024-10-30T18:48:56.488Z Downloaded libloading v0.8.5
4872024-10-30T18:48:56.494Z Downloaded env_logger v0.10.2
4882024-10-30T18:48:56.494Z Downloaded digest v0.10.7
4892024-10-30T18:48:56.500Z Downloaded usdt-macro v0.5.0
4902024-10-30T18:48:56.500Z Downloaded datatest-stable v0.2.9
4912024-10-30T18:48:56.500Z Downloaded parse-zoneinfo v0.3.1
4922024-10-30T18:48:56.504Z Downloaded libefi-sys v0.1.0
4932024-10-30T18:48:56.504Z Downloaded dirs-next v2.0.0
4942024-10-30T18:48:56.508Z Downloaded once_cell v1.20.2
4952024-10-30T18:48:56.508Z Downloaded multer v3.1.0
4962024-10-30T18:48:56.511Z Downloaded num-derive v0.4.2
4972024-10-30T18:48:56.514Z Downloaded macaddr v1.0.1
4982024-10-30T18:48:56.514Z Downloaded hashbrown v0.14.5
4992024-10-30T18:48:56.520Z Downloaded clap v4.5.20
5002024-10-30T18:48:56.531Z Downloaded unicase v2.7.0
5012024-10-30T18:48:56.537Z Downloaded equivalent v1.0.1
5022024-10-30T18:48:56.537Z Downloaded pem-rfc7468 v0.7.0
5032024-10-30T18:48:56.541Z Downloaded tungstenite v0.23.0
5042024-10-30T18:48:56.541Z Downloaded tungstenite v0.21.0
5052024-10-30T18:48:56.544Z Downloaded version_check v0.9.5
5062024-10-30T18:48:56.547Z Downloaded p521 v0.13.3
5072024-10-30T18:48:56.550Z Downloaded num_cpus v1.16.0
5082024-10-30T18:48:56.554Z Downloaded openssl-probe v0.1.5
5092024-10-30T18:48:56.556Z Downloaded structmeta-derive v0.3.0
5102024-10-30T18:48:56.557Z Downloaded structmeta v0.2.0
5112024-10-30T18:48:56.560Z Downloaded zerocopy-derive v0.7.35
5122024-10-30T18:48:56.562Z Downloaded tiny-keccak v2.0.2
5132024-10-30T18:48:56.567Z Downloaded oso-derive v0.27.3
5142024-10-30T18:48:56.569Z Downloaded memmap2 v0.9.5
5152024-10-30T18:48:56.569Z Downloaded expectorate v1.1.0
5162024-10-30T18:48:56.572Z Downloaded num-iter v0.1.45
5172024-10-30T18:48:56.576Z Downloaded signal-hook-tokio v0.3.1
5182024-10-30T18:48:56.576Z Downloaded signal-hook-mio v0.2.4
5192024-10-30T18:48:56.580Z Downloaded packed_struct_codegen v0.10.1
5202024-10-30T18:48:56.580Z Downloaded packed_struct v0.10.1
5212024-10-30T18:48:56.583Z Downloaded num-conv v0.1.0
5222024-10-30T18:48:56.583Z Downloaded serde_with_macros v3.11.0
5232024-10-30T18:48:56.588Z Downloaded normalize-line-endings v0.3.0
5242024-10-30T18:48:56.588Z Downloaded samael v0.0.17
5252024-10-30T18:48:56.592Z Downloaded pbkdf2 v0.11.0
5262024-10-30T18:48:56.595Z Downloaded toml_datetime v0.6.8
5272024-10-30T18:48:56.599Z Downloaded smallvec v0.6.14
5282024-10-30T18:48:56.599Z Downloaded textwrap v0.16.1
5292024-10-30T18:48:56.602Z Downloaded postcard v1.0.10
5302024-10-30T18:48:56.605Z Downloaded lru-cache v0.1.2
5312024-10-30T18:48:56.607Z Downloaded impl-trait-for-tuples v0.2.2
5322024-10-30T18:48:56.613Z Downloaded num-bigint-dig v0.8.4
5332024-10-30T18:48:56.616Z Downloaded num-bigint v0.4.6
5342024-10-30T18:48:56.624Z Downloaded progenitor-client v0.8.0
5352024-10-30T18:48:56.624Z Downloaded num-integer v0.1.46
5362024-10-30T18:48:56.630Z Downloaded tokio-rustls v0.25.0
5372024-10-30T18:48:56.630Z Downloaded indent_write v2.2.0
5382024-10-30T18:48:56.630Z Downloaded des v0.8.1
5392024-10-30T18:48:56.634Z Downloaded rand_distr v0.4.3
5402024-10-30T18:48:56.634Z Downloaded ron v0.8.1
5412024-10-30T18:48:56.641Z Downloaded criterion v0.5.1
5422024-10-30T18:48:56.647Z Downloaded derive_builder_macro v0.20.2
5432024-10-30T18:48:56.650Z Downloaded const_format_proc_macros v0.2.33
5442024-10-30T18:48:56.655Z Downloaded sqlparser v0.45.0
5452024-10-30T18:48:56.658Z Downloaded hyper v0.14.30
5462024-10-30T18:48:56.667Z Downloaded smf v0.2.3
5472024-10-30T18:48:56.670Z Downloaded postgres-types v0.2.8
5482024-10-30T18:48:56.670Z Downloaded blake3 v1.5.4
5492024-10-30T18:48:56.679Z Downloaded russh-cryptovec v0.7.3
5502024-10-30T18:48:56.684Z Downloaded plotters-svg v0.3.7
5512024-10-30T18:48:56.684Z Downloaded pest_derive v2.7.14
5522024-10-30T18:48:56.687Z Downloaded num-rational v0.4.2
5532024-10-30T18:48:56.687Z Downloaded tinyvec v1.8.0
5542024-10-30T18:48:56.689Z Downloaded psl-types v2.0.11
5552024-10-30T18:48:56.692Z Downloaded thiserror-no-std v2.0.2
5562024-10-30T18:48:56.696Z Downloaded thiserror-impl v1.0.64
5572024-10-30T18:48:56.701Z Downloaded criterion-plot v0.5.0
5582024-10-30T18:48:56.701Z Downloaded crunchy v0.2.2
5592024-10-30T18:48:56.701Z Downloaded prettyplease v0.2.22
5602024-10-30T18:48:56.704Z Downloaded ssh-cipher v0.2.0
5612024-10-30T18:48:56.707Z Downloaded new_debug_unreachable v1.0.6
5622024-10-30T18:48:56.707Z Downloaded deranged v0.3.11
5632024-10-30T18:48:56.710Z Downloaded tokio-tungstenite v0.24.0
5642024-10-30T18:48:56.714Z Downloaded xz2 v0.1.7
5652024-10-30T18:48:56.715Z Downloaded xattr v1.3.1
5662024-10-30T18:48:56.719Z Downloaded dhcproto v0.12.0
5672024-10-30T18:48:56.722Z Downloaded clap_lex v0.7.2
5682024-10-30T18:48:56.722Z Downloaded crc32fast v1.4.2
5692024-10-30T18:48:56.725Z Downloaded der v0.7.9
5702024-10-30T18:48:56.728Z Downloaded pretty-hex v0.4.1
5712024-10-30T18:48:56.731Z Downloaded sha1 v0.10.6
5722024-10-30T18:48:56.731Z Downloaded serde-hex v0.1.0
5732024-10-30T18:48:56.734Z Downloaded toml_edit v0.22.22
5742024-10-30T18:48:56.758Z Downloaded mime v0.3.17
5752024-10-30T18:48:56.762Z Downloaded typify-macro v0.2.0
5762024-10-30T18:48:56.762Z Downloaded instant v0.1.13
5772024-10-30T18:48:56.765Z Downloaded strum_macros v0.25.3
5782024-10-30T18:48:56.765Z Downloaded strip-ansi-escapes v0.2.0
5792024-10-30T18:48:56.765Z Downloaded stringprep v0.1.5
5802024-10-30T18:48:56.768Z Downloaded thiserror v1.0.64
5812024-10-30T18:48:56.774Z Downloaded time-macros v0.2.18
5822024-10-30T18:48:56.854Z Downloaded signal-hook v0.3.17
5832024-10-30T18:48:56.854Z Downloaded oso v0.27.3
5842024-10-30T18:48:56.854Z Downloaded toml v0.7.8
5852024-10-30T18:48:56.854Z Downloaded tokio-tungstenite v0.21.0
5862024-10-30T18:48:56.854Z Downloaded smawk v0.3.2
5872024-10-30T18:48:56.854Z Downloaded pest_generator v2.7.14
5882024-10-30T18:48:56.854Z Downloaded derive-where v1.2.7
5892024-10-30T18:48:56.854Z Downloaded static_assertions v1.1.0
5902024-10-30T18:48:56.854Z Downloaded clang-sys v1.8.1
5912024-10-30T18:48:56.854Z Downloaded unicode-bidi v0.3.17
5922024-10-30T18:48:56.854Z Downloaded yansi v1.0.1
5932024-10-30T18:48:56.854Z Downloaded rustversion v1.0.17
5942024-10-30T18:48:56.854Z Downloaded linked-hash-map v0.5.6
5952024-10-30T18:48:56.854Z Downloaded lock_api v0.4.12
5962024-10-30T18:48:56.854Z Downloaded p256 v0.13.2
5972024-10-30T18:48:56.854Z Downloaded rpassword v7.3.1
5982024-10-30T18:48:56.854Z Downloaded internet-checksum v0.2.1
5992024-10-30T18:48:56.854Z Downloaded fallible-iterator v0.3.0
6002024-10-30T18:48:56.854Z Downloaded rusty-fork v0.3.0
6012024-10-30T18:48:56.854Z Downloaded event-listener-strategy v0.5.2
6022024-10-30T18:48:56.854Z Downloaded is_terminal_polyfill v1.70.1
6032024-10-30T18:48:56.854Z Downloaded serde_json v1.0.128
6042024-10-30T18:48:56.854Z Downloaded crucible-workspace-hack v0.1.0
6052024-10-30T18:48:56.854Z Downloaded pretty-hex v0.2.1
6062024-10-30T18:48:56.854Z Downloaded plotters-backend v0.3.7
6072024-10-30T18:48:56.854Z Downloaded keccak v0.1.5
6082024-10-30T18:48:56.854Z Downloaded csv-core v0.1.11
6092024-10-30T18:48:56.855Z Downloaded tokio-rustls v0.26.0
6102024-10-30T18:48:56.855Z Downloaded strum_macros v0.26.4
6112024-10-30T18:48:56.855Z Downloaded subprocess v0.2.9
6122024-10-30T18:48:56.855Z Downloaded progenitor-impl v0.8.0
6132024-10-30T18:48:56.855Z Downloaded memchr v2.7.4
6142024-10-30T18:48:56.857Z Downloaded shell-words v1.1.0
6152024-10-30T18:48:56.857Z Downloaded serde_yaml v0.9.34+deprecated
6162024-10-30T18:48:56.857Z Downloaded data-encoding v2.6.0
6172024-10-30T18:48:56.860Z Downloaded libm v0.2.8
6182024-10-30T18:48:56.866Z Downloaded radix_trie v0.2.1
6192024-10-30T18:48:56.872Z Downloaded plain v0.2.3
6202024-10-30T18:48:56.874Z Downloaded utf-8 v0.7.6
6212024-10-30T18:48:56.874Z Downloaded concurrent-queue v2.5.0
6222024-10-30T18:48:56.877Z Downloaded winnow v0.6.20
6232024-10-30T18:48:56.885Z Downloaded crc v3.2.1
6242024-10-30T18:48:56.888Z Downloaded ref-cast v1.0.23
6252024-10-30T18:48:56.891Z Downloaded progenitor v0.8.0
6262024-10-30T18:48:56.893Z Downloaded pkg-config v0.3.31
6272024-10-30T18:48:56.896Z Downloaded syn v1.0.109
6282024-10-30T18:48:56.905Z Downloaded libsw v3.3.1
6292024-10-30T18:48:56.907Z Downloaded untrusted v0.7.1
6302024-10-30T18:48:56.909Z Downloaded sha2 v0.10.8
6312024-10-30T18:48:56.912Z Downloaded rustls-webpki v0.101.7
6322024-10-30T18:48:56.926Z Downloaded stable_deref_trait v1.2.0
6332024-10-30T18:48:56.928Z Downloaded value-bag v1.9.0
6342024-10-30T18:48:56.932Z Downloaded uzers v0.12.1
6352024-10-30T18:48:56.935Z Downloaded pest_meta v2.7.14
6362024-10-30T18:48:56.935Z Downloaded tokio-stream v0.1.16
6372024-10-30T18:48:56.940Z Downloaded env_logger v0.11.5
6382024-10-30T18:48:56.944Z Downloaded rusqlite v0.32.1
6392024-10-30T18:48:56.949Z Downloaded pkcs8 v0.10.2
6402024-10-30T18:48:56.952Z Downloaded clap_builder v4.5.20
6412024-10-30T18:48:56.959Z Downloaded itertools v0.13.0
6422024-10-30T18:48:56.968Z Downloaded unicode-ident v1.0.13
6432024-10-30T18:48:56.971Z Downloaded crc-any v2.5.0
6442024-10-30T18:48:56.974Z Downloaded rustls-pemfile v2.2.0
6452024-10-30T18:48:56.977Z Downloaded russh-keys v0.45.0
6462024-10-30T18:48:56.977Z Downloaded reqwest v0.12.8
6472024-10-30T18:48:56.986Z Downloaded reqwest v0.11.27
6482024-10-30T18:48:56.994Z Downloaded rust-argon2 v2.1.0
6492024-10-30T18:48:56.997Z Downloaded rcgen v0.12.1
6502024-10-30T18:48:57.000Z Downloaded compact_str v0.8.0
6512024-10-30T18:48:57.004Z Downloaded tokio-util v0.7.12
6522024-10-30T18:48:57.011Z Downloaded salty v0.3.0
6532024-10-30T18:48:57.018Z Downloaded pretty_assertions v1.4.1
6542024-10-30T18:48:57.021Z Downloaded quinn v0.11.5
6552024-10-30T18:48:57.024Z Downloaded rustyline v14.0.0
6562024-10-30T18:48:57.030Z Downloaded rsa v0.9.6
6572024-10-30T18:48:57.035Z Downloaded socket2 v0.5.7
6582024-10-30T18:48:57.038Z Downloaded unsafe-libyaml v0.2.11
6592024-10-30T18:48:57.041Z Downloaded rustls v0.22.4
6602024-10-30T18:48:57.056Z Downloaded nix v0.27.1
6612024-10-30T18:48:57.068Z Downloaded rstest v0.23.0
6622024-10-30T18:48:57.074Z Downloaded quinn-proto v0.11.8
6632024-10-30T18:48:57.081Z Downloaded bindgen v0.69.5
6642024-10-30T18:48:57.089Z Downloaded rustls v0.23.14
6652024-10-30T18:48:57.102Z Downloaded smallvec v1.13.2
6662024-10-30T18:48:57.105Z Downloaded snafu v0.8.5
6672024-10-30T18:48:57.111Z Downloaded bitvec v1.0.1
6682024-10-30T18:48:57.127Z Downloaded ed25519-dalek v2.1.1
6692024-10-30T18:48:57.131Z Downloaded nix v0.28.0
6702024-10-30T18:48:57.142Z Downloaded dropshot v0.12.0
6712024-10-30T18:48:57.163Z Downloaded url v2.5.2
6722024-10-30T18:48:57.166Z Downloaded nom v7.1.3
6732024-10-30T18:48:57.172Z Downloaded serde_with v3.11.0
6742024-10-30T18:48:57.180Z Downloaded mio v1.0.2
6752024-10-30T18:48:57.186Z Downloaded tabled v0.15.0
6762024-10-30T18:48:57.203Z Downloaded proptest v1.5.0
6772024-10-30T18:48:57.213Z Downloaded quick-xml v0.33.0
6782024-10-30T18:48:57.219Z Downloaded idna v0.5.0
6792024-10-30T18:48:57.226Z Downloaded vcpkg v0.2.15
6802024-10-30T18:48:57.266Z Downloaded idna v0.4.0
6812024-10-30T18:48:57.272Z Downloaded idna v0.2.3
6822024-10-30T18:48:57.279Z Downloaded rustls v0.21.12
6832024-10-30T18:48:57.291Z Downloaded curve25519-dalek v4.1.3
6842024-10-30T18:48:57.300Z Downloaded nix v0.29.0
6852024-10-30T18:48:57.312Z Downloaded bstr v1.10.0
6862024-10-30T18:48:57.322Z Downloaded russh v0.45.0
6872024-10-30T18:48:57.329Z Downloaded libxml v0.3.3
6882024-10-30T18:48:57.336Z Downloaded ratatui v0.28.1
6892024-10-30T18:48:57.355Z Downloaded zerocopy v0.7.35
6902024-10-30T18:48:57.371Z Downloaded typify-impl v0.2.0
6912024-10-30T18:48:57.386Z Downloaded regex v1.11.0
6922024-10-30T18:48:57.399Z Downloaded regress v0.10.1
6932024-10-30T18:48:57.408Z Downloaded chrono-tz v0.10.0
6942024-10-30T18:48:57.416Z Downloaded regress v0.9.1
6952024-10-30T18:48:57.424Z Downloaded regex-syntax v0.8.5
6962024-10-30T18:48:57.433Z Downloaded libc v0.2.161
6972024-10-30T18:48:57.461Z Downloaded object v0.36.5
6982024-10-30T18:48:57.472Z Downloaded rustls-webpki v0.102.8
6992024-10-30T18:48:57.493Z Downloaded p384 v0.13.0
7002024-10-30T18:48:57.498Z Downloaded lzma-sys v0.1.20
7012024-10-30T18:48:57.529Z Downloaded libz-sys v1.1.20
7022024-10-30T18:48:57.551Z Downloaded idna v0.3.0
7032024-10-30T18:48:57.557Z Downloaded csv v1.3.0
7042024-10-30T18:48:57.578Z Downloaded diesel v2.2.4
7052024-10-30T18:48:57.598Z Downloaded unicode-width v0.1.14
7062024-10-30T18:48:57.604Z Downloaded polar-core v0.27.3
7072024-10-30T18:48:57.613Z Downloaded httpmock v0.8.0-alpha.1
7082024-10-30T18:48:57.633Z Downloaded smoltcp v0.11.0
7092024-10-30T18:48:57.646Z Downloaded sled v0.34.7
7102024-10-30T18:48:57.657Z Downloaded smoltcp v0.9.1
7112024-10-30T18:48:57.669Z Downloaded trust-dns-proto v0.22.0
7122024-10-30T18:48:57.681Z Downloaded rustix v0.38.37
7132024-10-30T18:48:57.705Z Downloaded openapiv3 v2.0.0
7142024-10-30T18:48:57.718Z Downloaded webpki-roots v0.26.6
7152024-10-30T18:48:57.722Z Downloaded object v0.30.4
7162024-10-30T18:48:57.732Z Downloaded regex-syntax v0.6.29
7172024-10-30T18:48:57.740Z Downloaded minimal-lexical v0.2.1
7182024-10-30T18:48:57.744Z Downloaded openssl v0.10.66
7192024-10-30T18:48:57.754Z Downloaded lalrpop v0.19.12
7202024-10-30T18:48:57.767Z Downloaded hickory-proto v0.24.1
7212024-10-30T18:48:57.784Z Downloaded bzip2-sys v0.1.11+1.0.8
7222024-10-30T18:48:57.797Z Downloaded zerocopy-derive v0.6.6
7232024-10-30T18:48:57.808Z Downloaded unicode-normalization v0.1.24
7242024-10-30T18:48:57.811Z Downloaded gimli v0.31.1
7252024-10-30T18:48:57.821Z Downloaded async-std v1.13.0
7262024-10-30T18:48:57.842Z Downloaded ucd-trie v0.1.7
7272024-10-30T18:48:57.844Z Downloaded regex-automata v0.4.8
7282024-10-30T18:48:57.860Z Downloaded ring v0.17.8
7292024-10-30T18:48:57.932Z Downloaded tokio v1.40.0
7302024-10-30T18:48:57.969Z Downloaded petgraph v0.6.5
7312024-10-30T18:48:57.987Z Downloaded syn v2.0.79
7322024-10-30T18:48:57.998Z Downloaded chrono v0.4.38
7332024-10-30T18:48:58.006Z Downloaded steno v0.4.1
7342024-10-30T18:48:58.010Z Downloaded unicode-segmentation v1.12.0
7352024-10-30T18:48:58.013Z Downloaded rayon v1.10.0
7362024-10-30T18:48:58.023Z Downloaded spin v0.5.2
7372024-10-30T18:48:58.025Z Downloaded rtoolbox v0.0.2
7382024-10-30T18:48:58.025Z Downloaded polling v3.7.3
7392024-10-30T18:48:58.028Z Downloaded winnow v0.5.40
7402024-10-30T18:48:58.037Z Downloaded unicode-linebreak v0.1.5
7412024-10-30T18:48:58.039Z Downloaded console v0.15.8
7422024-10-30T18:48:58.042Z Downloaded snafu-derive v0.8.5
7432024-10-30T18:48:58.044Z Downloaded sha3 v0.10.8
7442024-10-30T18:48:58.047Z Downloaded shlex v1.3.0
7452024-10-30T18:48:58.049Z Downloaded const_format v0.2.33
7462024-10-30T18:48:58.053Z Downloaded tough v0.17.1
7472024-10-30T18:48:58.060Z Downloaded crossterm v0.28.1
7482024-10-30T18:48:58.067Z Downloaded itertools v0.12.1
7492024-10-30T18:48:58.074Z Downloaded errno v0.3.9
7502024-10-30T18:48:58.077Z Downloaded curve25519-dalek-derive v0.1.1
7512024-10-30T18:48:58.077Z Downloaded openssl-sys v0.9.103
7522024-10-30T18:48:58.081Z Downloaded toml v0.8.19
7532024-10-30T18:48:58.085Z Downloaded crc-catalog v2.4.0
7542024-10-30T18:48:58.087Z Downloaded unicode-xid v0.2.6
7552024-10-30T18:48:58.087Z Downloaded unicode-truncate v1.1.0
7562024-10-30T18:48:58.090Z Downloaded mockall v0.13.0
7572024-10-30T18:48:58.090Z Downloaded linear-map v1.2.0
7582024-10-30T18:48:58.092Z Downloaded libtest-mimic v0.7.3
7592024-10-30T18:48:58.095Z Downloaded plotters v0.3.7
7602024-10-30T18:48:58.102Z Downloaded tokio-tungstenite v0.23.1
7612024-10-30T18:48:58.105Z Downloaded git2 v0.19.0
7622024-10-30T18:48:58.113Z Downloaded num-traits v0.2.19
7632024-10-30T18:48:58.116Z Downloaded peg-macros v0.8.4
7642024-10-30T18:48:58.118Z Downloaded memoffset v0.9.1
7652024-10-30T18:48:58.121Z Downloaded semver v0.1.20
7662024-10-30T18:48:58.121Z Downloaded rayon-core v1.12.1
7672024-10-30T18:48:58.123Z Downloaded progenitor-macro v0.8.0
7682024-10-30T18:48:58.126Z Downloaded inout v0.1.3
7692024-10-30T18:48:58.126Z Downloaded indoc v1.0.9
7702024-10-30T18:48:58.128Z Downloaded der_derive v0.7.3
7712024-10-30T18:48:58.131Z Downloaded ron v0.7.1
7722024-10-30T18:48:58.134Z Downloaded nodrop v0.1.14
7732024-10-30T18:48:58.136Z Downloaded newline-converter v0.3.0
7742024-10-30T18:48:58.136Z Downloaded instability v0.3.2
7752024-10-30T18:48:58.139Z Downloaded tokio-rustls v0.24.1
7762024-10-30T18:48:58.142Z Downloaded diff v0.1.13
7772024-10-30T18:48:58.142Z Downloaded crossbeam-utils v0.8.20
7782024-10-30T18:48:58.151Z Downloaded zerocopy v0.6.6
7792024-10-30T18:48:58.153Z Downloaded tinytemplate v1.2.1
7802024-10-30T18:48:58.156Z Downloaded encoding_rs v0.8.34
7812024-10-30T18:48:58.177Z Downloaded reedline v0.35.0
7822024-10-30T18:48:58.184Z Downloaded phf_codegen v0.11.2
7832024-10-30T18:48:58.186Z Downloaded itertools v0.10.5
7842024-10-30T18:48:58.191Z Downloaded mockall_derive v0.13.0
7852024-10-30T18:48:58.195Z Downloaded tar v0.4.42
7862024-10-30T18:48:58.197Z Downloaded x509-cert v0.2.5
7872024-10-30T18:48:58.202Z Downloaded schemars v0.8.21
7882024-10-30T18:48:58.213Z Downloaded ryu v1.0.18
7892024-10-30T18:48:58.216Z Downloaded time v0.3.36
7902024-10-30T18:48:58.223Z Downloaded crypto-bigint v0.5.5
7912024-10-30T18:48:58.230Z Downloaded h2 v0.3.26
7922024-10-30T18:48:58.245Z Downloaded ssh-key v0.6.6
7932024-10-30T18:48:58.248Z Downloaded portable-atomic v1.9.0
7942024-10-30T18:48:58.251Z Downloaded signal-hook-registry v1.4.2
7952024-10-30T18:48:58.253Z Downloaded powerfmt v0.2.0
7962024-10-30T18:48:58.253Z Downloaded phf_generator v0.11.2
7972024-10-30T18:48:58.255Z Downloaded managed v0.8.0
7982024-10-30T18:48:58.255Z Downloaded tungstenite v0.24.0
7992024-10-30T18:48:58.258Z Downloaded similar v2.6.0
8002024-10-30T18:48:58.267Z Downloaded ctr v0.9.2
8012024-10-30T18:48:58.270Z Downloaded target-lexicon v0.12.16
8022024-10-30T18:48:58.270Z Downloaded trybuild v1.0.100
8032024-10-30T18:48:58.273Z Downloaded pbkdf2 v0.12.2
8042024-10-30T18:48:58.273Z Downloaded oorandom v11.1.4
8052024-10-30T18:48:58.273Z Downloaded newtype_derive v0.1.6
8062024-10-30T18:48:58.275Z Downloaded newtype-uuid v1.1.2
8072024-10-30T18:48:58.275Z Downloaded maplit v1.0.2
8082024-10-30T18:48:58.275Z Downloaded dyn-clone v1.0.17
8092024-10-30T18:48:58.278Z Downloaded log v0.4.22
8102024-10-30T18:48:58.281Z Downloaded nu-ansi-term v0.50.1
8112024-10-30T18:48:58.283Z Downloaded tracing-attributes v0.1.27
8122024-10-30T18:48:58.285Z Downloaded whoami v1.5.2
8132024-10-30T18:48:58.288Z Downloaded dropshot_endpoint v0.12.0
8142024-10-30T18:48:58.290Z Downloaded miniz_oxide v0.8.0
8152024-10-30T18:48:58.294Z Downloaded similar-asserts v1.6.0
8162024-10-30T18:48:58.294Z Downloaded aes-gcm v0.10.3
8172024-10-30T18:48:58.296Z Downloaded match_cfg v0.1.0
8182024-10-30T18:48:58.299Z Downloaded derive_more v0.99.18
8192024-10-30T18:48:58.302Z Downloaded uuid v1.10.0
8202024-10-30T18:48:58.305Z Downloaded papergrid v0.11.0
8212024-10-30T18:48:58.310Z Downloaded is_ci v1.2.0
8222024-10-30T18:48:58.312Z Downloaded libgit2-sys v0.17.0+1.8.1
8232024-10-30T18:48:58.370Z Downloaded slab v0.4.9
8242024-10-30T18:48:58.373Z Downloaded siphasher v0.3.11
8252024-10-30T18:48:58.373Z Downloaded ed25519 v2.2.3
8262024-10-30T18:48:58.379Z Downloaded h2 v0.4.6
8272024-10-30T18:48:58.382Z Downloaded hkdf v0.12.4
8282024-10-30T18:48:58.385Z Downloaded http v1.1.0
8292024-10-30T18:48:58.388Z Downloaded zip v0.6.6
8302024-10-30T18:48:58.391Z Downloaded hashbrown v0.12.3
8312024-10-30T18:48:58.395Z Downloaded event-listener v5.3.1
8322024-10-30T18:48:58.403Z Downloaded unicode_categories v0.1.1
8332024-10-30T18:48:58.403Z Downloaded tokio-postgres v0.7.12
8342024-10-30T18:48:58.405Z Downloaded aes v0.8.4
8352024-10-30T18:48:58.408Z Downloaded maybe-uninit v2.0.0
8362024-10-30T18:48:58.411Z Downloaded lru v0.12.5
8372024-10-30T18:48:58.411Z Downloaded itoa v1.0.11
8382024-10-30T18:48:58.411Z Downloaded slog v2.7.0
8392024-10-30T18:48:58.415Z Downloaded parking_lot v0.12.3
8402024-10-30T18:48:58.435Z Downloaded omicron-zone-package v0.11.1
8412024-10-30T18:48:58.436Z Downloaded backtrace v0.3.74
8422024-10-30T18:48:58.436Z Downloaded thread_local v1.1.8
8432024-10-30T18:48:58.436Z Downloaded poly1305 v0.8.0
8442024-10-30T18:48:58.436Z Downloaded parking_lot_core v0.8.6
8452024-10-30T18:48:58.436Z Downloaded serde_urlencoded v0.7.1
8462024-10-30T18:48:58.436Z Downloaded serde_plain v1.0.2
8472024-10-30T18:48:58.436Z Downloaded vergen v8.3.2
8482024-10-30T18:48:58.436Z Downloaded serde_path_to_error v0.1.16
8492024-10-30T18:48:58.442Z Downloaded rustc_version v0.4.1
8502024-10-30T18:48:58.442Z Downloaded rustc_version v0.1.7
8512024-10-30T18:48:58.442Z Downloaded rustc-hash v2.0.0
8522024-10-30T18:48:58.442Z Downloaded rand v0.8.5
8532024-10-30T18:48:58.446Z Downloaded pin-project v1.1.6
8542024-10-30T18:48:58.454Z Downloaded flate2 v1.0.34
8552024-10-30T18:48:58.459Z Downloaded hyper-util v0.1.9
8562024-10-30T18:48:58.474Z Downloaded headers v0.4.0
8572024-10-30T18:48:58.474Z Downloaded rfc6979 v0.4.0
8582024-10-30T18:48:58.475Z Downloaded resolv-conf v0.7.0
8592024-10-30T18:48:58.475Z Downloaded ppv-lite86 v0.2.20
8602024-10-30T18:48:58.475Z Downloaded parking v2.2.1
8612024-10-30T18:48:58.475Z Downloaded cfg-expr v0.17.0
8622024-10-30T18:48:58.480Z Downloaded percent-encoding v2.3.1
8632024-10-30T18:48:58.480Z Downloaded httpdate v1.0.3
8642024-10-30T18:48:58.480Z Downloaded serde_tokenstream v0.2.2
8652024-10-30T18:48:58.480Z Downloaded serde_spanned v0.6.8
8662024-10-30T18:48:58.480Z Downloaded serde_repr v0.1.19
8672024-10-30T18:48:58.488Z Downloaded serde_regex v1.1.0
8682024-10-30T18:48:58.488Z Downloaded scrypt v0.11.0
8692024-10-30T18:48:58.488Z Downloaded bitfield v0.14.0
8702024-10-30T18:48:58.488Z Downloaded termios v0.3.3
8712024-10-30T18:48:58.488Z Downloaded highway v1.2.0
8722024-10-30T18:48:58.492Z Downloaded hashlink v0.9.1
8732024-10-30T18:48:58.492Z Downloaded anyhow v1.0.89
8742024-10-30T18:48:58.495Z Downloaded camino v1.1.9
8752024-10-30T18:48:58.495Z Downloaded arc-swap v1.7.1
8762024-10-30T18:48:58.501Z Downloaded atomic-waker v1.1.2
8772024-10-30T18:48:58.503Z Downloaded assert_cmd v2.0.16
8782024-10-30T18:48:58.503Z Downloaded fragile v2.0.0
8792024-10-30T18:48:58.504Z Downloaded cancel-safe-futures v0.1.5
8802024-10-30T18:48:58.507Z Downloaded async-task v4.7.1
8812024-10-30T18:48:58.510Z Downloaded async-process v2.3.0
8822024-10-30T18:48:58.513Z Downloaded blake2b_simd v1.0.2
8832024-10-30T18:48:58.513Z Downloaded bitflags v1.3.2
8842024-10-30T18:48:58.516Z Downloaded base64ct v1.6.0
8852024-10-30T18:48:58.520Z Downloaded arrayvec v0.7.6
8862024-10-30T18:48:58.522Z Downloaded bcs v0.1.6
8872024-10-30T18:48:58.522Z Downloaded async-bb8-diesel v0.2.1
8882024-10-30T18:48:58.525Z Downloaded proc-macro-crate v1.3.1
8892024-10-30T18:48:58.525Z Downloaded primeorder v0.13.6
8902024-10-30T18:48:58.525Z Downloaded http-body-util v0.1.2
8912024-10-30T18:48:58.528Z Downloaded hostname v0.4.0
8922024-10-30T18:48:58.528Z Downloaded hostname v0.3.1
8932024-10-30T18:48:58.531Z Downloaded heck v0.5.0
8942024-10-30T18:48:58.531Z Downloaded heck v0.4.1
8952024-10-30T18:48:58.535Z Downloaded hash32 v0.3.1
8962024-10-30T18:48:58.535Z Downloaded slog-bunyan v2.5.0
8972024-10-30T18:48:58.535Z Downloaded sigpipe v0.1.3
8982024-10-30T18:48:58.537Z Downloaded futures-timer v3.0.3
8992024-10-30T18:48:58.537Z Downloaded phf_shared v0.11.2
9002024-10-30T18:48:58.537Z Downloaded olpc-cjson v0.1.4
9012024-10-30T18:48:58.541Z Downloaded hashbrown v0.13.2
9022024-10-30T18:48:58.544Z Downloaded cbc v0.1.2
9032024-10-30T18:48:58.544Z Downloaded buf-list v1.0.3
9042024-10-30T18:48:58.547Z Downloaded autocfg v1.4.0
9052024-10-30T18:48:58.551Z Downloaded array-init v0.0.4
9062024-10-30T18:48:58.551Z Downloaded anstyle v1.0.8
9072024-10-30T18:48:58.551Z Downloaded anstyle-query v1.1.1
9082024-10-30T18:48:58.554Z Downloaded ghash v0.5.1
9092024-10-30T18:48:58.554Z Downloaded form_urlencoded v1.2.1
9102024-10-30T18:48:58.556Z Downloaded cargo_metadata v0.18.1
9112024-10-30T18:48:58.556Z Downloaded assert_matches v1.5.0
9122024-10-30T18:48:58.559Z Downloaded assert-json-diff v2.0.2
9132024-10-30T18:48:58.559Z Downloaded float-cmp v0.9.0
9142024-10-30T18:48:58.559Z Downloaded fixedbitset v0.4.2
9152024-10-30T18:48:58.855Z Downloaded ring v0.16.20
9162024-10-30T18:48:58.938Z Downloaded libsqlite3-sys v0.30.1
9172024-10-30T18:48:59.284Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9182024-10-30T18:49:24.571Z Startup: Refreshing catalog 'helios-dev' ... Done
9192024-10-30T18:49:28.074Z Startup: Caching catalogs ... Done
9202024-10-30T18:49:35.134ZPlanning: Solver setup ... Done (6.289s)
9212024-10-30T18:49:35.229ZPlanning: Running solver ... Done (0.092s)
9222024-10-30T18:49:35.383ZPlanning: Finding local manifests ... Done (0.082s)
9232024-10-30T18:49:35.397ZPlanning: Fetching manifests: 0/5 0% complete
9242024-10-30T18:49:35.617ZPlanning: Fetching manifests: 5/5 100% complete
9252024-10-30T18:49:35.905ZPlanning: Package planning ... Done (0.288s)
9262024-10-30T18:49:35.962ZPlanning: Merging actions ... Done (0.057s)
9272024-10-30T18:49:37.178ZPlanning: Checking for conflicting actions ... Done (1.217s)
9282024-10-30T18:49:46.845ZPlanning: Consolidating action changes ... Done (9.666s)
9292024-10-30T18:49:47.340ZPlanning: Evaluating mediators ... Done (0.494s)
9302024-10-30T18:49:47.571ZPlanning: Planning completed in 19.41 seconds
9312024-10-30T18:49:47.791Z Packages to install: 4
9322024-10-30T18:49:47.791Z Packages to update: 1
9332024-10-30T18:49:47.795Z Mediators to change: 2
9342024-10-30T18:49:47.795Z Services to change: 1
9352024-10-30T18:49:47.795Z Estimated space available: 155.48 GB
9362024-10-30T18:49:47.795ZEstimated space to be consumed: 1.58 GB
9372024-10-30T18:49:47.795Z Create boot environment: No
9382024-10-30T18:49:47.795ZCreate backup boot environment: Yes
9392024-10-30T18:49:47.795Z Rebuild boot archive: No
9402024-10-30T18:49:47.796Z
9412024-10-30T18:49:47.796ZChanged mediators:
9422024-10-30T18:49:47.796Z mediator clang:
9432024-10-30T18:49:47.796Z version: None -> 15 (system default)
9442024-10-30T18:49:47.796Z
9452024-10-30T18:49:47.796Z mediator llvm:
9462024-10-30T18:49:47.796Z version: 14 (system default) -> 15 (system default)
9472024-10-30T18:49:47.796Z
9482024-10-30T18:49:47.796ZChanged packages:
9492024-10-30T18:49:47.796Zhelios-dev
9502024-10-30T18:49:47.796Z developer/build-essential
9512024-10-30T18:49:47.796Z None -> 11-2.0
9522024-10-30T18:49:47.796Z library/libxmlsec1
9532024-10-30T18:49:47.797Z None -> 1.2.35-2.0
9542024-10-30T18:49:47.797Z ooce/developer/clang-15
9552024-10-30T18:49:47.797Z None -> 15.0.7-2.0
9562024-10-30T18:49:47.797Z ooce/developer/llvm-15
9572024-10-30T18:49:47.797Z None -> 15.0.7-2.0
9582024-10-30T18:49:47.797Z package/pkg
9592024-10-30T18:49:47.797Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9602024-10-30T18:49:47.797Z
9612024-10-30T18:49:47.797ZServices:
9622024-10-30T18:49:47.797Z restart_fmri:
9632024-10-30T18:49:47.797Z svc:/system/update-man-index:default
9642024-10-30T18:49:47.798Z
9652024-10-30T18:49:47.798ZEditable files to change:
9662024-10-30T18:49:47.798Z Update:
9672024-10-30T18:49:47.798Z usr/share/lib/pkg/web/config.shtml
9682024-10-30T18:49:48.384Z
9692024-10-30T18:49:48.384ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9702024-10-30T18:49:53.385ZDownload: 1311/4281 items 103.2/220.6MB 46% complete (20.7M/s)
9712024-10-30T18:49:58.385ZDownload: 3097/4281 items 121.4/220.6MB 55% complete (12.2M/s)
9722024-10-30T18:50:03.401ZDownload: 4028/4281 items 219.4/220.6MB 99% complete (11.8M/s)
9732024-10-30T18:50:04.928ZDownload: Completed 220.60 MB in 16.54 seconds (13.3M/s)
9742024-10-30T18:50:07.206Z Actions: 1/5063 actions (Removing old actions)
9752024-10-30T18:50:07.228Z Actions: 194/5063 actions (Installing new actions)
9762024-10-30T18:50:12.252Z Actions: 4078/5063 actions (Installing new actions)
9772024-10-30T18:50:13.417Z Actions: 4226/5063 actions (Updating modified actions)
9782024-10-30T18:50:13.868Z Actions: Completed 5063 actions in 6.66 seconds.
9792024-10-30T18:50:14.248Z Done (0.373s)
9802024-10-30T18:50:14.251Z Done (0.000s)
9812024-10-30T18:50:14.751Z Done (0.500s)
9822024-10-30T18:50:22.069Z Done (7.114s)
9832024-10-30T18:50:22.464Z Done (0.328s)
9842024-10-30T18:50:22.467Z Done (0.000s)
9852024-10-30T18:50:22.656Z Done (0.000s)
9862024-10-30T18:50:23.321ZPlanning: Evaluating mediator changes ... Done
9872024-10-30T18:50:23.481ZPlanning: Checking for conflicting actions ... Done
9882024-10-30T18:50:23.484ZPlanning: Consolidating action changes ... Done
9892024-10-30T18:50:23.750ZPlanning: Evaluating mediators ... Done
9902024-10-30T18:50:23.753ZPlanning: Planning completed in 0.43 seconds
9912024-10-30T18:50:23.790Z Mediators to change: 2
9922024-10-30T18:50:23.790Z Create boot environment: No
9932024-10-30T18:50:23.793ZCreate backup boot environment: No
9942024-10-30T18:50:24.020Z Done
9952024-10-30T18:50:24.020Z Done
9962024-10-30T18:50:24.378Z Done
9972024-10-30T18:50:27.859Z Done
9982024-10-30T18:50:27.948Z Done
9992024-10-30T18:50:27.950Z Done
10002024-10-30T18:50:28.082Z Done
10012024-10-30T18:50:28.699ZPlanning: Evaluating mediator changes ... Done
10022024-10-30T18:50:28.703ZPlanning: Merging actions ... Done
10032024-10-30T18:50:28.891ZPlanning: Checking for conflicting actions ... Done
10042024-10-30T18:50:28.894ZPlanning: Consolidating action changes ... Done
10052024-10-30T18:50:29.163ZPlanning: Evaluating mediators ... Done
10062024-10-30T18:50:29.220ZPlanning: Planning completed in 0.77 seconds
10072024-10-30T18:50:29.261Z Packages to change: 1
10082024-10-30T18:50:29.261Z Mediators to change: 1
10092024-10-30T18:50:29.263Z Services to change: 1
10102024-10-30T18:50:29.263Z Create boot environment: No
10112024-10-30T18:50:29.264ZCreate backup boot environment: Yes
10122024-10-30T18:50:31.478Z Actions: 1/6 actions (Updating modified actions)
10132024-10-30T18:50:31.607Z Actions: Completed 6 actions in 0.13 seconds.
10142024-10-30T18:50:31.609Z Done
10152024-10-30T18:50:31.609Z Done
10162024-10-30T18:50:31.709Z Done
10172024-10-30T18:50:35.239Z Done
10182024-10-30T18:50:35.329Z Done
10192024-10-30T18:50:35.332Z Done
10202024-10-30T18:50:35.487Z Done
10212024-10-30T18:50:35.925ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10222024-10-30T18:50:35.925Zclang system 15 system
10232024-10-30T18:50:35.925Zcsh system system illumos
10242024-10-30T18:50:35.925Zctags system system illumos
10252024-10-30T18:50:35.925Zgcc vendor 12 vendor
10262024-10-30T18:50:35.925Zgcc system 10 system
10272024-10-30T18:50:35.925Zgcc system 7 system
10282024-10-30T18:50:35.925Zgo system 1.20 system
10292024-10-30T18:50:35.925Zgo system 1.19 system
10302024-10-30T18:50:35.925Zllvm system 15 system
10312024-10-30T18:50:35.925Zllvm system 14 system
10322024-10-30T18:50:35.925Zmariadb system 10.6 system
10332024-10-30T18:50:35.925Zmta vendor vendor dma
10342024-10-30T18:50:35.925Zopenjdk system 17 system
10352024-10-30T18:50:35.925Zopenjdk system 11 system
10362024-10-30T18:50:35.925Zopenjdk system 1.8 system
10372024-10-30T18:50:35.925Zopenssl vendor 3 vendor
10382024-10-30T18:50:35.925Zperl system 5.36 system
10392024-10-30T18:50:35.925Zpostgresql system 15 system
10402024-10-30T18:50:35.925Zpostgresql system 13 system
10412024-10-30T18:50:35.925Zpython vendor 3 vendor
10422024-10-30T18:50:35.925Zpython system 2 system
10432024-10-30T18:50:35.926Zpython3 system 3.11 system
10442024-10-30T18:50:35.926Zruby system 3.0 system
10452024-10-30T18:50:35.926Zwords vendor vendor american-english
10462024-10-30T18:50:35.926Zwords system system australian-english
10472024-10-30T18:50:35.926Zwords system system british-english
10482024-10-30T18:50:35.926Zwords system system canadian-english
10492024-10-30T18:50:35.926Zwords system system french
10502024-10-30T18:50:35.926Zwords system system italian
10512024-10-30T18:50:35.926Zwords system system ngerman
10522024-10-30T18:50:35.926Zwords system system ogerman
10532024-10-30T18:50:35.926Zwords system system spanish
10542024-10-30T18:50:36.261ZPUBLISHER TYPE STATUS P LOCATION
10552024-10-30T18:50:36.261Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10562024-10-30T18:50:38.670ZFMRI IFO
10572024-10-30T18:50:38.670Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10582024-10-30T18:50:38.670Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10592024-10-30T18:50:38.670Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10602024-10-30T18:50:38.671Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10612024-10-30T18:50:38.671Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10622024-10-30T18:50:38.671Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10632024-10-30T18:50:38.671Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10642024-10-30T18:50:38.671Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10652024-10-30T18:50:38.671Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10662024-10-30T18:50:38.671Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10672024-10-30T18:50:38.671Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10682024-10-30T18:50:38.671Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10692024-10-30T18:50:38.671Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10702024-10-30T18:50:38.671Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10712024-10-30T18:50:38.671Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10722024-10-30T18:50:39.702Z Downloading crates ...
10732024-10-30T18:50:39.813Z Downloaded cargo_toml v0.20.5
10742024-10-30T18:50:39.951Z Compiling proc-macro2 v1.0.87
10752024-10-30T18:50:39.951Z Compiling unicode-ident v1.0.13
10762024-10-30T18:50:39.953Z Compiling version_check v0.9.5
10772024-10-30T18:50:39.953Z Compiling serde v1.0.210
10782024-10-30T18:50:39.953Z Compiling thiserror v1.0.64
10792024-10-30T18:50:39.954Z Compiling memchr v2.7.4
10802024-10-30T18:50:39.954Z Compiling libc v0.2.161
10812024-10-30T18:50:39.954Z Compiling ucd-trie v0.1.7
10822024-10-30T18:50:40.566Z Compiling itoa v1.0.11
10832024-10-30T18:50:40.691Z Compiling ryu v1.0.18
10842024-10-30T18:50:40.932Z Compiling once_cell v1.20.2
10852024-10-30T18:50:41.221Z Compiling byteorder v1.5.0
10862024-10-30T18:50:41.407Z Compiling rustix v0.38.37
10872024-10-30T18:50:41.491Z Compiling serde_json v1.0.128
10882024-10-30T18:50:41.504Z Compiling bitflags v2.6.0
10892024-10-30T18:50:41.597Z Compiling usdt-impl v0.5.0
10902024-10-30T18:50:41.820Z Compiling proc-macro-error-attr v1.0.4
10912024-10-30T18:50:41.860Z Compiling syn v1.0.109
10922024-10-30T18:50:41.895Z Compiling proc-macro-error v1.0.4
10932024-10-30T18:50:42.060Z Compiling log v0.4.22
10942024-10-30T18:50:42.147Z Compiling equivalent v1.0.1
10952024-10-30T18:50:42.185Z Compiling plain v0.2.3
10962024-10-30T18:50:42.248Z Compiling camino v1.1.9
10972024-10-30T18:50:42.315Z Compiling utf8parse v0.2.2
10982024-10-30T18:50:42.345Z Compiling quote v1.0.37
10992024-10-30T18:50:42.437Z Compiling hashbrown v0.15.0
11002024-10-30T18:50:42.458Z Compiling anstyle-parse v0.2.5
11012024-10-30T18:50:42.678Z Compiling syn v2.0.79
11022024-10-30T18:50:42.783Z Compiling errno v0.3.9
11032024-10-30T18:50:42.858Z Compiling thread-id v4.2.2
11042024-10-30T18:50:42.996Z Compiling pretty-hex v0.4.1
11052024-10-30T18:50:43.016Z Compiling winnow v0.6.20
11062024-10-30T18:50:43.205Z Compiling autocfg v1.4.0
11072024-10-30T18:50:43.302Z Compiling anstyle v1.0.8
11082024-10-30T18:50:43.653Z Compiling indexmap v2.6.0
11092024-10-30T18:50:43.756Z Compiling anstyle-query v1.1.1
11102024-10-30T18:50:43.900Z Compiling colorchoice v1.0.2
11112024-10-30T18:50:44.052Z Compiling unicode-width v0.1.14
11122024-10-30T18:50:44.360Z Compiling is_terminal_polyfill v1.70.1
11132024-10-30T18:50:44.479Z Compiling semver v1.0.23
11142024-10-30T18:50:44.524Z Compiling anstream v0.6.15
11152024-10-30T18:50:44.607Z Compiling fs-err v2.11.0
11162024-10-30T18:50:45.034Z Compiling terminal_size v0.4.0
11172024-10-30T18:50:45.074Z Compiling clap_lex v0.7.2
11182024-10-30T18:50:45.215Z Compiling cfg-if v1.0.0
11192024-10-30T18:50:45.227Z Compiling bytecount v0.6.8
11202024-10-30T18:50:45.300Z Compiling fastrand v2.1.1
11212024-10-30T18:50:45.474Z Compiling anyhow v1.0.89
11222024-10-30T18:50:45.489Z Compiling heck v0.4.1
11232024-10-30T18:50:45.611Z Compiling fnv v1.0.7
11242024-10-30T18:50:45.877Z Compiling heck v0.5.0
11252024-10-30T18:50:45.901Z Compiling strsim v0.11.1
11262024-10-30T18:50:45.980Z Compiling papergrid v0.11.0
11272024-10-30T18:50:46.274Z Compiling clap_builder v4.5.20
11282024-10-30T18:50:46.382Z Compiling tempfile v3.13.0
11292024-10-30T18:50:46.526Z Compiling memmap v0.7.0
11302024-10-30T18:50:46.827Z Compiling unicode-linebreak v0.1.5
11312024-10-30T18:50:46.848Z Compiling smawk v0.3.2
11322024-10-30T18:50:47.243Z Compiling textwrap v0.16.1
11332024-10-30T18:50:47.293Z Compiling swrite v0.1.0
11342024-10-30T18:50:48.552Z Compiling tabled_derive v0.7.0
11352024-10-30T18:50:50.112Z Compiling tabled v0.15.0
11362024-10-30T18:50:51.614Z Compiling serde_derive v1.0.210
11372024-10-30T18:50:51.616Z Compiling thiserror-impl v1.0.64
11382024-10-30T18:50:51.635Z Compiling zerocopy-derive v0.7.35
11392024-10-30T18:50:51.714Z Compiling scroll_derive v0.12.0
11402024-10-30T18:50:51.804Z Compiling clap_derive v4.5.18
11412024-10-30T18:50:52.986Z Compiling scroll v0.12.0
11422024-10-30T18:50:53.405Z Compiling zerocopy v0.7.35
11432024-10-30T18:50:53.436Z Compiling goblin v0.8.2
11442024-10-30T18:50:54.148Z Compiling pest v2.7.14
11452024-10-30T18:50:55.286Z Compiling clap v4.5.20
11462024-10-30T18:50:56.463Z Compiling pest_meta v2.7.14
11472024-10-30T18:50:57.277Z Compiling pest_generator v2.7.14
11482024-10-30T18:50:59.128Z Compiling pest_derive v2.7.14
11492024-10-30T18:50:59.799Z Compiling dtrace-parser v0.2.0
11502024-10-30T18:51:01.671Z Compiling serde_spanned v0.6.8
11512024-10-30T18:51:01.671Z Compiling toml_datetime v0.6.8
11522024-10-30T18:51:01.674Z Compiling cargo-platform v0.1.8
11532024-10-30T18:51:02.079Z Compiling serde_tokenstream v0.2.2
11542024-10-30T18:51:02.179Z Compiling toml_edit v0.22.22
11552024-10-30T18:51:02.204Z Compiling macaddr v1.0.1
11562024-10-30T18:51:02.292Z Compiling camino-tempfile v1.1.1
11572024-10-30T18:51:03.072Z Compiling dof v0.3.0
11582024-10-30T18:51:03.072Z Compiling cargo_metadata v0.18.1
11592024-10-30T18:51:04.982Z Compiling toml v0.8.19
11602024-10-30T18:51:05.055Z Compiling usdt-attr-macro v0.5.0
11612024-10-30T18:51:05.069Z Compiling usdt-macro v0.5.0
11622024-10-30T18:51:05.812Z Compiling cargo_toml v0.20.5
11632024-10-30T18:51:06.366Z Compiling usdt v0.5.0
11642024-10-30T18:51:09.662Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11652024-10-30T18:51:13.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.48s
11662024-10-30T18:51:13.681Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11672024-10-30T18:51:14.557Z Compiling serde v1.0.210
11682024-10-30T18:51:14.560Z Compiling typenum v1.17.0
11692024-10-30T18:51:14.560Z Compiling lock_api v0.4.12
11702024-10-30T18:51:14.560Z Compiling generic-array v0.14.7
11712024-10-30T18:51:14.560Z Compiling scopeguard v1.2.0
11722024-10-30T18:51:14.560Z Compiling subtle v2.6.1
11732024-10-30T18:51:14.685Z Compiling syn v2.0.79
11742024-10-30T18:51:14.692Z Compiling getrandom v0.2.15
11752024-10-30T18:51:14.834Z Compiling value-bag v1.9.0
11762024-10-30T18:51:14.978Z Compiling rand_core v0.6.4
11772024-10-30T18:51:15.058Z Compiling const-oid v0.9.6
11782024-10-30T18:51:15.120Z Compiling pin-project-lite v0.2.14
11792024-10-30T18:51:15.232Z Compiling smallvec v1.13.2
11802024-10-30T18:51:15.250Z Compiling log v0.4.22
11812024-10-30T18:51:15.442Z Compiling jobserver v0.1.32
11822024-10-30T18:51:15.489Z Compiling parking_lot_core v0.9.10
11832024-10-30T18:51:15.624Z Compiling shlex v1.3.0
11842024-10-30T18:51:15.667Z Compiling futures-core v0.3.31
11852024-10-30T18:51:15.925Z Compiling cc v1.1.30
11862024-10-30T18:51:16.043Z Compiling signal-hook-registry v1.4.2
11872024-10-30T18:51:16.117Z Compiling mio v1.0.2
11882024-10-30T18:51:16.335Z Compiling parking_lot v0.12.3
11892024-10-30T18:51:16.632Z Compiling cpufeatures v0.2.14
11902024-10-30T18:51:16.729Z Compiling futures-sink v0.3.31
11912024-10-30T18:51:16.881Z Compiling spin v0.9.8
11922024-10-30T18:51:16.884Z Compiling socket2 v0.5.7
11932024-10-30T18:51:17.071Z Compiling slab v0.4.9
11942024-10-30T18:51:17.282Z Compiling serde_json v1.0.128
11952024-10-30T18:51:17.299Z Compiling futures-channel v0.3.31
11962024-10-30T18:51:17.314Z Compiling futures-task v0.3.31
11972024-10-30T18:51:17.423Z Compiling futures-io v0.3.31
11982024-10-30T18:51:17.607Z Compiling allocator-api2 v0.2.18
11992024-10-30T18:51:17.651Z Compiling foldhash v0.1.3
12002024-10-30T18:51:17.671Z Compiling tinyvec_macros v0.1.1
12012024-10-30T18:51:17.753Z Compiling pin-utils v0.1.0
12022024-10-30T18:51:17.770Z Compiling tinyvec v1.8.0
12032024-10-30T18:51:17.816Z Compiling libm v0.2.8
12042024-10-30T18:51:17.849Z Compiling num-traits v0.2.19
12052024-10-30T18:51:17.865Z Compiling unicode-bidi v0.3.17
12062024-10-30T18:51:17.944Z Compiling base64ct v1.6.0
12072024-10-30T18:51:18.396Z Compiling hashbrown v0.15.0
12082024-10-30T18:51:18.410Z Compiling pem-rfc7468 v0.7.0
12092024-10-30T18:51:18.520Z Compiling flagset v0.4.6
12102024-10-30T18:51:18.723Z Compiling httparse v1.9.5
12112024-10-30T18:51:19.152Z Compiling tracing-core v0.1.32
12122024-10-30T18:51:19.271Z Compiling unicode-normalization v0.1.24
12132024-10-30T18:51:19.579Z Compiling rustls-pki-types v1.9.0
12142024-10-30T18:51:19.598Z Compiling percent-encoding v2.3.1
12152024-10-30T18:51:19.696Z Compiling crossbeam-utils v0.8.20
12162024-10-30T18:51:20.086Z Compiling ring v0.17.8
12172024-10-30T18:51:20.337Z Compiling pkg-config v0.3.31
12182024-10-30T18:51:20.407Z Compiling untrusted v0.9.0
12192024-10-30T18:51:20.531Z Compiling vcpkg v0.2.15
12202024-10-30T18:51:20.576Z Compiling num-conv v0.1.0
12212024-10-30T18:51:20.693Z Compiling time-core v0.1.2
12222024-10-30T18:51:20.710Z Compiling powerfmt v0.2.0
12232024-10-30T18:51:20.880Z Compiling time-macros v0.2.18
12242024-10-30T18:51:21.092Z Compiling deranged v0.3.11
12252024-10-30T18:51:21.332Z Compiling atomic-waker v1.1.2
12262024-10-30T18:51:21.517Z Compiling num_threads v0.1.7
12272024-10-30T18:51:21.643Z Compiling form_urlencoded v1.2.1
12282024-10-30T18:51:21.848Z Compiling slog v2.7.0
12292024-10-30T18:51:21.948Z Compiling rustix v0.38.37
12302024-10-30T18:51:22.023Z Compiling try-lock v0.2.5
12312024-10-30T18:51:22.173Z Compiling want v0.3.1
12322024-10-30T18:51:22.421Z Compiling httpdate v1.0.3
12332024-10-30T18:51:22.557Z Compiling openssl-sys v0.9.103
12342024-10-30T18:51:22.813Z Compiling idna v0.5.0
12352024-10-30T18:51:22.854Z Compiling foreign-types-shared v0.1.1
12362024-10-30T18:51:22.886Z Compiling iana-time-zone v0.1.61
12372024-10-30T18:51:22.959Z Compiling rustversion v1.0.17
12382024-10-30T18:51:23.191Z Compiling tower-service v0.3.3
12392024-10-30T18:51:23.306Z Compiling openssl v0.10.66
12402024-10-30T18:51:23.323Z Compiling base64 v0.22.1
12412024-10-30T18:51:23.620Z Compiling match_cfg v0.1.0
12422024-10-30T18:51:23.698Z Compiling hostname v0.3.1
12432024-10-30T18:51:23.764Z Compiling url v2.5.2
12442024-10-30T18:51:23.943Z Compiling foreign-types v0.3.2
12452024-10-30T18:51:23.982Z Compiling dirs-sys-next v0.1.2
12462024-10-30T18:51:23.999Z Compiling time v0.3.36
12472024-10-30T18:51:24.024Z Compiling aho-corasick v1.1.3
12482024-10-30T18:51:24.268Z Compiling rustls v0.23.14
12492024-10-30T18:51:24.548Z Compiling native-tls v0.2.12
12502024-10-30T18:51:24.576Z Compiling rustls v0.22.4
12512024-10-30T18:51:24.800Z Compiling regex-syntax v0.8.5
12522024-10-30T18:51:24.867Z Compiling siphasher v0.3.11
12532024-10-30T18:51:25.143Z Compiling syn v1.0.109
12542024-10-30T18:51:25.490Z Compiling data-encoding v2.6.0
12552024-10-30T18:51:25.728Z Compiling adler2 v2.0.0
12562024-10-30T18:51:25.956Z Compiling miniz_oxide v0.8.0
12572024-10-30T18:51:27.209Z Compiling dirs-next v2.0.0
12582024-10-30T18:51:27.408Z Compiling serde_derive_internals v0.29.1
12592024-10-30T18:51:27.823Z Compiling crossbeam-epoch v0.9.18
12602024-10-30T18:51:28.518Z Compiling serde_derive v1.0.210
12612024-10-30T18:51:28.557Z Compiling zeroize_derive v1.4.2
12622024-10-30T18:51:28.588Z Compiling zerocopy-derive v0.7.35
12632024-10-30T18:51:28.724Z Compiling tokio-macros v2.4.0
12642024-10-30T18:51:28.996Z Compiling thiserror-impl v1.0.64
12652024-10-30T18:51:29.953Z Compiling futures-macro v0.3.31
12662024-10-30T18:51:30.148Z Compiling zeroize v1.8.1
12672024-10-30T18:51:30.312Z Compiling der_derive v0.7.3
12682024-10-30T18:51:30.781Z Compiling zerocopy v0.7.35
12692024-10-30T18:51:30.912Z Compiling tracing-attributes v0.1.27
12702024-10-30T18:51:31.801Z Compiling futures-util v0.3.31
12712024-10-30T18:51:31.918Z Compiling crypto-common v0.1.6
12722024-10-30T18:51:32.145Z Compiling block-buffer v0.10.4
12732024-10-30T18:51:32.235Z Compiling thiserror v1.0.64
12742024-10-30T18:51:32.289Z Compiling block-padding v0.3.3
12752024-10-30T18:51:32.367Z Compiling digest v0.10.7
12762024-10-30T18:51:32.386Z Compiling ppv-lite86 v0.2.20
12772024-10-30T18:51:32.517Z Compiling inout v0.1.3
12782024-10-30T18:51:32.772Z Compiling hmac v0.12.1
12792024-10-30T18:51:32.789Z Compiling sha2 v0.10.8
12802024-10-30T18:51:32.841Z Compiling cipher v0.4.4
12812024-10-30T18:51:33.010Z Compiling der v0.7.9
12822024-10-30T18:51:33.150Z Compiling rand_chacha v0.3.1
12832024-10-30T18:51:33.332Z Compiling salsa20 v0.10.2
12842024-10-30T18:51:33.516Z Compiling rand v0.8.5
12852024-10-30T18:51:34.634Z Compiling tracing v0.1.40
12862024-10-30T18:51:35.099Z Compiling spki v0.7.3
12872024-10-30T18:51:35.508Z Compiling pbkdf2 v0.12.2
12882024-10-30T18:51:35.526Z Compiling pest v2.7.14
12892024-10-30T18:51:35.581Z Compiling cbc v0.1.2
12902024-10-30T18:51:35.690Z Compiling scrypt v0.11.0
12912024-10-30T18:51:35.810Z Compiling aes v0.8.4
12922024-10-30T18:51:36.136Z Compiling scroll_derive v0.12.0
12932024-10-30T18:51:36.215Z Compiling async-trait v0.1.83
12942024-10-30T18:51:36.248Z Compiling openssl-macros v0.1.1
12952024-10-30T18:51:37.013Z Compiling pkcs5 v0.7.1
12962024-10-30T18:51:37.601Z Compiling scroll v0.12.0
12972024-10-30T18:51:37.735Z Compiling pkcs8 v0.10.2
12982024-10-30T18:51:38.163Z Compiling pest_meta v2.7.14
12992024-10-30T18:51:38.298Z Compiling rustls-webpki v0.102.8
13002024-10-30T18:51:38.450Z Compiling goblin v0.8.2
13012024-10-30T18:51:38.535Z Compiling sha1 v0.10.6
13022024-10-30T18:51:38.603Z Compiling signature v2.2.0
13032024-10-30T18:51:38.901Z Compiling regex-automata v0.4.8
13042024-10-30T18:51:38.953Z Compiling lazy_static v1.5.0
13052024-10-30T18:51:38.973Z Compiling thread_local v1.1.8
13062024-10-30T18:51:39.079Z Compiling cookie v0.18.1
13072024-10-30T18:51:39.390Z Compiling pest_generator v2.7.14
13082024-10-30T18:51:39.515Z Compiling multer v3.1.0
13092024-10-30T18:51:39.828Z Compiling encoding_rs v0.8.34
13102024-10-30T18:51:40.021Z Compiling paste v1.0.15
13112024-10-30T18:51:40.361Z Compiling signal-hook v0.3.17
13122024-10-30T18:51:40.616Z Compiling either v1.13.0
13132024-10-30T18:51:40.662Z Compiling ipnet v2.10.1
13142024-10-30T18:51:41.046Z Compiling mime v0.3.17
13152024-10-30T18:51:41.464Z Compiling schemars v0.8.21
13162024-10-30T18:51:41.678Z Compiling openssl-probe v0.1.5
13172024-10-30T18:51:41.842Z Compiling unicode-properties v0.1.3
13182024-10-30T18:51:41.908Z Compiling slog-async v2.8.0
13192024-10-30T18:51:42.086Z Compiling gimli v0.31.1
13202024-10-30T18:51:42.589Z Compiling bytes v1.7.2
13212024-10-30T18:51:42.590Z Compiling indexmap v2.6.0
13222024-10-30T18:51:43.093Z Compiling tokio v1.40.0
13232024-10-30T18:51:43.535Z Compiling http v1.1.0
13242024-10-30T18:51:44.001Z Compiling bitflags v2.6.0
13252024-10-30T18:51:44.443Z Compiling semver v1.0.23
13262024-10-30T18:51:44.463Z Compiling pest_derive v2.7.14
13272024-10-30T18:51:45.204Z Compiling rustc_version v0.4.1
13282024-10-30T18:51:45.264Z Compiling http-body v1.0.1
13292024-10-30T18:51:45.531Z Compiling dtrace-parser v0.2.0
13302024-10-30T18:51:45.555Z Compiling dof v0.3.0
13312024-10-30T18:51:46.064Z Compiling toml_datetime v0.6.8
13322024-10-30T18:51:46.581Z Compiling serde_tokenstream v0.2.2
13332024-10-30T18:51:47.201Z Compiling uuid v1.10.0
13342024-10-30T18:51:47.297Z Compiling serde_spanned v0.6.8
13352024-10-30T18:51:47.536Z Compiling usdt-impl v0.5.0
13362024-10-30T18:51:47.688Z Compiling chrono v0.4.38
13372024-10-30T18:51:47.753Z Compiling heapless v0.7.17
13382024-10-30T18:51:48.247Z Compiling http-body-util v0.1.2
13392024-10-30T18:51:48.781Z Compiling rayon-core v1.12.1
13402024-10-30T18:51:48.826Z Compiling toml_edit v0.22.22
13412024-10-30T18:51:49.095Z Compiling usdt-macro v0.5.0
13422024-10-30T18:51:49.119Z Compiling usdt-attr-macro v0.5.0
13432024-10-30T18:51:50.652Z Compiling addr2line v0.24.2
13442024-10-30T18:51:50.776Z Compiling curve25519-dalek v4.1.3
13452024-10-30T18:51:51.358Z Compiling tokio-util v0.7.12
13462024-10-30T18:51:51.397Z Compiling slog-json v2.6.1
13472024-10-30T18:51:51.434Z Compiling stringprep v0.1.5
13482024-10-30T18:51:51.502Z Compiling serde_urlencoded v0.7.1
13492024-10-30T18:51:52.039Z Compiling futures-executor v0.3.31
13502024-10-30T18:51:52.618Z Compiling h2 v0.4.6
13512024-10-30T18:51:52.670Z Compiling md-5 v0.10.6
13522024-10-30T18:51:52.789Z Compiling schemars_derive v0.8.21
13532024-10-30T18:51:52.859Z Compiling async-stream-impl v0.3.6
13542024-10-30T18:51:54.262Z Compiling enum-as-inner v0.6.1
13552024-10-30T18:51:56.090Z Compiling crossbeam-deque v0.8.5
13562024-10-30T18:51:56.195Z Compiling term v0.7.0
13572024-10-30T18:51:57.360Z Compiling crossbeam-channel v0.5.13
13582024-10-30T18:51:57.526Z Compiling num-integer v0.1.46
13592024-10-30T18:51:57.742Z Compiling rustls-pemfile v2.2.0
13602024-10-30T18:51:58.076Z Compiling idna v0.3.0
13612024-10-30T18:51:58.286Z Compiling idna v0.4.0
13622024-10-30T18:51:58.330Z Compiling ff v0.13.0
13632024-10-30T18:51:58.419Z Compiling hash32 v0.2.1
13642024-10-30T18:51:58.565Z Compiling is-terminal v0.4.13
13652024-10-30T18:51:58.714Z Compiling object v0.36.5
13662024-10-30T18:51:58.789Z Compiling dropshot v0.12.0
13672024-10-30T18:51:59.089Z Compiling quick-error v1.2.3
13682024-10-30T18:51:59.238Z Compiling utf-8 v0.7.6
13692024-10-30T18:51:59.568Z Compiling hyper v1.4.1
13702024-10-30T18:51:59.702Z Compiling base16ct v0.2.0
13712024-10-30T18:51:59.856Z Compiling smoltcp v0.9.1
13722024-10-30T18:52:00.114Z Compiling psl-types v2.0.11
13732024-10-30T18:52:00.344Z Compiling take_mut v0.2.2
13742024-10-30T18:52:00.492Z Compiling anyhow v1.0.89
13752024-10-30T18:52:00.699Z Compiling dyn-clone v1.0.17
13762024-10-30T18:52:00.880Z Compiling num-bigint-dig v0.8.4
13772024-10-30T18:52:01.059Z Compiling portable-atomic v1.9.0
13782024-10-30T18:52:01.160Z Compiling rustc-demangle v0.1.24
13792024-10-30T18:52:02.147Z Compiling hyper-util v0.1.9
13802024-10-30T18:52:02.200Z Compiling linked-hash-map v0.5.6
13812024-10-30T18:52:02.560Z Compiling stable_deref_trait v1.2.0
13822024-10-30T18:52:02.578Z Compiling fallible-iterator v0.2.0
13832024-10-30T18:52:03.299Z Compiling postgres-protocol v0.6.7
13842024-10-30T18:52:03.379Z Compiling lru-cache v0.1.2
13852024-10-30T18:52:03.896Z Compiling publicsuffix v2.2.3
13862024-10-30T18:52:04.164Z Compiling sec1 v0.7.3
13872024-10-30T18:52:04.634Z Compiling tungstenite v0.24.0
13882024-10-30T18:52:04.761Z Compiling resolv-conf v0.7.0
13892024-10-30T18:52:05.062Z Compiling hickory-proto v0.24.1
13902024-10-30T18:52:05.325Z Compiling usdt v0.5.0
13912024-10-30T18:52:05.567Z Compiling slog-term v2.9.1
13922024-10-30T18:52:05.871Z Compiling backtrace v0.3.74
13932024-10-30T18:52:05.990Z Compiling group v0.13.0
13942024-10-30T18:52:06.320Z Compiling num-iter v0.1.45
13952024-10-30T18:52:06.509Z Compiling tokio-rustls v0.26.0
13962024-10-30T18:52:06.785Z Compiling tokio-rustls v0.25.0
13972024-10-30T18:52:06.970Z Compiling tokio-native-tls v0.3.1
13982024-10-30T18:52:07.001Z Compiling async-stream v0.3.6
13992024-10-30T18:52:07.197Z Compiling futures v0.3.31
14002024-10-30T18:52:07.254Z Compiling toml v0.8.19
14012024-10-30T18:52:08.418Z Compiling camino v1.1.9
14022024-10-30T18:52:08.442Z Compiling slog-bunyan v2.5.0
14032024-10-30T18:52:08.776Z Compiling terminal_size v0.4.0
14042024-10-30T18:52:08.903Z Compiling dropshot_endpoint v0.12.0
14052024-10-30T18:52:08.987Z Compiling openapiv3 v2.0.0
14062024-10-30T18:52:09.013Z Compiling serde_path_to_error v0.1.16
14072024-10-30T18:52:09.302Z Compiling hkdf v0.12.4
14082024-10-30T18:52:09.381Z Compiling crypto-bigint v0.5.5
14092024-10-30T18:52:09.416Z Compiling zerocopy-derive v0.6.6
14102024-10-30T18:52:09.568Z Compiling curve25519-dalek-derive v0.1.1
14112024-10-30T18:52:09.858Z Compiling phf_shared v0.11.2
14122024-10-30T18:52:10.229Z Compiling waitgroup v0.1.2
14132024-10-30T18:52:10.461Z Compiling webpki-roots v0.26.6
14142024-10-30T18:52:10.681Z Compiling hostname v0.4.0
14152024-10-30T18:52:10.779Z Compiling hubpack_derive v0.1.1
14162024-10-30T18:52:10.949Z Compiling fs-err v2.11.0
14172024-10-30T18:52:11.114Z Compiling ahash v0.8.11
14182024-10-30T18:52:11.262Z Compiling managed v0.8.0
14192024-10-30T18:52:11.481Z Compiling winnow v0.5.40
14202024-10-30T18:52:11.672Z Compiling debug-ignore v1.0.5
14212024-10-30T18:52:11.690Z Compiling bitflags v1.3.2
14222024-10-30T18:52:11.738Z Compiling console v0.15.8
14232024-10-30T18:52:11.818Z Compiling strum_macros v0.25.3
14242024-10-30T18:52:13.321Z Compiling elliptic-curve v0.13.8
14252024-10-30T18:52:13.338Z Compiling hubpack v0.1.2
14262024-10-30T18:52:13.813Z Compiling clap_builder v4.5.20
14272024-10-30T18:52:13.917Z Compiling zerocopy v0.6.6
14282024-10-30T18:52:14.768Z Compiling hyper-rustls v0.27.3
14292024-10-30T18:52:15.281Z Compiling toml_edit v0.19.15
14302024-10-30T18:52:15.348Z Compiling hickory-resolver v0.24.1
14312024-10-30T18:52:15.372Z Compiling phf v0.11.2
14322024-10-30T18:52:15.472Z Compiling signal-hook-mio v0.2.4
14332024-10-30T18:52:15.636Z Compiling cookie_store v0.21.0
14342024-10-30T18:52:15.712Z Compiling rayon v1.10.0
14352024-10-30T18:52:16.026Z Compiling hyper-tls v0.6.0
14362024-10-30T18:52:17.363Z Compiling tokio-tungstenite v0.24.0
14372024-10-30T18:52:17.896Z Compiling postgres-types v0.2.8
14382024-10-30T18:52:20.578Z Compiling tokio-stream v0.1.16
14392024-10-30T18:52:20.825Z Compiling regex v1.11.0
14402024-10-30T18:52:21.629Z Compiling bstr v1.10.0
14412024-10-30T18:52:21.945Z Compiling serde-big-array v0.5.1
14422024-10-30T18:52:22.049Z Compiling ed25519 v2.2.3
14432024-10-30T18:52:22.187Z Compiling pkcs1 v0.7.5
14442024-10-30T18:52:22.586Z Compiling rfc6979 v0.4.0
14452024-10-30T18:52:22.784Z Compiling clap_derive v4.5.18
14462024-10-30T18:52:23.105Z Compiling serde_repr v0.1.19
14472024-10-30T18:52:23.186Z Compiling derive-where v1.2.7
14482024-10-30T18:52:23.226Z Compiling phf_shared v0.10.0
14492024-10-30T18:52:23.314Z Compiling float-cmp v0.9.0
14502024-10-30T18:52:23.426Z Compiling sync_wrapper v1.0.1
14512024-10-30T18:52:23.546Z Compiling crc32fast v1.4.2
14522024-10-30T18:52:23.579Z Compiling bit-vec v0.6.3
14532024-10-30T18:52:23.631Z Compiling fixedbitset v0.4.2
14542024-10-30T18:52:23.894Z Compiling difflib v0.4.0
14552024-10-30T18:52:24.048Z Compiling precomputed-hash v0.1.1
14562024-10-30T18:52:24.098Z Compiling static_assertions v1.1.0
14572024-10-30T18:52:24.116Z Compiling normalize-line-endings v0.3.0
14582024-10-30T18:52:24.159Z Compiling new_debug_unreachable v1.0.6
14592024-10-30T18:52:24.202Z Compiling minimal-lexical v0.2.1
14602024-10-30T18:52:24.235Z Compiling number_prefix v0.4.0
14612024-10-30T18:52:24.259Z Compiling whoami v1.5.2
14622024-10-30T18:52:24.301Z Compiling unicode-segmentation v1.12.0
14632024-10-30T18:52:24.451Z Compiling predicates-core v1.0.8
14642024-10-30T18:52:24.737Z Compiling predicates v3.1.2
14652024-10-30T18:52:24.807Z Compiling nom v7.1.3
14662024-10-30T18:52:24.907Z Compiling tokio-postgres v0.7.12
14672024-10-30T18:52:25.199Z Compiling similar v2.6.0
14682024-10-30T18:52:25.487Z Compiling indicatif v0.17.8
14692024-10-30T18:52:26.546Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14702024-10-30T18:52:26.773Z Compiling qorb v0.1.2
14712024-10-30T18:52:27.720Z Compiling string_cache v0.8.7
14722024-10-30T18:52:27.737Z Compiling petgraph v0.6.5
14732024-10-30T18:52:27.922Z Compiling clap v4.5.20
14742024-10-30T18:52:28.050Z Compiling bit-set v0.5.3
14752024-10-30T18:52:28.182Z Compiling flate2 v1.0.34
14762024-10-30T18:52:28.331Z Compiling reqwest v0.12.8
14772024-10-30T18:52:28.597Z Compiling ecdsa v0.16.9
14782024-10-30T18:52:29.135Z Compiling rsa v0.9.6
14792024-10-30T18:52:29.440Z Compiling ed25519-dalek v2.1.1
14802024-10-30T18:52:30.728Z Compiling toml v0.7.8
14812024-10-30T18:52:30.769Z Compiling crossterm v0.28.1
14822024-10-30T18:52:32.462Z Compiling hex v0.4.3
14832024-10-30T18:52:32.561Z Compiling itertools v0.10.5
14842024-10-30T18:52:32.595Z Compiling itertools v0.12.1
14852024-10-30T18:52:33.099Z Compiling x509-cert v0.2.5
14862024-10-30T18:52:33.369Z Compiling lalrpop-util v0.19.12
14872024-10-30T18:52:33.387Z Compiling unicode-xid v0.2.6
14882024-10-30T18:52:33.573Z Compiling peg-runtime v0.8.3
14892024-10-30T18:52:33.741Z Compiling xattr v1.3.1
14902024-10-30T18:52:34.007Z Compiling strum_macros v0.26.4
14912024-10-30T18:52:34.220Z Compiling filetime v0.2.25
14922024-10-30T18:52:34.536Z Compiling tar v0.4.42
14932024-10-30T18:52:37.571Z Compiling strum v0.26.3
14942024-10-30T18:52:37.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14952024-10-30T18:52:37.969Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14962024-10-30T18:52:43.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14972024-10-30T18:52:43.530Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14982024-10-30T18:52:43.578ZOct 30 18:52:42.768 INFO Starting download, target: Clickhouse
14992024-10-30T18:52:43.578ZOct 30 18:52:42.769 INFO Starting download, target: Cockroach
15002024-10-30T18:52:43.578ZOct 30 18:52:42.769 INFO Starting download, target: Console
15012024-10-30T18:52:43.579ZOct 30 18:52:42.769 INFO Starting download, target: DendriteOpenapi
15022024-10-30T18:52:43.579ZOct 30 18:52:42.769 INFO Starting download, target: DendriteStub
15032024-10-30T18:52:43.579ZOct 30 18:52:42.769 INFO Starting download, target: MaghemiteMgd
15042024-10-30T18:52:43.579ZOct 30 18:52:42.769 INFO Starting download, target: TransceiverControl
15052024-10-30T18:52:43.590ZOct 30 18:52:42.769 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15062024-10-30T18:52:43.590ZOct 30 18:52:42.769 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15072024-10-30T18:52:43.591ZOct 30 18:52:42.769 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15082024-10-30T18:52:43.591ZOct 30 18:52:42.769 INFO Downloading out/downloads/dpd-a442c5b3c999a91aa2d4d1ec853a7ef127f303cb.json (attempt 1/3), target: DendriteOpenapi
15092024-10-30T18:52:43.591ZOct 30 18:52:42.770 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15102024-10-30T18:52:43.591ZOct 30 18:52:42.770 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15112024-10-30T18:52:43.592ZOct 30 18:52:42.770 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15122024-10-30T18:52:44.180ZOct 30 18:52:43.335 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15132024-10-30T18:52:44.296ZOct 30 18:52:43.339 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15142024-10-30T18:52:44.395ZOct 30 18:52:43.527 INFO Download complete, target: DendriteOpenapi
15152024-10-30T18:52:44.567ZOct 30 18:52:43.692 INFO Download complete, target: Console
15162024-10-30T18:52:44.873ZOct 30 18:52:44.069 INFO Download complete, target: TransceiverControl
15172024-10-30T18:52:44.941ZOct 30 18:52:44.138 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15182024-10-30T18:52:44.959ZOct 30 18:52:44.158 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15192024-10-30T18:52:44.959ZOct 30 18:52:44.158 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15202024-10-30T18:52:45.147ZOct 30 18:52:44.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15212024-10-30T18:52:45.925ZOct 30 18:52:45.124 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15222024-10-30T18:52:48.422ZOct 30 18:52:47.621 INFO Download complete, target: DendriteStub
15232024-10-30T18:52:48.674ZOct 30 18:52:47.873 INFO Download complete, target: MaghemiteMgd
15242024-10-30T18:52:53.392ZOct 30 18:52:52.590 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15252024-10-30T18:52:53.772ZOct 30 18:52:52.970 INFO Checking that binary works, target: Cockroach
15262024-10-30T18:52:53.930ZOct 30 18:52:53.128 INFO Download complete, target: Cockroach
15272024-10-30T18:53:00.048ZOct 30 18:52:59.244 INFO Checking that binary works, target: Clickhouse
15282024-10-30T18:53:00.970ZOct 30 18:53:00.169 INFO Download complete, target: Clickhouse
15292024-10-30T18:53:00.978ZAll prerequisites installed successfully
15302024-10-30T18:53:00.980Z
15312024-10-30T18:53:00.980Zreal 4:01.680342163
15322024-10-30T18:53:00.980Zuser 12:42.729859178
15332024-10-30T18:53:00.980Zsys 2:38.152275416
15342024-10-30T18:53:00.980Ztrap 0.405712830
15352024-10-30T18:53:00.981Ztflt 8.376254800
15362024-10-30T18:53:00.981Zdflt 5.494104490
15372024-10-30T18:53:00.981Zkflt 0.544524007
15382024-10-30T18:53:00.981Zlock 27:06.083371196
15392024-10-30T18:53:00.981Zslp 50:18.853093077
15402024-10-30T18:53:00.981Zlat 40.415882665
15412024-10-30T18:53:00.981Zstop 1:47.649750501
15422024-10-30T18:53:00.981Z+ source ./tools/include/force-git-over-https.sh
15432024-10-30T18:53:00.981Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15442024-10-30T18:53:00.981Z++ (( i = 0 ))
15452024-10-30T18:53:00.981Z++ (( i < 5 ))
15462024-10-30T18:53:00.981Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15472024-10-30T18:53:00.984Z++ (( i++ ))
15482024-10-30T18:53:00.984Z++ (( i < 5 ))
15492024-10-30T18:53:00.984Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15502024-10-30T18:53:00.986Z++ (( i++ ))
15512024-10-30T18:53:00.986Z++ (( i < 5 ))
15522024-10-30T18:53:00.986Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15532024-10-30T18:53:00.989Z++ (( i++ ))
15542024-10-30T18:53:00.989Z++ (( i < 5 ))
15552024-10-30T18:53:00.989Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15562024-10-30T18:53:00.992Z++ (( i++ ))
15572024-10-30T18:53:00.992Z++ (( i < 5 ))
15582024-10-30T18:53:00.992Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15592024-10-30T18:53:00.995Z++ (( i++ ))
15602024-10-30T18:53:00.995Z++ (( i < 5 ))
15612024-10-30T18:53:00.995Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15622024-10-30T18:53:00.995Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15632024-10-30T18:53:00.998Z+ rc=0
15642024-10-30T18:53:00.998Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15652024-10-30T18:53:27.301Z+ case $rc in
15662024-10-30T18:53:27.301Z+ pfexec zfs create -p rpool/images/build/host
15672024-10-30T18:53:27.593Z+ pfexec zfs create -p rpool/images/build/recovery
15682024-10-30T18:53:27.664Z+ cargo xtask releng --output-dir /work
15692024-10-30T18:53:28.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15702024-10-30T18:53:28.237Z Running `target/debug/xtask releng --output-dir /work`
15712024-10-30T18:53:29.181Z Compiling proc-macro2 v1.0.87
15722024-10-30T18:53:29.182Z Compiling unicode-ident v1.0.13
15732024-10-30T18:53:29.184Z Compiling libc v0.2.161
15742024-10-30T18:53:29.184Z Compiling serde v1.0.210
15752024-10-30T18:53:29.184Z Compiling autocfg v1.4.0
15762024-10-30T18:53:29.184Z Compiling version_check v0.9.5
15772024-10-30T18:53:29.184Z Compiling cfg-if v1.0.0
15782024-10-30T18:53:29.483Z Compiling typenum v1.17.0
15792024-10-30T18:53:29.516Z Compiling shlex v1.3.0
15802024-10-30T18:53:29.587Z Compiling memchr v2.7.4
15812024-10-30T18:53:29.959Z Compiling parking_lot_core v0.9.10
15822024-10-30T18:53:30.115Z Compiling generic-array v0.14.7
15832024-10-30T18:53:30.226Z Compiling lock_api v0.4.12
15842024-10-30T18:53:30.402Z Compiling serde_json v1.0.128
15852024-10-30T18:53:30.428Z Compiling libm v0.2.8
15862024-10-30T18:53:30.569Z Compiling value-bag v1.9.0
15872024-10-30T18:53:30.766Z Compiling num-traits v0.2.19
15882024-10-30T18:53:30.832Z Compiling quote v1.0.37
15892024-10-30T18:53:31.037Z Compiling log v0.4.22
15902024-10-30T18:53:31.091Z Compiling slab v0.4.9
15912024-10-30T18:53:31.151Z Compiling once_cell v1.20.2
15922024-10-30T18:53:31.420Z Compiling syn v2.0.79
15932024-10-30T18:53:31.476Z Compiling getrandom v0.2.15
15942024-10-30T18:53:31.522Z Compiling jobserver v0.1.32
15952024-10-30T18:53:31.790Z Compiling thiserror v1.0.64
15962024-10-30T18:53:31.865Z Compiling itoa v1.0.11
15972024-10-30T18:53:31.886Z Compiling cc v1.1.30
15982024-10-30T18:53:32.141Z Compiling scopeguard v1.2.0
15992024-10-30T18:53:32.345Z Compiling rand_core v0.6.4
16002024-10-30T18:53:32.376Z Compiling byteorder v1.5.0
16012024-10-30T18:53:33.087Z Compiling subtle v2.6.1
16022024-10-30T18:53:33.514Z Compiling semver v1.0.23
16032024-10-30T18:53:33.597Z Compiling pin-project-lite v0.2.14
16042024-10-30T18:53:33.871Z Compiling smallvec v1.13.2
16052024-10-30T18:53:34.016Z Compiling httparse v1.9.5
16062024-10-30T18:53:34.036Z Compiling const-oid v0.9.6
16072024-10-30T18:53:34.097Z Compiling ryu v1.0.18
16082024-10-30T18:53:34.386Z Compiling heck v0.5.0
16092024-10-30T18:53:34.456Z Compiling pkg-config v0.3.31
16102024-10-30T18:53:34.626Z Compiling futures-core v0.3.31
16112024-10-30T18:53:34.727Z Compiling allocator-api2 v0.2.18
16122024-10-30T18:53:34.994Z Compiling signal-hook-registry v1.4.2
16132024-10-30T18:53:35.513Z Compiling ring v0.17.8
16142024-10-30T18:53:35.542Z Compiling parking_lot v0.12.3
16152024-10-30T18:53:35.611Z Compiling mio v1.0.2
16162024-10-30T18:53:36.671Z Compiling socket2 v0.5.7
16172024-10-30T18:53:36.792Z Compiling crossbeam-utils v0.8.20
16182024-10-30T18:53:37.045Z Compiling fnv v1.0.7
16192024-10-30T18:53:37.195Z Compiling time-core v0.1.2
16202024-10-30T18:53:37.275Z Compiling vcpkg v0.2.15
16212024-10-30T18:53:37.352Z Compiling num-conv v0.1.0
16222024-10-30T18:53:37.371Z Compiling futures-sink v0.3.31
16232024-10-30T18:53:37.653Z Compiling time-macros v0.2.18
16242024-10-30T18:53:38.052Z Compiling ahash v0.8.11
16252024-10-30T18:53:38.081Z Compiling schemars v0.8.21
16262024-10-30T18:53:38.525Z Compiling spin v0.9.8
16272024-10-30T18:53:39.051Z Compiling openssl-sys v0.9.103
16282024-10-30T18:53:39.137Z Compiling serde_derive_internals v0.29.1
16292024-10-30T18:53:39.661Z Compiling equivalent v1.0.1
16302024-10-30T18:53:39.809Z Compiling cpufeatures v0.2.14
16312024-10-30T18:53:39.851Z Compiling foldhash v0.1.3
16322024-10-30T18:53:40.005Z Compiling rustix v0.38.37
16332024-10-30T18:53:40.413Z Compiling hashbrown v0.15.0
16342024-10-30T18:53:41.163Z Compiling futures-channel v0.3.31
16352024-10-30T18:53:41.694Z Compiling futures-io v0.3.31
16362024-10-30T18:53:41.724Z Compiling slog v2.7.0
16372024-10-30T18:53:41.727Z Compiling futures-task v0.3.31
16382024-10-30T18:53:41.772Z Compiling pin-utils v0.1.0
16392024-10-30T18:53:42.147Z Compiling tinyvec_macros v0.1.1
16402024-10-30T18:53:42.229Z Compiling ucd-trie v0.1.7
16412024-10-30T18:53:42.286Z Compiling tinyvec v1.8.0
16422024-10-30T18:53:42.391Z Compiling openssl v0.10.66
16432024-10-30T18:53:42.739Z Compiling iana-time-zone v0.1.61
16442024-10-30T18:53:42.766Z Compiling unicode-bidi v0.3.17
16452024-10-30T18:53:42.915Z Compiling tracing-core v0.1.32
16462024-10-30T18:53:42.979Z Compiling rustls v0.23.14
16472024-10-30T18:53:43.135Z Compiling native-tls v0.2.12
16482024-10-30T18:53:43.630Z Compiling base64ct v1.6.0
16492024-10-30T18:53:44.043Z Compiling unicode-normalization v0.1.24
16502024-10-30T18:53:44.296Z Compiling pem-rfc7468 v0.7.0
16512024-10-30T18:53:44.884Z Compiling serde_derive v1.0.210
16522024-10-30T18:53:44.985Z Compiling zeroize_derive v1.4.2
16532024-10-30T18:53:45.299Z Compiling zerocopy-derive v0.7.35
16542024-10-30T18:53:45.459Z Compiling tokio-macros v2.4.0
16552024-10-30T18:53:45.502Z Compiling thiserror-impl v1.0.64
16562024-10-30T18:53:45.749Z Compiling futures-macro v0.3.31
16572024-10-30T18:53:45.800Z Compiling tracing-attributes v0.1.27
16582024-10-30T18:53:46.582Z Compiling zeroize v1.8.1
16592024-10-30T18:53:47.551Z Compiling zerocopy v0.7.35
16602024-10-30T18:53:48.663Z Compiling der_derive v0.7.3
16612024-10-30T18:53:48.797Z Compiling crypto-common v0.1.6
16622024-10-30T18:53:49.083Z Compiling block-buffer v0.10.4
16632024-10-30T18:53:49.316Z Compiling schemars_derive v0.8.21
16642024-10-30T18:53:49.368Z Compiling digest v0.10.7
16652024-10-30T18:53:49.517Z Compiling futures-util v0.3.31
16662024-10-30T18:53:49.560Z Compiling scroll_derive v0.12.0
16672024-10-30T18:53:49.814Z Compiling hmac v0.12.1
16682024-10-30T18:53:50.045Z Compiling block-padding v0.3.3
16692024-10-30T18:53:50.065Z Compiling pest v2.7.14
16702024-10-30T18:53:50.984Z Compiling inout v0.1.3
16712024-10-30T18:53:51.006Z Compiling openssl-macros v0.1.1
16722024-10-30T18:53:51.235Z Compiling cipher v0.4.4
16732024-10-30T18:53:51.781Z Compiling sha2 v0.10.8
16742024-10-30T18:53:52.001Z Compiling tracing v0.1.40
16752024-10-30T18:53:52.331Z Compiling ppv-lite86 v0.2.20
16762024-10-30T18:53:52.973Z Compiling pest_meta v2.7.14
16772024-10-30T18:53:53.241Z Compiling async-trait v0.1.83
16782024-10-30T18:53:55.799Z Compiling pest_generator v2.7.14
16792024-10-30T18:53:56.513Z Compiling cookie v0.18.1
16802024-10-30T18:53:56.840Z Compiling usdt-impl v0.5.0
16812024-10-30T18:53:57.048Z Compiling syn v1.0.109
16822024-10-30T18:53:57.188Z Compiling flagset v0.4.6
16832024-10-30T18:53:57.221Z Compiling percent-encoding v2.3.1
16842024-10-30T18:53:57.446Z Compiling dyn-clone v1.0.17
16852024-10-30T18:53:57.681Z Compiling der v0.7.9
16862024-10-30T18:53:57.722Z Compiling pest_derive v2.7.14
16872024-10-30T18:53:57.725Z Compiling rand_chacha v0.3.1
16882024-10-30T18:53:58.341Z Compiling scroll v0.12.0
16892024-10-30T18:53:58.482Z Compiling bytes v1.7.2
16902024-10-30T18:53:58.776Z Compiling indexmap v2.6.0
16912024-10-30T18:53:58.901Z Compiling serde_tokenstream v0.2.2
16922024-10-30T18:53:59.546Z Compiling bitflags v2.6.0
16932024-10-30T18:53:59.714Z Compiling tokio v1.40.0
16942024-10-30T18:54:00.247Z Compiling http v1.1.0
16952024-10-30T18:54:00.834Z Compiling rustc_version v0.4.1
16962024-10-30T18:54:01.419Z Compiling uuid v1.10.0
16972024-10-30T18:54:01.574Z Compiling chrono v0.4.38
16982024-10-30T18:54:02.918Z Compiling aho-corasick v1.1.3
16992024-10-30T18:54:05.424Z Compiling regex-syntax v0.8.5
17002024-10-30T18:54:06.614Z Compiling rustls-pki-types v1.9.0
17012024-10-30T18:54:07.202Z Compiling plain v0.2.3
17022024-10-30T18:54:07.721Z Compiling rayon-core v1.12.1
17032024-10-30T18:54:07.808Z Compiling camino v1.1.9
17042024-10-30T18:54:08.057Z Compiling goblin v0.8.2
17052024-10-30T18:54:08.424Z Compiling spki v0.7.3
17062024-10-30T18:54:08.878Z Compiling tokio-util v0.7.12
17072024-10-30T18:54:09.438Z Compiling regex-automata v0.4.8
17082024-10-30T18:54:10.524Z Compiling rand v0.8.5
17092024-10-30T18:54:11.996Z Compiling salsa20 v0.10.2
17102024-10-30T18:54:12.265Z Compiling pbkdf2 v0.12.2
17112024-10-30T18:54:13.035Z Compiling pretty-hex v0.4.1
17122024-10-30T18:54:13.297Z Compiling rustls v0.22.4
17132024-10-30T18:54:13.590Z Compiling powerfmt v0.2.0
17142024-10-30T18:54:14.268Z Compiling try-lock v0.2.5
17152024-10-30T18:54:14.511Z Compiling untrusted v0.9.0
17162024-10-30T18:54:16.116Z Compiling want v0.3.1
17172024-10-30T18:54:16.554Z Compiling dof v0.3.0
17182024-10-30T18:54:17.734Z Compiling deranged v0.3.11
17192024-10-30T18:54:18.834Z Compiling scrypt v0.11.0
17202024-10-30T18:54:19.386Z Compiling dtrace-parser v0.2.0
17212024-10-30T18:54:19.906Z Compiling form_urlencoded v1.2.1
17222024-10-30T18:54:20.170Z Compiling cbc v0.1.2
17232024-10-30T18:54:20.257Z Compiling aes v0.8.4
17242024-10-30T18:54:20.508Z Compiling errno v0.3.9
17252024-10-30T18:54:20.643Z Compiling thread-id v4.2.2
17262024-10-30T18:54:20.840Z Compiling num_threads v0.1.7
17272024-10-30T18:54:20.984Z Compiling atomic-waker v1.1.2
17282024-10-30T18:54:21.378Z Compiling httpdate v1.0.3
17292024-10-30T18:54:21.444Z Compiling pkcs5 v0.7.1
17302024-10-30T18:54:21.599Z Compiling time v0.3.36
17312024-10-30T18:54:23.973Z Compiling rustls-webpki v0.102.8
17322024-10-30T18:54:24.464Z Compiling http-body v1.0.1
17332024-10-30T18:54:24.786Z Compiling heapless v0.7.17
17342024-10-30T18:54:25.182Z Compiling zerocopy-derive v0.6.6
17352024-10-30T18:54:25.439Z Compiling multer v3.1.0
17362024-10-30T18:54:25.922Z Compiling signal-hook v0.3.17
17372024-10-30T18:54:25.966Z Compiling num-bigint-dig v0.8.4
17382024-10-30T18:54:26.303Z Compiling tower-service v0.3.3
17392024-10-30T18:54:26.427Z Compiling anyhow v1.0.89
17402024-10-30T18:54:26.672Z Compiling slog-async v2.8.0
17412024-10-30T18:54:27.205Z Compiling pkcs8 v0.10.2
17422024-10-30T18:54:27.298Z Compiling h2 v0.4.6
17432024-10-30T18:54:27.680Z Compiling regex v1.11.0
17442024-10-30T18:54:28.775Z Compiling idna v0.5.0
17452024-10-30T18:54:29.499Z Compiling strsim v0.11.1
17462024-10-30T18:54:29.527Z Compiling rustversion v1.0.17
17472024-10-30T18:54:30.232Z Compiling base64 v0.22.1
17482024-10-30T18:54:30.347Z Compiling paste v1.0.15
17492024-10-30T18:54:31.572Z Compiling url v2.5.2
17502024-10-30T18:54:33.772Z Compiling usdt-attr-macro v0.5.0
17512024-10-30T18:54:33.827Z Compiling usdt-macro v0.5.0
17522024-10-30T18:54:35.339Z Compiling hyper v1.4.1
17532024-10-30T18:54:36.355Z Compiling curve25519-dalek v4.1.3
17542024-10-30T18:54:36.891Z Compiling openapiv3 v2.0.0
17552024-10-30T18:54:37.620Z Compiling serde_spanned v0.6.8
17562024-10-30T18:54:37.903Z Compiling toml_datetime v0.6.8
17572024-10-30T18:54:38.412Z Compiling enum-as-inner v0.6.1
17582024-10-30T18:54:38.522Z Compiling async-stream-impl v0.3.6
17592024-10-30T18:54:39.703Z Compiling dropshot v0.12.0
17602024-10-30T18:54:39.805Z Compiling smoltcp v0.9.1
17612024-10-30T18:54:40.132Z Compiling match_cfg v0.1.0
17622024-10-30T18:54:40.283Z Compiling portable-atomic v1.9.0
17632024-10-30T18:54:40.580Z Compiling foreign-types-shared v0.1.1
17642024-10-30T18:54:40.734Z Compiling foreign-types v0.3.2
17652024-10-30T18:54:40.982Z Compiling hyper-util v0.1.9
17662024-10-30T18:54:41.241Z Compiling hostname v0.3.1
17672024-10-30T18:54:44.970Z Compiling clap_derive v4.5.18
17682024-10-30T18:54:45.471Z Compiling dirs-sys-next v0.1.2
17692024-10-30T18:54:45.708Z Compiling encoding_rs v0.8.34
17702024-10-30T18:54:45.974Z Compiling siphasher v0.3.11
17712024-10-30T18:54:46.355Z Compiling data-encoding v2.6.0
17722024-10-30T18:54:48.205Z Compiling mime v0.3.17
17732024-10-30T18:54:49.345Z Compiling adler2 v2.0.0
17742024-10-30T18:54:49.566Z Compiling ipnet v2.10.1
17752024-10-30T18:54:49.884Z Compiling miniz_oxide v0.8.0
17762024-10-30T18:54:52.203Z Compiling dirs-next v2.0.0
17772024-10-30T18:54:57.372Z Compiling hubpack_derive v0.1.1
17782024-10-30T18:54:57.764Z Compiling http-body-util v0.1.2
17792024-10-30T18:54:58.313Z Compiling serde_urlencoded v0.7.1
17802024-10-30T18:54:58.379Z Compiling crossbeam-epoch v0.9.18
17812024-10-30T18:54:58.470Z Compiling dropshot_endpoint v0.12.0
17822024-10-30T18:54:58.959Z Compiling hashbrown v0.14.5
17832024-10-30T18:54:59.035Z Compiling signature v2.2.0
17842024-10-30T18:54:59.213Z Compiling sha1 v0.10.6
17852024-10-30T18:54:59.519Z Compiling curve25519-dalek-derive v0.1.1
17862024-10-30T18:54:59.792Z Compiling lazy_static v1.5.0
17872024-10-30T18:54:59.918Z Compiling thread_local v1.1.8
17882024-10-30T18:54:59.997Z Compiling fs-err v2.11.0
17892024-10-30T18:55:00.535Z Compiling openssl-probe v0.1.5
17902024-10-30T18:55:01.027Z Compiling winnow v0.6.20
17912024-10-30T18:55:01.497Z Compiling either v1.13.0
17922024-10-30T18:55:01.698Z Compiling gimli v0.31.1
17932024-10-30T18:55:01.840Z Compiling utf8parse v0.2.2
17942024-10-30T18:55:02.075Z Compiling anstyle v1.0.8
17952024-10-30T18:55:02.267Z Compiling unicode-properties v0.1.3
17962024-10-30T18:55:02.791Z Compiling stringprep v0.1.5
17972024-10-30T18:55:02.839Z Compiling anstyle-parse v0.2.5
17982024-10-30T18:55:03.942Z Compiling regress v0.10.1
17992024-10-30T18:55:04.375Z Compiling crossbeam-deque v0.8.5
18002024-10-30T18:55:04.812Z Compiling toml_edit v0.22.22
18012024-10-30T18:55:07.280Z Compiling addr2line v0.24.2
18022024-10-30T18:55:08.087Z Compiling term v0.7.0
18032024-10-30T18:55:09.218Z Compiling slog-json v2.6.1
18042024-10-30T18:55:10.258Z Compiling crossbeam-channel v0.5.13
18052024-10-30T18:55:10.782Z Compiling rustls-pemfile v2.2.0
18062024-10-30T18:55:11.752Z Compiling futures-executor v0.3.31
18072024-10-30T18:55:12.264Z Compiling md-5 v0.10.6
18082024-10-30T18:55:12.453Z Compiling idna v0.4.0
18092024-10-30T18:55:12.548Z Compiling idna v0.3.0
18102024-10-30T18:55:12.637Z Compiling num-integer v0.1.46
18112024-10-30T18:55:13.587Z Compiling ff v0.13.0
18122024-10-30T18:55:13.976Z Compiling hash32 v0.2.1
18132024-10-30T18:55:14.066Z Compiling memmap v0.7.0
18142024-10-30T18:55:14.166Z Compiling is-terminal v0.4.13
18152024-10-30T18:55:14.413Z Compiling object v0.36.5
18162024-10-30T18:55:14.468Z Compiling stable_deref_trait v1.2.0
18172024-10-30T18:55:14.524Z Compiling is_terminal_polyfill v1.70.1
18182024-10-30T18:55:14.591Z Compiling utf-8 v0.7.6
18192024-10-30T18:55:14.680Z Compiling fallible-iterator v0.2.0
18202024-10-30T18:55:15.035Z Compiling linked-hash-map v0.5.6
18212024-10-30T18:55:15.574Z Compiling heck v0.4.1
18222024-10-30T18:55:16.072Z Compiling rustc-demangle v0.1.24
18232024-10-30T18:55:16.094Z Compiling take_mut v0.2.2
18242024-10-30T18:55:16.273Z Compiling anstyle-query v1.1.1
18252024-10-30T18:55:16.378Z Compiling quick-error v1.2.3
18262024-10-30T18:55:16.458Z Compiling psl-types v2.0.11
18272024-10-30T18:55:16.607Z Compiling base16ct v0.2.0
18282024-10-30T18:55:16.743Z Compiling colorchoice v1.0.2
18292024-10-30T18:55:16.955Z Compiling anstream v0.6.15
18302024-10-30T18:55:17.045Z Compiling sec1 v0.7.3
18312024-10-30T18:55:17.079Z Compiling publicsuffix v2.2.3
18322024-10-30T18:55:17.297Z Compiling resolv-conf v0.7.0
18332024-10-30T18:55:17.642Z Compiling strum_macros v0.25.3
18342024-10-30T18:55:17.976Z Compiling postgres-protocol v0.6.7
18352024-10-30T18:55:18.457Z Compiling lru-cache v0.1.2
18362024-10-30T18:55:18.674Z Compiling tungstenite v0.24.0
18372024-10-30T18:55:19.178Z Compiling usdt v0.5.0
18382024-10-30T18:55:19.643Z Compiling slog-term v2.9.1
18392024-10-30T18:55:19.986Z Compiling group v0.13.0
18402024-10-30T18:55:20.752Z Compiling hickory-proto v0.24.1
18412024-10-30T18:55:20.755Z Compiling num-iter v0.1.45
18422024-10-30T18:55:20.974Z Compiling futures v0.3.31
18432024-10-30T18:55:21.639Z Compiling tokio-rustls v0.25.0
18442024-10-30T18:55:21.770Z Compiling tokio-rustls v0.26.0
18452024-10-30T18:55:22.049Z Compiling backtrace v0.3.74
18462024-10-30T18:55:23.384Z Compiling slog-bunyan v2.5.0
18472024-10-30T18:55:23.571Z Compiling toml v0.8.19
18482024-10-30T18:55:23.600Z Compiling typify-impl v0.2.0
18492024-10-30T18:55:24.080Z Compiling tokio-native-tls v0.3.1
18502024-10-30T18:55:24.366Z Compiling terminal_size v0.4.0
18512024-10-30T18:55:24.597Z Compiling phf_shared v0.11.2
18522024-10-30T18:55:25.025Z Compiling async-stream v0.3.6
18532024-10-30T18:55:25.280Z Compiling waitgroup v0.1.2
18542024-10-30T18:55:25.337Z Compiling webpki-roots v0.26.6
18552024-10-30T18:55:25.478Z Compiling serde_path_to_error v0.1.16
18562024-10-30T18:55:25.633Z Compiling hkdf v0.12.4
18572024-10-30T18:55:25.777Z Compiling crypto-bigint v0.5.5
18582024-10-30T18:55:26.311Z Compiling serde_repr v0.1.19
18592024-10-30T18:55:27.424Z Compiling derive-where v1.2.7
18602024-10-30T18:55:29.129Z Compiling hostname v0.4.0
18612024-10-30T18:55:29.367Z Compiling managed v0.8.0
18622024-10-30T18:55:29.481Z Compiling unicode-width v0.1.14
18632024-10-30T18:55:29.784Z Compiling debug-ignore v1.0.5
18642024-10-30T18:55:29.858Z Compiling clap_lex v0.7.2
18652024-10-30T18:55:30.026Z Compiling winnow v0.5.40
18662024-10-30T18:55:30.118Z Compiling bitflags v1.3.2
18672024-10-30T18:55:30.492Z Compiling clap_builder v4.5.20
18682024-10-30T18:55:30.787Z Compiling console v0.15.8
18692024-10-30T18:55:32.106Z Compiling elliptic-curve v0.13.8
18702024-10-30T18:55:32.787Z Compiling hickory-resolver v0.24.1
18712024-10-30T18:55:33.832Z Compiling toml_edit v0.19.15
18722024-10-30T18:55:35.460Z Compiling hyper-rustls v0.27.3
18732024-10-30T18:55:35.684Z Compiling typify-macro v0.2.0
18742024-10-30T18:55:39.293Z Compiling phf v0.11.2
18752024-10-30T18:55:39.501Z Compiling hyper-tls v0.6.0
18762024-10-30T18:55:39.552Z Compiling signal-hook-mio v0.2.4
18772024-10-30T18:55:39.595Z Compiling rayon v1.10.0
18782024-10-30T18:55:39.722Z Compiling cookie_store v0.21.0
18792024-10-30T18:55:39.876Z Compiling tokio-tungstenite v0.24.0
18802024-10-30T18:55:39.970Z Compiling postgres-types v0.2.8
18812024-10-30T18:55:40.603Z Compiling ed25519 v2.2.3
18822024-10-30T18:55:40.736Z Compiling hubpack v0.1.2
18832024-10-30T18:55:40.757Z Compiling phf_shared v0.10.0
18842024-10-30T18:55:41.143Z Compiling pkcs1 v0.7.5
18852024-10-30T18:55:41.173Z Compiling zerocopy v0.6.6
18862024-10-30T18:55:41.341Z Compiling bstr v1.10.0
18872024-10-30T18:55:42.109Z Compiling tokio-stream v0.1.16
18882024-10-30T18:55:42.335Z Compiling serde-big-array v0.5.1
18892024-10-30T18:55:42.577Z Compiling rfc6979 v0.4.0
18902024-10-30T18:55:42.804Z Compiling float-cmp v0.9.0
18912024-10-30T18:55:42.965Z Compiling sync_wrapper v1.0.1
18922024-10-30T18:55:43.044Z Compiling crc32fast v1.4.2
18932024-10-30T18:55:43.112Z Compiling difflib v0.4.0
18942024-10-30T18:55:43.192Z Compiling number_prefix v0.4.0
18952024-10-30T18:55:43.211Z Compiling whoami v1.5.2
18962024-10-30T18:55:43.332Z Compiling new_debug_unreachable v1.0.6
18972024-10-30T18:55:43.352Z Compiling predicates-core v1.0.8
18982024-10-30T18:55:43.417Z Compiling fixedbitset v0.4.2
18992024-10-30T18:55:43.442Z Compiling minimal-lexical v0.2.1
19002024-10-30T18:55:43.744Z Compiling precomputed-hash v0.1.1
19012024-10-30T18:55:43.771Z Compiling normalize-line-endings v0.3.0
19022024-10-30T18:55:43.829Z Compiling static_assertions v1.1.0
19032024-10-30T18:55:43.941Z Compiling bit-vec v0.6.3
19042024-10-30T18:55:44.077Z Compiling unicode-segmentation v1.12.0
19052024-10-30T18:55:44.315Z Compiling bit-set v0.5.3
19062024-10-30T18:55:44.936Z Compiling similar v2.6.0
19072024-10-30T18:55:45.042Z Compiling indicatif v0.17.8
19082024-10-30T18:55:45.667Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19092024-10-30T18:55:46.886Z Compiling predicates v3.1.2
19102024-10-30T18:55:46.925Z Compiling string_cache v0.8.7
19112024-10-30T18:55:47.372Z Compiling nom v7.1.3
19122024-10-30T18:55:48.439Z Compiling petgraph v0.6.5
19132024-10-30T18:55:49.545Z Compiling tokio-postgres v0.7.12
19142024-10-30T18:55:50.797Z Compiling flate2 v1.0.34
19152024-10-30T18:55:50.965Z Compiling reqwest v0.12.8
19162024-10-30T18:55:51.641Z Compiling qorb v0.1.2
19172024-10-30T18:55:52.329Z Compiling ecdsa v0.16.9
19182024-10-30T18:55:53.881Z Compiling rsa v0.9.6
19192024-10-30T18:55:54.767Z Compiling ed25519-dalek v2.1.1
19202024-10-30T18:55:55.237Z Compiling crossterm v0.28.1
19212024-10-30T18:55:55.322Z Compiling toml v0.7.8
19222024-10-30T18:55:55.480Z Compiling clap v4.5.20
19232024-10-30T18:55:55.786Z Compiling itertools v0.10.5
19242024-10-30T18:55:56.834Z Compiling itertools v0.12.1
19252024-10-30T18:55:58.875Z Compiling x509-cert v0.2.5
19262024-10-30T18:55:59.849Z Compiling hex v0.4.3
19272024-10-30T18:56:01.629Z Compiling unicode-xid v0.2.6
19282024-10-30T18:56:01.815Z Compiling radium v0.7.0
19292024-10-30T18:56:02.166Z Compiling peg-runtime v0.8.3
19302024-10-30T18:56:03.397Z Compiling lalrpop-util v0.19.12
19312024-10-30T18:56:04.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19322024-10-30T18:56:10.574Z Compiling ident_case v1.0.1
19332024-10-30T18:56:10.633Z Compiling maybe-uninit v2.0.0
19342024-10-30T18:56:11.110Z Compiling tap v1.0.1
19352024-10-30T18:56:15.928Z Compiling wyz v0.5.1
19362024-10-30T18:56:16.513Z Compiling darling_core v0.20.10
19372024-10-30T18:56:30.315Z Compiling typify v0.2.0
19382024-10-30T18:56:34.664Z Compiling http v0.2.12
19392024-10-30T18:56:35.470Z Compiling bzip2-sys v0.1.11+1.0.8
19402024-10-30T18:56:36.873Z Compiling packed_struct v0.10.1
19412024-10-30T18:56:37.066Z Compiling base64 v0.21.7
19422024-10-30T18:56:37.320Z Compiling funty v2.0.0
19432024-10-30T18:56:38.173Z Compiling unsafe-libyaml v0.2.11
19442024-10-30T18:56:38.516Z Compiling bitvec v1.0.1
19452024-10-30T18:56:39.837Z Compiling serde_yaml v0.9.34+deprecated
19462024-10-30T18:56:47.206Z Compiling progenitor-impl v0.8.0
19472024-10-30T18:56:50.118Z Compiling darling_macro v0.20.10
19482024-10-30T18:56:52.690Z Compiling packed_struct_codegen v0.10.1
19492024-10-30T18:56:54.049Z Compiling structmeta-derive v0.3.0
19502024-10-30T18:56:55.531Z Compiling indexmap v1.9.3
19512024-10-30T18:56:55.869Z Compiling newtype-uuid v1.1.2
19522024-10-30T18:56:56.187Z Compiling nodrop v0.1.14
19532024-10-30T18:56:56.209Z Compiling crc-catalog v2.4.0
19542024-10-30T18:56:56.371Z Compiling fastrand v2.1.1
19552024-10-30T18:56:56.765Z Compiling tempfile v3.13.0
19562024-10-30T18:56:56.785Z Compiling structmeta v0.3.0
19572024-10-30T18:56:57.969Z Compiling crc v3.2.1
19582024-10-30T18:56:58.533Z Compiling array-init v0.0.4
19592024-10-30T18:56:59.915Z Compiling progenitor-macro v0.8.0
19602024-10-30T18:57:04.178Z Compiling smallvec v0.6.14
19612024-10-30T18:57:04.460Z Compiling darling v0.20.10
19622024-10-30T18:57:06.967Z Compiling h2 v0.3.26
19632024-10-30T18:57:08.567Z Compiling http-body v0.4.6
19642024-10-30T18:57:09.129Z Compiling progenitor-client v0.8.0
19652024-10-30T18:57:15.378Z Compiling pin-project-internal v1.1.6
19662024-10-30T18:57:16.112Z Compiling same-file v1.0.6
19672024-10-30T18:57:17.126Z Compiling hashbrown v0.12.3
19682024-10-30T18:57:17.502Z Compiling termcolor v1.4.1
19692024-10-30T18:57:18.544Z Compiling bitfield v0.14.0
19702024-10-30T18:57:23.634Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19712024-10-30T18:57:27.128Z Compiling pin-project v1.1.6
19722024-10-30T18:57:27.146Z Compiling env_logger v0.10.2
19732024-10-30T18:57:27.875Z Compiling walkdir v2.5.0
19742024-10-30T18:57:29.325Z Compiling progenitor v0.8.0
19752024-10-30T18:57:29.565Z Compiling hyper v0.14.30
19762024-10-30T18:57:32.693Z Compiling bzip2 v0.4.4
19772024-10-30T18:57:33.144Z Compiling serde-hex v0.1.0
19782024-10-30T18:57:34.957Z Compiling serde_with_macros v3.11.0
19792024-10-30T18:57:38.047Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19802024-10-30T18:57:38.219Z Compiling parse-display-derive v0.10.0
19812024-10-30T18:57:38.394Z Compiling ron v0.8.1
19822024-10-30T18:57:42.222Z Compiling strum_macros v0.26.4
19832024-10-30T18:57:43.965Z Compiling ipnetwork v0.20.0
19842024-10-30T18:57:44.138Z Compiling hashbrown v0.13.2
19852024-10-30T18:57:44.279Z Compiling xattr v1.3.1
19862024-10-30T18:57:44.557Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872024-10-30T18:57:44.577Z Compiling snafu-derive v0.8.5
19882024-10-30T18:57:45.318Z Compiling ring v0.16.20
19892024-10-30T18:57:45.508Z Compiling blake3 v1.5.4
19902024-10-30T18:57:45.682Z Compiling filetime v0.2.25
19912024-10-30T18:57:46.054Z Compiling instant v0.1.13
19922024-10-30T18:57:46.309Z Compiling buf-list v1.0.3
19932024-10-30T18:57:46.620Z Compiling crc-any v2.5.0
19942024-10-30T18:57:46.666Z Compiling sync_wrapper v0.1.2
19952024-10-30T18:57:46.812Z Compiling reqwest v0.11.27
19962024-10-30T18:57:46.974Z Compiling strum v0.26.3
19972024-10-30T18:57:47.136Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19982024-10-30T18:57:47.568Z Compiling backoff v0.4.0
19992024-10-30T18:57:47.937Z Compiling tar v0.4.42
20002024-10-30T18:57:48.335Z Compiling object v0.30.4
20012024-10-30T18:57:49.383Z Compiling snafu v0.8.5
20022024-10-30T18:57:50.652Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20032024-10-30T18:57:50.876Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20042024-10-30T18:57:53.272Z Compiling parse-display v0.10.0
20052024-10-30T18:57:53.386Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20062024-10-30T18:57:54.596Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20072024-10-30T18:57:55.087Z Compiling serde_with v3.11.0
20082024-10-30T18:57:55.171Z Compiling zip v0.6.6
20092024-10-30T18:57:55.236Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20102024-10-30T18:57:55.975Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20112024-10-30T18:57:57.911Z Compiling camino-tempfile v1.1.1
20122024-10-30T18:57:58.702Z Compiling globset v0.4.15
20132024-10-30T18:57:59.409Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20142024-10-30T18:57:59.630Z Compiling regress v0.9.1
20152024-10-30T18:58:01.958Z Compiling pem v3.0.4
20162024-10-30T18:58:02.820Z Compiling olpc-cjson v0.1.4
20172024-10-30T18:58:03.162Z Compiling macaddr v1.0.1
20182024-10-30T18:58:03.793Z Compiling serde_plain v1.0.2
20192024-10-30T18:58:04.298Z Compiling async-recursion v1.1.1
20202024-10-30T18:58:04.465Z Compiling memmap2 v0.9.5
20212024-10-30T18:58:04.760Z Compiling arrayvec v0.7.6
20222024-10-30T18:58:05.074Z Compiling spin v0.5.2
20232024-10-30T18:58:05.251Z Compiling path-slash v0.1.5
20242024-10-30T18:58:09.574Z Compiling constant_time_eq v0.3.1
20252024-10-30T18:58:09.661Z Compiling untrusted v0.7.1
20262024-10-30T18:58:09.661Z Compiling typed-path v0.7.1
20272024-10-30T18:58:09.661Z Compiling arrayref v0.3.9
20282024-10-30T18:58:09.661Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20292024-10-30T18:58:09.661Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20302024-10-30T18:58:09.716Z Compiling tough v0.17.1
20312024-10-30T18:58:09.716Z Compiling itertools v0.13.0
20322024-10-30T18:58:12.341Z Compiling cargo-platform v0.1.8
20332024-10-30T18:58:13.264Z Compiling parse-size v1.0.0
20342024-10-30T18:58:13.308Z Compiling topological-sort v0.2.2
20352024-10-30T18:58:13.444Z Compiling cargo_metadata v0.18.1
20362024-10-30T18:58:13.525Z Compiling omicron-zone-package v0.11.1
20372024-10-30T18:58:13.547Z Compiling shell-words v1.1.0
20382024-10-30T18:58:20.750Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20392024-10-30T18:58:33.418Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20402024-10-30T18:58:48.666Z Finished `release` profile [optimized] target(s) in 5m 20s
20412024-10-30T18:58:48.822Z Running `target/release/omicron-releng --output-dir /work`
20422024-10-30T18:58:48.869ZOct 30 18:58:48.051 DEBG changing working directory to /work/oxidecomputer/omicron
20432024-10-30T18:58:49.280ZOct 30 18:58:48.147 DEBG running: git rev-parse HEAD
20442024-10-30T18:58:49.297ZOct 30 18:58:48.154 DEBG process exited with exit status: 0 (6.536126ms)
20452024-10-30T18:58:49.297ZOct 30 18:58:48.154 INFO version: 12.0.0-0.ci+git24c967f6841
20462024-10-30T18:58:49.297ZOct 30 18:58:48.194 INFO cloning helios to /work/oxidecomputer/helios
20472024-10-30T18:58:49.297ZOct 30 18:58:48.194 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20482024-10-30T18:58:49.297ZCloning into '/work/oxidecomputer/helios'...
20492024-10-30T18:58:49.525ZOct 30 18:58:48.709 DEBG process exited with exit status: 0 (515.248156ms)
20502024-10-30T18:58:49.525ZOct 30 18:58:48.709 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20512024-10-30T18:58:49.533Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20522024-10-30T18:58:49.533Z# branch.head master
20532024-10-30T18:58:49.533Z# branch.upstream origin/master
20542024-10-30T18:58:49.533Z# branch.ab +0 -0
20552024-10-30T18:58:49.535ZOct 30 18:58:48.717 DEBG process exited with exit status: 0 (8.367376ms)
20562024-10-30T18:58:49.535ZOct 30 18:58:48.718 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20572024-10-30T18:58:50.366ZOct 30 18:58:49.550 DEBG process exited with exit status: 0 (832.329249ms)
20582024-10-30T18:58:50.366ZOct 30 18:58:49.550 DEBG running: zfs list rpool/images/build/host
20592024-10-30T18:58:50.373ZNAME USED AVAIL REFER MOUNTPOINT
20602024-10-30T18:58:50.373Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20612024-10-30T18:58:50.376ZOct 30 18:58:49.558 DEBG process exited with exit status: 0 (7.843618ms)
20622024-10-30T18:58:50.376ZOct 30 18:58:49.558 DEBG running: zfs list rpool/images/build/recovery
20632024-10-30T18:58:50.379ZNAME USED AVAIL REFER MOUNTPOINT
20642024-10-30T18:58:50.379Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20652024-10-30T18:58:50.382ZOct 30 18:58:49.564 DEBG process exited with exit status: 0 (6.443843ms)
20662024-10-30T18:58:50.382ZOct 30 18:58:49.565 INFO [hubris-production] running task
20672024-10-30T18:58:50.382ZOct 30 18:58:49.565 INFO [hubris-staging] running task
20682024-10-30T18:58:50.382ZOct 30 18:58:49.566 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20692024-10-30T18:58:50.386ZOct 30 18:58:49.571 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20702024-10-30T18:58:50.693Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20712024-10-30T18:58:50.918Z[ omicron-package] Blocking waiting for file lock on package cache
20722024-10-30T18:58:51.516Z[ omicron-package] Blocking waiting for file lock on package cache
20732024-10-30T18:58:51.792Z[ omicron-package] Blocking waiting for file lock on package cache
20742024-10-30T18:58:52.376ZOct 30 18:58:51.560 INFO [hubris-production] task succeeded (1.995219944s)
20752024-10-30T18:58:52.536Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20762024-10-30T18:58:52.539Z[ omicron-package] Compiling heapless v0.8.0
20772024-10-30T18:58:52.539Z[ omicron-package] Compiling hash32 v0.3.1
20782024-10-30T18:58:52.539Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792024-10-30T18:58:52.539Z[ omicron-package] Compiling smoltcp v0.11.0
20802024-10-30T18:58:52.924Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20812024-10-30T18:58:52.926Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20822024-10-30T18:58:52.926Z[ omicron-package] Compiling cobs v0.2.3
20832024-10-30T18:58:53.335Z[ omicron-package] Compiling postcard v1.0.10
20842024-10-30T18:58:53.704Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20852024-10-30T18:58:53.984Z[ omicron-package] Compiling proc-macro-error v1.0.4
20862024-10-30T18:58:54.099Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20872024-10-30T18:58:54.272Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20882024-10-30T18:58:54.574Z[ omicron-package] Compiling num_enum_derive v0.5.11
20892024-10-30T18:58:54.576Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20902024-10-30T18:58:55.405Z[ omicron-package] Compiling tabwriter v1.4.0
20912024-10-30T18:58:55.607Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20922024-10-30T18:58:55.607Z[ omicron-package] Compiling cstr-argument v0.1.2
20932024-10-30T18:58:56.034Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20942024-10-30T18:58:56.296Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20952024-10-30T18:58:56.565Z[ omicron-package] Compiling pretty-hex v0.2.1
20962024-10-30T18:58:56.675Z[ omicron-package] Compiling foreign-types v0.5.0
20972024-10-30T18:58:56.900Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20982024-10-30T18:58:57.286Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992024-10-30T18:58:57.487Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21002024-10-30T18:58:57.565Z[ omicron-package] Compiling colored v2.1.0
21012024-10-30T18:58:57.604Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21022024-10-30T18:58:58.185Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21032024-10-30T18:58:58.281Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21042024-10-30T18:58:58.341Z[ omicron-package] Compiling sigpipe v0.1.3
21052024-10-30T18:58:58.591Z[ omicron-package] Compiling num-derive v0.4.2
21062024-10-30T18:58:58.915Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21072024-10-30T18:58:59.019Z[ omicron-package] Compiling num_enum v0.5.11
21082024-10-30T18:58:59.348Z[ omicron-package] Compiling libefi-sys v0.1.0
21092024-10-30T18:58:59.564Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21102024-10-30T18:58:59.627Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21112024-10-30T18:58:59.928Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21122024-10-30T18:59:00.215Z[ omicron-package] Compiling smf v0.2.3
21132024-10-30T18:59:00.714Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21142024-10-30T18:59:00.831Z[ omicron-package] Compiling bitfield-struct v0.6.2
21152024-10-30T18:59:01.022Z[ omicron-package] Compiling zone v0.3.0
21162024-10-30T18:59:03.168ZOct 30 18:59:02.351 INFO [hubris-staging] task succeeded (12.785920401s)
21172024-10-30T18:59:03.548Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21182024-10-30T18:59:03.750Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21192024-10-30T18:59:03.848Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202024-10-30T18:59:05.209Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212024-10-30T18:59:05.535Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-30T18:59:05.600Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232024-10-30T18:59:06.231Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21242024-10-30T18:59:06.865Z[ omicron-package] Compiling gethostname v0.5.0
21252024-10-30T18:59:09.032Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21262024-10-30T18:59:10.881Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-30T18:59:14.009Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21282024-10-30T18:59:14.446Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21292024-10-30T18:59:15.931Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21302024-10-30T18:59:31.045Z[ helios-setup] Oct 30 18:59:30.227 INFO helios repository root is: /work/oxidecomputer/helios
21312024-10-30T18:59:31.048Z[ helios-setup] Oct 30 18:59:30.230 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
21322024-10-30T18:59:31.048Z[ helios-setup] Oct 30 18:59:30.230 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21332024-10-30T18:59:31.053Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21342024-10-30T18:59:32.060Z[ helios-setup] Oct 30 18:59:31.243 INFO clone ok!, project: pinprick
21352024-10-30T18:59:32.063Z[ helios-setup] Oct 30 18:59:31.243 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
21362024-10-30T18:59:32.063Z[ helios-setup] Oct 30 18:59:31.243 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21372024-10-30T18:59:32.066Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21382024-10-30T18:59:32.856Z[ helios-setup] Oct 30 18:59:32.037 INFO clone ok!, project: bootserver
21392024-10-30T18:59:32.860Z[ helios-setup] Oct 30 18:59:32.038 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
21402024-10-30T18:59:32.860Z[ helios-setup] Oct 30 18:59:32.038 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21412024-10-30T18:59:32.863Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21422024-10-30T18:59:33.736Z[ helios-setup] Oct 30 18:59:32.919 INFO clone ok!, project: image-builder
21432024-10-30T18:59:33.754Z[ helios-setup] Oct 30 18:59:32.919 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21442024-10-30T18:59:33.754Z[ helios-setup] Oct 30 18:59:32.919 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21452024-10-30T18:59:33.754Z[ helios-setup] Oct 30 18:59:32.919 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
21462024-10-30T18:59:33.754Z[ helios-setup] Oct 30 18:59:32.919 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
21472024-10-30T18:59:33.758Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21482024-10-30T18:59:34.648Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21492024-10-30T18:59:34.650Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21502024-10-30T18:59:35.816Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.42s
21512024-10-30T18:59:36.045Z[ omicron-package]
21522024-10-30T18:59:36.045Z[ omicron-package] real 45.603506566
21532024-10-30T18:59:36.048Z[ omicron-package] user 2:39.243259225
21542024-10-30T18:59:36.048Z[ omicron-package] sys 20.861033475
21552024-10-30T18:59:36.048Z[ omicron-package] trap 0.179103099
21562024-10-30T18:59:36.048Z[ omicron-package] tflt 0.617275644
21572024-10-30T18:59:36.048Z[ omicron-package] dflt 0.888059060
21582024-10-30T18:59:36.048Z[ omicron-package] kflt 0.009757621
21592024-10-30T18:59:36.048Z[ omicron-package] lock 5:04.018044372
21602024-10-30T18:59:36.048Z[ omicron-package] slp 8:22.329932190
21612024-10-30T18:59:36.048Z[ omicron-package] lat 1:34.825363447
21622024-10-30T18:59:36.048Z[ omicron-package] stop 54.039030523
21632024-10-30T18:59:36.048ZOct 30 18:59:35.216 INFO [omicron-package] process exited with exit status: 0 (45.645691157s)
21642024-10-30T18:59:36.048ZOct 30 18:59:35.216 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21652024-10-30T18:59:36.106ZOct 30 18:59:35.288 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
21662024-10-30T18:59:36.129Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21672024-10-30T18:59:36.133Z[ recovery-target] Created new build target 'recovery' and set it as active
21682024-10-30T18:59:36.133ZOct 30 18:59:35.301 INFO [recovery-target] process exited with exit status: 0 (84.477965ms)
21692024-10-30T18:59:36.133Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21702024-10-30T18:59:36.133Z[ host-target] Created new build target 'host' and set it as active
21712024-10-30T18:59:36.133ZOct 30 18:59:35.305 INFO [host-target] process exited with exit status: 0 (17.209148ms)
21722024-10-30T18:59:36.133ZOct 30 18:59:35.305 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21732024-10-30T18:59:36.137Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21742024-10-30T18:59:37.338Z[ host-package] Compiling convert_case v0.4.0
21752024-10-30T18:59:37.338Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21762024-10-30T18:59:37.340Z[ host-package] Compiling password-hash v0.5.0
21772024-10-30T18:59:37.340Z[ host-package] Compiling blake2 v0.10.6
21782024-10-30T18:59:37.340Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21792024-10-30T18:59:37.515Z[ host-package] Compiling newline-converter v0.3.0
21802024-10-30T18:59:37.515Z[ host-package] Compiling owo-colors v4.1.0
21812024-10-30T18:59:37.571Z[ host-package] Compiling cancel-safe-futures v0.1.5
21822024-10-30T18:59:37.710Z[ host-package] Compiling libsw v3.3.1
21832024-10-30T18:59:37.759Z[ host-package] Compiling expectorate v1.1.0
21842024-10-30T18:59:38.001Z[ host-package] Compiling argon2 v0.5.3
21852024-10-30T18:59:38.101Z[ host-package] Compiling indent_write v2.2.0
21862024-10-30T18:59:38.308Z[ host-package] Compiling derive_more v0.99.18
21872024-10-30T18:59:38.353Z[ host-package] Compiling linear-map v1.2.0
21882024-10-30T18:59:38.761Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21892024-10-30T18:59:38.783Z[ host-package] Compiling swrite v0.1.0
21902024-10-30T18:59:38.800Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21912024-10-30T18:59:38.933Z[ host-package] Compiling progenitor-client v0.8.0
21922024-10-30T18:59:39.306Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21932024-10-30T18:59:39.345Z[ host-package] Compiling progenitor v0.8.0
21942024-10-30T18:59:39.368Z[ host-package] Compiling atomicwrites v0.4.4
21952024-10-30T18:59:39.588Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21962024-10-30T18:59:39.591Z[ host-package] Compiling num-rational v0.4.2
21972024-10-30T18:59:39.896Z[ host-package] Compiling num-complex v0.4.6
21982024-10-30T18:59:40.510Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21992024-10-30T18:59:40.926Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22002024-10-30T18:59:40.938Z[ helios-setup] Oct 30 18:59:40.120 INFO clone ok!, project: amd-host-image-builder
22012024-10-30T18:59:40.941Z[ helios-setup] Oct 30 18:59:40.121 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22022024-10-30T18:59:40.941Z[ helios-setup] Oct 30 18:59:40.121 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
22032024-10-30T18:59:40.941Z[ helios-setup] Oct 30 18:59:40.121 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22042024-10-30T18:59:40.944Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22052024-10-30T18:59:40.961Z[ host-package] Compiling float-ord v0.3.2
22062024-10-30T18:59:41.142Z[ host-package] Compiling num v0.4.3
22072024-10-30T18:59:41.276Z[ host-package] Compiling prettyplease v0.2.22
22082024-10-30T18:59:41.297Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22092024-10-30T18:59:41.626Z[ host-package] Compiling semver v0.1.20
22102024-10-30T18:59:41.743Z[ helios-setup] Oct 30 18:59:40.925 INFO clone ok!, project: phbl
22112024-10-30T18:59:41.746Z[ helios-setup] Oct 30 18:59:40.925 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
22122024-10-30T18:59:41.746Z[ helios-setup] Oct 30 18:59:40.925 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22132024-10-30T18:59:41.748Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22142024-10-30T18:59:42.216Z[ host-package] Compiling rustc_version v0.1.7
22152024-10-30T18:59:42.302Z[ host-package] Compiling humantime v2.1.0
22162024-10-30T18:59:42.670Z[ host-package] Compiling newtype_derive v0.1.6
22172024-10-30T18:59:43.109Z[ host-package] Compiling highway v1.2.0
22182024-10-30T18:59:43.396Z[ host-package] Compiling home v0.5.9
22192024-10-30T18:59:43.680Z[ host-package] Compiling steno v0.4.1
22202024-10-30T18:59:45.162Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22212024-10-30T18:59:47.523Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22222024-10-30T18:59:47.970Z[ host-package] Compiling newtype-uuid v1.1.2
22232024-10-30T18:59:48.346Z[ host-package] Compiling ipnetwork v0.20.0
22242024-10-30T18:59:48.438Z[ host-package] Compiling instant v0.1.13
22252024-10-30T18:59:48.613Z[ host-package] Compiling slog-dtrace v0.3.0
22262024-10-30T18:59:49.077Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22272024-10-30T18:59:49.123Z[ host-package] Compiling backoff v0.4.0
22282024-10-30T18:59:49.238Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22292024-10-30T18:59:49.505Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22302024-10-30T18:59:49.606Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22312024-10-30T18:59:49.842Z[ host-package] Compiling parse-display v0.10.0
22322024-10-30T18:59:50.590Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332024-10-30T18:59:50.641Z[ helios-setup] Oct 30 18:59:49.823 INFO clone ok!, project: amd-firmware
22342024-10-30T18:59:50.644Z[ helios-setup] Oct 30 18:59:49.823 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
22352024-10-30T18:59:50.644Z[ helios-setup] Oct 30 18:59:49.823 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22362024-10-30T18:59:50.647Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22372024-10-30T18:59:50.797Z[ host-package] Compiling serde_with v3.11.0
22382024-10-30T18:59:51.799Z[ helios-setup] Oct 30 18:59:50.980 INFO clone ok!, project: chelsio-t6-roms
22392024-10-30T18:59:51.801Z[ helios-setup] Oct 30 18:59:50.980 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
22402024-10-30T18:59:51.801Z[ helios-setup] Oct 30 18:59:50.980 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22412024-10-30T18:59:51.804Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22422024-10-30T18:59:52.916Z[ helios-setup] Oct 30 18:59:52.095 INFO clone ok!, project: pilot
22432024-10-30T18:59:52.920Z[ helios-setup] Oct 30 18:59:52.095 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22442024-10-30T18:59:53.804Z[ helios-setup] Oct 30 18:59:52.985 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22452024-10-30T18:59:54.348Z[ helios-setup] Oct 30 18:59:53.530 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22462024-10-30T18:59:54.348Z[ helios-setup] Oct 30 18:59:53.530 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22472024-10-30T18:59:54.500Z[ host-package] Compiling strum v0.26.3
22482024-10-30T18:59:54.757Z[ host-package] Compiling regress v0.9.1
22492024-10-30T18:59:55.011Z[ helios-setup] Oct 30 18:59:54.191 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22502024-10-30T18:59:55.419Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22512024-10-30T18:59:55.553Z[ helios-setup] Oct 30 18:59:54.734 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22522024-10-30T18:59:55.553Z[ helios-setup] Oct 30 18:59:54.734 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22532024-10-30T18:59:56.155Z[ helios-setup] Oct 30 18:59:55.336 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22542024-10-30T18:59:56.705Z[ helios-setup] Oct 30 18:59:55.886 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22552024-10-30T18:59:56.705Z[ helios-setup] Oct 30 18:59:55.886 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22562024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22572024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO ok!
22582024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22592024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22602024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO ok!
22612024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22622024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22632024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO ok!
22642024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22652024-10-30T18:59:56.709Z[ helios-setup] Oct 30 18:59:55.886 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22662024-10-30T18:59:57.006Z[ helios-setup] Oct 30 18:59:56.187 INFO E| Downloading crates ...
22672024-10-30T18:59:57.146Z[ helios-setup] Oct 30 18:59:56.327 INFO E| Downloaded miniz_oxide v0.7.2
22682024-10-30T18:59:57.329Z[ helios-setup] Oct 30 18:59:56.511 INFO E| Compiling adler v1.0.2
22692024-10-30T18:59:57.493Z[ host-package] Compiling macaddr v1.0.1
22702024-10-30T18:59:57.513Z[ helios-setup] Oct 30 18:59:56.686 INFO E| Compiling miniz_oxide v0.7.2
22712024-10-30T18:59:58.855Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22722024-10-30T18:59:59.953Z[ helios-setup] Oct 30 18:59:59.134 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22732024-10-30T19:00:00.030Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22742024-10-30T19:00:00.282Z[ host-package] Compiling display-error-chain v0.2.1
22752024-10-30T19:00:00.525Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22762024-10-30T19:00:01.105Z[ helios-setup] Oct 30 19:00:00.286 INFO E| Finished `release` profile [optimized] target(s) in 4.30s
22772024-10-30T19:00:01.115Z[ helios-setup] Oct 30 19:00:00.296 INFO building project "pinprick" ok (4 seconds)
22782024-10-30T19:00:01.115Z[ helios-setup] Oct 30 19:00:00.296 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22792024-10-30T19:00:01.118Z[ helios-setup] Oct 30 19:00:00.296 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22802024-10-30T19:00:01.403Z[ helios-setup] Oct 30 19:00:00.583 INFO E| Downloading crates ...
22812024-10-30T19:00:01.499Z[ helios-setup] Oct 30 19:00:00.679 INFO E| Downloaded bytes v1.2.1
22822024-10-30T19:00:01.513Z[ helios-setup] Oct 30 19:00:00.694 INFO E| Downloaded sha2 v0.10.5
22832024-10-30T19:00:01.529Z[ helios-setup] Oct 30 19:00:00.710 INFO E| Downloaded generic-array v0.14.6
22842024-10-30T19:00:01.533Z[ helios-setup] Oct 30 19:00:00.712 INFO E| Downloaded unicode-width v0.1.10
22852024-10-30T19:00:01.535Z[ helios-setup] Oct 30 19:00:00.714 INFO E| Downloaded typenum v1.15.0
22862024-10-30T19:00:01.541Z[ helios-setup] Oct 30 19:00:00.718 INFO E| Downloaded miniz_oxide v0.6.2
22872024-10-30T19:00:01.552Z[ helios-setup] Oct 30 19:00:00.733 INFO E| Downloaded flate2 v1.0.25
22882024-10-30T19:00:01.561Z[ helios-setup] Oct 30 19:00:00.741 INFO E| Downloaded digest v0.10.3
22892024-10-30T19:00:01.566Z[ helios-setup] Oct 30 19:00:00.744 INFO E| Downloaded cpufeatures v0.2.5
22902024-10-30T19:00:01.566Z[ helios-setup] Oct 30 19:00:00.745 INFO E| Downloaded block-buffer v0.10.3
22912024-10-30T19:00:01.568Z[ helios-setup] Oct 30 19:00:00.747 INFO E| Downloaded anyhow v1.0.62
22922024-10-30T19:00:01.655Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling typenum v1.15.0
22932024-10-30T19:00:01.655Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling version_check v0.9.4
22942024-10-30T19:00:01.659Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling crc32fast v1.3.2
22952024-10-30T19:00:01.659Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling cfg-if v1.0.0
22962024-10-30T19:00:01.659Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling adler v1.0.2
22972024-10-30T19:00:01.660Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling anyhow v1.0.62
22982024-10-30T19:00:01.660Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling cpufeatures v0.2.5
22992024-10-30T19:00:01.660Z[ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling unicode-width v0.1.10
23002024-10-30T19:00:02.582Z[ helios-setup] Oct 30 19:00:01.763 INFO E| Compiling getopts v0.2.21
23012024-10-30T19:00:02.582Z[ helios-setup] Oct 30 19:00:01.763 INFO E| Compiling bytes v1.2.1
23022024-10-30T19:00:02.705Z[ helios-setup] Oct 30 19:00:01.886 INFO E| Compiling bitflags v1.3.2
23032024-10-30T19:00:03.119Z[ helios-setup] Oct 30 19:00:02.298 INFO E| Compiling miniz_oxide v0.6.2
23042024-10-30T19:00:04.327Z[ helios-setup] Oct 30 19:00:03.505 INFO E| Compiling generic-array v0.14.6
23052024-10-30T19:00:04.518Z[ helios-setup] Oct 30 19:00:03.697 INFO E| Compiling flate2 v1.0.25
23062024-10-30T19:00:05.450Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23072024-10-30T19:00:07.296Z[ host-package] Compiling half v2.4.1
23082024-10-30T19:00:07.850Z[ helios-setup] Oct 30 19:00:07.031 INFO E| Compiling crypto-common v0.1.6
23092024-10-30T19:00:07.851Z[ helios-setup] Oct 30 19:00:07.031 INFO E| Compiling block-buffer v0.10.3
23102024-10-30T19:00:08.102Z[ helios-setup] Oct 30 19:00:07.283 INFO E| Compiling digest v0.10.3
23112024-10-30T19:00:08.286Z[ host-package] Compiling ciborium-io v0.2.2
23122024-10-30T19:00:08.455Z[ helios-setup] Oct 30 19:00:07.636 INFO E| Compiling sha2 v0.10.5
23132024-10-30T19:00:08.581Z[ host-package] Compiling ciborium-ll v0.2.2
23142024-10-30T19:00:08.998Z[ helios-setup] Oct 30 19:00:08.179 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23152024-10-30T19:00:09.177Z[ host-package] Compiling tungstenite v0.21.0
23162024-10-30T19:00:09.589Z[ host-package] Compiling ciborium v0.2.2
23172024-10-30T19:00:11.390Z[ host-package] Compiling tokio-tungstenite v0.21.0
23182024-10-30T19:00:12.009Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23192024-10-30T19:00:12.080Z[ host-package] Compiling fastrand v2.1.1
23202024-10-30T19:00:13.144Z[ host-package] Compiling same-file v1.0.6
23212024-10-30T19:00:13.634Z[ host-package] Compiling walkdir v2.5.0
23222024-10-30T19:00:14.818Z[ host-package] Compiling tempfile v3.13.0
23232024-10-30T19:00:14.977Z[ helios-setup] Oct 30 19:00:14.158 INFO E| Finished `release` profile [optimized] target(s) in 13.76s
23242024-10-30T19:00:14.993Z[ helios-setup] Oct 30 19:00:14.173 INFO building project "bootserver" ok (13 seconds)
23252024-10-30T19:00:14.993Z[ helios-setup] Oct 30 19:00:14.173 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23262024-10-30T19:00:14.993Z[ helios-setup] Oct 30 19:00:14.173 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23272024-10-30T19:00:15.250Z[ helios-setup] Oct 30 19:00:14.430 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
23282024-10-30T19:00:15.770Z[ helios-setup] Oct 30 19:00:14.951 INFO E| From https://github.com/jclulow/rust-jmclib
23292024-10-30T19:00:15.770Z[ helios-setup] Oct 30 19:00:14.951 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
23302024-10-30T19:00:15.780Z[ host-package] Compiling ring v0.16.20
23312024-10-30T19:00:15.802Z[ helios-setup] Oct 30 19:00:14.972 INFO E| Updating crates.io index
23322024-10-30T19:00:15.806Z[ host-package] Compiling blake3 v1.5.4
23332024-10-30T19:00:15.892Z[ helios-setup] Oct 30 19:00:15.071 INFO E| Downloading crates ...
23342024-10-30T19:00:15.978Z[ helios-setup] Oct 30 19:00:15.157 INFO E| Downloaded cpufeatures v0.2.9
23352024-10-30T19:00:15.981Z[ helios-setup] Oct 30 19:00:15.160 INFO E| Downloaded anyhow v1.0.72
23362024-10-30T19:00:15.985Z[ helios-setup] Oct 30 19:00:15.166 INFO E| Downloaded proc-macro2 v1.0.66
23372024-10-30T19:00:15.989Z[ helios-setup] Oct 30 19:00:15.170 INFO E| Downloaded md-5 v0.9.1
23382024-10-30T19:00:15.992Z[ helios-setup] Oct 30 19:00:15.172 INFO E| Downloaded itoa v1.0.9
23392024-10-30T19:00:16.000Z[ helios-setup] Oct 30 19:00:15.180 INFO E| Downloaded uuid v0.8.2
23402024-10-30T19:00:16.004Z[ helios-setup] Oct 30 19:00:15.185 INFO E| Downloaded serde_derive v1.0.193
23412024-10-30T19:00:16.010Z[ helios-setup] Oct 30 19:00:15.191 INFO E| Downloaded typenum v1.16.0
23422024-10-30T19:00:16.014Z[ helios-setup] Oct 30 19:00:15.194 INFO E| Downloaded block-buffer v0.9.0
23432024-10-30T19:00:16.016Z[ helios-setup] Oct 30 19:00:15.195 INFO E| Downloaded opaque-debug v0.3.0
23442024-10-30T19:00:16.016Z[ helios-setup] Oct 30 19:00:15.197 INFO E| Downloaded ryu v1.0.15
23452024-10-30T19:00:16.021Z[ helios-setup] Oct 30 19:00:15.201 INFO E| Downloaded syn v2.0.32
23462024-10-30T19:00:16.041Z[ helios-setup] Oct 30 19:00:15.217 INFO E| Downloaded digest v0.9.0
23472024-10-30T19:00:16.056Z[ helios-setup] Oct 30 19:00:15.219 INFO E| Downloaded walkdir v2.3.3
23482024-10-30T19:00:16.056Z[ helios-setup] Oct 30 19:00:15.231 INFO E| Downloaded getrandom v0.2.10
23492024-10-30T19:00:16.068Z[ helios-setup] Oct 30 19:00:15.248 INFO E| Downloaded tempfile v3.7.0
23502024-10-30T19:00:16.072Z[ helios-setup] Oct 30 19:00:15.251 INFO E| Downloaded serde v1.0.193
23512024-10-30T19:00:16.078Z[ helios-setup] Oct 30 19:00:15.258 INFO E| Downloaded quote v1.0.31
23522024-10-30T19:00:16.085Z[ helios-setup] Oct 30 19:00:15.263 INFO E| Downloaded serde_json v1.0.103
23532024-10-30T19:00:16.096Z[ helios-setup] Oct 30 19:00:15.275 INFO E| Downloaded once_cell v1.18.0
23542024-10-30T19:00:16.100Z[ helios-setup] Oct 30 19:00:15.279 INFO E| Downloaded rustix v0.38.4
23552024-10-30T19:00:16.134Z[ helios-setup] Oct 30 19:00:15.313 INFO E| Downloaded unicode-ident v1.0.11
23562024-10-30T19:00:16.138Z[ helios-setup] Oct 30 19:00:15.318 INFO E| Downloaded toml v0.5.11
23572024-10-30T19:00:16.142Z[ helios-setup] Oct 30 19:00:15.322 INFO E| Downloaded sha-1 v0.9.8
23582024-10-30T19:00:16.144Z[ helios-setup] Oct 30 19:00:15.325 INFO E| Downloaded libc v0.2.147
23592024-10-30T19:00:16.192Z[ helios-setup] Oct 30 19:00:15.367 INFO E| Downloaded libdevinfo-sys v1.0.0
23602024-10-30T19:00:16.197Z[ helios-setup] Oct 30 19:00:15.368 INFO E| Downloaded fastrand v2.0.0
23612024-10-30T19:00:16.197Z[ helios-setup] Oct 30 19:00:15.370 INFO E| Downloaded errno v0.3.1
23622024-10-30T19:00:16.197Z[ helios-setup] Oct 30 19:00:15.372 INFO E| Downloaded bitflags v2.3.3
23632024-10-30T19:00:16.289Z[ helios-setup] Oct 30 19:00:15.468 INFO E| Compiling libc v0.2.147
23642024-10-30T19:00:16.294Z[ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling proc-macro2 v1.0.66
23652024-10-30T19:00:16.294Z[ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling unicode-ident v1.0.11
23662024-10-30T19:00:16.298Z[ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling cfg-if v1.0.0
23672024-10-30T19:00:16.298Z[ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling version_check v0.9.4
23682024-10-30T19:00:16.298Z[ helios-setup] Oct 30 19:00:15.476 INFO E| Compiling typenum v1.16.0
23692024-10-30T19:00:16.298Z[ helios-setup] Oct 30 19:00:15.476 INFO E| Compiling serde v1.0.193
23702024-10-30T19:00:16.298Z[ helios-setup] Oct 30 19:00:15.476 INFO E| Compiling itoa v1.0.9
23712024-10-30T19:00:16.674Z[ helios-setup] Oct 30 19:00:15.854 INFO E| Compiling time-core v0.1.2
23722024-10-30T19:00:16.812Z[ helios-setup] Oct 30 19:00:15.992 INFO E| Compiling powerfmt v0.2.0
23732024-10-30T19:00:16.874Z[ helios-setup] Oct 30 19:00:16.054 INFO E| Compiling slog v2.7.0
23742024-10-30T19:00:16.920Z[ helios-setup] Oct 30 19:00:16.099 INFO E| Compiling rustix v0.38.4
23752024-10-30T19:00:17.634Z[ helios-setup] Oct 30 19:00:16.815 INFO E| Compiling num-conv v0.1.0
23762024-10-30T19:00:17.887Z[ helios-setup] Oct 30 19:00:17.067 INFO E| Compiling generic-array v0.14.7
23772024-10-30T19:00:18.063Z[ helios-setup] Oct 30 19:00:17.243 INFO E| Compiling deranged v0.3.11
23782024-10-30T19:00:18.113Z[ helios-setup] Oct 30 19:00:17.293 INFO E| Compiling num_threads v0.1.6
23792024-10-30T19:00:18.304Z[ helios-setup] Oct 30 19:00:17.484 INFO E| Compiling bitflags v2.3.3
23802024-10-30T19:00:18.385Z[ helios-setup] Oct 30 19:00:17.564 INFO E| Compiling once_cell v1.18.0
23812024-10-30T19:00:18.533Z[ helios-setup] Oct 30 19:00:17.713 INFO E| Compiling time-macros v0.2.18
23822024-10-30T19:00:19.086Z[ helios-setup] Oct 30 19:00:18.267 INFO E| Compiling thread_local v1.1.7
23832024-10-30T19:00:19.268Z[ helios-setup] Oct 30 19:00:18.446 INFO E| Compiling quote v1.0.31
23842024-10-30T19:00:20.178Z[ helios-setup] Oct 30 19:00:19.357 INFO E| Compiling syn v2.0.32
23852024-10-30T19:00:20.307Z[ helios-setup] Oct 30 19:00:19.486 INFO E| Compiling dirs-sys-next v0.1.2
23862024-10-30T19:00:20.460Z[ helios-setup] Oct 30 19:00:19.640 INFO E| Compiling errno v0.3.1
23872024-10-30T19:00:20.635Z[ helios-setup] Oct 30 19:00:19.815 INFO E| Compiling dirs-next v2.0.0
23882024-10-30T19:00:20.899Z[ helios-setup] Oct 30 19:00:20.080 INFO E| Compiling term v0.7.0
23892024-10-30T19:00:21.102Z[ helios-setup] Oct 30 19:00:20.281 INFO E| Compiling atty v0.2.14
23902024-10-30T19:00:21.503Z[ helios-setup] Oct 30 19:00:20.682 INFO E| Compiling fastrand v2.0.0
23912024-10-30T19:00:22.009Z[ helios-setup] Oct 30 19:00:21.189 INFO E| Compiling opaque-debug v0.3.0
23922024-10-30T19:00:22.101Z[ helios-setup] Oct 30 19:00:21.280 INFO E| Compiling anyhow v1.0.72
23932024-10-30T19:00:22.230Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23942024-10-30T19:00:22.284Z[ host-package] Compiling xattr v1.3.1
23952024-10-30T19:00:22.405Z[ helios-setup] Oct 30 19:00:21.585 INFO E| Compiling block-buffer v0.9.0
23962024-10-30T19:00:22.560Z[ helios-setup] Oct 30 19:00:21.737 INFO E| Compiling digest v0.9.0
23972024-10-30T19:00:22.579Z[ host-package] Compiling memmap2 v0.9.5
23982024-10-30T19:00:22.813Z[ helios-setup] Oct 30 19:00:21.992 INFO E| Compiling serde_json v1.0.103
23992024-10-30T19:00:23.021Z[ host-package] Compiling filetime v0.2.25
24002024-10-30T19:00:23.114Z[ helios-setup] Oct 30 19:00:22.294 INFO E| Compiling getrandom v0.2.10
24012024-10-30T19:00:23.261Z[ helios-setup] Oct 30 19:00:22.441 INFO E| Compiling ryu v1.0.15
24022024-10-30T19:00:23.527Z[ host-package] Compiling keccak v0.1.5
24032024-10-30T19:00:23.640Z[ helios-setup] Oct 30 19:00:22.819 INFO E| Compiling cpufeatures v0.2.9
24042024-10-30T19:00:24.417Z[ host-package] Compiling arrayref v0.3.9
24052024-10-30T19:00:24.500Z[ helios-setup] Oct 30 19:00:22.910 INFO E| Compiling unicode-width v0.1.10
24062024-10-30T19:00:24.500Z[ helios-setup] Oct 30 19:00:23.097 INFO E| Compiling tempfile v3.7.0
24072024-10-30T19:00:24.500Z[ helios-setup] Oct 30 19:00:23.196 INFO E| Compiling same-file v1.0.6
24082024-10-30T19:00:24.500Z[ helios-setup] Oct 30 19:00:23.375 INFO E| Compiling time v0.3.36
24092024-10-30T19:00:24.500Z[ host-package] Compiling spin v0.5.2
24102024-10-30T19:00:24.500Z[ helios-setup] Oct 30 19:00:23.387 INFO E| Compiling getopts v0.2.21
24112024-10-30T19:00:24.500Z[ helios-setup] Oct 30 19:00:23.429 INFO E| Compiling walkdir v2.3.3
24122024-10-30T19:00:24.562Z[ helios-setup] Oct 30 19:00:23.740 INFO E| Compiling sha-1 v0.9.8
24132024-10-30T19:00:24.838Z[ host-package] Compiling untrusted v0.7.1
24142024-10-30T19:00:25.324Z[ helios-setup] Oct 30 19:00:24.458 INFO E| Compiling md-5 v0.9.1
24152024-10-30T19:00:25.612Z[ host-package] Compiling arrayvec v0.7.6
24162024-10-30T19:00:25.775Z[ helios-setup] Oct 30 19:00:24.954 INFO E| Compiling libdevinfo-sys v1.0.0
24172024-10-30T19:00:25.842Z[ helios-setup] Oct 30 19:00:25.022 INFO E| Compiling glob v0.3.1
24182024-10-30T19:00:26.337Z[ host-package] Compiling constant_time_eq v0.3.1
24192024-10-30T19:00:26.641Z[ host-package] Compiling sha3 v0.10.8
24202024-10-30T19:00:27.672Z[ helios-setup] Oct 30 19:00:26.803 INFO E| Compiling slog-term v2.9.0
24212024-10-30T19:00:28.003Z[ host-package] Compiling tar v0.4.42
24222024-10-30T19:00:28.280Z[ host-package] Compiling camino-tempfile v1.1.1
24232024-10-30T19:00:32.078Z[ host-package] Compiling toolchain_find v0.4.0
24242024-10-30T19:00:32.202Z[ helios-setup] Oct 30 19:00:28.874 INFO E| Compiling serde_derive v1.0.193
24252024-10-30T19:00:32.202Z[ host-package] Compiling nibble_vec v0.1.0
24262024-10-30T19:00:32.202Z[ host-package] Compiling maplit v1.0.2
24272024-10-30T19:00:32.202Z[ host-package] Compiling topological-sort v0.2.2
24282024-10-30T19:00:32.202Z[ host-package] Compiling glob v0.3.1
24292024-10-30T19:00:32.202Z[ host-package] Compiling endian-type v0.1.2
24302024-10-30T19:00:32.202Z[ host-package] Compiling crunchy v0.2.2
24312024-10-30T19:00:32.202Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24322024-10-30T19:00:32.202Z[ host-package] Compiling radix_trie v0.2.1
24332024-10-30T19:00:32.202Z[ host-package] Compiling omicron-zone-package v0.11.1
24342024-10-30T19:00:32.202Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24352024-10-30T19:00:32.202Z[ host-package] Compiling clang-sys v1.8.1
24362024-10-30T19:00:32.202Z[ host-package] Compiling tiny-keccak v2.0.2
24372024-10-30T19:00:32.202Z[ host-package] Compiling dsl_auto_type v0.1.2
24382024-10-30T19:00:32.202Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24392024-10-30T19:00:32.264Z[ host-package] Compiling secrecy v0.8.0
24402024-10-30T19:00:32.388Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24412024-10-30T19:00:32.511Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24422024-10-30T19:00:33.055Z[ host-package] Compiling arc-swap v1.7.1
24432024-10-30T19:00:33.163Z[ host-package] Compiling r2d2 v0.8.10
24442024-10-30T19:00:33.703Z[ host-package] Compiling slog-scope v4.4.0
24452024-10-30T19:00:33.712Z[ host-package] Compiling diesel_derives v2.2.3
24462024-10-30T19:00:33.739Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24472024-10-30T19:00:34.012Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24482024-10-30T19:00:34.665Z[ host-package] Compiling ascii-canvas v3.0.0
24492024-10-30T19:00:35.495Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24502024-10-30T19:00:35.609Z[ host-package] Compiling universal-hash v0.5.1
24512024-10-30T19:00:35.858Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24522024-10-30T19:00:35.994Z[ host-package] Compiling ena v0.14.3
24532024-10-30T19:00:36.525Z[ host-package] Compiling libloading v0.8.5
24542024-10-30T19:00:36.826Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24552024-10-30T19:00:37.368Z[ host-package] Compiling opaque-debug v0.3.1
24562024-10-30T19:00:37.516Z[ host-package] Compiling bindgen v0.69.5
24572024-10-30T19:00:38.105Z[ host-package] Compiling regex-syntax v0.6.29
24582024-10-30T19:00:39.129Z[ host-package] Compiling diff v0.1.13
24592024-10-30T19:00:39.699Z[ host-package] Compiling thiserror-no-std v2.0.2
24602024-10-30T19:00:39.892Z[ host-package] Compiling poly1305 v0.8.0
24612024-10-30T19:00:44.071Z[ helios-setup] Oct 30 19:00:43.250 INFO E| Compiling toml v0.5.11
24622024-10-30T19:00:44.071Z[ helios-setup] Oct 30 19:00:43.250 INFO E| Compiling uuid v0.8.2
24632024-10-30T19:00:44.239Z[ host-package] Compiling lalrpop v0.19.12
24642024-10-30T19:00:46.385Z[ helios-setup] Oct 30 19:00:45.547 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24652024-10-30T19:00:47.473Z[ host-package] Compiling diesel v2.2.4
24662024-10-30T19:00:50.172Z[ helios-setup] Oct 30 19:00:49.351 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24672024-10-30T19:00:54.495Z[ host-package] Compiling slog-stdlog v4.1.1
24682024-10-30T19:00:56.009Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24692024-10-30T19:00:56.148Z[ host-package] Compiling which v4.4.2
24702024-10-30T19:00:56.956Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712024-10-30T19:00:57.482Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24722024-10-30T19:00:57.571Z[ host-package] Compiling chacha20 v0.9.1
24732024-10-30T19:00:57.892Z[ host-package] Compiling cexpr v0.6.0
24742024-10-30T19:00:58.271Z[ host-package] Compiling aead v0.5.2
24752024-10-30T19:00:58.788Z[ host-package] Compiling rustc-hash v1.1.0
24762024-10-30T19:00:59.081Z[ host-package] Compiling lazycell v1.3.0
24772024-10-30T19:00:59.368Z[ host-package] Compiling ref-cast v1.0.23
24782024-10-30T19:01:00.219Z[ host-package] Compiling chacha20poly1305 v0.10.1
24792024-10-30T19:01:00.591Z[ host-package] Compiling slog-envlogger v2.2.0
24802024-10-30T19:01:03.357Z[ helios-setup] Oct 30 19:01:02.533 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.27s
24812024-10-30T19:01:03.389Z[ helios-setup] Oct 30 19:01:02.567 INFO building project "image-builder" ok (48 seconds)
24822024-10-30T19:01:03.392Z[ helios-setup] Oct 30 19:01:02.567 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24832024-10-30T19:01:03.392Z[ helios-setup] Oct 30 19:01:02.568 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24842024-10-30T19:01:03.399Z[ helios-setup] Oct 30 19:01:02.578 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24852024-10-30T19:01:03.599Z[ helios-setup] Oct 30 19:01:02.776 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24862024-10-30T19:01:03.599Z[ helios-setup] Oct 30 19:01:02.776 INFO E| info: downloading component 'cargo'
24872024-10-30T19:01:03.800Z[ host-package] Compiling vsss-rs v3.3.4
24882024-10-30T19:01:05.694Z[ helios-setup] Oct 30 19:01:04.872 INFO E| info: downloading component 'clippy'
24892024-10-30T19:01:05.891Z[ helios-setup] Oct 30 19:01:05.069 INFO E| info: downloading component 'rust-docs'
24902024-10-30T19:01:07.815Z[ helios-setup] Oct 30 19:01:06.994 INFO E| info: downloading component 'rust-src'
24912024-10-30T19:01:08.572Z[ helios-setup] Oct 30 19:01:07.750 INFO E| info: downloading component 'rust-std'
24922024-10-30T19:01:08.590Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24932024-10-30T19:01:08.927Z[ host-package] Compiling derive_builder_core v0.20.2
24942024-10-30T19:01:10.396Z[ helios-setup] Oct 30 19:01:09.574 INFO E| info: downloading component 'rustc'
24952024-10-30T19:01:11.333Z[ host-package] Compiling headers-core v0.3.0
24962024-10-30T19:01:11.823Z[ host-package] Compiling fxhash v0.2.1
24972024-10-30T19:01:11.830Z[ host-package] Compiling libxml v0.3.3
24982024-10-30T19:01:12.230Z[ host-package] Compiling ref-cast-impl v1.0.23
24992024-10-30T19:01:13.280Z[ host-package] Compiling headers v0.4.0
25002024-10-30T19:01:13.659Z[ host-package] Compiling derive_builder_macro v0.20.2
25012024-10-30T19:01:13.876Z[ host-package] Compiling polar-core v0.27.3
25022024-10-30T19:01:14.848Z[ host-package] Compiling samael v0.0.17
25032024-10-30T19:01:15.309Z[ helios-setup] Oct 30 19:01:14.487 INFO E| info: downloading component 'rustfmt'
25042024-10-30T19:01:15.665Z[ helios-setup] Oct 30 19:01:14.843 INFO E| info: installing component 'cargo'
25052024-10-30T19:01:16.586Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25062024-10-30T19:01:16.992Z[ helios-setup] Oct 30 19:01:16.170 INFO E| info: installing component 'clippy'
25072024-10-30T19:01:17.273Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25082024-10-30T19:01:17.535Z[ helios-setup] Oct 30 19:01:16.712 INFO E| info: installing component 'rust-docs'
25092024-10-30T19:01:17.677Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25102024-10-30T19:01:20.226Z[ host-package] Compiling phf_generator v0.11.2
25112024-10-30T19:01:20.520Z[ host-package] Compiling strum_macros v0.24.3
25122024-10-30T19:01:23.374Z[ helios-setup] Oct 30 19:01:22.551 INFO E| info: installing component 'rust-src'
25132024-10-30T19:01:23.707Z[ host-package] Compiling kstat-rs v0.2.4
25142024-10-30T19:01:24.062Z[ helios-setup] Oct 30 19:01:23.240 INFO E| info: installing component 'rust-std'
25152024-10-30T19:01:24.834Z[ host-package] Compiling unicase v2.7.0
25162024-10-30T19:01:24.881Z[ host-package] Compiling indoc v1.0.9
25172024-10-30T19:01:25.352Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25182024-10-30T19:01:25.943Z[ host-package] Compiling phf_codegen v0.11.2
25192024-10-30T19:01:26.422Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202024-10-30T19:01:26.620Z[ helios-setup] Oct 30 19:01:25.798 INFO E| info: installing component 'rustc'
25212024-10-30T19:01:32.176Z[ host-package] Compiling derive_builder v0.20.2
25222024-10-30T19:01:32.749Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25232024-10-30T19:01:32.881Z[ helios-setup] Oct 30 19:01:32.058 INFO E| info: installing component 'rustfmt'
25242024-10-30T19:01:33.375Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25252024-10-30T19:01:33.810Z[ host-package] Compiling oso-derive v0.27.3
25262024-10-30T19:01:33.814Z[ helios-setup] Oct 30 19:01:32.992 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25272024-10-30T19:01:34.702Z[ helios-setup] Oct 30 19:01:33.879 INFO E| From https://github.com/oxidecomputer/amd-apcb
25282024-10-30T19:01:34.702Z[ helios-setup] Oct 30 19:01:33.879 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
25292024-10-30T19:01:34.705Z[ helios-setup] Oct 30 19:01:33.879 INFO E| * [new tag] v0.4.1 -> v0.4.1
25302024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.908 INFO E| * [new tag] v0.1.3 -> v0.1.3
25312024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.908 INFO E| * [new tag] v0.1.4 -> v0.1.4
25322024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.1.5 -> v0.1.5
25332024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.2.0 -> v0.2.0
25342024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.0 -> v0.3.0
25352024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.1 -> v0.3.1
25362024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.2 -> v0.3.2
25372024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.3 -> v0.3.3
25382024-10-30T19:01:34.734Z[ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.4.0 -> v0.4.0
25392024-10-30T19:01:34.795Z[ helios-setup] Oct 30 19:01:33.973 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25402024-10-30T19:01:34.853Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25412024-10-30T19:01:35.694Z[ helios-setup] Oct 30 19:01:34.866 INFO E| From https://github.com/oxidecomputer/amd-efs
25422024-10-30T19:01:35.694Z[ helios-setup] Oct 30 19:01:34.866 INFO E| * [new branch] empty -> origin/empty
25432024-10-30T19:01:35.694Z[ helios-setup] Oct 30 19:01:34.866 INFO E| * [new branch] issue-99 -> origin/issue-99
25442024-10-30T19:01:35.704Z[ helios-setup] Oct 30 19:01:34.867 INFO E| * [new branch] main -> origin/main
25452024-10-30T19:01:35.704Z[ helios-setup] Oct 30 19:01:34.867 INFO E| * [new branch] review -> origin/review
25462024-10-30T19:01:35.704Z[ helios-setup] Oct 30 19:01:34.867 INFO E| * [new ref] -> origin/HEAD
25472024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.867 INFO E| * [new tag] v0.2.0 -> v0.2.0
25482024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.867 INFO E| * [new tag] v0.2.1 -> v0.2.1
25492024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.867 INFO E| * [new tag] v0.2.2 -> v0.2.2
25502024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.3 -> v0.2.3
25512024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.4 -> v0.2.4
25522024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.5 -> v0.2.5
25532024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.6 -> v0.2.6
25542024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.7 -> v0.2.7
25552024-10-30T19:01:35.705Z[ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.3.0 -> v0.3.0
25562024-10-30T19:01:35.706Z[ helios-setup] Oct 30 19:01:34.869 INFO E| * [new tag] v0.3.1 -> v0.3.1
25572024-10-30T19:01:35.706Z[ helios-setup] Oct 30 19:01:34.869 INFO E| * [new tag] v0.4.0 -> v0.4.0
25582024-10-30T19:01:35.706Z[ helios-setup] Oct 30 19:01:34.869 INFO E| * [new tag] v0.4.1 -> v0.4.1
25592024-10-30T19:01:35.722Z[ helios-setup] Oct 30 19:01:34.893 INFO E| Updating crates.io index
25602024-10-30T19:01:36.087Z[ helios-setup] Oct 30 19:01:35.263 INFO E| Downloading crates ...
25612024-10-30T19:01:36.221Z[ helios-setup] Oct 30 19:01:35.398 INFO E| Downloaded fletcher v0.1.0
25622024-10-30T19:01:36.258Z[ helios-setup] Oct 30 19:01:35.434 INFO E| Downloaded unic-common v0.9.0
25632024-10-30T19:01:36.295Z[ helios-setup] Oct 30 19:01:35.470 INFO E| Downloaded vec_map v0.8.2
25642024-10-30T19:01:36.306Z[ helios-setup] Oct 30 19:01:35.472 INFO E| Downloaded unic-ucd-version v0.9.0
25652024-10-30T19:01:36.306Z[ helios-setup] Oct 30 19:01:35.473 INFO E| Downloaded unic-char-property v0.9.0
25662024-10-30T19:01:36.306Z[ helios-setup] Oct 30 19:01:35.475 INFO E| Downloaded textwrap v0.11.0
25672024-10-30T19:01:36.314Z[ helios-setup] Oct 30 19:01:35.478 INFO E| Downloaded strum v0.23.0
25682024-10-30T19:01:36.314Z[ helios-setup] Oct 30 19:01:35.479 INFO E| Downloaded strsim v0.8.0
25692024-10-30T19:01:36.314Z[ helios-setup] Oct 30 19:01:35.481 INFO E| Downloaded rustc_version v0.2.3
25702024-10-30T19:01:36.314Z[ helios-setup] Oct 30 19:01:35.483 INFO E| Downloaded pest_generator v2.7.13
25712024-10-30T19:01:36.314Z[ helios-setup] Oct 30 19:01:35.485 INFO E| Downloaded unic-ucd-ident v0.9.0
25722024-10-30T19:01:36.314Z[ helios-setup] Oct 30 19:01:35.488 INFO E| Downloaded unic-char-range v0.9.0
25732024-10-30T19:01:36.322Z[ helios-setup] Oct 30 19:01:35.490 INFO E| Downloaded pre-proc-macro v0.2.1
25742024-10-30T19:01:36.322Z[ helios-setup] Oct 30 19:01:35.493 INFO E| Downloaded once_cell v1.20.1
25752024-10-30T19:01:36.330Z[ helios-setup] Oct 30 19:01:35.498 INFO E| Downloaded structopt v0.3.26
25762024-10-30T19:01:36.409Z[ helios-setup] Oct 30 19:01:35.586 INFO E| Downloaded semver v0.9.0
25772024-10-30T19:01:36.412Z[ helios-setup] Oct 30 19:01:35.588 INFO E| Downloaded goblin v0.4.3
25782024-10-30T19:01:36.419Z[ helios-setup] Oct 30 19:01:35.597 INFO E| Downloaded clap v2.34.0
25792024-10-30T19:01:36.430Z[ helios-setup] Oct 30 19:01:35.607 INFO E| Downloaded scroll v0.10.2
25802024-10-30T19:01:36.437Z[ helios-setup] Oct 30 19:01:35.612 INFO E| Downloaded proc-macro2 v1.0.86
25812024-10-30T19:01:36.441Z[ helios-setup] Oct 30 19:01:35.616 INFO E| Downloaded pest_meta v2.7.13
25822024-10-30T19:01:36.443Z[ helios-setup] Oct 30 19:01:35.620 INFO E| Downloaded modular-bitfield v0.11.2
25832024-10-30T19:01:36.502Z[ helios-setup] Oct 30 19:01:35.679 INFO E| Downloaded libc v0.2.159
25842024-10-30T19:01:36.539Z[ helios-setup] Oct 30 19:01:35.715 INFO E| Downloaded ansi_term v0.12.1
25852024-10-30T19:01:36.542Z[ helios-setup] Oct 30 19:01:35.718 INFO E| Downloaded strum_macros v0.23.1
25862024-10-30T19:01:36.545Z[ helios-setup] Oct 30 19:01:35.722 INFO E| Downloaded cfg-if v0.1.10
25872024-10-30T19:01:36.548Z[ helios-setup] Oct 30 19:01:35.723 INFO E| Downloaded structopt-derive v0.4.18
25882024-10-30T19:01:36.548Z[ helios-setup] Oct 30 19:01:35.724 INFO E| Downloaded semver-parser v0.7.0
25892024-10-30T19:01:36.554Z[ helios-setup] Oct 30 19:01:35.726 INFO E| Downloaded proc-macro-crate v0.1.5
25902024-10-30T19:01:36.554Z[ helios-setup] Oct 30 19:01:35.727 INFO E| Downloaded pre v0.2.1
25912024-10-30T19:01:36.554Z[ helios-setup] Oct 30 19:01:35.728 INFO E| Downloaded pest_derive v2.7.13
25922024-10-30T19:01:36.565Z[ helios-setup] Oct 30 19:01:35.732 INFO E| Downloaded four-cc v0.3.0
25932024-10-30T19:01:36.565Z[ helios-setup] Oct 30 19:01:35.733 INFO E| Downloaded scroll_derive v0.10.5
25942024-10-30T19:01:36.566Z[ helios-setup] Oct 30 19:01:35.735 INFO E| Downloaded pest v2.7.13
25952024-10-30T19:01:36.584Z[ helios-setup] Oct 30 19:01:35.742 INFO E| Downloaded parse_int v0.6.0
25962024-10-30T19:01:36.584Z[ helios-setup] Oct 30 19:01:35.743 INFO E| Downloaded modular-bitfield-impl v0.11.2
25972024-10-30T19:01:36.584Z[ helios-setup] Oct 30 19:01:35.745 INFO E| Downloaded memoffset v0.5.6
25982024-10-30T19:01:36.584Z[ helios-setup] Oct 30 19:01:35.747 INFO E| Downloaded bytesize v1.3.0
25992024-10-30T19:01:36.714Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling proc-macro2 v1.0.86
26002024-10-30T19:01:36.714Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling unicode-ident v1.0.13
26012024-10-30T19:01:36.717Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling syn v1.0.109
26022024-10-30T19:01:36.717Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling version_check v0.9.5
26032024-10-30T19:01:36.717Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling memchr v2.7.4
26042024-10-30T19:01:36.717Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling semver-parser v0.7.0
26052024-10-30T19:01:36.717Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling autocfg v1.4.0
26062024-10-30T19:01:36.717Z[ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling thiserror v1.0.64
26072024-10-30T19:01:37.288Z[ helios-setup] Oct 30 19:01:36.465 INFO E| Compiling serde v1.0.210
26082024-10-30T19:01:37.524Z[ host-package] Compiling parse-zoneinfo v0.3.1
26092024-10-30T19:01:38.348Z[ helios-setup] Oct 30 19:01:37.525 INFO E| Compiling semver v0.9.0
26102024-10-30T19:01:38.769Z[ helios-setup] Oct 30 19:01:37.946 INFO E| Compiling proc-macro-error-attr v1.0.4
26112024-10-30T19:01:38.786Z[ helios-setup] Oct 30 19:01:37.963 INFO E| Compiling proc-macro-error v1.0.4
26122024-10-30T19:01:39.063Z[ helios-setup] Oct 30 19:01:38.240 INFO E| Compiling serde_json v1.0.128
26132024-10-30T19:01:39.272Z[ helios-setup] Oct 30 19:01:38.449 INFO E| Compiling rustc_version v0.2.3
26142024-10-30T19:01:39.584Z[ helios-setup] Oct 30 19:01:38.761 INFO E| Compiling num-traits v0.2.19
26152024-10-30T19:01:39.746Z[ helios-setup] Oct 30 19:01:38.922 INFO E| Compiling ryu v1.0.18
26162024-10-30T19:01:39.846Z[ helios-setup] Oct 30 19:01:39.023 INFO E| Compiling schemars v0.8.21
26172024-10-30T19:01:40.239Z[ helios-setup] Oct 30 19:01:39.416 INFO E| Compiling unicode-segmentation v1.12.0
26182024-10-30T19:01:40.252Z[ helios-setup] Oct 30 19:01:39.429 INFO E| Compiling itoa v1.0.11
26192024-10-30T19:01:40.366Z[ helios-setup] Oct 30 19:01:39.543 INFO E| Compiling pre-proc-macro v0.2.1
26202024-10-30T19:01:40.552Z[ helios-setup] Oct 30 19:01:39.729 INFO E| Compiling quote v1.0.37
26212024-10-30T19:01:40.742Z[ helios-setup] Oct 30 19:01:39.919 INFO E| Compiling memoffset v0.5.6
26222024-10-30T19:01:40.931Z[ host-package] Compiling libz-sys v1.1.20
26232024-10-30T19:01:41.247Z[ helios-setup] Oct 30 19:01:40.423 INFO E| Compiling syn v2.0.79
26242024-10-30T19:01:41.471Z[ helios-setup] Oct 30 19:01:40.647 INFO E| Compiling heck v0.3.3
26252024-10-30T19:01:41.515Z[ helios-setup] Oct 30 19:01:40.692 INFO E| Compiling dyn-clone v1.0.17
26262024-10-30T19:01:41.634Z[ helios-setup] Oct 30 19:01:40.811 INFO E| Compiling rustversion v1.0.17
26272024-10-30T19:01:41.696Z[ helios-setup] Oct 30 19:01:40.873 INFO E| Compiling paste v1.0.15
26282024-10-30T19:01:41.878Z[ helios-setup] Oct 30 19:01:41.055 INFO E| Compiling libc v0.2.159
26292024-10-30T19:01:42.271Z[ host-package] Compiling quick-xml v0.33.0
26302024-10-30T19:01:42.283Z[ helios-setup] Oct 30 19:01:41.460 INFO E| Compiling lazy_static v1.5.0
26312024-10-30T19:01:42.462Z[ helios-setup] Oct 30 19:01:41.639 INFO E| Compiling ucd-trie v0.1.7
26322024-10-30T19:01:43.322Z[ helios-setup] Oct 30 19:01:42.499 INFO E| Compiling pre v0.2.1
26332024-10-30T19:01:43.366Z[ helios-setup] Oct 30 19:01:42.543 INFO E| Compiling static_assertions v1.1.0
26342024-10-30T19:01:43.470Z[ helios-setup] Oct 30 19:01:42.638 INFO E| Compiling once_cell v1.20.1
26352024-10-30T19:01:43.669Z[ helios-setup] Oct 30 19:01:42.846 INFO E| Compiling byteorder v1.5.0
26362024-10-30T19:01:44.009Z[ helios-setup] Oct 30 19:01:43.185 INFO E| Compiling cfg-if v0.1.10
26372024-10-30T19:01:44.621Z[ helios-setup] Oct 30 19:01:43.797 INFO E| Compiling unicode-width v0.1.14
26382024-10-30T19:01:45.552Z[ helios-setup] Oct 30 19:01:44.728 INFO E| Compiling textwrap v0.11.0
26392024-10-30T19:01:45.674Z[ helios-setup] Oct 30 19:01:44.846 INFO E| Compiling atty v0.2.14
26402024-10-30T19:01:46.031Z[ helios-setup] Oct 30 19:01:45.207 INFO E| Compiling strum v0.23.0
26412024-10-30T19:01:46.204Z[ helios-setup] Oct 30 19:01:45.381 INFO E| Compiling ansi_term v0.12.1
26422024-10-30T19:01:46.350Z[ host-package] Compiling diesel-dtrace v0.3.0
26432024-10-30T19:01:46.818Z[ helios-setup] Oct 30 19:01:45.993 INFO E| Compiling fletcher v0.1.0
26442024-10-30T19:01:46.925Z[ helios-setup] Oct 30 19:01:46.101 INFO E| Compiling unic-common v0.9.0
26452024-10-30T19:01:47.132Z[ helios-setup] Oct 30 19:01:46.303 INFO E| Compiling strsim v0.8.0
26462024-10-30T19:01:47.146Z[ helios-setup] Oct 30 19:01:46.322 INFO E| Compiling unic-char-range v0.9.0
26472024-10-30T19:01:47.264Z[ helios-setup] Oct 30 19:01:46.440 INFO E| Compiling bitflags v1.3.2
26482024-10-30T19:01:47.525Z[ helios-setup] Oct 30 19:01:46.702 INFO E| Compiling vec_map v0.8.2
26492024-10-30T19:01:47.542Z[ host-package] Compiling parking_lot_core v0.8.6
26502024-10-30T19:01:47.560Z[ helios-setup] Oct 30 19:01:46.737 INFO E| Compiling unic-char-property v0.9.0
26512024-10-30T19:01:47.675Z[ helios-setup] Oct 30 19:01:46.851 INFO E| Compiling parse_int v0.6.0
26522024-10-30T19:01:47.978Z[ helios-setup] Oct 30 19:01:47.152 INFO E| Compiling unic-ucd-version v0.9.0
26532024-10-30T19:01:47.992Z[ helios-setup] Oct 30 19:01:47.169 INFO E| Compiling clap v2.34.0
26542024-10-30T19:01:48.038Z[ helios-setup] Oct 30 19:01:47.214 INFO E| Compiling log v0.4.22
26552024-10-30T19:01:48.076Z[ helios-setup] Oct 30 19:01:47.253 INFO E| Compiling plain v0.2.3
26562024-10-30T19:01:48.097Z[ helios-setup] Oct 30 19:01:47.273 INFO E| Compiling unic-ucd-ident v0.9.0
26572024-10-30T19:01:48.315Z[ helios-setup] Oct 30 19:01:47.491 INFO E| Compiling bytesize v1.3.0
26582024-10-30T19:01:48.848Z[ host-package] Compiling cfg_aliases v0.1.1
26592024-10-30T19:01:49.263Z[ host-package] Compiling nix v0.28.0
26602024-10-30T19:01:50.548Z[ host-package] Compiling oso v0.27.3
26612024-10-30T19:01:50.759Z[ helios-setup] Oct 30 19:01:49.936 INFO E| Compiling serde_derive_internals v0.29.1
26622024-10-30T19:01:51.251Z[ host-package] Compiling chrono-tz-build v0.4.0
26632024-10-30T19:01:51.715Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26642024-10-30T19:01:52.474Z[ helios-setup] Oct 30 19:01:51.650 INFO E| Compiling toml v0.5.11
26652024-10-30T19:01:53.096Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26662024-10-30T19:01:54.309Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26672024-10-30T19:01:55.608Z[ helios-setup] Oct 30 19:01:54.784 INFO E| Compiling proc-macro-crate v0.1.5
26682024-10-30T19:01:58.166Z[ helios-setup] Oct 30 19:01:57.342 INFO E| Compiling thiserror-impl v1.0.64
26692024-10-30T19:01:58.166Z[ helios-setup] Oct 30 19:01:57.343 INFO E| Compiling serde_derive v1.0.210
26702024-10-30T19:01:58.169Z[ helios-setup] Oct 30 19:01:57.343 INFO E| Compiling schemars_derive v0.8.21
26712024-10-30T19:01:58.398Z[ helios-setup] Oct 30 19:01:57.574 INFO E| Compiling zerocopy-derive v0.6.6
26722024-10-30T19:01:58.696Z[ helios-setup] Oct 30 19:01:57.872 INFO E| Compiling num-derive v0.4.2
26732024-10-30T19:01:59.738Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26742024-10-30T19:02:00.439Z[ host-package] Compiling bb8 v0.8.5
26752024-10-30T19:02:01.808Z[ host-package] Compiling const_format_proc_macros v0.2.33
26762024-10-30T19:02:01.853Z[ helios-setup] Oct 30 19:02:01.028 INFO E| Compiling zerocopy v0.6.6
26772024-10-30T19:02:01.944Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26782024-10-30T19:02:03.379Z[ host-package] Compiling vte v0.11.1
26792024-10-30T19:02:04.249Z[ helios-setup] Oct 30 19:02:03.419 INFO E| Compiling pest v2.7.13
26802024-10-30T19:02:04.685Z[ helios-setup] Oct 30 19:02:03.859 INFO E| Compiling modular-bitfield-impl v0.11.2
26812024-10-30T19:02:04.685Z[ helios-setup] Oct 30 19:02:03.859 INFO E| Compiling strum_macros v0.23.1
26822024-10-30T19:02:05.305Z[ host-package] Compiling const_format v0.2.33
26832024-10-30T19:02:06.304Z[ helios-setup] Oct 30 19:02:05.465 INFO E| Compiling scroll_derive v0.10.5
26842024-10-30T19:02:06.707Z[ host-package] Compiling async-bb8-diesel v0.2.1
26852024-10-30T19:02:06.945Z[ helios-setup] Oct 30 19:02:06.121 INFO E| Compiling structopt-derive v0.4.18
26862024-10-30T19:02:07.870Z[ host-package] Compiling chrono-tz v0.10.0
26872024-10-30T19:02:09.619Z[ helios-setup] Oct 30 19:02:08.795 INFO E| Compiling pest_meta v2.7.13
26882024-10-30T19:02:09.688Z[ host-package] Compiling fd-lock v4.0.2
26892024-10-30T19:02:09.742Z[ helios-setup] Oct 30 19:02:08.910 INFO E| Compiling modular-bitfield v0.11.2
26902024-10-30T19:02:09.923Z[ helios-setup] Oct 30 19:02:09.099 INFO E| Compiling scroll v0.10.2
26912024-10-30T19:02:10.344Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26922024-10-30T19:02:10.756Z[ host-package] Compiling atty v0.2.14
26932024-10-30T19:02:10.919Z[ helios-setup] Oct 30 19:02:10.094 INFO E| Compiling goblin v0.4.3
26942024-10-30T19:02:11.232Z[ host-package] Compiling salty v0.3.0
26952024-10-30T19:02:12.078Z[ helios-setup] Oct 30 19:02:11.252 INFO E| Compiling pest_generator v2.7.13
26962024-10-30T19:02:12.117Z[ host-package] Compiling bytecount v0.6.8
26972024-10-30T19:02:12.281Z[ helios-setup] Oct 30 19:02:11.457 INFO E| Compiling structopt v0.3.26
26982024-10-30T19:02:12.701Z[ host-package] Compiling papergrid v0.11.0
26992024-10-30T19:02:16.082Z[ helios-setup] Oct 30 19:02:15.258 INFO E| Compiling pest_derive v2.7.13
27002024-10-30T19:02:19.214Z[ host-package] Compiling parking_lot v0.11.2
27012024-10-30T19:02:20.643Z[ helios-setup] Oct 30 19:02:19.817 INFO E| Compiling json5 v0.4.1
27022024-10-30T19:02:26.333Z[ helios-setup] Oct 30 19:02:25.506 INFO E| Compiling four-cc v0.3.0
27032024-10-30T19:02:26.333Z[ helios-setup] Oct 30 19:02:25.507 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
27042024-10-30T19:02:26.599Z[ helios-setup] Oct 30 19:02:25.773 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
27052024-10-30T19:02:30.602Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27062024-10-30T19:02:31.410Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27072024-10-30T19:02:31.480Z[ host-package] Compiling tabled_derive v0.7.0
27082024-10-30T19:02:34.211Z[ host-package] Compiling peg-macros v0.8.4
27092024-10-30T19:02:36.945Z[ host-package] Compiling sqlparser_derive v0.2.2
27102024-10-30T19:02:37.983Z[ host-package] Compiling unicode_categories v0.1.1
27112024-10-30T19:02:38.135Z[ host-package] Compiling nu-ansi-term v0.50.1
27122024-10-30T19:02:38.681Z[ host-package] Compiling reedline v0.35.0
27132024-10-30T19:02:39.461Z[ host-package] Compiling rustyline v14.0.0
27142024-10-30T19:02:53.138Z[ host-package] Compiling sqlformat v0.2.6
27152024-10-30T19:02:54.475Z[ host-package] Compiling sqlparser v0.45.0
27162024-10-30T19:02:59.925Z[ host-package] Compiling peg v0.8.4
27172024-10-30T19:03:00.077Z[ host-package] Compiling tabled v0.15.0
27182024-10-30T19:03:03.818Z[ host-package] Compiling mime_guess v2.0.5
27192024-10-30T19:03:05.043Z[ host-package] Compiling sled v0.34.7
27202024-10-30T19:03:07.024Z[ helios-setup] Oct 30 19:03:06.197 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27212024-10-30T19:03:08.380Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27222024-10-30T19:03:08.489Z[ host-package] Compiling hickory-client v0.24.1
27232024-10-30T19:03:11.178Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27242024-10-30T19:03:12.797Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27252024-10-30T19:03:14.434Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27262024-10-30T19:03:15.551Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27272024-10-30T19:03:19.394Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27282024-10-30T19:03:21.434Z[ host-package] Compiling hickory-server v0.24.1
27292024-10-30T19:03:22.939Z[ helios-setup] Oct 30 19:03:22.112 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27302024-10-30T19:03:23.974Z[ host-package] Compiling primeorder v0.13.6
27312024-10-30T19:03:24.074Z[ host-package] Compiling vergen v8.3.2
27322024-10-30T19:03:24.532Z[ host-package] Compiling bcs v0.1.6
27332024-10-30T19:03:24.642Z[ host-package] Compiling env_filter v0.1.2
27342024-10-30T19:03:25.639Z[ host-package] Compiling cargo-platform v0.1.8
27352024-10-30T19:03:25.966Z[ host-package] Compiling nanorand v0.7.0
27362024-10-30T19:03:26.083Z[ host-package] Compiling memoffset v0.9.1
27372024-10-30T19:03:26.381Z[ host-package] Compiling cargo_metadata v0.18.1
27382024-10-30T19:03:26.685Z[ host-package] Compiling flume v0.11.0
27392024-10-30T19:03:26.744Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27402024-10-30T19:03:27.549Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27412024-10-30T19:03:30.335Z[ host-package] Compiling env_logger v0.11.5
27422024-10-30T19:03:31.882Z[ host-package] Compiling p384 v0.13.0
27432024-10-30T19:03:35.135Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27442024-10-30T19:03:38.740Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27452024-10-30T19:03:43.704Z[ host-package] Compiling git2 v0.19.0
27462024-10-30T19:03:51.475Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27472024-10-30T19:03:53.064Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27482024-10-30T19:03:54.256Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492024-10-30T19:03:54.395Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27502024-10-30T19:03:56.784Z[ host-package] Compiling rand_seeder v0.3.0
27512024-10-30T19:03:57.324Z[ host-package] Compiling libsqlite3-sys v0.30.1
27522024-10-30T19:03:58.210Z[ host-package] Compiling lzma-sys v0.1.20
27532024-10-30T19:03:59.249Z[ host-package] Compiling rustls v0.21.12
27542024-10-30T19:03:59.778Z[ host-package] Compiling cfg_aliases v0.2.1
27552024-10-30T19:03:59.969Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27562024-10-30T19:04:00.616Z[ host-package] Compiling nix v0.29.0
27572024-10-30T19:04:01.786Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582024-10-30T19:04:01.956Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27592024-10-30T19:04:04.404Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27602024-10-30T19:04:04.495Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27612024-10-30T19:04:05.583Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27622024-10-30T19:04:06.945Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27632024-10-30T19:04:09.074Z[ host-package] Compiling rustls-webpki v0.101.7
27642024-10-30T19:04:11.363Z[ helios-setup] Oct 30 19:04:10.533 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s
27652024-10-30T19:04:11.402Z[ helios-setup] Oct 30 19:04:10.570 INFO building project "amd-host-image-builder" ok (188 seconds)
27662024-10-30T19:04:11.402Z[ helios-setup] Oct 30 19:04:10.570 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27672024-10-30T19:04:11.411Z[ helios-setup] Oct 30 19:04:10.571 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27682024-10-30T19:04:11.716Z[ helios-setup] Oct 30 19:04:10.886 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27692024-10-30T19:04:11.878Z[ host-package] Compiling sct v0.7.1
27702024-10-30T19:04:12.430Z[ host-package] Compiling heck v0.3.3
27712024-10-30T19:04:12.830Z[ helios-setup] Oct 30 19:04:12.000 INFO E| From https://github.com/oxidecomputer/progenitor
27722024-10-30T19:04:12.833Z[ helios-setup] Oct 30 19:04:12.000 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27732024-10-30T19:04:12.895Z[ helios-setup] Oct 30 19:04:12.065 INFO E| * [new tag] v0.1.1 -> v0.1.1
27742024-10-30T19:04:12.896Z[ helios-setup] Oct 30 19:04:12.065 INFO E| * [new tag] v0.2.0 -> v0.2.0
27752024-10-30T19:04:12.932Z[ host-package] Compiling castaway v0.2.3
27762024-10-30T19:04:13.066Z[ helios-setup] Oct 30 19:04:12.236 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27772024-10-30T19:04:13.214Z[ host-package] Compiling csv-core v0.1.11
27782024-10-30T19:04:13.580Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27792024-10-30T19:04:13.749Z[ helios-setup] Oct 30 19:04:12.918 INFO E| From https://github.com/jclulow/hiercmd
27802024-10-30T19:04:13.749Z[ helios-setup] Oct 30 19:04:12.918 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27812024-10-30T19:04:13.767Z[ helios-setup] Oct 30 19:04:12.937 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27822024-10-30T19:04:13.959Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27832024-10-30T19:04:14.290Z[ helios-setup] Oct 30 19:04:13.461 INFO E| From https://github.com/jclulow/network-interface
27842024-10-30T19:04:14.290Z[ helios-setup] Oct 30 19:04:13.461 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27852024-10-30T19:04:14.327Z[ helios-setup] Oct 30 19:04:13.496 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27862024-10-30T19:04:14.327Z[ host-package] Compiling http-range v0.1.5
27872024-10-30T19:04:14.818Z[ helios-setup] Oct 30 19:04:13.989 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27882024-10-30T19:04:14.818Z[ helios-setup] Oct 30 19:04:13.989 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27892024-10-30T19:04:14.857Z[ helios-setup] Oct 30 19:04:14.027 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27902024-10-30T19:04:15.026Z[ host-package] Compiling hyper-staticfile v0.10.1
27912024-10-30T19:04:15.241Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27922024-10-30T19:04:15.730Z[ helios-setup] Oct 30 19:04:14.900 INFO E| From https://github.com/oxidecomputer/facade
27932024-10-30T19:04:15.730Z[ helios-setup] Oct 30 19:04:14.900 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27942024-10-30T19:04:15.779Z[ helios-setup] Oct 30 19:04:14.949 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27952024-10-30T19:04:16.067Z[ host-package] Compiling csv v1.3.0
27962024-10-30T19:04:16.628Z[ helios-setup] Oct 30 19:04:15.798 INFO E| From https://github.com/oxidecomputer/dropshot
27972024-10-30T19:04:16.628Z[ helios-setup] Oct 30 19:04:15.798 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27982024-10-30T19:04:16.666Z[ helios-setup] Oct 30 19:04:15.836 INFO E| * [new tag] v0.3.0 -> v0.3.0
27992024-10-30T19:04:16.666Z[ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.4.0 -> v0.4.0
28002024-10-30T19:04:16.669Z[ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.5.0 -> v0.5.0
28012024-10-30T19:04:16.669Z[ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.5.1 -> v0.5.1
28022024-10-30T19:04:16.669Z[ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.6.0 -> v0.6.0
28032024-10-30T19:04:16.669Z[ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.7.0 -> v0.7.0
28042024-10-30T19:04:16.670Z[ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.8.0 -> v0.8.0
28052024-10-30T19:04:16.670Z[ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.9.0 -> v0.9.0
28062024-10-30T19:04:16.718Z[ helios-setup] Oct 30 19:04:15.889 INFO E| Updating crates.io index
28072024-10-30T19:04:16.928Z[ helios-setup] Oct 30 19:04:16.097 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28082024-10-30T19:04:17.825Z[ helios-setup] Oct 30 19:04:16.996 INFO E| From https://github.com/oxidecomputer/typify
28092024-10-30T19:04:17.825Z[ helios-setup] Oct 30 19:04:16.996 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28102024-10-30T19:04:17.859Z[ helios-setup] Oct 30 19:04:17.029 INFO E| * [new tag] v0.0.10 -> v0.0.10
28112024-10-30T19:04:17.859Z[ helios-setup] Oct 30 19:04:17.029 INFO E| * [new tag] v0.0.11 -> v0.0.11
28122024-10-30T19:04:17.864Z[ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.4 -> v0.0.4
28132024-10-30T19:04:17.864Z[ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.5 -> v0.0.5
28142024-10-30T19:04:17.864Z[ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.7 -> v0.0.7
28152024-10-30T19:04:17.873Z[ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.8 -> v0.0.8
28162024-10-30T19:04:17.873Z[ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.9 -> v0.0.9
28172024-10-30T19:04:18.244Z[ host-package] Compiling compact_str v0.8.0
28182024-10-30T19:04:18.393Z[ helios-setup] Oct 30 19:04:17.563 INFO E| Downloading crates ...
28192024-10-30T19:04:18.464Z[ host-package] Compiling zone_cfg_derive v0.1.2
28202024-10-30T19:04:18.548Z[ helios-setup] Oct 30 19:04:17.718 INFO E| Downloaded ahash v0.8.3
28212024-10-30T19:04:18.578Z[ helios-setup] Oct 30 19:04:17.748 INFO E| Downloaded anyhow v1.0.68
28222024-10-30T19:04:18.584Z[ helios-setup] Oct 30 19:04:17.754 INFO E| Downloaded project-root v0.2.2
28232024-10-30T19:04:18.587Z[ helios-setup] Oct 30 19:04:17.755 INFO E| Downloaded ppv-lite86 v0.2.17
28242024-10-30T19:04:18.587Z[ helios-setup] Oct 30 19:04:17.757 INFO E| Downloaded memoffset v0.7.1
28252024-10-30T19:04:18.591Z[ helios-setup] Oct 30 19:04:17.759 INFO E| Downloaded crossbeam-deque v0.8.2
28262024-10-30T19:04:18.596Z[ helios-setup] Oct 30 19:04:17.762 INFO E| Downloaded percent-encoding v2.2.0
28272024-10-30T19:04:18.596Z[ helios-setup] Oct 30 19:04:17.763 INFO E| Downloaded futures-executor v0.3.28
28282024-10-30T19:04:18.596Z[ helios-setup] Oct 30 19:04:17.765 INFO E| Downloaded num_enum_derive v0.5.7
28292024-10-30T19:04:18.599Z[ helios-setup] Oct 30 19:04:17.767 INFO E| Downloaded futures-macro v0.3.28
28302024-10-30T19:04:18.599Z[ helios-setup] Oct 30 19:04:17.769 INFO E| Downloaded byteorder v1.4.3
28312024-10-30T19:04:18.602Z[ helios-setup] Oct 30 19:04:17.772 INFO E| Downloaded clap v4.2.1
28322024-10-30T19:04:18.651Z[ helios-setup] Oct 30 19:04:17.821 INFO E| Downloaded home v0.5.4
28332024-10-30T19:04:18.655Z[ helios-setup] Oct 30 19:04:17.823 INFO E| Downloaded want v0.3.0
28342024-10-30T19:04:18.655Z[ helios-setup] Oct 30 19:04:17.825 INFO E| Downloaded async-stream-impl v0.3.5
28352024-10-30T19:04:18.658Z[ helios-setup] Oct 30 19:04:17.827 INFO E| Downloaded const-random v0.1.15
28362024-10-30T19:04:18.660Z[ helios-setup] Oct 30 19:04:17.829 INFO E| Downloaded try-lock v0.2.4
28372024-10-30T19:04:18.660Z[ helios-setup] Oct 30 19:04:17.830 INFO E| Downloaded concolor-override v1.0.0
28382024-10-30T19:04:18.663Z[ helios-setup] Oct 30 19:04:17.832 INFO E| Downloaded sct v0.7.0
28392024-10-30T19:04:18.668Z[ helios-setup] Oct 30 19:04:17.838 INFO E| Downloaded tower-service v0.3.2
28402024-10-30T19:04:18.671Z[ helios-setup] Oct 30 19:04:17.840 INFO E| Downloaded const-random-macro v0.1.15
28412024-10-30T19:04:18.674Z[ helios-setup] Oct 30 19:04:17.842 INFO E| Downloaded toolchain_find v0.2.0
28422024-10-30T19:04:18.674Z[ helios-setup] Oct 30 19:04:17.844 INFO E| Downloaded serde_tokenstream v0.2.0
28432024-10-30T19:04:18.679Z[ helios-setup] Oct 30 19:04:17.850 INFO E| Downloaded serde v1.0.204
28442024-10-30T19:04:18.686Z[ helios-setup] Oct 30 19:04:17.856 INFO E| Downloaded utf8parse v0.2.1
28452024-10-30T19:04:18.689Z[ helios-setup] Oct 30 19:04:17.857 INFO E| Downloaded sha1 v0.10.5
28462024-10-30T19:04:18.692Z[ helios-setup] Oct 30 19:04:17.860 INFO E| Downloaded clap_lex v0.4.1
28472024-10-30T19:04:18.692Z[ helios-setup] Oct 30 19:04:17.862 INFO E| Downloaded built v0.6.0
28482024-10-30T19:04:18.714Z[ helios-setup] Oct 30 19:04:17.885 INFO E| Downloaded autocfg v1.1.0
28492024-10-30T19:04:18.717Z[ helios-setup] Oct 30 19:04:17.887 INFO E| Downloaded toml_datetime v0.6.1
28502024-10-30T19:04:18.719Z[ helios-setup] Oct 30 19:04:17.889 INFO E| Downloaded thiserror v1.0.38
28512024-10-30T19:04:18.726Z[ helios-setup] Oct 30 19:04:17.896 INFO E| Downloaded strsim v0.10.0
28522024-10-30T19:04:18.728Z[ helios-setup] Oct 30 19:04:17.898 INFO E| Downloaded terminal_size v0.2.6
28532024-10-30T19:04:18.733Z[ helios-setup] Oct 30 19:04:17.900 INFO E| Downloaded smallvec v1.10.0
28542024-10-30T19:04:18.737Z[ helios-setup] Oct 30 19:04:17.904 INFO E| Downloaded serde_derive_internals v0.26.0
28552024-10-30T19:04:18.739Z[ helios-setup] Oct 30 19:04:17.906 INFO E| Downloaded tokio-tungstenite v0.18.0
28562024-10-30T19:04:18.742Z[ helios-setup] Oct 30 19:04:17.910 INFO E| Downloaded thiserror-impl v1.0.38
28572024-10-30T19:04:18.743Z[ helios-setup] Oct 30 19:04:17.912 INFO E| Downloaded tokio-rustls v0.24.0
28582024-10-30T19:04:18.745Z[ helios-setup] Oct 30 19:04:17.915 INFO E| Downloaded tokio-macros v2.0.0
28592024-10-30T19:04:18.748Z[ helios-setup] Oct 30 19:04:17.917 INFO E| Downloaded time v0.1.45
28602024-10-30T19:04:18.753Z[ helios-setup] Oct 30 19:04:17.920 INFO E| Downloaded scopeguard v1.1.0
28612024-10-30T19:04:18.755Z[ helios-setup] Oct 30 19:04:17.922 INFO E| Downloaded camino v1.1.4
28622024-10-30T19:04:18.755Z[ helios-setup] Oct 30 19:04:17.924 INFO E| Downloaded smartstring v1.0.1
28632024-10-30T19:04:18.758Z[ helios-setup] Oct 30 19:04:17.928 INFO E| Downloaded schemars v0.8.12
28642024-10-30T19:04:18.776Z[ helios-setup] Oct 30 19:04:17.946 INFO E| Downloaded once_cell v1.17.0
28652024-10-30T19:04:18.779Z[ helios-setup] Oct 30 19:04:17.950 INFO E| Downloaded schemars_derive v0.8.12
28662024-10-30T19:04:18.782Z[ helios-setup] Oct 30 19:04:17.952 INFO E| Downloaded unicode-ident v1.0.8
28672024-10-30T19:04:18.786Z[ helios-setup] Oct 30 19:04:17.957 INFO E| Downloaded ucd-trie v0.1.5
28682024-10-30T19:04:18.789Z[ helios-setup] Oct 30 19:04:17.960 INFO E| Downloaded ryu v1.0.13
28692024-10-30T19:04:18.794Z[ helios-setup] Oct 30 19:04:17.965 INFO E| Downloaded crossbeam-channel v0.5.6
28702024-10-30T19:04:18.805Z[ helios-setup] Oct 30 19:04:17.975 INFO E| Downloaded uuid v1.3.0
28712024-10-30T19:04:18.811Z[ helios-setup] Oct 30 19:04:17.981 INFO E| Downloaded unsafe-libyaml v0.2.8
28722024-10-30T19:04:18.818Z[ helios-setup] Oct 30 19:04:17.987 INFO E| Downloaded url v2.3.1
28732024-10-30T19:04:18.821Z[ helios-setup] Oct 30 19:04:17.991 INFO E| Downloaded unicode-normalization v0.1.22
28742024-10-30T19:04:18.832Z[ helios-setup] Oct 30 19:04:17.997 INFO E| Downloaded serde_json v1.0.95
28752024-10-30T19:04:18.930Z[ helios-setup] Oct 30 19:04:18.100 INFO E| Downloaded winnow v0.4.1
28762024-10-30T19:04:18.943Z[ helios-setup] Oct 30 19:04:18.113 INFO E| Downloaded syn v1.0.107
28772024-10-30T19:04:19.046Z[ helios-setup] Oct 30 19:04:18.216 INFO E| Downloaded syn v2.0.72
28782024-10-30T19:04:19.068Z[ helios-setup] Oct 30 19:04:18.238 INFO E| Downloaded rayon-core v1.10.2
28792024-10-30T19:04:19.074Z[ helios-setup] Oct 30 19:04:18.244 INFO E| Downloaded tokio v1.27.0
28802024-10-30T19:04:19.128Z[ helios-setup] Oct 30 19:04:18.298 INFO E| Downloaded http v0.2.9
28812024-10-30T19:04:19.133Z[ helios-setup] Oct 30 19:04:18.304 INFO E| Downloaded reqwest v0.11.16
28822024-10-30T19:04:19.144Z[ helios-setup] Oct 30 19:04:18.315 INFO E| Downloaded pest v2.5.7
28832024-10-30T19:04:19.151Z[ helios-setup] Oct 30 19:04:18.322 INFO E| Downloaded mio v0.8.5
28842024-10-30T19:04:19.159Z[ helios-setup] Oct 30 19:04:18.330 INFO E| Downloaded hyper v0.14.25
28852024-10-30T19:04:19.172Z[ helios-setup] Oct 30 19:04:18.342 INFO E| Downloaded git2 v0.16.1
28862024-10-30T19:04:19.183Z[ helios-setup] Oct 30 19:04:18.353 INFO E| Downloaded h2 v0.3.16
28872024-10-30T19:04:19.203Z[ helios-setup] Oct 30 19:04:18.371 INFO E| Downloaded clap_builder v4.2.1
28882024-10-30T19:04:19.213Z[ helios-setup] Oct 30 19:04:18.383 INFO E| Downloaded rayon v1.6.1
28892024-10-30T19:04:19.228Z[ helios-setup] Oct 30 19:04:18.399 INFO E| Downloaded aho-corasick v0.7.20
28902024-10-30T19:04:19.234Z[ helios-setup] Oct 30 19:04:18.405 INFO E| Downloaded chrono v0.4.24
28912024-10-30T19:04:19.246Z[ helios-setup] Oct 30 19:04:18.417 INFO E| Downloaded futures-util v0.3.28
28922024-10-30T19:04:19.278Z[ helios-setup] Oct 30 19:04:18.448 INFO E| Downloaded regex v1.7.3
28932024-10-30T19:04:19.291Z[ helios-setup] Oct 30 19:04:18.461 INFO E| Downloaded regress v0.5.0
28942024-10-30T19:04:19.304Z[ helios-setup] Oct 30 19:04:18.474 INFO E| Downloaded cc v1.0.78
28952024-10-30T19:04:19.308Z[ helios-setup] Oct 30 19:04:18.478 INFO E| Downloaded rustls v0.21.0
28962024-10-30T19:04:19.327Z[ helios-setup] Oct 30 19:04:18.497 INFO E| Downloaded rustix v0.37.3
28972024-10-30T19:04:19.360Z[ helios-setup] Oct 30 19:04:18.530 INFO E| Downloaded rustls-webpki v0.100.1
28982024-10-30T19:04:19.370Z[ helios-setup] Oct 30 19:04:18.540 INFO E| Downloaded rhai v1.14.0
28992024-10-30T19:04:19.397Z[ helios-setup] Oct 30 19:04:18.567 INFO E| Downloaded openapiv3 v1.0.2
29002024-10-30T19:04:19.417Z[ helios-setup] Oct 30 19:04:18.588 INFO E| Downloaded memchr v2.5.0
29012024-10-30T19:04:19.423Z[ helios-setup] Oct 30 19:04:18.594 INFO E| Downloaded crossbeam-epoch v0.9.13
29022024-10-30T19:04:19.428Z[ helios-setup] Oct 30 19:04:18.599 INFO E| Downloaded toml_edit v0.19.8
29032024-10-30T19:04:19.456Z[ helios-setup] Oct 30 19:04:18.626 INFO E| Downloaded tokio-util v0.7.7
29042024-10-30T19:04:19.468Z[ helios-setup] Oct 30 19:04:18.636 INFO E| Downloaded libc v0.2.139
29052024-10-30T19:04:19.509Z[ helios-setup] Oct 30 19:04:18.679 INFO E| Downloaded bytes v1.4.0
29062024-10-30T19:04:19.515Z[ helios-setup] Oct 30 19:04:18.685 INFO E| Downloaded unicode-linebreak v0.1.4
29072024-10-30T19:04:19.519Z[ helios-setup] Oct 30 19:04:18.689 INFO E| Downloaded tracing-core v0.1.30
29082024-10-30T19:04:19.526Z[ helios-setup] Oct 30 19:04:18.694 INFO E| Downloaded tracing v0.1.37
29092024-10-30T19:04:19.533Z[ helios-setup] Oct 30 19:04:18.702 INFO E| Downloaded crossbeam-utils v0.8.14
29102024-10-30T19:04:19.537Z[ helios-setup] Oct 30 19:04:18.708 INFO E| Downloaded serde_yaml v0.9.21
29112024-10-30T19:04:19.547Z[ helios-setup] Oct 30 19:04:18.715 INFO E| Downloaded toml v0.7.3
29122024-10-30T19:04:19.551Z[ helios-setup] Oct 30 19:04:18.721 INFO E| Downloaded tungstenite v0.18.0
29132024-10-30T19:04:19.555Z[ helios-setup] Oct 30 19:04:18.725 INFO E| Downloaded tinyvec v1.6.0
29142024-10-30T19:04:19.560Z[ helios-setup] Oct 30 19:04:18.731 INFO E| Downloaded textwrap v0.16.0
29152024-10-30T19:04:19.564Z[ helios-setup] Oct 30 19:04:18.734 INFO E| Downloaded socket2 v0.4.9
29162024-10-30T19:04:19.567Z[ helios-setup] Oct 30 19:04:18.737 INFO E| Downloaded serde_derive v1.0.204
29172024-10-30T19:04:19.571Z[ helios-setup] Oct 30 19:04:18.742 INFO E| Downloaded rhai_codegen v1.5.0
29182024-10-30T19:04:19.607Z[ helios-setup] Oct 30 19:04:18.777 INFO E| Downloaded parking_lot_core v0.9.6
29192024-10-30T19:04:19.610Z[ helios-setup] Oct 30 19:04:18.780 INFO E| Downloaded lazy_static v1.4.0
29202024-10-30T19:04:19.612Z[ helios-setup] Oct 30 19:04:18.782 INFO E| Downloaded io-lifetimes v1.0.10
29212024-10-30T19:04:19.615Z[ helios-setup] Oct 30 19:04:18.786 INFO E| Downloaded num-integer v0.1.45
29222024-10-30T19:04:19.621Z[ helios-setup] Oct 30 19:04:18.789 INFO E| Downloaded log v0.4.17
29232024-10-30T19:04:19.624Z[ helios-setup] Oct 30 19:04:18.792 INFO E| Downloaded httparse v1.8.0
29242024-10-30T19:04:19.628Z[ helios-setup] Oct 30 19:04:18.796 INFO E| Downloaded getrandom v0.2.8
29252024-10-30T19:04:19.632Z[ helios-setup] Oct 30 19:04:18.799 INFO E| Downloaded futures-channel v0.3.28
29262024-10-30T19:04:19.635Z[ helios-setup] Oct 30 19:04:18.803 INFO E| Downloaded bincode v1.3.3
29272024-10-30T19:04:19.638Z[ helios-setup] Oct 30 19:04:18.806 INFO E| Downloaded anstyle-parse v0.1.1
29282024-10-30T19:04:19.644Z[ helios-setup] Oct 30 19:04:18.809 INFO E| Downloaded unicode-bidi v0.3.13
29292024-10-30T19:04:19.647Z[ helios-setup] Oct 30 19:04:18.813 INFO E| Downloaded dyn-clone v1.0.11
29302024-10-30T19:04:19.647Z[ helios-setup] Oct 30 19:04:18.815 INFO E| Downloaded encoding_rs v0.8.32
29312024-10-30T19:04:19.679Z[ helios-setup] Oct 30 19:04:18.849 INFO E| Downloaded tempfile v3.5.0
29322024-10-30T19:04:19.683Z[ helios-setup] Oct 30 19:04:18.853 INFO E| Downloaded futures-task v0.3.28
29332024-10-30T19:04:19.690Z[ helios-setup] Oct 30 19:04:18.855 INFO E| Downloaded base64 v0.21.0
29342024-10-30T19:04:19.694Z[ helios-setup] Oct 30 19:04:18.861 INFO E| Downloaded semver v1.0.17
29352024-10-30T19:04:19.697Z[ helios-setup] Oct 30 19:04:18.865 INFO E| Downloaded num_enum v0.5.7
29362024-10-30T19:04:19.702Z[ helios-setup] Oct 30 19:04:18.873 INFO E| Downloaded httpdate v1.0.2
29372024-10-30T19:04:19.707Z[ helios-setup] Oct 30 19:04:18.875 INFO E| Downloaded slab v0.4.7
29382024-10-30T19:04:19.707Z[ helios-setup] Oct 30 19:04:18.877 INFO E| Downloaded signal-hook-registry v1.4.0
29392024-10-30T19:04:19.710Z[ helios-setup] Oct 30 19:04:18.879 INFO E| Downloaded proc-macro-crate v1.2.1
29402024-10-30T19:04:19.710Z[ helios-setup] Oct 30 19:04:18.880 INFO E| Downloaded paste v1.0.12
29412024-10-30T19:04:19.715Z[ helios-setup] Oct 30 19:04:18.886 INFO E| Downloaded is-terminal v0.4.7
29422024-10-30T19:04:19.721Z[ helios-setup] Oct 30 19:04:18.887 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29432024-10-30T19:04:19.805Z[ helios-setup] Oct 30 19:04:18.974 INFO E| Downloaded iana-time-zone v0.1.56
29442024-10-30T19:04:19.808Z[ helios-setup] Oct 30 19:04:18.977 INFO E| Downloaded futures-sink v0.3.28
29452024-10-30T19:04:19.811Z[ helios-setup] Oct 30 19:04:18.979 INFO E| Downloaded fastrand v1.9.0
29462024-10-30T19:04:19.811Z[ helios-setup] Oct 30 19:04:18.981 INFO E| Downloaded smawk v0.3.1
29472024-10-30T19:04:19.814Z[ helios-setup] Oct 30 19:04:18.983 INFO E| Downloaded slog-bunyan v2.4.0
29482024-10-30T19:04:19.817Z[ helios-setup] Oct 30 19:04:18.985 INFO E| Downloaded sha2 v0.10.6
29492024-10-30T19:04:19.820Z[ helios-setup] Oct 30 19:04:18.988 INFO E| Downloaded semver-parser v0.10.2
29502024-10-30T19:04:19.823Z[ helios-setup] Oct 30 19:04:18.991 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29512024-10-30T19:04:19.823Z[ helios-setup] Oct 30 19:04:18.994 INFO E| Downloaded pkg-config v0.3.26
29522024-10-30T19:04:19.826Z[ helios-setup] Oct 30 19:04:18.996 INFO E| Downloaded num_cpus v1.15.0
29532024-10-30T19:04:19.830Z[ helios-setup] Oct 30 19:04:19.001 INFO E| Downloaded itoa v1.0.6
29542024-10-30T19:04:19.833Z[ helios-setup] Oct 30 19:04:19.003 INFO E| Downloaded http-body v0.4.5
29552024-10-30T19:04:19.836Z[ helios-setup] Oct 30 19:04:19.006 INFO E| Downloaded futures-io v0.3.28
29562024-10-30T19:04:19.839Z[ helios-setup] Oct 30 19:04:19.007 INFO E| Downloaded futures-core v0.3.28
29572024-10-30T19:04:19.839Z[ helios-setup] Oct 30 19:04:19.009 INFO E| Downloaded form_urlencoded v1.1.0
29582024-10-30T19:04:19.841Z[ helios-setup] Oct 30 19:04:19.010 INFO E| Downloaded libz-sys v1.1.8
29592024-10-30T19:04:19.950Z[ helios-setup] Oct 30 19:04:19.119 INFO E| Downloaded either v1.8.0
29602024-10-30T19:04:19.953Z[ helios-setup] Oct 30 19:04:19.121 INFO E| Downloaded async-stream v0.3.5
29612024-10-30T19:04:19.953Z[ helios-setup] Oct 30 19:04:19.124 INFO E| Downloaded ahash v0.7.6
29622024-10-30T19:04:19.957Z[ helios-setup] Oct 30 19:04:19.127 INFO E| Downloaded serde_spanned v0.6.1
29632024-10-30T19:04:19.972Z[ helios-setup] Oct 30 19:04:19.129 INFO E| Downloaded anstyle v0.3.5
29642024-10-30T19:04:19.990Z[ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded slog-async v2.7.0
29652024-10-30T19:04:19.990Z[ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded serde_path_to_error v0.1.11
29662024-10-30T19:04:19.990Z[ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded rustls-pemfile v1.0.2
29672024-10-30T19:04:19.990Z[ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded rustfmt-wrapper v0.2.0
29682024-10-30T19:04:19.990Z[ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded num-traits v0.2.15
29692024-10-30T19:04:19.994Z[ helios-setup] Oct 30 19:04:19.157 INFO E| Downloaded semver v0.11.0
29702024-10-30T19:04:19.994Z[ helios-setup] Oct 30 19:04:19.157 INFO E| Downloaded quote v1.0.36
29712024-10-30T19:04:19.994Z[ helios-setup] Oct 30 19:04:19.157 INFO E| Downloaded pin-project-lite v0.2.9
29722024-10-30T19:04:19.994Z[ helios-setup] Oct 30 19:04:19.163 INFO E| Downloaded parking_lot v0.12.1
29732024-10-30T19:04:19.994Z[ helios-setup] Oct 30 19:04:19.163 INFO E| Downloaded lock_api v0.4.9
29742024-10-30T19:04:19.998Z[ helios-setup] Oct 30 19:04:19.165 INFO E| Downloaded ipnet v2.7.2
29752024-10-30T19:04:20.003Z[ helios-setup] Oct 30 19:04:19.171 INFO E| Downloaded futures v0.3.28
29762024-10-30T19:04:20.006Z[ helios-setup] Oct 30 19:04:19.176 INFO E| Downloaded digest v0.10.6
29772024-10-30T19:04:20.013Z[ helios-setup] Oct 30 19:04:19.183 INFO E| Downloaded clap_derive v4.2.0
29782024-10-30T19:04:20.013Z[ helios-setup] Oct 30 19:04:19.183 INFO E| Downloaded cargo-lock v8.0.3
29792024-10-30T19:04:20.015Z[ helios-setup] Oct 30 19:04:19.186 INFO E| Downloaded anstream v0.2.6
29802024-10-30T19:04:20.038Z[ helios-setup] Oct 30 19:04:19.194 INFO E| Downloaded concolor-query v0.3.3
29812024-10-30T19:04:20.038Z[ helios-setup] Oct 30 19:04:19.196 INFO E| Downloaded async-trait v0.1.68
29822024-10-30T19:04:20.041Z[ helios-setup] Oct 30 19:04:19.201 INFO E| Downloaded jobserver v0.1.26
29832024-10-30T19:04:20.347Z[ helios-setup] Oct 30 19:04:19.517 INFO E| Compiling proc-macro2 v1.0.86
29842024-10-30T19:04:20.350Z[ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling libc v0.2.139
29852024-10-30T19:04:20.351Z[ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling unicode-ident v1.0.8
29862024-10-30T19:04:20.351Z[ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling autocfg v1.1.0
29872024-10-30T19:04:20.351Z[ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling cfg-if v1.0.0
29882024-10-30T19:04:20.351Z[ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling version_check v0.9.4
29892024-10-30T19:04:20.351Z[ helios-setup] Oct 30 19:04:19.519 INFO E| Compiling serde v1.0.204
29902024-10-30T19:04:20.351Z[ helios-setup] Oct 30 19:04:19.519 INFO E| Compiling syn v1.0.107
29912024-10-30T19:04:20.925Z[ helios-setup] Oct 30 19:04:20.095 INFO E| Compiling memchr v2.5.0
29922024-10-30T19:04:21.466Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29932024-10-30T19:04:21.722Z[ helios-setup] Oct 30 19:04:20.890 INFO E| Compiling once_cell v1.17.0
29942024-10-30T19:04:22.012Z[ helios-setup] Oct 30 19:04:21.178 INFO E| Compiling thiserror v1.0.38
29952024-10-30T19:04:22.226Z[ helios-setup] Oct 30 19:04:21.395 INFO E| Compiling log v0.4.17
29962024-10-30T19:04:22.551Z[ helios-setup] Oct 30 19:04:21.715 INFO E| Compiling serde_json v1.0.95
29972024-10-30T19:04:23.402Z[ host-package] Compiling nix v0.27.1
29982024-10-30T19:04:23.440Z[ helios-setup] Oct 30 19:04:22.610 INFO E| Compiling itoa v1.0.6
29992024-10-30T19:04:23.510Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30002024-10-30T19:04:23.834Z[ helios-setup] Oct 30 19:04:23.004 INFO E| Compiling indexmap v1.9.3
30012024-10-30T19:04:24.250Z[ helios-setup] Oct 30 19:04:23.420 INFO E| Compiling pin-project-lite v0.2.9
30022024-10-30T19:04:24.518Z[ helios-setup] Oct 30 19:04:23.688 INFO E| Compiling quote v1.0.36
30032024-10-30T19:04:24.696Z[ helios-setup] Oct 30 19:04:23.865 INFO E| Compiling jobserver v0.1.26
30042024-10-30T19:04:24.765Z[ helios-setup] Oct 30 19:04:23.933 INFO E| Compiling getrandom v0.2.8
30052024-10-30T19:04:24.992Z[ helios-setup] Oct 30 19:04:24.162 INFO E| Compiling scopeguard v1.1.0
30062024-10-30T19:04:25.346Z[ helios-setup] Oct 30 19:04:24.515 INFO E| Compiling cc v1.0.78
30072024-10-30T19:04:25.514Z[ helios-setup] Oct 30 19:04:24.684 INFO E| Compiling syn v2.0.72
30082024-10-30T19:04:25.668Z[ helios-setup] Oct 30 19:04:24.838 INFO E| Compiling num-integer v0.1.45
30092024-10-30T19:04:25.716Z[ helios-setup] Oct 30 19:04:24.886 INFO E| Compiling bytes v1.4.0
30102024-10-30T19:04:25.920Z[ helios-setup] Oct 30 19:04:25.090 INFO E| Compiling futures-core v0.3.28
30112024-10-30T19:04:26.566Z[ helios-setup] Oct 30 19:04:25.735 INFO E| Compiling ryu v1.0.13
30122024-10-30T19:04:27.091Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30132024-10-30T19:04:28.139Z[ helios-setup] Oct 30 19:04:27.308 INFO E| Compiling lock_api v0.4.9
30142024-10-30T19:04:28.326Z[ helios-setup] Oct 30 19:04:27.495 INFO E| Compiling typenum v1.16.0
30152024-10-30T19:04:28.531Z[ helios-setup] Oct 30 19:04:27.699 INFO E| Compiling bitflags v1.3.2
30162024-10-30T19:04:28.697Z[ helios-setup] Oct 30 19:04:27.867 INFO E| Compiling parking_lot_core v0.9.6
30172024-10-30T19:04:29.070Z[ helios-setup] Oct 30 19:04:28.240 INFO E| Compiling num_cpus v1.15.0
30182024-10-30T19:04:29.434Z[ helios-setup] Oct 30 19:04:28.603 INFO E| Compiling generic-array v0.14.6
30192024-10-30T19:04:29.545Z[ helios-setup] Oct 30 19:04:28.712 INFO E| Compiling slab v0.4.7
30202024-10-30T19:04:29.615Z[ helios-setup] Oct 30 19:04:28.776 INFO E| Compiling futures-channel v0.3.28
30212024-10-30T19:04:29.700Z[ helios-setup] Oct 30 19:04:28.868 INFO E| Compiling futures-task v0.3.28
30222024-10-30T19:04:29.934Z[ helios-setup] Oct 30 19:04:29.103 INFO E| Compiling futures-sink v0.3.28
30232024-10-30T19:04:30.383Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30242024-10-30T19:04:30.739Z[ helios-setup] Oct 30 19:04:29.908 INFO E| Compiling tokio v1.27.0
30252024-10-30T19:04:30.976Z[ helios-setup] Oct 30 19:04:30.139 INFO E| Compiling schemars v0.8.12
30262024-10-30T19:04:30.992Z[ helios-setup] Oct 30 19:04:30.151 INFO E| Compiling futures-util v0.3.28
30272024-10-30T19:04:31.965Z[ helios-setup] Oct 30 19:04:31.124 INFO E| Compiling mio v0.8.5
30282024-10-30T19:04:32.159Z[ helios-setup] Oct 30 19:04:31.317 INFO E| Compiling socket2 v0.4.9
30292024-10-30T19:04:32.525Z[ helios-setup] Oct 30 19:04:31.692 INFO E| Compiling signal-hook-registry v1.4.0
30302024-10-30T19:04:32.710Z[ helios-setup] Oct 30 19:04:31.879 INFO E| Compiling ahash v0.7.6
30312024-10-30T19:04:32.745Z[ helios-setup] Oct 30 19:04:31.915 INFO E| Compiling num-traits v0.2.15
30322024-10-30T19:04:34.299Z[ helios-setup] Oct 30 19:04:33.465 INFO E| Compiling futures-io v0.3.28
30332024-10-30T19:04:34.640Z[ helios-setup] Oct 30 19:04:33.796 INFO E| Compiling io-lifetimes v1.0.10
30342024-10-30T19:04:35.081Z[ helios-setup] Oct 30 19:04:34.212 INFO E| Compiling crunchy v0.2.2
30352024-10-30T19:04:35.217Z[ helios-setup] Oct 30 19:04:34.306 INFO E| Compiling pin-utils v0.1.0
30362024-10-30T19:04:35.280Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30372024-10-30T19:04:36.345Z[ helios-setup] Oct 30 19:04:35.515 INFO E| Compiling ahash v0.8.3
30382024-10-30T19:04:36.345Z[ helios-setup] Oct 30 19:04:35.515 INFO E| Compiling hashbrown v0.12.3
30392024-10-30T19:04:36.911Z[ helios-setup] Oct 30 19:04:36.081 INFO E| Compiling rustix v0.37.3
30402024-10-30T19:04:37.192Z[ helios-setup] Oct 30 19:04:36.359 INFO E| Compiling serde_derive_internals v0.26.0
30412024-10-30T19:04:37.230Z[ helios-setup] Oct 30 19:04:36.391 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30422024-10-30T19:04:37.451Z[ helios-setup] Oct 30 19:04:36.618 INFO E| Compiling tiny-keccak v2.0.2
30432024-10-30T19:04:40.943Z[ helios-setup] Oct 30 19:04:37.842 INFO E| Compiling crypto-common v0.1.6
30442024-10-30T19:04:40.989Z[ helios-setup] Oct 30 19:04:37.988 INFO E| Compiling block-buffer v0.10.3
30452024-10-30T19:04:40.989Z[ helios-setup] Oct 30 19:04:38.703 INFO E| Compiling errno v0.3.1
30462024-10-30T19:04:40.989Z[ helios-setup] Oct 30 19:04:39.101 INFO E| Compiling pkg-config v0.3.26
30472024-10-30T19:04:40.989Z[ helios-setup] Oct 30 19:04:39.307 INFO E| Compiling crossbeam-utils v0.8.14
30482024-10-30T19:04:40.989Z[ helios-setup] Oct 30 19:04:39.689 INFO E| Compiling slog v2.7.0
30492024-10-30T19:04:40.990Z[ helios-setup] Oct 30 19:04:40.095 INFO E| Compiling fnv v1.0.7
30502024-10-30T19:04:41.294Z[ helios-setup] Oct 30 19:04:40.463 INFO E| Compiling http v0.2.9
30512024-10-30T19:04:42.612Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30522024-10-30T19:04:42.800Z[ helios-setup] Oct 30 19:04:41.969 INFO E| Compiling digest v0.10.6
30532024-10-30T19:04:43.624Z[ helios-setup] Oct 30 19:04:42.793 INFO E| Compiling aho-corasick v0.7.20
30542024-10-30T19:04:44.202Z[ helios-setup] Oct 30 19:04:43.371 INFO E| Compiling anyhow v1.0.68
30552024-10-30T19:04:44.599Z[ helios-setup] Oct 30 19:04:43.768 INFO E| Compiling regex-syntax v0.6.29
30562024-10-30T19:04:45.778Z[ helios-setup] Oct 30 19:04:44.946 INFO E| Compiling tinyvec_macros v0.1.1
30572024-10-30T19:04:46.268Z[ helios-setup] Oct 30 19:04:45.437 INFO E| Compiling heck v0.4.1
30582024-10-30T19:04:47.231Z[ helios-setup] Oct 30 19:04:46.398 INFO E| Compiling percent-encoding v2.2.0
30592024-10-30T19:04:47.341Z[ helios-setup] Oct 30 19:04:46.510 INFO E| Compiling cpufeatures v0.2.5
30602024-10-30T19:04:47.366Z[ helios-setup] Oct 30 19:04:46.535 INFO E| Compiling httparse v1.8.0
30612024-10-30T19:04:47.778Z[ helios-setup] Oct 30 19:04:46.945 INFO E| Compiling thiserror-impl v1.0.38
30622024-10-30T19:04:47.784Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30632024-10-30T19:04:47.822Z[ helios-setup] Oct 30 19:04:46.990 INFO E| Compiling schemars_derive v0.8.12
30642024-10-30T19:04:47.908Z[ helios-setup] Oct 30 19:04:47.078 INFO E| Compiling unicode-width v0.1.10
30652024-10-30T19:04:48.492Z[ helios-setup] Oct 30 19:04:47.660 INFO E| Compiling serde_derive v1.0.204
30662024-10-30T19:04:48.627Z[ helios-setup] Oct 30 19:04:47.796 INFO E| Compiling futures-macro v0.3.28
30672024-10-30T19:04:48.627Z[ helios-setup] Oct 30 19:04:47.796 INFO E| Compiling tokio-macros v2.0.0
30682024-10-30T19:04:49.004Z[ helios-setup] Oct 30 19:04:48.173 INFO E| Compiling form_urlencoded v1.1.0
30692024-10-30T19:04:49.052Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30702024-10-30T19:04:49.780Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30712024-10-30T19:04:49.968Z[ helios-setup] Oct 30 19:04:49.137 INFO E| Compiling const-random-macro v0.1.15
30722024-10-30T19:04:50.471Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30732024-10-30T19:04:50.561Z[ helios-setup] Oct 30 19:04:49.662 INFO E| Compiling tinyvec v1.6.0
30742024-10-30T19:04:51.328Z[ host-package] Compiling unicode-truncate v1.1.0
30752024-10-30T19:04:51.880Z[ helios-setup] Oct 30 19:04:51.047 INFO E| Compiling regex v1.7.3
30762024-10-30T19:04:52.357Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30772024-10-30T19:04:53.938Z[ host-package] Compiling hashlink v0.9.1
30782024-10-30T19:04:54.388Z[ helios-setup] Oct 30 19:04:53.557 INFO E| Compiling hashbrown v0.13.2
30792024-10-30T19:04:54.648Z[ helios-setup] Oct 30 19:04:53.816 INFO E| Compiling chrono v0.4.24
30802024-10-30T19:04:55.675Z[ host-package] Compiling tungstenite v0.23.0
30812024-10-30T19:04:55.747Z[ helios-setup] Oct 30 19:04:54.916 INFO E| Compiling libz-sys v1.1.8
30822024-10-30T19:04:57.558Z[ helios-setup] Oct 30 19:04:56.727 INFO E| Compiling uuid v1.3.0
30832024-10-30T19:04:58.520Z[ helios-setup] Oct 30 19:04:57.689 INFO E| Compiling dyn-clone v1.0.11
30842024-10-30T19:04:58.967Z[ helios-setup] Oct 30 19:04:58.135 INFO E| Compiling regress v0.5.0
30852024-10-30T19:04:59.285Z[ helios-setup] Oct 30 19:04:58.454 INFO E| Compiling unicode-normalization v0.1.22
30862024-10-30T19:05:00.030Z[ helios-setup] Oct 30 19:04:59.195 INFO E| Compiling const-random v0.1.15
30872024-10-30T19:05:00.997Z[ host-package] Compiling lru v0.12.5
30882024-10-30T19:05:01.269Z[ helios-setup] Oct 30 19:05:00.437 INFO E| Compiling getopts v0.2.21
30892024-10-30T19:05:01.660Z[ host-package] Compiling instability v0.3.2
30902024-10-30T19:05:01.867Z[ helios-setup] Oct 30 19:05:01.035 INFO E| Compiling tracing-core v0.1.30
30912024-10-30T19:05:02.325Z[ helios-setup] Oct 30 19:05:01.493 INFO E| Compiling memoffset v0.7.1
30922024-10-30T19:05:02.583Z[ helios-setup] Oct 30 19:05:01.751 INFO E| Compiling unicode-bidi v0.3.13
30932024-10-30T19:05:03.395Z[ helios-setup] Oct 30 19:05:02.563 INFO E| Compiling num-conv v0.1.0
30942024-10-30T19:05:03.655Z[ host-package] Compiling cassowary v0.3.0
30952024-10-30T19:05:03.769Z[ host-package] Compiling fallible-iterator v0.3.0
30962024-10-30T19:05:04.136Z[ helios-setup] Oct 30 19:05:03.300 INFO E| Compiling ucd-trie v0.1.5
30972024-10-30T19:05:05.569Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30982024-10-30T19:05:05.604Z[ helios-setup] Oct 30 19:05:04.772 INFO E| Compiling powerfmt v0.2.0
30992024-10-30T19:05:05.750Z[ host-package] Compiling base64 v0.13.1
31002024-10-30T19:05:05.919Z[ helios-setup] Oct 30 19:05:05.087 INFO E| Compiling time-core v0.1.2
31012024-10-30T19:05:06.484Z[ helios-setup] Oct 30 19:05:05.649 INFO E| Compiling time-macros v0.2.18
31022024-10-30T19:05:06.546Z[ host-package] Compiling ron v0.7.1
31032024-10-30T19:05:06.635Z[ helios-setup] Oct 30 19:05:05.803 INFO E| Compiling deranged v0.3.11
31042024-10-30T19:05:07.098Z[ host-package] Compiling rusqlite v0.32.1
31052024-10-30T19:05:08.042Z[ helios-setup] Oct 30 19:05:07.210 INFO E| Compiling idna v0.3.0
31062024-10-30T19:05:08.691Z[ helios-setup] Oct 30 19:05:07.745 INFO E| Compiling pest v2.5.7
31072024-10-30T19:05:11.045Z[ host-package] Compiling ratatui v0.28.1
31082024-10-30T19:05:11.491Z[ helios-setup] Oct 30 19:05:10.658 INFO E| Compiling tracing v0.1.37
31092024-10-30T19:05:12.755Z[ host-package] Compiling tokio-tungstenite v0.23.1
31102024-10-30T19:05:13.043Z[ helios-setup] Oct 30 19:05:12.211 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31112024-10-30T19:05:14.063Z[ helios-setup] Oct 30 19:05:13.230 INFO E| Compiling time v0.1.45
31122024-10-30T19:05:14.186Z[ helios-setup] Oct 30 19:05:13.354 INFO E| Compiling crossbeam-epoch v0.9.13
31132024-10-30T19:05:14.555Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31142024-10-30T19:05:14.798Z[ helios-setup] Oct 30 19:05:13.966 INFO E| Compiling num_threads v0.1.6
31152024-10-30T19:05:14.998Z[ helios-setup] Oct 30 19:05:14.166 INFO E| Compiling semver v1.0.17
31162024-10-30T19:05:16.300Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31172024-10-30T19:05:16.417Z[ helios-setup] Oct 30 19:05:15.579 INFO E| Compiling iana-time-zone v0.1.56
31182024-10-30T19:05:16.797Z[ helios-setup] Oct 30 19:05:15.965 INFO E| Compiling time v0.3.36
31192024-10-30T19:05:17.568Z[ helios-setup] Oct 30 19:05:16.735 INFO E| Compiling toml v0.5.11
31202024-10-30T19:05:17.768Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31212024-10-30T19:05:18.018Z[ helios-setup] Oct 30 19:05:17.185 INFO E| Compiling serde_tokenstream v0.2.0
31222024-10-30T19:05:18.898Z[ helios-setup] Oct 30 19:05:18.065 INFO E| Compiling semver-parser v0.10.2
31232024-10-30T19:05:19.336Z[ helios-setup] Oct 30 19:05:18.496 INFO E| Compiling smallvec v1.10.0
31242024-10-30T19:05:19.839Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31252024-10-30T19:05:19.911Z[ host-package] Compiling xz2 v0.1.7
31262024-10-30T19:05:22.187Z[ helios-setup] Oct 30 19:05:21.355 INFO E| Compiling parking_lot v0.12.1
31272024-10-30T19:05:23.358Z[ host-package] Compiling tokio-rustls v0.24.1
31282024-10-30T19:05:24.988Z[ helios-setup] Oct 30 19:05:24.152 INFO E| Compiling url v2.3.1
31292024-10-30T19:05:25.560Z[ host-package] Compiling zone v0.1.8
31302024-10-30T19:05:27.364Z[ helios-setup] Oct 30 19:05:26.532 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31312024-10-30T19:05:35.026Z[ helios-setup] Oct 30 19:05:31.575 INFO E| Compiling crossbeam-channel v0.5.6
31322024-10-30T19:05:35.026Z[ helios-setup] Oct 30 19:05:32.439 INFO E| Compiling dirs-sys-next v0.1.2
31332024-10-30T19:05:35.026Z[ helios-setup] Oct 30 19:05:33.431 INFO E| Compiling try-lock v0.2.4
31342024-10-30T19:05:35.026Z[ helios-setup] Oct 30 19:05:33.847 INFO E| Compiling crc32fast v1.3.2
31352024-10-30T19:05:35.836Z[ helios-setup] Oct 30 19:05:35.003 INFO E| Compiling same-file v1.0.6
31362024-10-30T19:05:35.907Z[ helios-setup] Oct 30 19:05:35.062 INFO E| Compiling want v0.3.0
31372024-10-30T19:05:36.125Z[ helios-setup] Oct 30 19:05:35.279 INFO E| Compiling dirs-next v2.0.0
31382024-10-30T19:05:36.497Z[ helios-setup] Oct 30 19:05:35.643 INFO E| Compiling walkdir v2.3.3
31392024-10-30T19:05:39.002Z[ helios-setup] Oct 30 19:05:38.168 INFO E| Compiling proc-macro-crate v1.2.1
31402024-10-30T19:05:39.275Z[ helios-setup] Oct 30 19:05:38.442 INFO E| Compiling semver v0.11.0
31412024-10-30T19:05:41.910Z[ helios-setup] Oct 30 19:05:41.071 INFO E| Compiling tokio-util v0.7.7
31422024-10-30T19:05:43.493Z[ helios-setup] Oct 30 19:05:42.660 INFO E| Compiling futures-executor v0.3.28
31432024-10-30T19:05:44.221Z[ helios-setup] Oct 30 19:05:43.387 INFO E| Compiling h2 v0.3.16
31442024-10-30T19:05:45.026Z[ helios-setup] Oct 30 19:05:44.193 INFO E| Compiling http-body v0.4.5
31452024-10-30T19:05:45.309Z[ helios-setup] Oct 30 19:05:44.475 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31462024-10-30T19:05:46.196Z[ helios-setup] Oct 30 19:05:45.362 INFO E| Compiling ring v0.16.20
31472024-10-30T19:05:46.595Z[ helios-setup] Oct 30 19:05:45.761 INFO E| Compiling rand_core v0.6.4
31482024-10-30T19:05:47.814Z[ helios-setup] Oct 30 19:05:46.979 INFO E| Compiling thread_local v1.1.7
31492024-10-30T19:05:49.091Z[ helios-setup] Oct 30 19:05:48.256 INFO E| Compiling lazy_static v1.4.0
31502024-10-30T19:05:49.495Z[ helios-setup] Oct 30 19:05:48.660 INFO E| Compiling adler v1.0.2
31512024-10-30T19:05:49.730Z[ helios-setup] Oct 30 19:05:48.895 INFO E| Compiling ppv-lite86 v0.2.17
31522024-10-30T19:05:50.327Z[ helios-setup] Oct 30 19:05:49.494 INFO E| Compiling tower-service v0.3.2
31532024-10-30T19:05:50.537Z[ helios-setup] Oct 30 19:05:49.703 INFO E| Compiling base64 v0.21.0
31542024-10-30T19:05:50.585Z[ helios-setup] Oct 30 19:05:49.751 INFO E| Compiling home v0.5.4
31552024-10-30T19:05:51.059Z[ helios-setup] Oct 30 19:05:50.225 INFO E| Compiling utf8parse v0.2.1
31562024-10-30T19:05:51.281Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31572024-10-30T19:05:51.316Z[ helios-setup] Oct 30 19:05:50.482 INFO E| Compiling fastrand v1.9.0
31582024-10-30T19:05:51.897Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31592024-10-30T19:05:52.360Z[ helios-setup] Oct 30 19:05:51.525 INFO E| Compiling rayon-core v1.10.2
31602024-10-30T19:05:53.392Z[ helios-setup] Oct 30 19:05:52.557 INFO E| Compiling httpdate v1.0.2
31612024-10-30T19:05:54.760Z[ helios-setup] Oct 30 19:05:53.926 INFO E| Compiling tempfile v3.5.0
31622024-10-30T19:05:55.118Z[ helios-setup] Oct 30 19:05:54.284 INFO E| Compiling rand_chacha v0.3.1
31632024-10-30T19:05:56.316Z[ helios-setup] Oct 30 19:05:55.190 INFO E| Compiling hyper v0.14.25
31642024-10-30T19:05:56.338Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31652024-10-30T19:05:56.618Z[ helios-setup] Oct 30 19:05:55.784 INFO E| Compiling anstyle-parse v0.1.1
31662024-10-30T19:05:56.973Z[ host-package] Compiling rustls-pemfile v1.0.4
31672024-10-30T19:05:57.665Z[ helios-setup] Oct 30 19:05:56.821 INFO E| Compiling toolchain_find v0.2.0
31682024-10-30T19:05:58.048Z[ helios-setup] Oct 30 19:05:57.211 INFO E| Compiling miniz_oxide v0.6.2
31692024-10-30T19:05:58.386Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31702024-10-30T19:05:58.568Z[ helios-setup] Oct 30 19:05:57.733 INFO E| Compiling futures v0.3.28
31712024-10-30T19:05:59.347Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31722024-10-30T19:06:07.944Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31732024-10-30T19:06:08.459Z[ host-package] Compiling signal-hook-tokio v0.3.1
31742024-10-30T19:06:08.547Z[ host-package] Compiling twox-hash v1.6.3
31752024-10-30T19:06:09.296Z[ host-package] Compiling yasna v0.5.2
31762024-10-30T19:06:10.936Z[ host-package] Compiling unicode-linebreak v0.1.5
31772024-10-30T19:06:12.332Z[ host-package] Compiling smawk v0.3.2
31782024-10-30T19:06:13.118Z[ host-package] Compiling is_ci v1.2.0
31792024-10-30T19:06:13.724Z[ host-package] Compiling supports-color v3.0.1
31802024-10-30T19:06:14.861Z[ host-package] Compiling textwrap v0.16.1
31812024-10-30T19:06:15.098Z[ helios-setup] Oct 30 19:06:14.264 INFO E| Compiling cargo-lock v8.0.3
31822024-10-30T19:06:15.608Z[ helios-setup] Oct 30 19:06:14.773 INFO E| Compiling num_enum_derive v0.5.7
31832024-10-30T19:06:16.131Z[ host-package] Compiling rcgen v0.12.1
31842024-10-30T19:06:19.338Z[ helios-setup] Oct 30 19:06:18.503 INFO E| Compiling crossbeam-deque v0.8.2
31852024-10-30T19:06:20.102Z[ helios-setup] Oct 30 19:06:19.268 INFO E| Compiling term v0.7.0
31862024-10-30T19:06:21.168Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31872024-10-30T19:06:21.557Z[ helios-setup] Oct 30 19:06:20.722 INFO E| Compiling serde_urlencoded v0.7.1
31882024-10-30T19:06:21.604Z[ helios-setup] Oct 30 19:06:20.769 INFO E| Compiling sha2 v0.10.6
31892024-10-30T19:06:22.797Z[ helios-setup] Oct 30 19:06:21.962 INFO E| Compiling sha1 v0.10.5
31902024-10-30T19:06:23.564Z[ helios-setup] Oct 30 19:06:22.728 INFO E| Compiling is-terminal v0.4.7
31912024-10-30T19:06:23.840Z[ helios-setup] Oct 30 19:06:23.005 INFO E| Compiling atty v0.2.14
31922024-10-30T19:06:25.783Z[ helios-setup] Oct 30 19:06:24.947 INFO E| Compiling concolor-override v1.0.0
31932024-10-30T19:06:26.263Z[ helios-setup] Oct 30 19:06:25.428 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31942024-10-30T19:06:27.649Z[ helios-setup] Oct 30 19:06:26.814 INFO E| Compiling concolor-query v0.3.3
31952024-10-30T19:06:28.153Z[ helios-setup] Oct 30 19:06:27.319 INFO E| Compiling anstyle v0.3.5
31962024-10-30T19:06:28.870Z[ helios-setup] Oct 30 19:06:28.035 INFO E| Compiling anstream v0.2.6
31972024-10-30T19:06:30.787Z[ helios-setup] Oct 30 19:06:29.952 INFO E| Compiling slog-term v2.9.0
31982024-10-30T19:06:31.342Z[ helios-setup] Oct 30 19:06:30.507 INFO E| Compiling flate2 v1.0.25
31992024-10-30T19:06:33.042Z[ helios-setup] Oct 30 19:06:32.205 INFO E| Compiling num_enum v0.5.7
32002024-10-30T19:06:33.566Z[ helios-setup] Oct 30 19:06:32.730 INFO E| Compiling rustfmt-wrapper v0.2.0
32012024-10-30T19:06:33.634Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32022024-10-30T19:06:34.104Z[ helios-setup] Oct 30 19:06:33.269 INFO E| Compiling rand v0.8.5
32032024-10-30T19:06:34.774Z[ helios-setup] Oct 30 19:06:33.938 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32042024-10-30T19:06:35.373Z[ helios-setup] Oct 30 19:06:34.537 INFO E| Compiling openapiv3 v1.0.2
32052024-10-30T19:06:36.463Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32062024-10-30T19:06:38.048Z[ helios-setup] Oct 30 19:06:37.212 INFO E| Compiling encoding_rs v0.8.32
32072024-10-30T19:06:40.690Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32082024-10-30T19:06:40.897Z[ helios-setup] Oct 30 19:06:40.061 INFO E| Compiling clap_lex v0.4.1
32092024-10-30T19:06:42.265Z[ helios-setup] Oct 30 19:06:41.429 INFO E| Compiling untrusted v0.7.1
32102024-10-30T19:06:43.167Z[ helios-setup] Oct 30 19:06:42.332 INFO E| Compiling project-root v0.2.2
32112024-10-30T19:06:43.919Z[ helios-setup] Oct 30 19:06:42.880 INFO E| Compiling ipnet v2.7.2
32122024-10-30T19:06:44.006Z[ helios-setup] Oct 30 19:06:43.170 INFO E| Compiling unsafe-libyaml v0.2.8
32132024-10-30T19:06:44.451Z[ helios-setup] Oct 30 19:06:43.615 INFO E| Compiling byteorder v1.4.3
32142024-10-30T19:06:45.660Z[ helios-setup] Oct 30 19:06:44.824 INFO E| Compiling spin v0.5.2
32152024-10-30T19:06:46.542Z[ helios-setup] Oct 30 19:06:45.706 INFO E| Compiling either v1.8.0
32162024-10-30T19:06:47.376Z[ helios-setup] Oct 30 19:06:46.539 INFO E| Compiling base64 v0.13.1
32172024-10-30T19:06:47.855Z[ helios-setup] Oct 30 19:06:47.019 INFO E| Compiling mime v0.3.17
32182024-10-30T19:06:48.687Z[ helios-setup] Oct 30 19:06:47.851 INFO E| Compiling strsim v0.10.0
32192024-10-30T19:06:49.142Z[ helios-setup] Oct 30 19:06:48.306 INFO E| Compiling utf-8 v0.7.6
32202024-10-30T19:06:49.267Z[ helios-setup] Oct 30 19:06:48.432 INFO E| Compiling reqwest v0.11.16
32212024-10-30T19:06:50.001Z[ helios-setup] Oct 30 19:06:49.165 INFO E| Compiling tungstenite v0.18.0
32222024-10-30T19:06:50.446Z[ helios-setup] Oct 30 19:06:49.610 INFO E| Compiling clap_builder v4.2.1
32232024-10-30T19:06:52.852Z[ helios-setup] Oct 30 19:06:52.014 INFO E| Compiling rayon v1.6.1
32242024-10-30T19:06:55.020Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32252024-10-30T19:06:59.059Z[ helios-setup] Oct 30 19:06:58.223 INFO E| Compiling serde_yaml v0.9.21
32262024-10-30T19:07:01.278Z[ helios-setup] Oct 30 19:07:00.442 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32272024-10-30T19:07:03.332Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32282024-10-30T19:07:04.533Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32292024-10-30T19:07:04.536Z[ helios-setup] Oct 30 19:07:03.697 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32302024-10-30T19:07:05.860Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32312024-10-30T19:07:06.593Z[ helios-setup] Oct 30 19:07:05.756 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32322024-10-30T19:07:09.106Z[ helios-setup] Oct 30 19:07:08.268 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32332024-10-30T19:07:11.306Z[ helios-setup] Oct 30 19:07:10.469 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32342024-10-30T19:07:11.391Z[ helios-setup] Oct 30 19:07:10.554 INFO E| Compiling clap_derive v4.2.0
32352024-10-30T19:07:15.262Z[ helios-setup] Oct 30 19:07:14.425 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32362024-10-30T19:07:19.988Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32372024-10-30T19:07:20.860Z[ helios-setup] Oct 30 19:07:20.023 INFO E| Compiling clap v4.2.1
32382024-10-30T19:07:23.040Z[ helios-setup] Oct 30 19:07:22.203 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32392024-10-30T19:07:31.479Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32402024-10-30T19:07:32.132Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32412024-10-30T19:07:32.419Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32422024-10-30T19:07:38.920Z[ helios-setup] Oct 30 19:07:38.082 INFO E| Compiling tokio-tungstenite v0.18.0
32432024-10-30T19:07:40.569Z[ helios-setup] Oct 30 19:07:39.731 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32442024-10-30T19:07:43.753Z[ host-package] Compiling fatfs v0.3.6
32452024-10-30T19:07:44.107Z[ helios-setup] Oct 30 19:07:43.268 INFO E| Compiling smartstring v1.0.1
32462024-10-30T19:07:44.289Z[ helios-setup] Oct 30 19:07:43.451 INFO E| Compiling rustls v0.21.0
32472024-10-30T19:07:45.171Z[ host-package] Compiling rtoolbox v0.0.2
32482024-10-30T19:07:45.327Z[ helios-setup] Oct 30 19:07:44.487 INFO E| Compiling toml_datetime v0.6.1
32492024-10-30T19:07:45.450Z[ helios-setup] Oct 30 19:07:44.612 INFO E| Compiling serde_spanned v0.6.1
32502024-10-30T19:07:45.938Z[ helios-setup] Oct 30 19:07:45.099 INFO E| Compiling slog-async v2.7.0
32512024-10-30T19:07:46.071Z[ host-package] Compiling subprocess v0.2.9
32522024-10-30T19:07:46.192Z[ helios-setup] Oct 30 19:07:45.354 INFO E| Compiling static_assertions v1.1.0
32532024-10-30T19:07:46.512Z[ helios-setup] Oct 30 19:07:45.674 INFO E| Compiling camino v1.1.4
32542024-10-30T19:07:46.797Z[ helios-setup] Oct 30 19:07:45.959 INFO E| Compiling async-trait v0.1.68
32552024-10-30T19:07:47.085Z[ helios-setup] Oct 30 19:07:46.247 INFO E| Compiling winnow v0.4.1
32562024-10-30T19:07:48.070Z[ helios-setup] Oct 30 19:07:47.232 INFO E| Compiling paste v1.0.12
32572024-10-30T19:07:48.178Z[ helios-setup] Oct 30 19:07:47.340 INFO E| Compiling match_cfg v0.1.0
32582024-10-30T19:07:48.540Z[ helios-setup] Oct 30 19:07:47.699 INFO E| Compiling hostname v0.3.1
32592024-10-30T19:07:49.459Z[ host-package] Compiling assert_matches v1.5.0
32602024-10-30T19:07:49.885Z[ helios-setup] Oct 30 19:07:49.046 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32612024-10-30T19:07:50.139Z[ helios-setup] Oct 30 19:07:49.300 INFO E| Compiling slog-json v2.6.1
32622024-10-30T19:07:50.650Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32632024-10-30T19:07:51.231Z[ helios-setup] Oct 30 19:07:50.393 INFO E| Compiling unicode-linebreak v0.1.4
32642024-10-30T19:07:51.670Z[ helios-setup] Oct 30 19:07:50.829 INFO E| Compiling async-stream-impl v0.3.5
32652024-10-30T19:07:52.763Z[ host-package] Compiling rpassword v7.3.1
32662024-10-30T19:07:53.881Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32672024-10-30T19:07:54.541Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32682024-10-30T19:07:54.756Z[ helios-setup] Oct 30 19:07:53.918 INFO E| Compiling toml_edit v0.19.8
32692024-10-30T19:07:55.643Z[ helios-setup] Oct 30 19:07:54.804 INFO E| Compiling rhai_codegen v1.5.0
32702024-10-30T19:07:56.225Z[ helios-setup] Oct 30 19:07:55.386 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32712024-10-30T19:07:57.100Z[ helios-setup] Oct 30 19:07:56.261 INFO E| Compiling take_mut v0.2.2
32722024-10-30T19:07:57.892Z[ helios-setup] Oct 30 19:07:57.054 INFO E| Compiling async-stream v0.3.5
32732024-10-30T19:07:59.112Z[ helios-setup] Oct 30 19:07:58.272 INFO E| Compiling slog-bunyan v2.4.0
32742024-10-30T19:08:01.142Z[ helios-setup] Oct 30 19:08:00.303 INFO E| Compiling rhai v1.14.0
32752024-10-30T19:08:03.037Z[ helios-setup] Oct 30 19:08:02.198 INFO E| Compiling toml v0.7.3
32762024-10-30T19:08:06.263Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32772024-10-30T19:08:08.340Z[ helios-setup] Oct 30 19:08:07.500 INFO E| Compiling rustls-pemfile v1.0.2
32782024-10-30T19:08:08.912Z[ helios-setup] Oct 30 19:08:08.070 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32792024-10-30T19:08:10.074Z[ helios-setup] Oct 30 19:08:09.234 INFO E| Compiling bincode v1.3.3
32802024-10-30T19:08:10.086Z[ helios-setup] Oct 30 19:08:09.247 INFO E| Compiling serde_path_to_error v0.1.11
32812024-10-30T19:08:12.242Z[ helios-setup] Oct 30 19:08:11.402 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32822024-10-30T19:08:12.958Z[ helios-setup] Oct 30 19:08:12.119 INFO E| Compiling terminal_size v0.2.6
32832024-10-30T19:08:13.397Z[ helios-setup] Oct 30 19:08:12.557 INFO E| Compiling smawk v0.3.1
32842024-10-30T19:08:14.358Z[ helios-setup] Oct 30 19:08:13.518 INFO E| Compiling textwrap v0.16.0
32852024-10-30T19:08:19.940Z[ host-package] Compiling tui-tree-widget v0.22.0
32862024-10-30T19:08:21.399Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32872024-10-30T19:08:25.192Z[ helios-setup] Oct 30 19:08:24.352 INFO E| Compiling rustls-webpki v0.100.1
32882024-10-30T19:08:25.305Z[ helios-setup] Oct 30 19:08:24.464 INFO E| Compiling sct v0.7.0
32892024-10-30T19:08:31.571Z[ helios-setup] Oct 30 19:08:30.731 INFO E| Compiling git2 v0.16.1
32902024-10-30T19:08:32.659Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32912024-10-30T19:08:33.647Z[ helios-setup] Oct 30 19:08:32.807 INFO E| Compiling tokio-rustls v0.24.0
32922024-10-30T19:08:39.370Z[ helios-setup] Oct 30 19:08:38.530 INFO E| Compiling built v0.6.0
32932024-10-30T19:08:43.400Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32942024-10-30T19:08:44.036Z[ helios-setup] Oct 30 19:08:43.195 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32952024-10-30T19:08:44.283Z[ host-package] Compiling uzers v0.12.1
32962024-10-30T19:08:46.754Z[ helios-setup] Oct 30 19:08:45.913 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32972024-10-30T19:08:47.674Z[ helios-setup] Oct 30 19:08:46.833 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32982024-10-30T19:08:49.678Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32992024-10-30T19:08:56.562Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33002024-10-30T19:09:00.522Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33012024-10-30T19:09:17.429Z[ helios-setup] Oct 30 19:09:16.586 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33022024-10-30T19:09:19.879Z[ helios-setup] Oct 30 19:09:19.037 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33032024-10-30T19:09:43.370Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33042024-10-30T19:09:49.000Z[ host-package] Compiling multimap v0.10.0
33052024-10-30T19:10:04.101Z[ helios-setup] Oct 30 19:10:03.257 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33062024-10-30T19:11:12.442Z[ helios-setup] Oct 30 19:11:11.595 INFO E| Finished `release` profile [optimized] target(s) in 7m 00s
33072024-10-30T19:11:12.587Z[ helios-setup] Oct 30 19:11:11.740 INFO building project "pilot" ok (421 seconds)
33082024-10-30T19:11:12.591Z[ helios-setup] rm -f helios-build
33092024-10-30T19:11:12.594Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33102024-10-30T19:11:12.597Z[ helios-setup]
33112024-10-30T19:11:12.597Z[ helios-setup] Setup complete! ./helios-build is now available.
33122024-10-30T19:11:12.600Z[ helios-setup]
33132024-10-30T19:11:12.600Z[ helios-setup]
33142024-10-30T19:11:12.600Z[ helios-setup] real 12:22.182496500
33152024-10-30T19:11:12.601Z[ helios-setup] user 29:13.919231055
33162024-10-30T19:11:12.601Z[ helios-setup] sys 3:37.770561879
33172024-10-30T19:11:12.601Z[ helios-setup] trap 1.744233978
33182024-10-30T19:11:12.613Z[ helios-setup] tflt 7.191407783
33192024-10-30T19:11:12.613Z[ helios-setup] dflt 39.505414438
33202024-10-30T19:11:12.613Z[ helios-setup] kflt 0.008745724
33212024-10-30T19:11:12.613Z[ helios-setup] lock 2:03:34.368398279
33222024-10-30T19:11:12.613Z[ helios-setup] slp 3:40:43.876879074
33232024-10-30T19:11:12.613Z[ helios-setup] lat 33:23.997369261
33242024-10-30T19:11:12.613Z[ helios-setup] stop 4:38.618052870
33252024-10-30T19:11:12.613ZOct 30 19:11:11.754 INFO [helios-setup] process exited with exit status: 0 (742.188464857s)
33262024-10-30T19:11:12.614ZOct 30 19:11:11.755 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33272024-10-30T19:11:12.629Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33282024-10-30T19:11:12.978Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33292024-10-30T19:11:12.978Z[ phbl-toolchain] info: downloading component 'cargo'
33302024-10-30T19:11:14.050Z[ phbl-toolchain] info: downloading component 'clippy'
33312024-10-30T19:11:14.671Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33322024-10-30T19:11:19.630Z[ phbl-toolchain] info: downloading component 'miri'
33332024-10-30T19:11:20.609Z[ phbl-toolchain] info: downloading component 'rust-docs'
33342024-10-30T19:11:21.907Z[ phbl-toolchain] info: downloading component 'rust-src'
33352024-10-30T19:11:22.121Z[ phbl-toolchain] info: downloading component 'rust-std'
33362024-10-30T19:11:24.477Z[ phbl-toolchain] info: downloading component 'rustc'
33372024-10-30T19:11:34.161Z[ phbl-toolchain] info: downloading component 'rustfmt'
33382024-10-30T19:11:34.728Z[ phbl-toolchain] info: installing component 'cargo'
33392024-10-30T19:11:36.144Z[ phbl-toolchain] info: installing component 'clippy'
33402024-10-30T19:11:36.689Z[ phbl-toolchain] info: installing component 'llvm-tools'
33412024-10-30T19:11:42.673Z[ phbl-toolchain] info: installing component 'miri'
33422024-10-30T19:11:43.065Z[ phbl-toolchain] info: installing component 'rust-docs'
33432024-10-30T19:11:50.976Z[ phbl-toolchain] info: installing component 'rust-src'
33442024-10-30T19:11:51.566Z[ phbl-toolchain] info: installing component 'rust-std'
33452024-10-30T19:11:54.275Z[ phbl-toolchain] info: installing component 'rustc'
33462024-10-30T19:12:04.135Z[ phbl-toolchain] info: installing component 'rustfmt'
33472024-10-30T19:12:04.994Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33482024-10-30T19:12:04.998ZOct 30 19:12:04.148 INFO [phbl-toolchain] process exited with exit status: 0 (52.392964046s)
33492024-10-30T19:12:32.904Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33502024-10-30T19:12:49.904Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33512024-10-30T19:19:26.584Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 50s
33522024-10-30T19:20:29.934ZOct 30 19:20:29.064 INFO [host-package] process exited with exit status: 0 (1253.758460396s)
33532024-10-30T19:20:29.941ZOct 30 19:20:29.064 INFO [host-stamp] running task
33542024-10-30T19:20:29.941ZOct 30 19:20:29.065 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33552024-10-30T19:20:29.944ZOct 30 19:20:29.073 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+git24c967f6841
33562024-10-30T19:20:29.950ZOct 30 19:20:29.081 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+git24c967f6841
33572024-10-30T19:20:29.955Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33582024-10-30T19:20:29.958ZOct 30 19:20:29.088 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+git24c967f6841
33592024-10-30T19:20:29.965Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33602024-10-30T19:20:29.965Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-30T19:20:29.974Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-30T19:20:29.974ZOct 30 19:20:29.098 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+git24c967f6841
33632024-10-30T19:20:29.979ZOct 30 19:20:29.110[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-10-30T19:20:29.979Z 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+git24c967f6841
33652024-10-30T19:20:29.992Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33662024-10-30T19:20:29.995Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-30T19:20:29.995ZOct 30 19:20:29.124 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+git24c967f6841
33682024-10-30T19:20:30.006Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-30T19:20:30.006ZOct 30 19:20:29.137 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+git24c967f6841
33702024-10-30T19:20:30.018ZOct 30 19:20:29.148 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+git24c967f6841
33712024-10-30T19:20:30.027Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33722024-10-30T19:20:30.032Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-10-30T19:20:30.032ZOct 30 19:20:29.162 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (88.720485ms)
33742024-10-30T19:20:30.035ZOct 30 19:20:29.162 INFO [stamp-overlay] process exited with exit status: 0 (64.210766ms)
33752024-10-30T19:20:30.041Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33762024-10-30T19:20:30.044Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33772024-10-30T19:20:30.046ZOct 30 19:20:29.175 INFO [stamp-oxlog] process exited with exit status: 0 (38.613213ms)
33782024-10-30T19:20:30.137Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33792024-10-30T19:20:30.140ZOct 30 19:20:29.271 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.783528ms)
33802024-10-30T19:20:30.291Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33812024-10-30T19:20:30.295ZOct 30 19:20:29.425 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (301.244841ms)
33822024-10-30T19:20:30.318Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33832024-10-30T19:20:30.320ZOct 30 19:20:29.451 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (370.243776ms)
33842024-10-30T19:20:31.129Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33852024-10-30T19:20:31.132ZOct 30 19:20:30.262 INFO [stamp-propolis-server] process exited with exit status: 0 (1.152528194s)
33862024-10-30T19:20:31.301Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33872024-10-30T19:20:33.599Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33882024-10-30T19:20:40.846Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33892024-10-30T19:20:40.849ZOct 30 19:20:39.979 INFO [stamp-switch-asic] process exited with exit status: 0 (10.891264922s)
33902024-10-30T19:20:40.851ZOct 30 19:20:39.979 INFO [host-stamp] task succeeded (10.915002735s)
33912024-10-30T19:20:40.851ZOct 30 19:20:39.979 INFO [host-proto] running task
33922024-10-30T19:20:41.261ZOct 30 19:20:40.391 INFO [host-proto] task succeeded (411.342311ms)
33932024-10-30T19:20:41.261ZOct 30 19:20:40.391 INFO [host-profile] running task
33942024-10-30T19:20:41.263ZOct 30 19:20:40.391 INFO [host-profile] task succeeded (301.8µs)
33952024-10-30T19:20:41.263ZOct 30 19:20:40.391 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmp4gr4ys/proto/host/root -N 'ci 24c967f/${os_short_commit} 2024-10-30 18:58' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33962024-10-30T19:20:41.280Z[ host-image] Oct 30 19:20:40.410 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33972024-10-30T19:20:41.280Z[ host-image] Oct 30 19:20:40.410 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33982024-10-30T19:20:41.295Z[ host-image] Oct 30 19:20:40.425 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp4gr4ys/proto/host/root"
33992024-10-30T19:20:41.295Z[ host-image] Oct 30 19:20:40.425 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34002024-10-30T19:20:41.298Z[ host-image] Oct 30 19:20:40.425 INFO image builder template: ramdisk-01-os...
34012024-10-30T19:20:41.298Z[ host-image] Oct 30 19:20:40.425 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/.tmp4gr4ys/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34022024-10-30T19:20:41.315Z[ host-image] Oct 30 19:20:40.445 INFO O| Oct 30 19:20:40.445 INFO CREATE DATASET: rpool/images/build/host/output
34032024-10-30T19:20:41.618Z[ host-image] Oct 30 19:20:40.748 INFO O| Oct 30 19:20:40.748 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-30T19:20:41.623Z[ host-image] Oct 30 19:20:40.753 INFO O| Oct 30 19:20:40.753 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34052024-10-30T19:20:41.859Z[ host-image] Oct 30 19:20:40.988 INFO O| Oct 30 19:20:40.988 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34062024-10-30T19:20:41.927Z[ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34072024-10-30T19:20:41.930Z[ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-30T19:20:41.930Z[ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34092024-10-30T19:20:41.930Z[ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34102024-10-30T19:20:41.936Z[ host-image] Oct 30 19:20:41.066 INFO O| Oct 30 19:20:41.066 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34112024-10-30T19:20:42.151Z[ host-image] Oct 30 19:20:41.280 INFO O| Oct 30 19:20:41.280 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34122024-10-30T19:20:42.166Z[ host-image] Oct 30 19:20:41.296 INFO O| Oct 30 19:20:41.296 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34132024-10-30T19:20:42.725Z[ host-image] Oct 30 19:20:41.854 INFO O| Oct 30 19:20:41.854 INFO O| Caching catalogs ... Done
34142024-10-30T19:20:42.849Z[ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO STEP 0 (pkg_image_create) COMPLETE
34152024-10-30T19:20:42.849Z[ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-10-30T19:20:42.852Z[ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO skip step because feature "repo_redist" is not enabled
34172024-10-30T19:20:42.852Z[ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-30T19:20:42.866Z[ host-image] Oct 30 19:20:41.996 INFO O| Oct 30 19:20:41.995 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"]
34192024-10-30T19:20:43.444Z[ host-image] Oct 30 19:20:42.573 INFO O| Oct 30 19:20:42.573 INFO STEP 2 (pkg_set_publisher) COMPLETE
34202024-10-30T19:20:43.444Z[ host-image] Oct 30 19:20:42.573 INFO O| Oct 30 19:20:42.573 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-10-30T19:20:43.470Z[ host-image] Oct 30 19:20:42.599 INFO O| Oct 30 19:20:42.599 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"]
34222024-10-30T19:20:44.024Z[ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO STEP 3 (pkg_set_publisher) COMPLETE
34232024-10-30T19:20:44.024Z[ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-10-30T19:20:44.026Z[ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO skip step because feature "repo_redist" is not enabled
34252024-10-30T19:20:44.026Z[ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-10-30T19:20:44.467Z[ host-image] Oct 30 19:20:43.596 INFO O| Oct 30 19:20:43.596 INFO variant opensolaris.zone is already global
34272024-10-30T19:20:44.467Z[ host-image] Oct 30 19:20:43.596 INFO O| Oct 30 19:20:43.596 INFO STEP 5 (pkg_change_variant) COMPLETE
34282024-10-30T19:20:44.470Z[ host-image] Oct 30 19:20:43.596 INFO O| Oct 30 19:20:43.596 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34292024-10-30T19:20:44.981Z[ host-image] Oct 30 19:20:44.110 INFO O| Oct 30 19:20:44.110 INFO variant opensolaris.imagetype is full; changing to partial
34302024-10-30T19:20:44.981Z[ host-image] Oct 30 19:20:44.110 INFO O| Oct 30 19:20:44.110 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34312024-10-30T19:20:52.647Z[ host-image] Oct 30 19:20:51.776 INFO O| Oct 30 19:20:51.776 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34322024-10-30T19:20:52.652Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.47s
34332024-10-30T19:20:55.005ZOct 30 19:20:54.134 INFO [recovery-package] process exited with exit status: 0 (25.069606676s)
34342024-10-30T19:20:55.005ZOct 30 19:20:54.134 INFO [recovery-stamp] running task
34352024-10-30T19:20:55.009ZOct 30 19:20:54.135 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34362024-10-30T19:20:55.009ZOct 30 19:20:54.135 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git24c967f6841
34372024-10-30T19:20:55.027ZOct 30 19:20:54.156 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+git24c967f6841
34382024-10-30T19:20:55.038Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34392024-10-30T19:20:55.048Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34402024-10-30T19:20:55.123Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34412024-10-30T19:20:55.127ZOct 30 19:20:54.256 INFO [stamp-installinator] process exited with exit status: 0 (121.626189ms)
34422024-10-30T19:20:55.177Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34432024-10-30T19:20:55.182ZOct 30 19:20:54.310 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.807191ms)
34442024-10-30T19:20:55.184ZOct 30 19:20:54.310 INFO [recovery-stamp] task succeeded (175.609899ms)
34452024-10-30T19:20:55.184ZOct 30 19:20:54.310 INFO [recovery-proto] running task
34462024-10-30T19:20:55.184ZOct 30 19:20:54.310 INFO [tuf-stamp] running task
34472024-10-30T19:20:55.184ZOct 30 19:20:54.311 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+git24c967f6841
34482024-10-30T19:20:55.198ZOct 30 19:20:54.326 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+git24c967f6841
34492024-10-30T19:20:55.209Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34502024-10-30T19:20:55.213ZOct 30 19:20:54.339 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+git24c967f6841
34512024-10-30T19:20:55.224Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34522024-10-30T19:20:55.224ZOct 30 19:20:54.353 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+git24c967f6841
34532024-10-30T19:20:55.236Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34542024-10-30T19:20:55.240ZOct 30 19:20:54.369 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+git24c967f6841
34552024-10-30T19:20:55.261Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-30T19:20:55.263ZOct 30 19:20:54.391 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+git24c967f6841
34572024-10-30T19:20:55.285ZOct 30 19:20:54.414 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+git24c967f6841
34582024-10-30T19:20:55.305ZOct 30 19:20:54.435 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+git24c967f6841
34592024-10-30T19:20:55.351ZOct 30 19:20:54.480 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+git24c967f6841
34602024-10-30T19:20:55.425Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34612024-10-30T19:20:55.425Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-30T19:20:55.425Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-30T19:20:55.428Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-30T19:20:55.428Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34652024-10-30T19:20:55.428ZOct 30 19:20:54.555 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+git24c967f6841
34662024-10-30T19:20:55.497Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-30T19:20:55.500ZOct 30 19:20:54.626 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+git24c967f6841
34682024-10-30T19:20:55.611Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34692024-10-30T19:20:55.617Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34702024-10-30T19:20:55.620ZOct 30 19:20:54.746 INFO [stamp-probe] process exited with exit status: 0 (355.239041ms)
34712024-10-30T19:20:55.620ZOct 30 19:20:54.747 INFO [stamp-ntp] process exited with exit status: 0 (420.511802ms)
34722024-10-30T19:20:55.629Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-30T19:20:55.674ZOct 30 19:20:54.803 INFO [recovery-proto] task succeeded (492.653061ms)
34742024-10-30T19:20:55.676ZOct 30 19:20:54.803 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmp4gr4ys/proto/recovery/root -N 'recovery 24c967f/${os_short_commit} 2024-10-30 18:58' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34752024-10-30T19:20:55.830Z[ recovery-image] Oct 30 19:20:54.958 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34762024-10-30T19:20:55.830Z[ recovery-image] Oct 30 19:20:54.959 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34772024-10-30T19:20:55.848Z[ recovery-image] Oct 30 19:20:54.977 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp4gr4ys/proto/recovery/root"
34782024-10-30T19:20:55.848Z[ recovery-image] Oct 30 19:20:54.977 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34792024-10-30T19:20:55.850Z[ recovery-image] Oct 30 19:20:54.977 INFO image builder template: ramdisk-01-os...
34802024-10-30T19:20:55.850Z[ recovery-image] Oct 30 19:20:54.977 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34812024-10-30T19:20:55.939Z[ recovery-image] Oct 30 19:20:55.068 INFO O| Oct 30 19:20:55.047 INFO CREATE DATASET: rpool/images/build/recovery/output
34822024-10-30T19:20:56.501Z[ recovery-image] Oct 30 19:20:55.630 INFO O| Oct 30 19:20:55.580 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34832024-10-30T19:20:56.501Z[ recovery-image] Oct 30 19:20:55.630 INFO O| Oct 30 19:20:55.586 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34842024-10-30T19:20:56.600Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
34852024-10-30T19:20:56.634Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34862024-10-30T19:20:56.955Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34872024-10-30T19:20:56.957ZOct 30 19:20:56.010 INFO [stamp-internal-dns] process exited with exit status: 0 (1.698536603s)
34882024-10-30T19:20:56.957Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34892024-10-30T19:20:56.991Z[ host-image] Oct 30 19:20:56.120 INFO O| Oct 30 19:20:56.120 INFO O| Startup: Caching catalogs ... Done
34902024-10-30T19:20:57.008ZOct 30 19:20:56.138 INFO [stamp-external-dns] process exited with exit status: 0 (1.723389663s)
34912024-10-30T19:20:57.017Z[ recovery-image] Oct 30 19:20:56.146 INFO O| Oct 30 19:20:56.146 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34922024-10-30T19:20:57.030Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34932024-10-30T19:20:57.083Z[ host-image] Oct 30 19:20:56.212 INFO O| Oct 30 19:20:56.212 INFO O| Planning: Planning completed in 0.00 seconds
34942024-10-30T19:20:57.089Z[ host-image] Oct 30 19:20:56.213 INFO O| Oct 30 19:20:56.213 INFO O| Planning: Consolidating action changes ... Done
34952024-10-30T19:20:57.089Z[ host-image] Oct 30 19:20:56.213 INFO O| Oct 30 19:20:56.213 INFO O| Planning: Evaluating mediators ... Done
34962024-10-30T19:20:57.089Z[ host-image] Oct 30 19:20:56.213 INFO O| Oct 30 19:20:56.213 INFO O| Planning: Planning completed in 0.00 seconds
34972024-10-30T19:20:57.089Z[ host-image] Oct 30 19:20:56.214 INFO O| Oct 30 19:20:56.214 INFO O| Variants/Facets to change: 1
34982024-10-30T19:20:57.092ZOct 30 19:20:56.219 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.592470297s)
34992024-10-30T19:20:57.119Z[ recovery-image] Oct 30 19:20:56.248 INFO O| Oct 30 19:20:56.248 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35002024-10-30T19:20:57.122Z[ recovery-image] Oct 30 19:20:56.248 INFO O| Oct 30 19:20:56.248 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35012024-10-30T19:20:57.122Z[ recovery-image] Oct 30 19:20:56.249 INFO O| Oct 30 19:20:56.249 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35022024-10-30T19:20:57.122Z[ recovery-image] Oct 30 19:20:56.249 INFO O| Oct 30 19:20:56.249 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35032024-10-30T19:20:57.130Z[ recovery-image] Oct 30 19:20:56.259 INFO O| Oct 30 19:20:56.259 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35042024-10-30T19:20:57.148Z[ host-image] Oct 30 19:20:56.277 INFO O| Oct 30 19:20:56.276 INFO O| Done
35052024-10-30T19:20:57.148Z[ host-image] Oct 30 19:20:56.277 INFO O| Oct 30 19:20:56.277 INFO O| Done
35062024-10-30T19:20:57.245Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35072024-10-30T19:20:57.251ZOct 30 19:20:56.379 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.823930837s)
35082024-10-30T19:20:57.420Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35092024-10-30T19:20:57.424ZOct 30 19:20:56.554 INFO [stamp-oximeter] process exited with exit status: 0 (2.200124s)
35102024-10-30T19:20:57.448Z[ recovery-image] Oct 30 19:20:56.577 INFO O| Oct 30 19:20:56.577 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35112024-10-30T19:20:57.463Z[ recovery-image] Oct 30 19:20:56.592 INFO O| Oct 30 19:20:56.592 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35122024-10-30T19:20:57.742Z[ host-image] Oct 30 19:20:56.871 INFO O| Oct 30 19:20:56.871 INFO O| Done
35132024-10-30T19:20:57.798Z[ host-image] Oct 30 19:20:56.927 INFO O| Oct 30 19:20:56.927 INFO O| Done
35142024-10-30T19:20:57.801Z[ host-image] Oct 30 19:20:56.929 INFO O| Oct 30 19:20:56.929 INFO O| Done
35152024-10-30T19:20:57.801Z[ host-image] Oct 30 19:20:56.929 INFO O| Oct 30 19:20:56.929 INFO O| Done
35162024-10-30T19:20:57.804Z[ host-image] Oct 30 19:20:56.931 INFO O| Oct 30 19:20:56.931 INFO O| Done
35172024-10-30T19:20:57.970Z[ recovery-image] Oct 30 19:20:57.099 INFO O| Oct 30 19:20:57.099 INFO O| Caching catalogs ... Done
35182024-10-30T19:20:58.095Z[ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO STEP 0 (pkg_image_create) COMPLETE
35192024-10-30T19:20:58.095Z[ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-10-30T19:20:58.095Z[ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO skip step because feature "repo_redist" is not enabled
35212024-10-30T19:20:58.095Z[ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35222024-10-30T19:20:58.110Z[ recovery-image] Oct 30 19:20:57.239 INFO O| Oct 30 19:20:57.238 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"]
35232024-10-30T19:20:58.288Z[ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO STEP 6 (pkg_change_variant) COMPLETE
35242024-10-30T19:20:58.288Z[ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35252024-10-30T19:20:58.290Z[ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO skip step because feature "debug_variant" is not enabled
35262024-10-30T19:20:58.291Z[ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35272024-10-30T19:20:58.551Z[ recovery-image] Oct 30 19:20:57.680 INFO O| Oct 30 19:20:57.680 INFO STEP 2 (pkg_set_publisher) COMPLETE
35282024-10-30T19:20:58.551Z[ recovery-image] Oct 30 19:20:57.680 INFO O| Oct 30 19:20:57.680 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-10-30T19:20:58.563Z[ recovery-image] Oct 30 19:20:57.692 INFO O| Oct 30 19:20:57.692 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"]
35302024-10-30T19:20:58.736Z[ host-image] Oct 30 19:20:57.865 INFO O| Oct 30 19:20:57.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35312024-10-30T19:20:59.040Z[ recovery-image] Oct 30 19:20:58.168 INFO O| Oct 30 19:20:58.168 INFO STEP 3 (pkg_set_publisher) COMPLETE
35322024-10-30T19:20:59.040Z[ recovery-image] Oct 30 19:20:58.168 INFO O| Oct 30 19:20:58.168 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-10-30T19:20:59.040Z[ recovery-image] Oct 30 19:20:58.168 INFO O| Oct 30 19:20:58.168 INFO skip step because feature "repo_redist" is not enabled
35342024-10-30T19:20:59.040Z[ recovery-image] Oct 30 19:20:58.169 INFO O| Oct 30 19:20:58.168 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-30T19:20:59.383Z[ host-image] Oct 30 19:20:58.512 INFO O| Oct 30 19:20:58.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35362024-10-30T19:20:59.386Z[ host-image] Oct 30 19:20:58.514 INFO O| Oct 30 19:20:58.514 INFO O| Planning: Planning completed in 0.00 seconds
35372024-10-30T19:20:59.386Z[ host-image] Oct 30 19:20:58.515 INFO O| Oct 30 19:20:58.515 INFO O| Planning: Consolidating action changes ... Done
35382024-10-30T19:20:59.386Z[ host-image] Oct 30 19:20:58.515 INFO O| Oct 30 19:20:58.515 INFO O| Planning: Evaluating mediators ... Done
35392024-10-30T19:20:59.388Z[ host-image] Oct 30 19:20:58.515 INFO O| Oct 30 19:20:58.515 INFO O| Planning: Planning completed in 0.00 seconds
35402024-10-30T19:20:59.388Z[ host-image] Oct 30 19:20:58.516 INFO O| Oct 30 19:20:58.515 INFO O| Variants/Facets to change: 1
35412024-10-30T19:20:59.410Z[ host-image] Oct 30 19:20:58.539 INFO O| Oct 30 19:20:58.539 INFO O| Done
35422024-10-30T19:20:59.410Z[ host-image] Oct 30 19:20:58.539 INFO O| Oct 30 19:20:58.539 INFO O| Done
35432024-10-30T19:20:59.473Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35442024-10-30T19:20:59.477ZOct 30 19:20:58.606 INFO [stamp-nexus] process exited with exit status: 0 (4.126474083s)
35452024-10-30T19:20:59.509Z[ recovery-image] Oct 30 19:20:58.638 INFO O| Oct 30 19:20:58.638 INFO variant opensolaris.zone is already global
35462024-10-30T19:20:59.509Z[ recovery-image] Oct 30 19:20:58.638 INFO O| Oct 30 19:20:58.638 INFO STEP 5 (pkg_change_variant) COMPLETE
35472024-10-30T19:20:59.513Z[ recovery-image] Oct 30 19:20:58.638 INFO O| Oct 30 19:20:58.638 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-30T19:20:59.868Z[ recovery-image] Oct 30 19:20:58.997 INFO O| Oct 30 19:20:58.997 INFO variant opensolaris.imagetype is full; changing to partial
35492024-10-30T19:20:59.868Z[ recovery-image] Oct 30 19:20:58.997 INFO O| Oct 30 19:20:58.997 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35502024-10-30T19:20:59.963Z[ host-image] Oct 30 19:20:59.092 INFO O| Oct 30 19:20:59.092 INFO O| Done
35512024-10-30T19:21:00.011Z[ host-image] Oct 30 19:20:59.140 INFO O| Oct 30 19:20:59.139 INFO O| Done
35522024-10-30T19:21:00.013Z[ host-image] Oct 30 19:20:59.140 INFO O| Oct 30 19:20:59.140 INFO O| Done
35532024-10-30T19:21:00.013Z[ host-image] Oct 30 19:20:59.140 INFO O| Oct 30 19:20:59.140 INFO O| Done
35542024-10-30T19:21:00.013Z[ host-image] Oct 30 19:20:59.142 INFO O| Oct 30 19:20:59.142 INFO O| Done
35552024-10-30T19:21:00.082Z[ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 8 (pkg_change_facet) COMPLETE
35562024-10-30T19:21:00.082Z[ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-10-30T19:21:00.083Z[ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO skip step because feature "recovery" is not enabled
35582024-10-30T19:21:00.083Z[ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-10-30T19:21:00.085Z[ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO skip step because feature "recovery" is not enabled
35602024-10-30T19:21:00.086Z[ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-10-30T19:21:00.095Z[ host-image] Oct 30 19:20:59.224 INFO O| Oct 30 19:20:59.224 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"]
35622024-10-30T19:21:00.565Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35632024-10-30T19:21:00.569ZOct 30 19:20:59.698 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.328650134s)
35642024-10-30T19:21:00.671Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35652024-10-30T19:21:00.804Z[verify-libraries] Compiling polyval v0.6.2
35662024-10-30T19:21:00.819Z[verify-libraries] Compiling ctr v0.9.2
35672024-10-30T19:21:00.837Z[verify-libraries] Compiling ssh-encoding v0.2.0
35682024-10-30T19:21:00.837Z[verify-libraries] Compiling blowfish v0.9.1
35692024-10-30T19:21:00.881Z[verify-libraries] Compiling password-hash v0.4.2
35702024-10-30T19:21:00.883Z[verify-libraries] Compiling matches v0.1.10
35712024-10-30T19:21:00.884Z[verify-libraries] Compiling p256 v0.13.2
35722024-10-30T19:21:01.163Z[ host-image] Oct 30 19:21:00.292 INFO O| Oct 30 19:21:00.292 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35732024-10-30T19:21:01.299Z[verify-libraries] Compiling ghash v0.5.1
35742024-10-30T19:21:01.432Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35752024-10-30T19:21:01.433Z[verify-libraries] Compiling idna v0.2.3
35762024-10-30T19:21:01.582Z[verify-libraries] Compiling aes-gcm v0.10.3
35772024-10-30T19:21:01.649Z[verify-libraries] Compiling pbkdf2 v0.11.0
35782024-10-30T19:21:02.252Z[verify-libraries] Compiling ssh-cipher v0.2.0
35792024-10-30T19:21:02.387Z[verify-libraries] Compiling p521 v0.13.3
35802024-10-30T19:21:02.656Z[verify-libraries] Compiling enum-as-inner v0.5.1
35812024-10-30T19:21:02.693Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35822024-10-30T19:21:03.307Z[verify-libraries] Compiling ssh-key v0.6.6
35832024-10-30T19:21:03.416Z[verify-libraries] Compiling md5 v0.7.0
35842024-10-30T19:21:04.263Z[verify-libraries] Compiling num-bigint v0.4.6
35852024-10-30T19:21:04.390Z[verify-libraries] Compiling des v0.8.1
35862024-10-30T19:21:04.675Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35872024-10-30T19:21:05.127Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35882024-10-30T19:21:06.277Z[verify-libraries] Compiling hex-literal v0.4.1
35892024-10-30T19:21:06.432Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35902024-10-30T19:21:06.486Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35912024-10-30T19:21:06.523ZOct 30 19:21:05.651 INFO [stamp-clickhouse] process exited with exit status: 0 (11.311670741s)
35922024-10-30T19:21:06.553Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35932024-10-30T19:21:06.561ZOct 30 19:21:05.690 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.255545102s)
35942024-10-30T19:21:06.561ZOct 30 19:21:05.690 INFO [tuf-stamp] task succeeded (11.380139359s)
35952024-10-30T19:21:06.567Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35962024-10-30T19:21:07.590Z[verify-libraries] Compiling russh-keys v0.45.0
35972024-10-30T19:21:07.652Z[verify-libraries] Compiling internet-checksum v0.2.1
35982024-10-30T19:21:08.439Z[verify-libraries] Compiling heck v0.4.1
35992024-10-30T19:21:10.158Z[verify-libraries] Compiling russh v0.45.0
36002024-10-30T19:21:10.891Z[ recovery-image] Oct 30 19:21:10.020 INFO O| Oct 30 19:21:10.020 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36012024-10-30T19:21:15.518Z[verify-libraries] Compiling dhcproto v0.12.0
36022024-10-30T19:21:15.788Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36032024-10-30T19:21:18.053Z[ recovery-image] Oct 30 19:21:17.181 INFO O| Oct 30 19:21:17.181 INFO O| Startup: Caching catalogs ... Done
36042024-10-30T19:21:18.170Z[ recovery-image] Oct 30 19:21:17.297 INFO O| Oct 30 19:21:17.297 INFO O| Planning: Planning completed in 0.00 seconds
36052024-10-30T19:21:18.172Z[ recovery-image] Oct 30 19:21:17.299 INFO O| Oct 30 19:21:17.298 INFO O| Planning: Consolidating action changes ... Done
36062024-10-30T19:21:18.172Z[ recovery-image] Oct 30 19:21:17.299 INFO O| Oct 30 19:21:17.299 INFO O| Planning: Evaluating mediators ... Done
36072024-10-30T19:21:18.172Z[ recovery-image] Oct 30 19:21:17.299 INFO O| Oct 30 19:21:17.299 INFO O| Planning: Planning completed in 0.00 seconds
36082024-10-30T19:21:18.172Z[ recovery-image] Oct 30 19:21:17.300 INFO O| Oct 30 19:21:17.300 INFO O| Variants/Facets to change: 1
36092024-10-30T19:21:18.270Z[ recovery-image] Oct 30 19:21:17.398 INFO O| Oct 30 19:21:17.398 INFO O| Done
36102024-10-30T19:21:18.270Z[ recovery-image] Oct 30 19:21:17.398 INFO O| Oct 30 19:21:17.398 INFO O| Done
36112024-10-30T19:21:19.028Z[ recovery-image] Oct 30 19:21:18.155 INFO O| Oct 30 19:21:18.155 INFO O| Done
36122024-10-30T19:21:19.088Z[ recovery-image] Oct 30 19:21:18.216 INFO O| Oct 30 19:21:18.216 INFO O| Done
36132024-10-30T19:21:19.091Z[ recovery-image] Oct 30 19:21:18.219 INFO O| Oct 30 19:21:18.219 INFO O| Done
36142024-10-30T19:21:19.091Z[ recovery-image] Oct 30 19:21:18.219 INFO O| Oct 30 19:21:18.219 INFO O| Done
36152024-10-30T19:21:19.095Z[ recovery-image] Oct 30 19:21:18.221 INFO O| Oct 30 19:21:18.221 INFO O| Done
36162024-10-30T19:21:19.840Z[ recovery-image] Oct 30 19:21:18.967 INFO O| Oct 30 19:21:18.967 INFO STEP 6 (pkg_change_variant) COMPLETE
36172024-10-30T19:21:19.840Z[ recovery-image] Oct 30 19:21:18.967 INFO O| Oct 30 19:21:18.967 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36182024-10-30T19:21:19.840Z[ recovery-image] Oct 30 19:21:18.967 INFO O| Oct 30 19:21:18.967 INFO skip step because feature "debug_variant" is not enabled
36192024-10-30T19:21:19.842Z[ recovery-image] Oct 30 19:21:18.968 INFO O| Oct 30 19:21:18.967 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36202024-10-30T19:21:20.551Z[ recovery-image] Oct 30 19:21:19.679 INFO O| Oct 30 19:21:19.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36212024-10-30T19:21:21.532Z[ recovery-image] Oct 30 19:21:20.660 INFO O| Oct 30 19:21:20.660 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36222024-10-30T19:21:21.535Z[ recovery-image] Oct 30 19:21:20.662 INFO O| Oct 30 19:21:20.662 INFO O| Planning: Planning completed in 0.00 seconds
36232024-10-30T19:21:21.535Z[ recovery-image] Oct 30 19:21:20.662 INFO O| Oct 30 19:21:20.662 INFO O| Planning: Consolidating action changes ... Done
36242024-10-30T19:21:21.535Z[ recovery-image] Oct 30 19:21:20.663 INFO O| Oct 30 19:21:20.663 INFO O| Planning: Evaluating mediators ... Done
36252024-10-30T19:21:21.535Z[ recovery-image] Oct 30 19:21:20.663 INFO O| Oct 30 19:21:20.663 INFO O| Planning: Planning completed in 0.00 seconds
36262024-10-30T19:21:21.538Z[ recovery-image] Oct 30 19:21:20.663 INFO O| Oct 30 19:21:20.663 INFO O| Variants/Facets to change: 1
36272024-10-30T19:21:21.587Z[ recovery-image] Oct 30 19:21:20.715 INFO O| Oct 30 19:21:20.715 INFO O| Done
36282024-10-30T19:21:21.587Z[ recovery-image] Oct 30 19:21:20.715 INFO O| Oct 30 19:21:20.715 INFO O| Done
36292024-10-30T19:21:22.274Z[ recovery-image] Oct 30 19:21:21.402 INFO O| Oct 30 19:21:21.402 INFO O| Done
36302024-10-30T19:21:22.371Z[ recovery-image] Oct 30 19:21:21.499 INFO O| Oct 30 19:21:21.499 INFO O| Done
36312024-10-30T19:21:22.373Z[ recovery-image] Oct 30 19:21:21.500 INFO O| Oct 30 19:21:21.500 INFO O| Done
36322024-10-30T19:21:22.373Z[ recovery-image] Oct 30 19:21:21.500 INFO O| Oct 30 19:21:21.500 INFO O| Done
36332024-10-30T19:21:22.376Z[ recovery-image] Oct 30 19:21:21.502 INFO O| Oct 30 19:21:21.502 INFO O| Done
36342024-10-30T19:21:22.485Z[ recovery-image] Oct 30 19:21:21.613 INFO O| Oct 30 19:21:21.613 INFO STEP 8 (pkg_change_facet) COMPLETE
36352024-10-30T19:21:22.485Z[ recovery-image] Oct 30 19:21:21.613 INFO O| Oct 30 19:21:21.613 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36362024-10-30T19:21:23.128Z[ recovery-image] Oct 30 19:21:22.256 INFO O| Oct 30 19:21:22.255 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36372024-10-30T19:21:24.137Z[ recovery-image] Oct 30 19:21:23.264 INFO O| Oct 30 19:21:23.264 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36382024-10-30T19:21:24.139Z[ recovery-image] Oct 30 19:21:23.266 INFO O| Oct 30 19:21:23.266 INFO O| Planning: Planning completed in 0.00 seconds
36392024-10-30T19:21:24.139Z[ recovery-image] Oct 30 19:21:23.267 INFO O| Oct 30 19:21:23.267 INFO O| Planning: Consolidating action changes ... Done
36402024-10-30T19:21:24.139Z[ recovery-image] Oct 30 19:21:23.267 INFO O| Oct 30 19:21:23.267 INFO O| Planning: Evaluating mediators ... Done
36412024-10-30T19:21:24.142Z[ recovery-image] Oct 30 19:21:23.268 INFO O| Oct 30 19:21:23.268 INFO O| Planning: Planning completed in 0.00 seconds
36422024-10-30T19:21:24.142Z[ recovery-image] Oct 30 19:21:23.268 INFO O| Oct 30 19:21:23.268 INFO O| Variants/Facets to change: 1
36432024-10-30T19:21:24.220Z[ recovery-image] Oct 30 19:21:23.348 INFO O| Oct 30 19:21:23.347 INFO O| Done
36442024-10-30T19:21:24.220Z[ recovery-image] Oct 30 19:21:23.348 INFO O| Oct 30 19:21:23.348 INFO O| Done
36452024-10-30T19:21:24.628Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36462024-10-30T19:21:24.915Z[ recovery-image] Oct 30 19:21:24.042 INFO O| Oct 30 19:21:24.042 INFO O| Done
36472024-10-30T19:21:24.982Z[ recovery-image] Oct 30 19:21:24.110 INFO O| Oct 30 19:21:24.109 INFO O| Done
36482024-10-30T19:21:25.001Z[ recovery-image] Oct 30 19:21:24.129 INFO O| Oct 30 19:21:24.129 INFO O| Done
36492024-10-30T19:21:25.001Z[ recovery-image] Oct 30 19:21:24.129 INFO O| Oct 30 19:21:24.129 INFO O| Done
36502024-10-30T19:21:25.004Z[ recovery-image] Oct 30 19:21:24.131 INFO O| Oct 30 19:21:24.131 INFO O| Done
36512024-10-30T19:21:25.116Z[ recovery-image] Oct 30 19:21:24.244 INFO O| Oct 30 19:21:24.243 INFO STEP 9 (pkg_change_facet) COMPLETE
36522024-10-30T19:21:25.116Z[ recovery-image] Oct 30 19:21:24.244 INFO O| Oct 30 19:21:24.244 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-10-30T19:21:25.783Z[ recovery-image] Oct 30 19:21:24.910 INFO O| Oct 30 19:21:24.910 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36542024-10-30T19:21:26.350Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36552024-10-30T19:21:26.867Z[ recovery-image] Oct 30 19:21:25.994 INFO O| Oct 30 19:21:25.994 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36562024-10-30T19:21:26.870Z[ recovery-image] Oct 30 19:21:25.996 INFO O| Oct 30 19:21:25.996 INFO O| Planning: Planning completed in 0.00 seconds
36572024-10-30T19:21:26.870Z[ recovery-image] Oct 30 19:21:25.997 INFO O| Oct 30 19:21:25.997 INFO O| Planning: Consolidating action changes ... Done
36582024-10-30T19:21:26.870Z[ recovery-image] Oct 30 19:21:25.997 INFO O| Oct 30 19:21:25.997 INFO O| Planning: Evaluating mediators ... Done
36592024-10-30T19:21:26.870Z[ recovery-image] Oct 30 19:21:25.998 INFO O| Oct 30 19:21:25.998 INFO O| Planning: Planning completed in 0.00 seconds
36602024-10-30T19:21:26.873Z[ recovery-image] Oct 30 19:21:25.998 INFO O| Oct 30 19:21:25.998 INFO O| Variants/Facets to change: 1
36612024-10-30T19:21:26.884Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36622024-10-30T19:21:26.962Z[ recovery-image] Oct 30 19:21:26.090 INFO O| Oct 30 19:21:26.090 INFO O| Done
36632024-10-30T19:21:26.962Z[ recovery-image] Oct 30 19:21:26.090 INFO O| Oct 30 19:21:26.090 INFO O| Done
36642024-10-30T19:21:27.269Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36652024-10-30T19:21:27.438Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36662024-10-30T19:21:27.639Z[ recovery-image] Oct 30 19:21:26.763 INFO O| Oct 30 19:21:26.763 INFO O| Done
36672024-10-30T19:21:27.704Z[ recovery-image] Oct 30 19:21:26.831 INFO O| Oct 30 19:21:26.831 INFO O| Done
36682024-10-30T19:21:27.706Z[ recovery-image] Oct 30 19:21:26.832 INFO O| Oct 30 19:21:26.832 INFO O| Done
36692024-10-30T19:21:27.706Z[ recovery-image] Oct 30 19:21:26.832 INFO O| Oct 30 19:21:26.832 INFO O| Done
36702024-10-30T19:21:27.708Z[ recovery-image] Oct 30 19:21:26.835 INFO O| Oct 30 19:21:26.835 INFO O| Done
36712024-10-30T19:21:27.825Z[ recovery-image] Oct 30 19:21:26.953 INFO O| Oct 30 19:21:26.953 INFO STEP 10 (pkg_change_facet) COMPLETE
36722024-10-30T19:21:27.825Z[ recovery-image] Oct 30 19:21:26.953 INFO O| Oct 30 19:21:26.953 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732024-10-30T19:21:27.846Z[ recovery-image] Oct 30 19:21:26.973 INFO O| Oct 30 19:21:26.973 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"]
36742024-10-30T19:21:27.888Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36752024-10-30T19:21:27.992Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36762024-10-30T19:21:28.316Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36772024-10-30T19:21:28.858Z[ recovery-image] Oct 30 19:21:27.985 INFO O| Oct 30 19:21:27.985 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36782024-10-30T19:21:33.306Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36792024-10-30T19:21:37.654Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36802024-10-30T19:21:39.059Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36812024-10-30T19:21:40.004Z[verify-libraries] Compiling termios v0.3.3
36822024-10-30T19:21:40.449Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36832024-10-30T19:21:54.838Z[ host-image] Oct 30 19:21:53.965 INFO O| Oct 30 19:21:53.964 INFO O| Planning: Solver setup ... Done
36842024-10-30T19:21:58.819Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36852024-10-30T19:22:19.605Z[ recovery-image] Oct 30 19:22:18.730 INFO O| Oct 30 19:22:18.730 INFO O| Planning: Solver setup ... Done
36862024-10-30T19:22:47.602Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36872024-10-30T19:22:50.086Z[ host-image] Oct 30 19:22:49.210 INFO O| Oct 30 19:22:49.210 INFO O| Planning: Running solver ... Done
36882024-10-30T19:22:50.667Z[ host-image] Oct 30 19:22:49.791 INFO O| Oct 30 19:22:49.791 INFO O| Planning: Finding local manifests ... Done
36892024-10-30T19:22:50.685Z[ host-image] Oct 30 19:22:49.809 INFO O| Oct 30 19:22:49.809 INFO O| Planning: Fetching manifests: 0/124 0% complete
36902024-10-30T19:22:56.756Z[ host-image] Oct 30 19:22:55.880 INFO O| Oct 30 19:22:55.880 INFO O| Planning: Fetching manifests: 124/124 100% complete
36912024-10-30T19:22:58.120Z[ host-image] Oct 30 19:22:57.244 INFO O| Oct 30 19:22:57.244 INFO O| Planning: Package planning ... Done
36922024-10-30T19:22:59.770Z[ host-image] Oct 30 19:22:58.894 INFO O| Oct 30 19:22:58.893 INFO O| Planning: Merging actions ... Done
36932024-10-30T19:23:00.334Z[ host-image] Oct 30 19:22:59.458 INFO O| Oct 30 19:22:59.457 INFO O| Planning: Checking for conflicting actions ... Done
36942024-10-30T19:23:00.727Z[ host-image] Oct 30 19:22:59.850 INFO O| Oct 30 19:22:59.850 INFO O| Planning: Consolidating action changes ... Done
36952024-10-30T19:23:01.257Z[ host-image] Oct 30 19:23:00.381 INFO O| Oct 30 19:23:00.380 INFO O| Planning: Evaluating mediators ... Done
36962024-10-30T19:23:06.190Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36972024-10-30T19:23:06.609Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36982024-10-30T19:23:07.889Z[ host-image] Oct 30 19:23:07.012 INFO O| Oct 30 19:23:07.012 INFO O| Planning: Planning completed in 126.72 seconds
36992024-10-30T19:23:07.896Z[ host-image] Oct 30 19:23:07.019 INFO O| Oct 30 19:23:07.019 INFO O| Packages to install: 124
37002024-10-30T19:23:07.898Z[ host-image] Oct 30 19:23:07.019 INFO O| Oct 30 19:23:07.019 INFO O| Mediators to change: 4
37012024-10-30T19:23:07.899Z[ host-image] Oct 30 19:23:07.019 INFO O| Oct 30 19:23:07.019 INFO O| Services to change: 6
37022024-10-30T19:23:08.012Z[ host-image] Oct 30 19:23:07.135 INFO O| Oct 30 19:23:07.134 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
37032024-10-30T19:23:13.035Z[ host-image] Oct 30 19:23:12.158 INFO O| Oct 30 19:23:12.158 INFO O| Download: 1160/22744 items 6.7/199.4MB 3% complete (1.3M/s)
37042024-10-30T19:23:14.933Z[ recovery-image] Oct 30 19:23:14.057 INFO O| Oct 30 19:23:14.056 INFO O| Planning: Running solver ... Done
37052024-10-30T19:23:15.476Z[ recovery-image] Oct 30 19:23:14.598 INFO O| Oct 30 19:23:14.598 INFO O| Planning: Finding local manifests ... Done
37062024-10-30T19:23:15.517Z[ recovery-image] Oct 30 19:23:14.640 INFO O| Oct 30 19:23:14.639 INFO O| Planning: Fetching manifests: 0/124 0% complete
37072024-10-30T19:23:18.346Z[ host-image] Oct 30 19:23:17.469 INFO O| Oct 30 19:23:17.469 INFO O| Download: 1695/22744 items 11.3/199.4MB 5% complete (1.1M/s)
37082024-10-30T19:23:20.500Z[ recovery-image] Oct 30 19:23:19.622 INFO O| Oct 30 19:23:19.622 INFO O| Planning: Fetching manifests: 124/124 100% complete
37092024-10-30T19:23:21.673Z[ recovery-image] Oct 30 19:23:20.796 INFO O| Oct 30 19:23:20.795 INFO O| Planning: Package planning ... Done
37102024-10-30T19:23:22.468Z[ recovery-image] Oct 30 19:23:21.591 INFO O| Oct 30 19:23:21.591 INFO O| Planning: Merging actions ... Done
37112024-10-30T19:23:22.738Z[ recovery-image] Oct 30 19:23:21.847 INFO O| Oct 30 19:23:21.847 INFO O| Planning: Checking for conflicting actions ... Done
37122024-10-30T19:23:22.817Z[ recovery-image] Oct 30 19:23:21.940 INFO O| Oct 30 19:23:21.940 INFO O| Planning: Consolidating action changes ... Done
37132024-10-30T19:23:23.225Z[ recovery-image] Oct 30 19:23:22.347 INFO O| Oct 30 19:23:22.347 INFO O| Planning: Evaluating mediators ... Done
37142024-10-30T19:23:23.349Z[ host-image] Oct 30 19:23:22.472 INFO O| Oct 30 19:23:22.472 INFO O| Download: 2255/22744 items 24.8/199.4MB 12% complete (1.8M/s)
37152024-10-30T19:23:28.399Z[ host-image] Oct 30 19:23:27.522 INFO O| Oct 30 19:23:27.522 INFO O| Download: 3482/22744 items 35.7/199.4MB 17% complete (2.5M/s)
37162024-10-30T19:23:29.087Z[ recovery-image] Oct 30 19:23:28.210 INFO O| Oct 30 19:23:28.210 INFO O| Planning: Planning completed in 120.22 seconds
37172024-10-30T19:23:29.094Z[ recovery-image] Oct 30 19:23:28.217 INFO O| Oct 30 19:23:28.217 INFO O| Packages to install: 124
37182024-10-30T19:23:29.094Z[ recovery-image] Oct 30 19:23:28.217 INFO O| Oct 30 19:23:28.217 INFO O| Mediators to change: 4
37192024-10-30T19:23:29.095Z[ recovery-image] Oct 30 19:23:28.217 INFO O| Oct 30 19:23:28.217 INFO O| Services to change: 5
37202024-10-30T19:23:29.186Z[ recovery-image] Oct 30 19:23:28.309 INFO O| Oct 30 19:23:28.309 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37212024-10-30T19:23:33.401Z[ host-image] Oct 30 19:23:32.523 INFO O| Oct 30 19:23:32.523 INFO O| Download: 4324/22744 items 41.0/199.4MB 20% complete (1.6M/s)
37222024-10-30T19:23:34.186Z[ recovery-image] Oct 30 19:23:33.309 INFO O| Oct 30 19:23:33.309 INFO O| Download: 1011/15846 items 7.9/176.2MB 4% complete (1.6M/s)
37232024-10-30T19:23:37.040Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37242024-10-30T19:23:38.421Z[ host-image] Oct 30 19:23:37.543 INFO O| Oct 30 19:23:37.543 INFO O| Download: 4965/22744 items 45.9/199.4MB 22% complete (1.0M/s)
37252024-10-30T19:23:39.661Z[ recovery-image] Oct 30 19:23:38.783 INFO O| Oct 30 19:23:38.783 INFO O| Download: 1322/15846 items 20.3/176.2MB 11% complete (2.1M/s)
37262024-10-30T19:23:43.421Z[ host-image] Oct 30 19:23:42.543 INFO O| Oct 30 19:23:42.543 INFO O| Download: 5893/22744 items 46.4/199.4MB 23% complete (552k/s)
37272024-10-30T19:23:44.875Z[ recovery-image] Oct 30 19:23:43.997 INFO O| Oct 30 19:23:43.997 INFO O| Download: 1573/15846 items 24.2/176.2MB 13% complete (1.6M/s)
37282024-10-30T19:23:48.539Z[ host-image] Oct 30 19:23:47.660 INFO O| Oct 30 19:23:47.660 INFO O| Download: 6778/22744 items 48.4/199.4MB 24% complete (236k/s)
37292024-10-30T19:23:49.890Z[ recovery-image] Oct 30 19:23:49.012 INFO O| Oct 30 19:23:49.012 INFO O| Download: 2484/15846 items 31.4/176.2MB 17% complete (1.1M/s)
37302024-10-30T19:23:53.545Z[ host-image] Oct 30 19:23:52.666 INFO O| Oct 30 19:23:52.666 INFO O| Download: 7266/22744 items 57.3/199.4MB 28% complete (1.1M/s)
37312024-10-30T19:23:54.904Z[ recovery-image] Oct 30 19:23:54.026 INFO O| Oct 30 19:23:54.026 INFO O| Download: 3338/15846 items 38.0/176.2MB 21% complete (1.4M/s)
37322024-10-30T19:23:58.550Z[ host-image] Oct 30 19:23:57.672 INFO O| Oct 30 19:23:57.671 INFO O| Download: 8142/22744 items 60.8/199.4MB 30% complete (1.2M/s)
37332024-10-30T19:23:58.649Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37342024-10-30T19:23:59.918Z[ recovery-image] Oct 30 19:23:59.039 INFO O| Oct 30 19:23:59.039 INFO O| Download: 3935/15846 items 42.5/176.2MB 24% complete (1.1M/s)
37352024-10-30T19:24:01.717Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37362024-10-30T19:24:03.556Z[ host-image] Oct 30 19:24:02.674 INFO O| Oct 30 19:24:02.674 INFO O| Download: 8769/22744 items 71.3/199.4MB 35% complete (1.4M/s)
37372024-10-30T19:24:03.714Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37382024-10-30T19:24:04.920Z[ recovery-image] Oct 30 19:24:04.041 INFO O| Oct 30 19:24:04.041 INFO O| Download: 4802/15846 items 43.0/176.2MB 24% complete (518k/s)
37392024-10-30T19:24:08.554Z[ host-image] Oct 30 19:24:07.675 INFO O| Oct 30 19:24:07.675 INFO O| Download: 9746/22744 items 83.5/199.4MB 41% complete (2.3M/s)
37402024-10-30T19:24:10.088Z[ recovery-image] Oct 30 19:24:09.208 INFO O| Oct 30 19:24:09.208 INFO O| Download: 5667/15846 items 44.5/176.2MB 25% complete (206k/s)
37412024-10-30T19:24:13.555Z[ host-image] Oct 30 19:24:12.675 INFO O| Oct 30 19:24:12.675 INFO O| Download: 10779/22744 items 89.6/199.4MB 44% complete (1.8M/s)
37422024-10-30T19:24:15.228Z[ recovery-image] Oct 30 19:24:14.349 INFO O| Oct 30 19:24:14.349 INFO O| Download: 6101/15846 items 56.3/176.2MB 31% complete (1.2M/s)
37432024-10-30T19:24:18.556Z[ host-image] Oct 30 19:24:17.677 INFO O| Oct 30 19:24:17.677 INFO O| Download: 11288/22744 items 95.4/199.4MB 47% complete (1.1M/s)
37442024-10-30T19:24:20.239Z[ recovery-image] Oct 30 19:24:19.358 INFO O| Oct 30 19:24:19.358 INFO O| Download: 6726/15846 items 64.8/176.2MB 36% complete (2.1M/s)
37452024-10-30T19:24:23.557Z[ host-image] Oct 30 19:24:22.677 INFO O| Oct 30 19:24:22.677 INFO O| Download: 12047/22744 items 100.9/199.4MB 50% complete (1.1M/s)
37462024-10-30T19:24:25.813Z[ recovery-image] Oct 30 19:24:24.933 INFO O| Oct 30 19:24:24.933 INFO O| Download: 7626/15846 items 73.7/176.2MB 41% complete (2.0M/s)
37472024-10-30T19:24:28.558Z[ host-image] Oct 30 19:24:27.678 INFO O| Oct 30 19:24:27.678 INFO O| Download: 13013/22744 items 109.8/199.4MB 55% complete (1.4M/s)
37482024-10-30T19:24:30.985Z[ recovery-image] Oct 30 19:24:30.105 INFO O| Oct 30 19:24:30.105 INFO O| Download: 7932/15846 items 77.5/176.2MB 43% complete (1.2M/s)
37492024-10-30T19:24:33.598Z[ host-image] Oct 30 19:24:32.718 INFO O| Oct 30 19:24:32.718 INFO O| Download: 14267/22744 items 110.7/199.4MB 55% complete (1.1M/s)
37502024-10-30T19:24:35.986Z[ recovery-image] Oct 30 19:24:35.105 INFO O| Oct 30 19:24:35.105 INFO O| Download: 8739/15846 items 84.2/176.2MB 47% complete (1.1M/s)
37512024-10-30T19:24:38.599Z[ host-image] Oct 30 19:24:37.718 INFO O| Oct 30 19:24:37.718 INFO O| Download: 14670/22744 items 118.3/199.4MB 59% complete (790k/s)
37522024-10-30T19:24:41.028Z[ recovery-image] Oct 30 19:24:40.147 INFO O| Oct 30 19:24:40.147 INFO O| Download: 8936/15846 items 92.6/176.2MB 52% complete (1.6M/s)
37532024-10-30T19:24:43.729Z[ host-image] Oct 30 19:24:42.848 INFO O| Oct 30 19:24:42.848 INFO O| Download: 15708/22744 items 125.9/199.4MB 63% complete (1.5M/s)
37542024-10-30T19:24:47.052Z[ recovery-image] Oct 30 19:24:46.171 INFO O| Oct 30 19:24:46.171 INFO O| Download: 9959/15846 items 93.1/176.2MB 52% complete (1.1M/s)
37552024-10-30T19:24:48.732Z[ host-image] Oct 30 19:24:47.851 INFO O| Oct 30 19:24:47.851 INFO O| Download: 16228/22744 items 134.1/199.4MB 67% complete (1.5M/s)
37562024-10-30T19:24:52.069Z[ recovery-image] Oct 30 19:24:51.188 INFO O| Oct 30 19:24:51.188 INFO O| Download: 10847/15846 items 93.8/176.2MB 53% complete (104k/s)
37572024-10-30T19:24:53.759Z[ host-image] Oct 30 19:24:52.877 INFO O| Oct 30 19:24:52.877 INFO O| Download: 17077/22744 items 141.8/199.4MB 71% complete (1.5M/s)
37582024-10-30T19:24:57.071Z[ recovery-image] Oct 30 19:24:56.190 INFO O| Oct 30 19:24:56.190 INFO O| Download: 11085/15846 items 99.5/176.2MB 56% complete (633k/s)
37592024-10-30T19:24:58.934Z[ host-image] Oct 30 19:24:58.053 INFO O| Oct 30 19:24:58.053 INFO O| Download: 17923/22744 items 160.8/199.4MB 80% complete (2.5M/s)
37602024-10-30T19:25:02.084Z[ recovery-image] Oct 30 19:25:01.202 INFO O| Oct 30 19:25:01.202 INFO O| Download: 11678/15846 items 117.0/176.2MB 66% complete (2.3M/s)
37612024-10-30T19:25:04.260Z[ host-image] Oct 30 19:25:03.372 INFO O| Oct 30 19:25:03.372 INFO O| Download: 18956/22744 items 165.5/199.4MB 82% complete (2.4M/s)
37622024-10-30T19:25:07.855Z[ recovery-image] Oct 30 19:25:06.974 INFO O| Oct 30 19:25:06.974 INFO O| Download: 11993/15846 items 139.6/176.2MB 79% complete (4.3M/s)
37632024-10-30T19:25:09.278Z[ host-image] Oct 30 19:25:08.396 INFO O| Oct 30 19:25:08.396 INFO O| Download: 20184/22744 items 170.0/199.4MB 85% complete (833k/s)
37642024-10-30T19:25:12.973Z[ recovery-image] Oct 30 19:25:12.091 INFO O| Oct 30 19:25:12.091 INFO O| Download: 13012/15846 items 143.6/176.2MB 81% complete (2.2M/s)
37652024-10-30T19:25:14.486Z[ host-image] Oct 30 19:25:13.604 INFO O| Oct 30 19:25:13.604 INFO O| Download: 20610/22744 items 172.4/199.4MB 86% complete (896k/s)
37662024-10-30T19:25:17.976Z[ recovery-image] Oct 30 19:25:17.095 INFO O| Oct 30 19:25:17.094 INFO O| Download: 13758/15846 items 146.2/176.2MB 82% complete (645k/s)
37672024-10-30T19:25:19.943Z[ host-image] Oct 30 19:25:19.060 INFO O| Oct 30 19:25:19.060 INFO O| Download: 20960/22744 items 178.7/199.4MB 89% complete (948k/s)
37682024-10-30T19:25:22.983Z[ recovery-image] Oct 30 19:25:22.100 INFO O| Oct 30 19:25:22.100 INFO O| Download: 14457/15846 items 149.0/176.2MB 84% complete (546k/s)
37692024-10-30T19:25:24.952Z[ host-image] Oct 30 19:25:24.070 INFO O| Oct 30 19:25:24.070 INFO O| Download: 21659/22744 items 183.5/199.4MB 91% complete (1.1M/s)
37702024-10-30T19:25:27.997Z[ recovery-image] Oct 30 19:25:27.115 INFO O| Oct 30 19:25:27.114 INFO O| Download: 14863/15846 items 157.1/176.2MB 89% complete (1.1M/s)
37712024-10-30T19:25:29.962Z[ host-image] Oct 30 19:25:29.079 INFO O| Oct 30 19:25:29.079 INFO O| Download: 22123/22744 items 197.0/199.4MB 98% complete (1.8M/s)
37722024-10-30T19:25:36.776Z[ recovery-image] Oct 30 19:25:32.367 INFO O| Oct 30 19:25:32.367 INFO O| Download: 15548/15846 items 168.9/176.2MB 95% complete (2.0M/s)
37732024-10-30T19:25:36.797Z[ host-image] Oct 30 19:25:32.681 INFO O| Oct 30 19:25:32.680 INFO O| Download: Completed 199.42 MB in 145.55 seconds (1.4M/s)
37742024-10-30T19:25:36.797Z[ host-image] Oct 30 19:25:34.293 INFO O| Oct 30 19:25:34.293 INFO O| Actions: 1/49311 actions (Installing new actions)
37752024-10-30T19:25:36.867Z[ recovery-image] Oct 30 19:25:35.985 INFO O| Oct 30 19:25:35.985 INFO O| Download: Completed 176.18 MB in 127.68 seconds (1.4M/s)
37762024-10-30T19:25:38.047Z[ recovery-image] Oct 30 19:25:37.158 INFO O| Oct 30 19:25:37.158 INFO O| Actions: 1/25012 actions (Installing new actions)
37772024-10-30T19:25:40.176Z[ host-image] Oct 30 19:25:39.293 INFO O| Oct 30 19:25:39.293 INFO O| Actions: 9204/49311 actions (Installing new actions)
37782024-10-30T19:25:43.042Z[ recovery-image] Oct 30 19:25:42.158 INFO O| Oct 30 19:25:42.158 INFO O| Actions: 8523/25012 actions (Installing new actions)
37792024-10-30T19:25:45.182Z[ host-image] Oct 30 19:25:44.293 INFO O| Oct 30 19:25:44.293 INFO O| Actions: 15173/49311 actions (Installing new actions)
37802024-10-30T19:25:48.042Z[ recovery-image] Oct 30 19:25:47.158 INFO O| Oct 30 19:25:47.158 INFO O| Actions: 14157/25012 actions (Installing new actions)
37812024-10-30T19:25:50.193Z[ host-image] Oct 30 19:25:49.309 INFO O| Oct 30 19:25:49.309 INFO O| Actions: 21596/49311 actions (Installing new actions)
37822024-10-30T19:25:53.042Z[ recovery-image] Oct 30 19:25:52.158 INFO O| Oct 30 19:25:52.158 INFO O| Actions: 23835/25012 actions (Installing new actions)
37832024-10-30T19:25:55.193Z[ host-image] Oct 30 19:25:54.309 INFO O| Oct 30 19:25:54.309 INFO O| Actions: 38018/49311 actions (Installing new actions)
37842024-10-30T19:25:58.043Z[ recovery-image] Oct 30 19:25:57.159 INFO O| Oct 30 19:25:57.159 INFO O| Actions: 24621/25012 actions (Installing new actions)
37852024-10-30T19:25:58.293Z[ recovery-image] Oct 30 19:25:57.410 INFO O| Oct 30 19:25:57.410 INFO O| Actions: Completed 25012 actions in 20.25 seconds.
37862024-10-30T19:25:59.009Z[ recovery-image] Oct 30 19:25:58.126 INFO O| Oct 30 19:25:58.125 INFO O| Done
37872024-10-30T19:25:59.009Z[ recovery-image] Oct 30 19:25:58.126 INFO O| Oct 30 19:25:58.126 INFO O| Done
37882024-10-30T19:26:00.292Z[ host-image] Oct 30 19:25:59.408 INFO O| Oct 30 19:25:59.408 INFO O| Actions: 48894/49311 actions (Installing new actions)
37892024-10-30T19:26:00.342Z[ recovery-image] Oct 30 19:25:59.458 INFO O| Oct 30 19:25:59.458 INFO O| Done
37902024-10-30T19:26:01.103Z[ host-image] Oct 30 19:26:00.219 INFO O| Oct 30 19:26:00.219 INFO O| Actions: Completed 49311 actions in 25.90 seconds.
37912024-10-30T19:26:01.927Z[ host-image] Oct 30 19:26:01.039 INFO O| Oct 30 19:26:01.038 INFO O| Done
37922024-10-30T19:26:01.927Z[ host-image] Oct 30 19:26:01.039 INFO O| Oct 30 19:26:01.038 INFO O| Done
37932024-10-30T19:26:02.233Z[ recovery-image] Oct 30 19:26:01.349 INFO O| Oct 30 19:26:01.349 INFO O| Done
37942024-10-30T19:26:02.256Z[ recovery-image] Oct 30 19:26:01.372 INFO O| Oct 30 19:26:01.372 INFO O| Done
37952024-10-30T19:26:03.385Z[ host-image] Oct 30 19:26:02.501 INFO O| Oct 30 19:26:02.501 INFO O| Done
37962024-10-30T19:26:05.933Z[ host-image] Oct 30 19:26:05.049 INFO O| Oct 30 19:26:05.049 INFO O| Done
37972024-10-30T19:26:05.998Z[ host-image] Oct 30 19:26:05.114 INFO O| Oct 30 19:26:05.114 INFO O| Done
37982024-10-30T19:26:07.122Z[ recovery-image] Oct 30 19:26:06.238 INFO O| Oct 30 19:26:06.238 INFO O| Done
37992024-10-30T19:26:07.783Z[ recovery-image] Oct 30 19:26:06.899 INFO O| Oct 30 19:26:06.899 INFO O| Done
38002024-10-30T19:26:08.220Z[ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 11 (pkg_install) COMPLETE
38012024-10-30T19:26:08.220Z[ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38022024-10-30T19:26:08.223Z[ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO skip step because feature "recovery" is enabled
38032024-10-30T19:26:08.223Z[ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-10-30T19:26:08.223Z[ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO skip step because feature "omicron1" is not enabled
38052024-10-30T19:26:08.223Z[ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38062024-10-30T19:26:08.240Z[ recovery-image] Oct 30 19:26:07.356 INFO O| Oct 30 19:26:07.356 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38072024-10-30T19:26:09.086Z[ recovery-image] Oct 30 19:26:08.202 INFO O| Oct 30 19:26:08.202 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38082024-10-30T19:26:12.668Z[ recovery-image] Oct 30 19:26:11.784 INFO O| Oct 30 19:26:11.784 INFO O| Planning: Solver setup ... Done
38092024-10-30T19:26:12.674Z[ recovery-image] Oct 30 19:26:11.790 INFO O| Oct 30 19:26:11.790 INFO O| Planning: Running solver ... Done
38102024-10-30T19:26:12.755Z[ recovery-image] Oct 30 19:26:11.871 INFO O| Oct 30 19:26:11.871 INFO O| Planning: Finding local manifests ... Done
38112024-10-30T19:26:12.758Z[ recovery-image] Oct 30 19:26:11.872 INFO O| Oct 30 19:26:11.872 INFO O| Planning: Fetching manifests: 0/1 0% complete
38122024-10-30T19:26:13.090Z[ recovery-image] Oct 30 19:26:12.205 INFO O| Oct 30 19:26:12.205 INFO O| Planning: Fetching manifests: 1/1 100% complete
38132024-10-30T19:26:13.179Z[ host-image] Oct 30 19:26:12.295 INFO O| Oct 30 19:26:12.295 INFO O| Done
38142024-10-30T19:26:13.234Z[ recovery-image] Oct 30 19:26:12.350 INFO O| Oct 30 19:26:12.350 INFO O| Planning: Package planning ... Done
38152024-10-30T19:26:13.237Z[ recovery-image] Oct 30 19:26:12.351 INFO O| Oct 30 19:26:12.351 INFO O| Planning: Merging actions ... Done
38162024-10-30T19:26:13.360Z[ recovery-image] Oct 30 19:26:12.476 INFO O| Oct 30 19:26:12.476 INFO O| Planning: Checking for conflicting actions ... Done
38172024-10-30T19:26:13.395Z[ recovery-image] Oct 30 19:26:12.511 INFO O| Oct 30 19:26:12.511 INFO O| Planning: Consolidating action changes ... Done
38182024-10-30T19:26:13.884Z[ recovery-image] Oct 30 19:26:13.000 INFO O| Oct 30 19:26:13.000 INFO O| Planning: Evaluating mediators ... Done
38192024-10-30T19:26:13.887Z[ recovery-image] Oct 30 19:26:13.001 INFO O| Oct 30 19:26:13.001 INFO O| Planning: Planning completed in 4.80 seconds
38202024-10-30T19:26:13.890Z[ recovery-image] Oct 30 19:26:13.004 INFO O| Oct 30 19:26:13.003 INFO O| Packages to install: 1
38212024-10-30T19:26:13.908Z[ recovery-image] Oct 30 19:26:13.023 INFO O| Oct 30 19:26:13.023 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38222024-10-30T19:26:14.249Z[ host-image] Oct 30 19:26:13.364 INFO O| Oct 30 19:26:13.364 INFO O| Done
38232024-10-30T19:26:14.731Z[ host-image] Oct 30 19:26:13.847 INFO O| Oct 30 19:26:13.847 INFO STEP 11 (pkg_install) COMPLETE
38242024-10-30T19:26:14.731Z[ host-image] Oct 30 19:26:13.847 INFO O| Oct 30 19:26:13.847 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38252024-10-30T19:26:14.750Z[ host-image] Oct 30 19:26:13.866 INFO O| Oct 30 19:26:13.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38262024-10-30T19:26:15.023Z[ recovery-image] Oct 30 19:26:14.139 INFO O| Oct 30 19:26:14.138 INFO O| Download: Completed 20.80 MB in 1.12 seconds (18.6M/s)
38272024-10-30T19:26:15.134Z[ recovery-image] Oct 30 19:26:14.250 INFO O| Oct 30 19:26:14.250 INFO O| Actions: 1/22 actions (Installing new actions)
38282024-10-30T19:26:15.759Z[ host-image] Oct 30 19:26:14.875 INFO O| Oct 30 19:26:14.874 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38292024-10-30T19:26:15.989Z[ recovery-image] Oct 30 19:26:15.103 INFO O| Oct 30 19:26:15.103 INFO O| Actions: Completed 22 actions in 0.85 seconds.
38302024-10-30T19:26:16.591Z[ recovery-image] Oct 30 19:26:15.707 INFO O| Oct 30 19:26:15.707 INFO O| Done
38312024-10-30T19:26:16.591Z[ recovery-image] Oct 30 19:26:15.707 INFO O| Oct 30 19:26:15.707 INFO O| Done
38322024-10-30T19:26:17.729Z[ recovery-image] Oct 30 19:26:16.845 INFO O| Oct 30 19:26:16.845 INFO O| Done
38332024-10-30T19:26:19.647Z[ recovery-image] Oct 30 19:26:18.762 INFO O| Oct 30 19:26:18.762 INFO O| Done
38342024-10-30T19:26:19.669Z[ recovery-image] Oct 30 19:26:18.785 INFO O| Oct 30 19:26:18.785 INFO O| Done
38352024-10-30T19:26:19.669Z[ recovery-image] Oct 30 19:26:18.785 INFO O| Oct 30 19:26:18.785 INFO O| Done
38362024-10-30T19:26:19.684Z[ recovery-image] Oct 30 19:26:18.799 INFO O| Oct 30 19:26:18.799 INFO O| Done
38372024-10-30T19:26:19.881Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 14 (pkg_install) COMPLETE
38382024-10-30T19:26:19.881Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38392024-10-30T19:26:19.883Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "mfg" is not enabled
38402024-10-30T19:26:19.883Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38412024-10-30T19:26:19.883Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "compliance" is not enabled
38422024-10-30T19:26:19.883Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38432024-10-30T19:26:19.883Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "stress" is not enabled
38442024-10-30T19:26:19.884Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38452024-10-30T19:26:19.884Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "nfs" is not enabled
38462024-10-30T19:26:19.884Z[ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38472024-10-30T19:26:19.884Z[ recovery-image] Oct 30 19:26:18.997 INFO O| Oct 30 19:26:18.996 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38482024-10-30T19:26:20.117Z[ recovery-image] Oct 30 19:26:19.232 INFO O| Oct 30 19:26:19.232 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38492024-10-30T19:26:20.231Z[ recovery-image] Oct 30 19:26:19.347 INFO O| Oct 30 19:26:19.347 INFO completed processing gimlet/ramdisk-01-os
38502024-10-30T19:26:20.235Z[ recovery-image] Oct 30 19:26:19.351 INFO image builder template: ramdisk-02-trim...
38512024-10-30T19:26:20.235Z[ recovery-image] Oct 30 19:26:19.351 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38522024-10-30T19:26:20.276Z[ recovery-image] Oct 30 19:26:19.391 INFO O| Oct 30 19:26:19.391 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38532024-10-30T19:26:20.301Z[ recovery-image] Oct 30 19:26:19.416 INFO O| Oct 30 19:26:19.416 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38542024-10-30T19:26:20.417Z[ recovery-image] Oct 30 19:26:19.533 INFO O| Oct 30 19:26:19.533 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38552024-10-30T19:26:20.521Z[ recovery-image] Oct 30 19:26:19.637 INFO O| Oct 30 19:26:19.636 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38562024-10-30T19:26:20.523Z[ recovery-image] Oct 30 19:26:19.637 INFO O| Oct 30 19:26:19.637 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38572024-10-30T19:26:20.530Z[ recovery-image] Oct 30 19:26:19.646 INFO O| Oct 30 19:26:19.646 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38582024-10-30T19:26:20.538Z[ recovery-image] Oct 30 19:26:19.654 INFO O| Oct 30 19:26:19.654 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38592024-10-30T19:26:20.547Z[ recovery-image] Oct 30 19:26:19.662 INFO O| Oct 30 19:26:19.662 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38602024-10-30T19:26:20.860Z[ host-image] Oct 30 19:26:19.975 INFO O| Oct 30 19:26:19.975 INFO O| Planning: Solver setup ... Done
38612024-10-30T19:26:20.867Z[ host-image] Oct 30 19:26:19.982 INFO O| Oct 30 19:26:19.982 INFO O| Planning: Running solver ... Done
38622024-10-30T19:26:20.889Z[ recovery-image] Oct 30 19:26:20.005 INFO O| Oct 30 19:26:20.004 INFO rolled back to input snapshot; work may begin
38632024-10-30T19:26:20.889Z[ recovery-image] Oct 30 19:26:20.005 INFO O| Oct 30 19:26:20.005 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38642024-10-30T19:26:20.898Z[ recovery-image] Oct 30 19:26:20.014 INFO O| Oct 30 19:26:20.014 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-10-30T19:26:20.917Z[ recovery-image] Oct 30 19:26:20.032 INFO O| Oct 30 19:26:20.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38662024-10-30T19:26:20.946Z[ host-image] Oct 30 19:26:20.062 INFO O| Oct 30 19:26:20.062 INFO O| Planning: Finding local manifests ... Done
38672024-10-30T19:26:20.949Z[ host-image] Oct 30 19:26:20.064 INFO O| Oct 30 19:26:20.064 INFO O| Planning: Fetching manifests: 0/4 0% complete
38682024-10-30T19:26:21.044Z[ recovery-image] Oct 30 19:26:20.160 INFO O| Oct 30 19:26:20.160 INFO STEP 0 (remove_files) COMPLETE
38692024-10-30T19:26:21.044Z[ recovery-image] Oct 30 19:26:20.160 INFO O| Oct 30 19:26:20.160 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-30T19:26:21.080Z[ recovery-image] Oct 30 19:26:20.196 INFO O| Oct 30 19:26:20.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38712024-10-30T19:26:21.083Z[ recovery-image] Oct 30 19:26:20.198 INFO O| Oct 30 19:26:20.198 INFO STEP 1 (remove_files) COMPLETE
38722024-10-30T19:26:21.083Z[ recovery-image] Oct 30 19:26:20.198 INFO O| Oct 30 19:26:20.198 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-30T19:26:21.101Z[ recovery-image] Oct 30 19:26:20.216 INFO O| Oct 30 19:26:20.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38742024-10-30T19:26:21.121Z[ recovery-image] Oct 30 19:26:20.237 INFO O| Oct 30 19:26:20.237 INFO STEP 2 (remove_files) COMPLETE
38752024-10-30T19:26:21.121Z[ recovery-image] Oct 30 19:26:20.237 INFO O| Oct 30 19:26:20.237 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-30T19:26:21.138Z[ recovery-image] Oct 30 19:26:20.253 INFO O| Oct 30 19:26:20.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38772024-10-30T19:26:21.140Z[ recovery-image] Oct 30 19:26:20.256 INFO O| Oct 30 19:26:20.256 INFO STEP 3 (remove_files) COMPLETE
38782024-10-30T19:26:21.140Z[ recovery-image] Oct 30 19:26:20.256 INFO O| Oct 30 19:26:20.256 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-30T19:26:21.181Z[ recovery-image] Oct 30 19:26:20.296 INFO O| Oct 30 19:26:20.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38802024-10-30T19:26:21.184Z[ host-image] Oct 30 19:26:20.297 INFO O| Oct 30 19:26:20.297 INFO O| Planning: Fetching manifests: 4/4 100% complete
38812024-10-30T19:26:21.187Z[ recovery-image] Oct 30 19:26:20.303 INFO O| Oct 30 19:26:20.303 INFO STEP 4 (remove_files) COMPLETE
38822024-10-30T19:26:21.190Z[ recovery-image] Oct 30 19:26:20.303 INFO O| Oct 30 19:26:20.303 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-30T19:26:21.207Z[ recovery-image] Oct 30 19:26:20.323 INFO O| Oct 30 19:26:20.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38842024-10-30T19:26:21.210Z[ recovery-image] Oct 30 19:26:20.323 INFO O| Oct 30 19:26:20.323 INFO STEP 5 (remove_files) COMPLETE
38852024-10-30T19:26:21.210Z[ recovery-image] Oct 30 19:26:20.323 INFO O| Oct 30 19:26:20.323 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-10-30T19:26:21.219Z[ host-image] Oct 30 19:26:20.335 INFO O| Oct 30 19:26:20.335 INFO O| Planning: Package planning ... Done
38872024-10-30T19:26:21.225Z[ host-image] Oct 30 19:26:20.341 INFO O| Oct 30 19:26:20.341 INFO O| Planning: Merging actions ... Done
38882024-10-30T19:26:21.269Z[ recovery-image] Oct 30 19:26:20.385 INFO O| Oct 30 19:26:20.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38892024-10-30T19:26:21.288Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 6 (remove_files) COMPLETE
38902024-10-30T19:26:21.288Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-30T19:26:21.288Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO skip step because feature "recovery" is enabled
38922024-10-30T19:26:21.291Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-10-30T19:26:21.291Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO skip step because feature "recovery" is enabled
38942024-10-30T19:26:21.291Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-30T19:26:21.291Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO skip step because feature "recovery" is enabled
38962024-10-30T19:26:21.291Z[ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-30T19:26:21.307Z[ recovery-image] Oct 30 19:26:20.423 INFO O| Oct 30 19:26:20.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38982024-10-30T19:26:21.313Z[ recovery-image] Oct 30 19:26:20.429 INFO O| Oct 30 19:26:20.429 INFO STEP 10 (remove_files) COMPLETE
38992024-10-30T19:26:21.313Z[ recovery-image] Oct 30 19:26:20.429 INFO O| Oct 30 19:26:20.429 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-30T19:26:21.332Z[ recovery-image] Oct 30 19:26:20.448 INFO O| Oct 30 19:26:20.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
39012024-10-30T19:26:21.335Z[ recovery-image] Oct 30 19:26:20.449 INFO O| Oct 30 19:26:20.449 INFO STEP 11 (remove_files) COMPLETE
39022024-10-30T19:26:21.335Z[ recovery-image] Oct 30 19:26:20.449 INFO O| Oct 30 19:26:20.449 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-30T19:26:21.374Z[ recovery-image] Oct 30 19:26:20.489 INFO O| Oct 30 19:26:20.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39042024-10-30T19:26:21.376Z[ recovery-image] Oct 30 19:26:20.492 INFO O| Oct 30 19:26:20.492 INFO STEP 12 (remove_files) COMPLETE
39052024-10-30T19:26:21.377Z[ recovery-image] Oct 30 19:26:20.492 INFO O| Oct 30 19:26:20.492 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-30T19:26:21.397Z[ recovery-image] Oct 30 19:26:20.512 INFO O| Oct 30 19:26:20.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39072024-10-30T19:26:21.421Z[ host-image] Oct 30 19:26:20.536 INFO O| Oct 30 19:26:20.536 INFO O| Planning: Checking for conflicting actions ... Done
39082024-10-30T19:26:21.424Z[ host-image] Oct 30 19:26:20.538 INFO O| Oct 30 19:26:20.538 INFO O| Planning: Consolidating action changes ... Done
39092024-10-30T19:26:21.688Z[ recovery-image] Oct 30 19:26:20.803 INFO O| Oct 30 19:26:20.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39102024-10-30T19:26:21.691Z[ recovery-image] Oct 30 19:26:20.804 INFO O| Oct 30 19:26:20.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39112024-10-30T19:26:21.693Z[ recovery-image] Oct 30 19:26:20.809 INFO O| Oct 30 19:26:20.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39122024-10-30T19:26:21.706Z[ recovery-image] Oct 30 19:26:20.821 INFO O| Oct 30 19:26:20.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39132024-10-30T19:26:21.867Z[ recovery-image] Oct 30 19:26:20.982 INFO O| Oct 30 19:26:20.982 INFO STEP 13 (remove_files) COMPLETE
39142024-10-30T19:26:21.867Z[ recovery-image] Oct 30 19:26:20.982 INFO O| Oct 30 19:26:20.982 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-10-30T19:26:21.885Z[ recovery-image] Oct 30 19:26:21.001 INFO O| Oct 30 19:26:21.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39162024-10-30T19:26:21.887Z[ recovery-image] Oct 30 19:26:21.003 INFO O| Oct 30 19:26:21.002 INFO STEP 14 (remove_files) COMPLETE
39172024-10-30T19:26:21.887Z[ recovery-image] Oct 30 19:26:21.003 INFO O| Oct 30 19:26:21.003 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-30T19:26:21.902Z[ host-image] Oct 30 19:26:21.017 INFO O| Oct 30 19:26:21.017 INFO O| Planning: Evaluating mediators ... Done
39192024-10-30T19:26:21.904Z[ host-image] Oct 30 19:26:21.019 INFO O| Oct 30 19:26:21.019 INFO O| Planning: Planning completed in 6.14 seconds
39202024-10-30T19:26:21.904Z[ recovery-image] Oct 30 19:26:21.020 INFO O| Oct 30 19:26:21.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39212024-10-30T19:26:21.906Z[ host-image] Oct 30 19:26:21.022 INFO O| Oct 30 19:26:21.022 INFO O| Packages to install: 4
39222024-10-30T19:26:21.909Z[ host-image] Oct 30 19:26:21.022 INFO O| Oct 30 19:26:21.022 INFO O| Services to change: 2
39232024-10-30T19:26:21.914Z[ recovery-image] Oct 30 19:26:21.029 INFO O| Oct 30 19:26:21.029 INFO STEP 15 (remove_files) COMPLETE
39242024-10-30T19:26:21.916Z[ recovery-image] Oct 30 19:26:21.029 INFO O| Oct 30 19:26:21.029 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-30T19:26:21.927Z[ host-image] Oct 30 19:26:21.043 INFO O| Oct 30 19:26:21.043 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
39262024-10-30T19:26:21.932Z[ recovery-image] Oct 30 19:26:21.048 INFO O| Oct 30 19:26:21.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39272024-10-30T19:26:21.934Z[ recovery-image] Oct 30 19:26:21.048 INFO O| Oct 30 19:26:21.048 INFO STEP 16 (remove_files) COMPLETE
39282024-10-30T19:26:21.935Z[ recovery-image] Oct 30 19:26:21.048 INFO O| Oct 30 19:26:21.048 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-10-30T19:26:21.949Z[ recovery-image] Oct 30 19:26:21.065 INFO O| Oct 30 19:26:21.065 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39302024-10-30T19:26:21.952Z[ recovery-image] Oct 30 19:26:21.067 INFO O| Oct 30 19:26:21.067 INFO STEP 17 (remove_files) COMPLETE
39312024-10-30T19:26:21.952Z[ recovery-image] Oct 30 19:26:21.067 INFO O| Oct 30 19:26:21.067 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-10-30T19:26:21.971Z[ recovery-image] Oct 30 19:26:21.086 INFO O| Oct 30 19:26:21.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39332024-10-30T19:26:21.971Z[ recovery-image] Oct 30 19:26:21.086 INFO O| Oct 30 19:26:21.086 INFO STEP 18 (remove_files) COMPLETE
39342024-10-30T19:26:21.971Z[ recovery-image] Oct 30 19:26:21.086 INFO O| Oct 30 19:26:21.086 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-30T19:26:21.989Z[ recovery-image] Oct 30 19:26:21.105 INFO O| Oct 30 19:26:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39362024-10-30T19:26:21.989Z[ recovery-image] Oct 30 19:26:21.105 INFO O| Oct 30 19:26:21.105 INFO STEP 19 (remove_files) COMPLETE
39372024-10-30T19:26:21.989Z[ recovery-image] Oct 30 19:26:21.105 INFO O| Oct 30 19:26:21.105 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-30T19:26:22.008Z[ recovery-image] Oct 30 19:26:21.123 INFO O| Oct 30 19:26:21.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39392024-10-30T19:26:22.008Z[ recovery-image] Oct 30 19:26:21.123 INFO O| Oct 30 19:26:21.123 INFO STEP 20 (remove_files) COMPLETE
39402024-10-30T19:26:22.008Z[ recovery-image] Oct 30 19:26:21.123 INFO O| Oct 30 19:26:21.123 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-30T19:26:22.025Z[ recovery-image] Oct 30 19:26:21.141 INFO O| Oct 30 19:26:21.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39422024-10-30T19:26:22.025Z[ recovery-image] Oct 30 19:26:21.141 INFO O| Oct 30 19:26:21.141 INFO STEP 21 (remove_files) COMPLETE
39432024-10-30T19:26:22.028Z[ recovery-image] Oct 30 19:26:21.141 INFO O| Oct 30 19:26:21.141 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-30T19:26:22.058Z[ recovery-image] Oct 30 19:26:21.173 INFO O| Oct 30 19:26:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39452024-10-30T19:26:22.058Z[ recovery-image] Oct 30 19:26:21.173 INFO O| Oct 30 19:26:21.173 INFO STEP 22 (remove_files) COMPLETE
39462024-10-30T19:26:22.060Z[ recovery-image] Oct 30 19:26:21.173 INFO O| Oct 30 19:26:21.173 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-30T19:26:22.099Z[ recovery-image] Oct 30 19:26:21.214 INFO O| Oct 30 19:26:21.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39482024-10-30T19:26:22.099Z[ recovery-image] Oct 30 19:26:21.214 INFO O| Oct 30 19:26:21.214 INFO STEP 23 (remove_files) COMPLETE
39492024-10-30T19:26:22.099Z[ recovery-image] Oct 30 19:26:21.214 INFO O| Oct 30 19:26:21.214 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-10-30T19:26:22.117Z[ recovery-image] Oct 30 19:26:21.233 INFO O| Oct 30 19:26:21.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39512024-10-30T19:26:22.117Z[ recovery-image] Oct 30 19:26:21.233 INFO O| Oct 30 19:26:21.233 INFO STEP 24 (remove_files) COMPLETE
39522024-10-30T19:26:22.120Z[ recovery-image] Oct 30 19:26:21.233 INFO O| Oct 30 19:26:21.233 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-10-30T19:26:22.146Z[ recovery-image] Oct 30 19:26:21.261 INFO O| Oct 30 19:26:21.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39542024-10-30T19:26:22.148Z[ recovery-image] Oct 30 19:26:21.261 INFO O| Oct 30 19:26:21.261 INFO STEP 25 (remove_files) COMPLETE
39552024-10-30T19:26:22.148Z[ recovery-image] Oct 30 19:26:21.262 INFO O| Oct 30 19:26:21.261 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-30T19:26:22.165Z[ recovery-image] Oct 30 19:26:21.280 INFO O| Oct 30 19:26:21.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39572024-10-30T19:26:22.167Z[ recovery-image] Oct 30 19:26:21.280 INFO O| Oct 30 19:26:21.280 INFO STEP 26 (remove_files) COMPLETE
39582024-10-30T19:26:22.167Z[ recovery-image] Oct 30 19:26:21.280 INFO O| Oct 30 19:26:21.280 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-10-30T19:26:22.181Z[ recovery-image] Oct 30 19:26:21.296 INFO O| Oct 30 19:26:21.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39602024-10-30T19:26:22.183Z[ recovery-image] Oct 30 19:26:21.296 INFO O| Oct 30 19:26:21.296 INFO STEP 27 (remove_files) COMPLETE
39612024-10-30T19:26:22.183Z[ recovery-image] Oct 30 19:26:21.297 INFO O| Oct 30 19:26:21.297 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-30T19:26:22.198Z[ recovery-image] Oct 30 19:26:21.313 INFO O| Oct 30 19:26:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39632024-10-30T19:26:22.198Z[ recovery-image] Oct 30 19:26:21.313 INFO O| Oct 30 19:26:21.313 INFO STEP 28 (remove_files) COMPLETE
39642024-10-30T19:26:22.200Z[ recovery-image] Oct 30 19:26:21.314 INFO O| Oct 30 19:26:21.313 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-30T19:26:22.216Z[ recovery-image] Oct 30 19:26:21.331 INFO O| Oct 30 19:26:21.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39662024-10-30T19:26:22.216Z[ recovery-image] Oct 30 19:26:21.331 INFO O| Oct 30 19:26:21.331 INFO STEP 29 (remove_files) COMPLETE
39672024-10-30T19:26:22.216Z[ recovery-image] Oct 30 19:26:21.331 INFO O| Oct 30 19:26:21.331 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-30T19:26:22.235Z[ recovery-image] Oct 30 19:26:21.350 INFO O| Oct 30 19:26:21.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39692024-10-30T19:26:22.235Z[ recovery-image] Oct 30 19:26:21.350 INFO O| Oct 30 19:26:21.350 INFO STEP 30 (remove_files) COMPLETE
39702024-10-30T19:26:22.237Z[ recovery-image] Oct 30 19:26:21.350 INFO O| Oct 30 19:26:21.350 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-10-30T19:26:22.252Z[ recovery-image] Oct 30 19:26:21.368 INFO O| Oct 30 19:26:21.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39722024-10-30T19:26:22.252Z[ recovery-image] Oct 30 19:26:21.368 INFO O| Oct 30 19:26:21.368 INFO STEP 31 (remove_files) COMPLETE
39732024-10-30T19:26:22.253Z[ recovery-image] Oct 30 19:26:21.368 INFO O| Oct 30 19:26:21.368 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-10-30T19:26:22.284Z[ recovery-image] Oct 30 19:26:21.399 INFO O| Oct 30 19:26:21.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39752024-10-30T19:26:22.284Z[ recovery-image] Oct 30 19:26:21.400 INFO O| Oct 30 19:26:21.400 INFO STEP 32 (remove_files) COMPLETE
39762024-10-30T19:26:22.287Z[ recovery-image] Oct 30 19:26:21.400 INFO O| Oct 30 19:26:21.400 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-30T19:26:22.302Z[ recovery-image] Oct 30 19:26:21.417 INFO O| Oct 30 19:26:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39782024-10-30T19:26:22.304Z[ recovery-image] Oct 30 19:26:21.418 INFO O| Oct 30 19:26:21.418 INFO STEP 33 (remove_files) COMPLETE
39792024-10-30T19:26:22.304Z[ recovery-image] Oct 30 19:26:21.418 INFO O| Oct 30 19:26:21.418 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-10-30T19:26:22.320Z[ recovery-image] Oct 30 19:26:21.436 INFO O| Oct 30 19:26:21.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39812024-10-30T19:26:22.322Z[ recovery-image] Oct 30 19:26:21.436 INFO O| Oct 30 19:26:21.436 INFO STEP 34 (remove_files) COMPLETE
39822024-10-30T19:26:22.322Z[ recovery-image] Oct 30 19:26:21.436 INFO O| Oct 30 19:26:21.436 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-10-30T19:26:22.338Z[ recovery-image] Oct 30 19:26:21.454 INFO O| Oct 30 19:26:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39842024-10-30T19:26:22.341Z[ recovery-image] Oct 30 19:26:21.454 INFO O| Oct 30 19:26:21.454 INFO STEP 35 (remove_files) COMPLETE
39852024-10-30T19:26:22.341Z[ recovery-image] Oct 30 19:26:21.454 INFO O| Oct 30 19:26:21.454 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-30T19:26:22.358Z[ recovery-image] Oct 30 19:26:21.473 INFO O| Oct 30 19:26:21.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39872024-10-30T19:26:22.360Z[ recovery-image] Oct 30 19:26:21.473 INFO O| Oct 30 19:26:21.473 INFO STEP 36 (remove_files) COMPLETE
39882024-10-30T19:26:22.360Z[ recovery-image] Oct 30 19:26:21.474 INFO O| Oct 30 19:26:21.474 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-30T19:26:22.377Z[ recovery-image] Oct 30 19:26:21.493 INFO O| Oct 30 19:26:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39902024-10-30T19:26:22.380Z[ recovery-image] Oct 30 19:26:21.493 INFO O| Oct 30 19:26:21.493 INFO STEP 37 (remove_files) COMPLETE
39912024-10-30T19:26:22.380Z[ recovery-image] Oct 30 19:26:21.493 INFO O| Oct 30 19:26:21.493 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-10-30T19:26:22.396Z[ recovery-image] Oct 30 19:26:21.511 INFO O| Oct 30 19:26:21.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39932024-10-30T19:26:22.399Z[ recovery-image] Oct 30 19:26:21.512 INFO O| Oct 30 19:26:21.512 INFO STEP 38 (remove_files) COMPLETE
39942024-10-30T19:26:22.399Z[ recovery-image] Oct 30 19:26:21.512 INFO O| Oct 30 19:26:21.512 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-30T19:26:22.424Z[ recovery-image] Oct 30 19:26:21.539 INFO O| Oct 30 19:26:21.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39962024-10-30T19:26:22.427Z[ recovery-image] Oct 30 19:26:21.540 INFO O| Oct 30 19:26:21.540 INFO STEP 39 (remove_files) COMPLETE
39972024-10-30T19:26:22.427Z[ recovery-image] Oct 30 19:26:21.540 INFO O| Oct 30 19:26:21.540 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-10-30T19:26:22.443Z[ recovery-image] Oct 30 19:26:21.558 INFO O| Oct 30 19:26:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39992024-10-30T19:26:22.445Z[ recovery-image] Oct 30 19:26:21.559 INFO O| Oct 30 19:26:21.559 INFO STEP 40 (remove_files) COMPLETE
40002024-10-30T19:26:22.445Z[ recovery-image] Oct 30 19:26:21.559 INFO O| Oct 30 19:26:21.559 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-10-30T19:26:22.461Z[ recovery-image] Oct 30 19:26:21.577 INFO O| Oct 30 19:26:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
40022024-10-30T19:26:22.464Z[ recovery-image] Oct 30 19:26:21.577 INFO O| Oct 30 19:26:21.577 INFO STEP 41 (remove_files) COMPLETE
40032024-10-30T19:26:22.464Z[ recovery-image] Oct 30 19:26:21.577 INFO O| Oct 30 19:26:21.577 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-30T19:26:22.480Z[ recovery-image] Oct 30 19:26:21.595 INFO O| Oct 30 19:26:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
40052024-10-30T19:26:22.482Z[ recovery-image] Oct 30 19:26:21.595 INFO O| Oct 30 19:26:21.595 INFO STEP 42 (remove_files) COMPLETE
40062024-10-30T19:26:22.482Z[ recovery-image] Oct 30 19:26:21.596 INFO O| Oct 30 19:26:21.595 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-10-30T19:26:22.498Z[ recovery-image] Oct 30 19:26:21.614 INFO O| Oct 30 19:26:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
40082024-10-30T19:26:22.501Z[ recovery-image] Oct 30 19:26:21.614 INFO O| Oct 30 19:26:21.614 INFO STEP 43 (remove_files) COMPLETE
40092024-10-30T19:26:22.501Z[ recovery-image] Oct 30 19:26:21.614 INFO O| Oct 30 19:26:21.614 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-10-30T19:26:22.532Z[ recovery-image] Oct 30 19:26:21.647 INFO O| Oct 30 19:26:21.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40112024-10-30T19:26:22.532Z[ recovery-image] Oct 30 19:26:21.647 INFO O| Oct 30 19:26:21.647 INFO STEP 44 (remove_files) COMPLETE
40122024-10-30T19:26:22.535Z[ recovery-image] Oct 30 19:26:21.647 INFO O| Oct 30 19:26:21.647 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-10-30T19:26:22.584Z[ recovery-image] Oct 30 19:26:21.700 INFO O| Oct 30 19:26:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40142024-10-30T19:26:22.585Z[ recovery-image] Oct 30 19:26:21.700 INFO O| Oct 30 19:26:21.700 INFO STEP 45 (remove_files) COMPLETE
40152024-10-30T19:26:22.585Z[ recovery-image] Oct 30 19:26:21.700 INFO O| Oct 30 19:26:21.700 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-10-30T19:26:22.605Z[ recovery-image] Oct 30 19:26:21.720 INFO O| Oct 30 19:26:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40172024-10-30T19:26:22.605Z[ recovery-image] Oct 30 19:26:21.720 INFO O| Oct 30 19:26:21.720 INFO STEP 46 (remove_files) COMPLETE
40182024-10-30T19:26:22.606Z[ recovery-image] Oct 30 19:26:21.720 INFO O| Oct 30 19:26:21.720 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-10-30T19:26:22.635Z[ recovery-image] Oct 30 19:26:21.751 INFO O| Oct 30 19:26:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40202024-10-30T19:26:22.635Z[ recovery-image] Oct 30 19:26:21.751 INFO O| Oct 30 19:26:21.751 INFO STEP 47 (remove_files) COMPLETE
40212024-10-30T19:26:22.636Z[ recovery-image] Oct 30 19:26:21.751 INFO O| Oct 30 19:26:21.751 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-30T19:26:22.656Z[ recovery-image] Oct 30 19:26:21.771 INFO O| Oct 30 19:26:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40232024-10-30T19:26:22.656Z[ recovery-image] Oct 30 19:26:21.771 INFO O| Oct 30 19:26:21.771 INFO STEP 48 (remove_files) COMPLETE
40242024-10-30T19:26:22.658Z[ recovery-image] Oct 30 19:26:21.771 INFO O| Oct 30 19:26:21.771 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-10-30T19:26:22.699Z[ recovery-image] Oct 30 19:26:21.814 INFO O| Oct 30 19:26:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40262024-10-30T19:26:22.701Z[ recovery-image] Oct 30 19:26:21.814 INFO O| Oct 30 19:26:21.814 INFO STEP 49 (remove_files) COMPLETE
40272024-10-30T19:26:22.701Z[ recovery-image] Oct 30 19:26:21.814 INFO O| Oct 30 19:26:21.814 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-10-30T19:26:22.718Z[ recovery-image] Oct 30 19:26:21.834 INFO O| Oct 30 19:26:21.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40292024-10-30T19:26:22.718Z[ recovery-image] Oct 30 19:26:21.834 INFO O| Oct 30 19:26:21.834 INFO STEP 50 (remove_files) COMPLETE
40302024-10-30T19:26:22.721Z[ recovery-image] Oct 30 19:26:21.834 INFO O| Oct 30 19:26:21.834 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-10-30T19:26:22.736Z[ recovery-image] Oct 30 19:26:21.852 INFO O| Oct 30 19:26:21.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40322024-10-30T19:26:22.737Z[ recovery-image] Oct 30 19:26:21.852 INFO O| Oct 30 19:26:21.852 INFO STEP 51 (remove_files) COMPLETE
40332024-10-30T19:26:22.737Z[ recovery-image] Oct 30 19:26:21.852 INFO O| Oct 30 19:26:21.852 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-10-30T19:26:22.755Z[ recovery-image] Oct 30 19:26:21.870 INFO O| Oct 30 19:26:21.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40352024-10-30T19:26:22.755Z[ recovery-image] Oct 30 19:26:21.870 INFO O| Oct 30 19:26:21.870 INFO STEP 52 (remove_files) COMPLETE
40362024-10-30T19:26:22.755Z[ recovery-image] Oct 30 19:26:21.870 INFO O| Oct 30 19:26:21.870 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-10-30T19:26:22.773Z[ recovery-image] Oct 30 19:26:21.888 INFO O| Oct 30 19:26:21.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40382024-10-30T19:26:22.773Z[ recovery-image] Oct 30 19:26:21.888 INFO O| Oct 30 19:26:21.888 INFO STEP 53 (remove_files) COMPLETE
40392024-10-30T19:26:22.775Z[ recovery-image] Oct 30 19:26:21.888 INFO O| Oct 30 19:26:21.888 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-10-30T19:26:22.798Z[ recovery-image] Oct 30 19:26:21.913 INFO O| Oct 30 19:26:21.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40412024-10-30T19:26:22.798Z[ recovery-image] Oct 30 19:26:21.913 INFO O| Oct 30 19:26:21.913 INFO STEP 54 (remove_files) COMPLETE
40422024-10-30T19:26:22.800Z[ recovery-image] Oct 30 19:26:21.913 INFO O| Oct 30 19:26:21.913 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-10-30T19:26:22.854Z[ recovery-image] Oct 30 19:26:21.969 INFO O| Oct 30 19:26:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40442024-10-30T19:26:22.854Z[ recovery-image] Oct 30 19:26:21.969 INFO O| Oct 30 19:26:21.969 INFO STEP 55 (remove_files) COMPLETE
40452024-10-30T19:26:22.854Z[ recovery-image] Oct 30 19:26:21.969 INFO O| Oct 30 19:26:21.969 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-10-30T19:26:22.910Z[ recovery-image] Oct 30 19:26:22.025 INFO O| Oct 30 19:26:22.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40472024-10-30T19:26:22.910Z[ recovery-image] Oct 30 19:26:22.025 INFO O| Oct 30 19:26:22.025 INFO STEP 56 (remove_files) COMPLETE
40482024-10-30T19:26:22.910Z[ recovery-image] Oct 30 19:26:22.025 INFO O| Oct 30 19:26:22.025 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-10-30T19:26:22.927Z[ recovery-image] Oct 30 19:26:22.042 INFO O| Oct 30 19:26:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40502024-10-30T19:26:22.927Z[ recovery-image] Oct 30 19:26:22.042 INFO O| Oct 30 19:26:22.042 INFO STEP 57 (remove_files) COMPLETE
40512024-10-30T19:26:22.927Z[ recovery-image] Oct 30 19:26:22.042 INFO O| Oct 30 19:26:22.042 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-10-30T19:26:22.942Z[ recovery-image] Oct 30 19:26:22.057 INFO O| Oct 30 19:26:22.057 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40532024-10-30T19:26:22.942Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40542024-10-30T19:26:22.945Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40552024-10-30T19:26:22.945Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40562024-10-30T19:26:22.945Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40572024-10-30T19:26:22.945Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40582024-10-30T19:26:22.945Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO ok!
40592024-10-30T19:26:22.945Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO STEP 58 (ensure_file) COMPLETE
40602024-10-30T19:26:22.945Z[ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-10-30T19:26:22.960Z[ recovery-image] Oct 30 19:26:22.075 INFO O| Oct 30 19:26:22.075 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40622024-10-30T19:26:22.960Z[ recovery-image] Oct 30 19:26:22.075 INFO O| Oct 30 19:26:22.075 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40632024-10-30T19:26:22.962Z[ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40642024-10-30T19:26:22.962Z[ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40652024-10-30T19:26:22.962Z[ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40662024-10-30T19:26:22.962Z[ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40672024-10-30T19:26:22.962Z[ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO ok!
40682024-10-30T19:26:22.962Z[ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO STEP 59 (ensure_file) COMPLETE
40692024-10-30T19:26:22.962Z[ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-10-30T19:26:22.978Z[ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40712024-10-30T19:26:22.978Z[ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40722024-10-30T19:26:22.978Z[ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40732024-10-30T19:26:22.980Z[ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO ok!
40742024-10-30T19:26:22.980Z[ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO STEP 60 (ensure_file) COMPLETE
40752024-10-30T19:26:22.980Z[ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-30T19:26:22.995Z[ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40772024-10-30T19:26:22.995Z[ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40782024-10-30T19:26:22.997Z[ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40792024-10-30T19:26:22.997Z[ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 INFO ok!
40802024-10-30T19:26:22.997Z[ recovery-image] Oct 30 19:26:22.111 INFO O| Oct 30 19:26:22.110 INFO STEP 61 (ensure_file) COMPLETE
40812024-10-30T19:26:22.997Z[ recovery-image] Oct 30 19:26:22.111 INFO O| Oct 30 19:26:22.110 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-10-30T19:26:23.056Z[ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40832024-10-30T19:26:23.056Z[ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40842024-10-30T19:26:23.056Z[ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40852024-10-30T19:26:23.059Z[ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40862024-10-30T19:26:23.059Z[ recovery-image] Oct 30 19:26:22.172 INFO O| Oct 30 19:26:22.171 INFO ok!
40872024-10-30T19:26:23.059Z[ recovery-image] Oct 30 19:26:22.172 INFO O| Oct 30 19:26:22.172 INFO STEP 62 (ensure_file) COMPLETE
40882024-10-30T19:26:23.059Z[ recovery-image] Oct 30 19:26:22.172 INFO O| Oct 30 19:26:22.172 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-30T19:26:23.116Z[ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40902024-10-30T19:26:23.116Z[ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40912024-10-30T19:26:23.119Z[ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40922024-10-30T19:26:23.119Z[ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40932024-10-30T19:26:23.119Z[ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO ok!
40942024-10-30T19:26:23.119Z[ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO STEP 63 (ensure_file) COMPLETE
40952024-10-30T19:26:23.119Z[ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-10-30T19:26:23.133Z[ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40972024-10-30T19:26:23.133Z[ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40982024-10-30T19:26:23.136Z[ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40992024-10-30T19:26:23.136Z[ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO ok!
41002024-10-30T19:26:23.136Z[ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO STEP 64 (assemble_files) COMPLETE
41012024-10-30T19:26:23.136Z[ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-10-30T19:26:23.145Z[ host-image] Oct 30 19:26:22.261 INFO O| Oct 30 19:26:22.261 INFO O| Download: Completed 1.39 MB in 1.22 seconds (1.1M/s)
41032024-10-30T19:26:23.151Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
41042024-10-30T19:26:23.151Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
41052024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41062024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41072024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO ok!
41082024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 65 (ensure_file) COMPLETE
41092024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO skip step because feature "omicron1" is not enabled
41112024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO skip step because feature "omicron1" is not enabled
41132024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO skip step because feature "omicron1" is not enabled
41152024-10-30T19:26:23.154Z[ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-10-30T19:26:23.178Z[ recovery-image] Oct 30 19:26:22.294 INFO O| Oct 30 19:26:22.293 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41172024-10-30T19:26:23.178Z[ recovery-image] Oct 30 19:26:22.294 INFO O| Oct 30 19:26:22.294 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41182024-10-30T19:26:23.318Z[ host-image] Oct 30 19:26:22.433 INFO O| Oct 30 19:26:22.433 INFO O| Actions: 1/238 actions (Installing new actions)
41192024-10-30T19:26:23.612Z[ host-image] Oct 30 19:26:22.727 INFO O| Oct 30 19:26:22.727 INFO O| Actions: Completed 238 actions in 0.29 seconds.
41202024-10-30T19:26:24.229Z[ host-image] Oct 30 19:26:23.344 INFO O| Oct 30 19:26:23.344 INFO O| Done
41212024-10-30T19:26:24.229Z[ host-image] Oct 30 19:26:23.344 INFO O| Oct 30 19:26:23.344 INFO O| Done
41222024-10-30T19:26:25.376Z[ host-image] Oct 30 19:26:24.491 INFO O| Oct 30 19:26:24.491 INFO O| Done
41232024-10-30T19:26:26.404Z[ recovery-image] Oct 30 19:26:25.520 INFO O| Oct 30 19:26:25.519 INFO STEP 69 (pack_tar) COMPLETE
41242024-10-30T19:26:26.404Z[ recovery-image] Oct 30 19:26:25.520 INFO O| Oct 30 19:26:25.520 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41252024-10-30T19:26:26.406Z[ recovery-image] Oct 30 19:26:25.520 INFO O| Oct 30 19:26:25.520 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41262024-10-30T19:26:26.556Z[ recovery-image] Oct 30 19:26:25.671 INFO O| Oct 30 19:26:25.671 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41272024-10-30T19:26:26.720Z[ recovery-image] Oct 30 19:26:25.835 INFO O| Oct 30 19:26:25.835 INFO completed processing gimlet/ramdisk-02-trim
41282024-10-30T19:26:26.723Z[ recovery-image] Oct 30 19:26:25.838 INFO image builder template: ramdisk-03-recovery-trim...
41292024-10-30T19:26:26.726Z[ recovery-image] Oct 30 19:26:25.838 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41302024-10-30T19:26:26.978Z[ recovery-image] Oct 30 19:26:26.093 INFO O| Oct 30 19:26:26.092 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41312024-10-30T19:26:26.986Z[ recovery-image] Oct 30 19:26:26.101 INFO O| Oct 30 19:26:26.101 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41322024-10-30T19:26:27.325Z[ recovery-image] Oct 30 19:26:26.440 INFO O| Oct 30 19:26:26.439 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41332024-10-30T19:26:27.442Z[ recovery-image] Oct 30 19:26:26.555 INFO O| Oct 30 19:26:26.555 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41342024-10-30T19:26:27.445Z[ recovery-image] Oct 30 19:26:26.555 INFO O| Oct 30 19:26:26.555 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41352024-10-30T19:26:27.734Z[ recovery-image] Oct 30 19:26:26.615 INFO O| Oct 30 19:26:26.615 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41362024-10-30T19:26:27.737Z[ recovery-image] Oct 30 19:26:26.657 INFO O| Oct 30 19:26:26.657 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41372024-10-30T19:26:27.737Z[ recovery-image] Oct 30 19:26:26.682 INFO O| Oct 30 19:26:26.682 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41382024-10-30T19:26:28.034Z[ recovery-image] Oct 30 19:26:27.149 INFO O| Oct 30 19:26:27.149 INFO rolled back to input snapshot; work may begin
41392024-10-30T19:26:28.034Z[ recovery-image] Oct 30 19:26:27.149 INFO O| Oct 30 19:26:27.149 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41402024-10-30T19:26:28.044Z[ recovery-image] Oct 30 19:26:27.159 INFO O| Oct 30 19:26:27.159 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-10-30T19:26:28.061Z[ recovery-image] Oct 30 19:26:27.176 INFO O| Oct 30 19:26:27.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41422024-10-30T19:26:28.077Z[ recovery-image] Oct 30 19:26:27.193 INFO O| Oct 30 19:26:27.192 INFO STEP 0 (remove_files) COMPLETE
41432024-10-30T19:26:28.077Z[ recovery-image] Oct 30 19:26:27.193 INFO O| Oct 30 19:26:27.193 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-10-30T19:26:28.112Z[ recovery-image] Oct 30 19:26:27.227 INFO O| Oct 30 19:26:27.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41452024-10-30T19:26:28.197Z[ host-image] Oct 30 19:26:27.312 INFO O| Oct 30 19:26:27.312 INFO O| Done
41462024-10-30T19:26:28.242Z[ host-image] Oct 30 19:26:27.357 INFO O| Oct 30 19:26:27.357 INFO O| Done
41472024-10-30T19:26:28.242Z[ host-image] Oct 30 19:26:27.357 INFO O| Oct 30 19:26:27.357 INFO O| Done
41482024-10-30T19:26:28.281Z[ host-image] Oct 30 19:26:27.396 INFO O| Oct 30 19:26:27.396 INFO O| Done
41492024-10-30T19:26:28.474Z[ host-image] Oct 30 19:26:27.589 INFO O| Oct 30 19:26:27.589 INFO STEP 12 (pkg_install) COMPLETE
41502024-10-30T19:26:28.474Z[ host-image] Oct 30 19:26:27.589 INFO O| Oct 30 19:26:27.589 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41512024-10-30T19:26:28.493Z[ host-image] Oct 30 19:26:27.609 INFO O| Oct 30 19:26:27.608 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41522024-10-30T19:26:28.588Z[ recovery-image] Oct 30 19:26:27.703 INFO O| Oct 30 19:26:27.703 INFO STEP 1 (remove_files) COMPLETE
41532024-10-30T19:26:28.588Z[ recovery-image] Oct 30 19:26:27.703 INFO O| Oct 30 19:26:27.703 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-30T19:26:28.610Z[ recovery-image] Oct 30 19:26:27.724 INFO O| Oct 30 19:26:27.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41552024-10-30T19:26:28.613Z[ recovery-image] Oct 30 19:26:27.727 INFO O| Oct 30 19:26:27.727 INFO STEP 2 (remove_files) COMPLETE
41562024-10-30T19:26:28.613Z[ recovery-image] Oct 30 19:26:27.727 INFO O| Oct 30 19:26:27.727 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-10-30T19:26:28.641Z[ recovery-image] Oct 30 19:26:27.756 INFO O| Oct 30 19:26:27.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41582024-10-30T19:26:28.749Z[ recovery-image] Oct 30 19:26:27.863 INFO O| Oct 30 19:26:27.863 INFO STEP 3 (remove_files) COMPLETE
41592024-10-30T19:26:28.749Z[ recovery-image] Oct 30 19:26:27.863 INFO O| Oct 30 19:26:27.863 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-30T19:26:28.803Z[ recovery-image] Oct 30 19:26:27.918 INFO O| Oct 30 19:26:27.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41612024-10-30T19:26:29.007Z[ recovery-image] Oct 30 19:26:28.122 INFO O| Oct 30 19:26:28.122 INFO STEP 4 (remove_files) COMPLETE
41622024-10-30T19:26:29.007Z[ recovery-image] Oct 30 19:26:28.122 INFO O| Oct 30 19:26:28.122 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-30T19:26:29.035Z[ recovery-image] Oct 30 19:26:28.150 INFO O| Oct 30 19:26:28.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41642024-10-30T19:26:29.070Z[ recovery-image] Oct 30 19:26:28.185 INFO O| Oct 30 19:26:28.185 INFO STEP 5 (remove_files) COMPLETE
41652024-10-30T19:26:29.070Z[ recovery-image] Oct 30 19:26:28.186 INFO O| Oct 30 19:26:28.185 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-30T19:26:29.122Z[ recovery-image] Oct 30 19:26:28.237 INFO O| Oct 30 19:26:28.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41672024-10-30T19:26:29.126Z[ recovery-image] Oct 30 19:26:28.239 INFO O| Oct 30 19:26:28.239 INFO STEP 6 (remove_files) COMPLETE
41682024-10-30T19:26:29.126Z[ recovery-image] Oct 30 19:26:28.239 INFO O| Oct 30 19:26:28.239 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-30T19:26:29.163Z[ recovery-image] Oct 30 19:26:28.278 INFO O| Oct 30 19:26:28.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41702024-10-30T19:26:29.185Z[ recovery-image] Oct 30 19:26:28.300 INFO O| Oct 30 19:26:28.300 INFO STEP 7 (remove_files) COMPLETE
41712024-10-30T19:26:29.185Z[ recovery-image] Oct 30 19:26:28.300 INFO O| Oct 30 19:26:28.300 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-10-30T19:26:29.226Z[ recovery-image] Oct 30 19:26:28.342 INFO O| Oct 30 19:26:28.341 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41732024-10-30T19:26:29.304Z[ recovery-image] Oct 30 19:26:28.417 INFO O| Oct 30 19:26:28.417 INFO STEP 8 (remove_files) COMPLETE
41742024-10-30T19:26:29.304Z[ recovery-image] Oct 30 19:26:28.417 INFO O| Oct 30 19:26:28.417 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-30T19:26:29.372Z[ host-image] Oct 30 19:26:28.488 INFO O| Oct 30 19:26:28.487 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41762024-10-30T19:26:29.390Z[ recovery-image] Oct 30 19:26:28.505 INFO O| Oct 30 19:26:28.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41772024-10-30T19:26:29.410Z[ recovery-image] Oct 30 19:26:28.525 INFO O| Oct 30 19:26:28.525 INFO STEP 9 (remove_files) COMPLETE
41782024-10-30T19:26:29.410Z[ recovery-image] Oct 30 19:26:28.525 INFO O| Oct 30 19:26:28.525 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-30T19:26:29.432Z[ recovery-image] Oct 30 19:26:28.547 INFO O| Oct 30 19:26:28.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41802024-10-30T19:26:29.458Z[ recovery-image] Oct 30 19:26:28.573 INFO O| Oct 30 19:26:28.573 INFO STEP 10 (remove_files) COMPLETE
41812024-10-30T19:26:29.458Z[ recovery-image] Oct 30 19:26:28.573 INFO O| Oct 30 19:26:28.573 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-30T19:26:29.514Z[ recovery-image] Oct 30 19:26:28.629 INFO O| Oct 30 19:26:28.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41832024-10-30T19:26:29.687Z[ recovery-image] Oct 30 19:26:28.802 INFO O| Oct 30 19:26:28.802 INFO STEP 11 (remove_files) COMPLETE
41842024-10-30T19:26:29.687Z[ recovery-image] Oct 30 19:26:28.802 INFO O| Oct 30 19:26:28.802 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-30T19:26:29.729Z[ recovery-image] Oct 30 19:26:28.844 INFO O| Oct 30 19:26:28.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41862024-10-30T19:26:29.774Z[ recovery-image] Oct 30 19:26:28.889 INFO O| Oct 30 19:26:28.889 INFO STEP 12 (remove_files) COMPLETE
41872024-10-30T19:26:29.774Z[ recovery-image] Oct 30 19:26:28.889 INFO O| Oct 30 19:26:28.889 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-30T19:26:29.799Z[ recovery-image] Oct 30 19:26:28.914 INFO O| Oct 30 19:26:28.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41892024-10-30T19:26:29.805Z[ recovery-image] Oct 30 19:26:28.920 INFO O| Oct 30 19:26:28.920 INFO STEP 13 (remove_files) COMPLETE
41902024-10-30T19:26:29.805Z[ recovery-image] Oct 30 19:26:28.920 INFO O| Oct 30 19:26:28.920 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-30T19:26:29.827Z[ recovery-image] Oct 30 19:26:28.942 INFO O| Oct 30 19:26:28.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41922024-10-30T19:26:29.829Z[ recovery-image] Oct 30 19:26:28.944 INFO O| Oct 30 19:26:28.944 INFO STEP 14 (remove_files) COMPLETE
41932024-10-30T19:26:29.829Z[ recovery-image] Oct 30 19:26:28.944 INFO O| Oct 30 19:26:28.944 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-30T19:26:29.857Z[ recovery-image] Oct 30 19:26:28.972 INFO O| Oct 30 19:26:28.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41952024-10-30T19:26:29.862Z[ recovery-image] Oct 30 19:26:28.977 INFO O| Oct 30 19:26:28.977 INFO STEP 15 (remove_files) COMPLETE
41962024-10-30T19:26:29.862Z[ recovery-image] Oct 30 19:26:28.977 INFO O| Oct 30 19:26:28.977 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-30T19:26:29.904Z[ recovery-image] Oct 30 19:26:29.019 INFO O| Oct 30 19:26:29.019 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41982024-10-30T19:26:29.984Z[ recovery-image] Oct 30 19:26:29.099 INFO O| Oct 30 19:26:29.099 INFO STEP 16 (remove_files) COMPLETE
41992024-10-30T19:26:29.984Z[ recovery-image] Oct 30 19:26:29.099 INFO O| Oct 30 19:26:29.099 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-30T19:26:30.013Z[ recovery-image] Oct 30 19:26:29.128 INFO O| Oct 30 19:26:29.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
42012024-10-30T19:26:30.016Z[ recovery-image] Oct 30 19:26:29.128 INFO O| Oct 30 19:26:29.128 INFO STEP 17 (remove_files) COMPLETE
42022024-10-30T19:26:30.016Z[ recovery-image] Oct 30 19:26:29.128 INFO O| Oct 30 19:26:29.128 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-30T19:26:30.049Z[ recovery-image] Oct 30 19:26:29.164 INFO O| Oct 30 19:26:29.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
42042024-10-30T19:26:30.052Z[ recovery-image] Oct 30 19:26:29.165 INFO O| Oct 30 19:26:29.165 INFO STEP 18 (remove_files) COMPLETE
42052024-10-30T19:26:30.052Z[ recovery-image] Oct 30 19:26:29.165 INFO O| Oct 30 19:26:29.165 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-30T19:26:30.074Z[ recovery-image] Oct 30 19:26:29.189 INFO O| Oct 30 19:26:29.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42072024-10-30T19:26:30.259Z[ recovery-image] Oct 30 19:26:29.374 INFO O| Oct 30 19:26:29.374 INFO STEP 19 (remove_files) COMPLETE
42082024-10-30T19:26:30.259Z[ recovery-image] Oct 30 19:26:29.374 INFO O| Oct 30 19:26:29.374 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-30T19:26:30.289Z[ recovery-image] Oct 30 19:26:29.404 INFO O| Oct 30 19:26:29.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42102024-10-30T19:26:30.300Z[ recovery-image] Oct 30 19:26:29.415 INFO O| Oct 30 19:26:29.415 INFO STEP 20 (remove_files) COMPLETE
42112024-10-30T19:26:30.302Z[ recovery-image] Oct 30 19:26:29.415 INFO O| Oct 30 19:26:29.415 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-30T19:26:30.345Z[ recovery-image] Oct 30 19:26:29.460 INFO O| Oct 30 19:26:29.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42132024-10-30T19:26:30.348Z[ recovery-image] Oct 30 19:26:29.461 INFO O| Oct 30 19:26:29.461 INFO STEP 21 (remove_files) COMPLETE
42142024-10-30T19:26:30.348Z[ recovery-image] Oct 30 19:26:29.461 INFO O| Oct 30 19:26:29.461 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-30T19:26:30.399Z[ recovery-image] Oct 30 19:26:29.514 INFO O| Oct 30 19:26:29.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42162024-10-30T19:26:30.402Z[ recovery-image] Oct 30 19:26:29.514 INFO O| Oct 30 19:26:29.514 INFO STEP 22 (remove_files) COMPLETE
42172024-10-30T19:26:30.402Z[ recovery-image] Oct 30 19:26:29.514 INFO O| Oct 30 19:26:29.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-30T19:26:30.420Z[ recovery-image] Oct 30 19:26:29.535 INFO O| Oct 30 19:26:29.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42192024-10-30T19:26:30.424Z[ recovery-image] Oct 30 19:26:29.540 INFO O| Oct 30 19:26:29.540 INFO STEP 23 (remove_files) COMPLETE
42202024-10-30T19:26:30.427Z[ recovery-image] Oct 30 19:26:29.540 INFO O| Oct 30 19:26:29.540 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-30T19:26:30.445Z[ recovery-image] Oct 30 19:26:29.560 INFO O| Oct 30 19:26:29.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42222024-10-30T19:26:30.445Z[ recovery-image] Oct 30 19:26:29.560 INFO O| Oct 30 19:26:29.560 INFO STEP 24 (remove_files) COMPLETE
42232024-10-30T19:26:30.448Z[ recovery-image] Oct 30 19:26:29.560 INFO O| Oct 30 19:26:29.560 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-30T19:26:30.463Z[ recovery-image] Oct 30 19:26:29.578 INFO O| Oct 30 19:26:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42252024-10-30T19:26:30.463Z[ recovery-image] Oct 30 19:26:29.578 INFO O| Oct 30 19:26:29.578 INFO STEP 25 (remove_files) COMPLETE
42262024-10-30T19:26:30.466Z[ recovery-image] Oct 30 19:26:29.578 INFO O| Oct 30 19:26:29.578 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-30T19:26:30.502Z[ recovery-image] Oct 30 19:26:29.617 INFO O| Oct 30 19:26:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42282024-10-30T19:26:30.505Z[ recovery-image] Oct 30 19:26:29.617 INFO O| Oct 30 19:26:29.617 INFO STEP 26 (remove_files) COMPLETE
42292024-10-30T19:26:30.505Z[ recovery-image] Oct 30 19:26:29.617 INFO O| Oct 30 19:26:29.617 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-30T19:26:30.540Z[ recovery-image] Oct 30 19:26:29.655 INFO O| Oct 30 19:26:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42312024-10-30T19:26:30.559Z[ recovery-image] Oct 30 19:26:29.674 INFO O| Oct 30 19:26:29.674 INFO STEP 27 (remove_files) COMPLETE
42322024-10-30T19:26:30.559Z[ recovery-image] Oct 30 19:26:29.674 INFO O| Oct 30 19:26:29.674 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-30T19:26:30.596Z[ recovery-image] Oct 30 19:26:29.711 INFO O| Oct 30 19:26:29.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42342024-10-30T19:26:30.596Z[ recovery-image] Oct 30 19:26:29.711 INFO O| Oct 30 19:26:29.711 INFO STEP 28 (remove_files) COMPLETE
42352024-10-30T19:26:30.599Z[ recovery-image] Oct 30 19:26:29.711 INFO O| Oct 30 19:26:29.711 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-30T19:26:30.614Z[ recovery-image] Oct 30 19:26:29.730 INFO O| Oct 30 19:26:29.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42372024-10-30T19:26:30.617Z[ recovery-image] Oct 30 19:26:29.731 INFO O| Oct 30 19:26:29.730 INFO STEP 29 (remove_files) COMPLETE
42382024-10-30T19:26:30.617Z[ recovery-image] Oct 30 19:26:29.731 INFO O| Oct 30 19:26:29.730 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-30T19:26:30.652Z[ recovery-image] Oct 30 19:26:29.767 INFO O| Oct 30 19:26:29.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42402024-10-30T19:26:30.666Z[ recovery-image] Oct 30 19:26:29.781 INFO O| Oct 30 19:26:29.781 INFO STEP 30 (remove_files) COMPLETE
42412024-10-30T19:26:30.666Z[ recovery-image] Oct 30 19:26:29.781 INFO O| Oct 30 19:26:29.781 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-30T19:26:30.688Z[ recovery-image] Oct 30 19:26:29.803 INFO O| Oct 30 19:26:29.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42432024-10-30T19:26:30.688Z[ recovery-image] Oct 30 19:26:29.803 INFO O| Oct 30 19:26:29.803 INFO STEP 31 (remove_files) COMPLETE
42442024-10-30T19:26:30.688Z[ recovery-image] Oct 30 19:26:29.803 INFO O| Oct 30 19:26:29.803 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-30T19:26:30.705Z[ recovery-image] Oct 30 19:26:29.821 INFO O| Oct 30 19:26:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42462024-10-30T19:26:30.719Z[ recovery-image] Oct 30 19:26:29.834 INFO O| Oct 30 19:26:29.834 INFO STEP 32 (remove_files) COMPLETE
42472024-10-30T19:26:30.719Z[ recovery-image] Oct 30 19:26:29.834 INFO O| Oct 30 19:26:29.834 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-30T19:26:30.768Z[ recovery-image] Oct 30 19:26:29.883 INFO O| Oct 30 19:26:29.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42492024-10-30T19:26:30.795Z[ recovery-image] Oct 30 19:26:29.910 INFO O| Oct 30 19:26:29.910 INFO STEP 33 (remove_files) COMPLETE
42502024-10-30T19:26:30.798Z[ recovery-image] Oct 30 19:26:29.910 INFO O| Oct 30 19:26:29.910 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-30T19:26:30.829Z[ recovery-image] Oct 30 19:26:29.933 INFO O| Oct 30 19:26:29.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42522024-10-30T19:26:30.829Z[ recovery-image] Oct 30 19:26:29.933 INFO O| Oct 30 19:26:29.933 INFO STEP 34 (remove_files) COMPLETE
42532024-10-30T19:26:30.832Z[ recovery-image] Oct 30 19:26:29.933 INFO O| Oct 30 19:26:29.933 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-30T19:26:30.862Z[ recovery-image] Oct 30 19:26:29.977 INFO O| Oct 30 19:26:29.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42552024-10-30T19:26:30.864Z[ recovery-image] Oct 30 19:26:29.977 INFO O| Oct 30 19:26:29.977 INFO STEP 35 (remove_files) COMPLETE
42562024-10-30T19:26:30.864Z[ recovery-image] Oct 30 19:26:29.977 INFO O| Oct 30 19:26:29.977 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-30T19:26:31.008Z[ recovery-image] Oct 30 19:26:30.123 INFO O| Oct 30 19:26:30.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42582024-10-30T19:26:31.033Z[ recovery-image] Oct 30 19:26:30.147 INFO O| Oct 30 19:26:30.147 INFO STEP 36 (remove_files) COMPLETE
42592024-10-30T19:26:31.033Z[ recovery-image] Oct 30 19:26:30.147 INFO O| Oct 30 19:26:30.147 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-30T19:26:31.069Z[ recovery-image] Oct 30 19:26:30.184 INFO O| Oct 30 19:26:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42612024-10-30T19:26:31.120Z[ recovery-image] Oct 30 19:26:30.235 INFO O| Oct 30 19:26:30.235 INFO STEP 37 (remove_files) COMPLETE
42622024-10-30T19:26:31.120Z[ recovery-image] Oct 30 19:26:30.235 INFO O| Oct 30 19:26:30.235 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-30T19:26:31.186Z[ recovery-image] Oct 30 19:26:30.300 INFO O| Oct 30 19:26:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42642024-10-30T19:26:31.186Z[ recovery-image] Oct 30 19:26:30.300 INFO O| Oct 30 19:26:30.300 INFO STEP 38 (remove_files) COMPLETE
42652024-10-30T19:26:31.186Z[ recovery-image] Oct 30 19:26:30.300 INFO O| Oct 30 19:26:30.300 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-30T19:26:31.205Z[ recovery-image] Oct 30 19:26:30.319 INFO O| Oct 30 19:26:30.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42672024-10-30T19:26:31.205Z[ recovery-image] Oct 30 19:26:30.319 INFO O| Oct 30 19:26:30.319 INFO STEP 39 (remove_files) COMPLETE
42682024-10-30T19:26:31.205Z[ recovery-image] Oct 30 19:26:30.319 INFO O| Oct 30 19:26:30.319 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-30T19:26:31.256Z[ recovery-image] Oct 30 19:26:30.370 INFO O| Oct 30 19:26:30.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42702024-10-30T19:26:31.256Z[ recovery-image] Oct 30 19:26:30.371 INFO O| Oct 30 19:26:30.371 INFO STEP 40 (remove_files) COMPLETE
42712024-10-30T19:26:31.256Z[ recovery-image] Oct 30 19:26:30.371 INFO O| Oct 30 19:26:30.371 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-30T19:26:31.293Z[ recovery-image] Oct 30 19:26:30.408 INFO O| Oct 30 19:26:30.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42732024-10-30T19:26:31.294Z[ recovery-image] Oct 30 19:26:30.408 INFO O| Oct 30 19:26:30.408 INFO STEP 41 (remove_files) COMPLETE
42742024-10-30T19:26:31.297Z[ recovery-image] Oct 30 19:26:30.408 INFO O| Oct 30 19:26:30.408 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-30T19:26:31.313Z[ recovery-image] Oct 30 19:26:30.428 INFO O| Oct 30 19:26:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42762024-10-30T19:26:31.313Z[ recovery-image] Oct 30 19:26:30.428 INFO O| Oct 30 19:26:30.428 INFO STEP 42 (remove_files) COMPLETE
42772024-10-30T19:26:31.313Z[ recovery-image] Oct 30 19:26:30.428 INFO O| Oct 30 19:26:30.428 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-30T19:26:31.345Z[ recovery-image] Oct 30 19:26:30.459 INFO O| Oct 30 19:26:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42792024-10-30T19:26:31.345Z[ recovery-image] Oct 30 19:26:30.459 INFO O| Oct 30 19:26:30.459 INFO STEP 43 (remove_files) COMPLETE
42802024-10-30T19:26:31.345Z[ recovery-image] Oct 30 19:26:30.459 INFO O| Oct 30 19:26:30.459 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-30T19:26:31.404Z[ recovery-image] Oct 30 19:26:30.518 INFO O| Oct 30 19:26:30.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42822024-10-30T19:26:31.404Z[ recovery-image] Oct 30 19:26:30.518 INFO O| Oct 30 19:26:30.518 INFO STEP 44 (remove_files) COMPLETE
42832024-10-30T19:26:31.404Z[ recovery-image] Oct 30 19:26:30.518 INFO O| Oct 30 19:26:30.518 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-30T19:26:31.429Z[ recovery-image] Oct 30 19:26:30.544 INFO O| Oct 30 19:26:30.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42852024-10-30T19:26:31.429Z[ recovery-image] Oct 30 19:26:30.544 INFO O| Oct 30 19:26:30.544 INFO STEP 45 (remove_files) COMPLETE
42862024-10-30T19:26:31.432Z[ recovery-image] Oct 30 19:26:30.544 INFO O| Oct 30 19:26:30.544 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-30T19:26:31.487Z[ recovery-image] Oct 30 19:26:30.602 INFO O| Oct 30 19:26:30.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42882024-10-30T19:26:31.487Z[ recovery-image] Oct 30 19:26:30.602 INFO O| Oct 30 19:26:30.602 INFO STEP 46 (remove_files) COMPLETE
42892024-10-30T19:26:31.487Z[ recovery-image] Oct 30 19:26:30.602 INFO O| Oct 30 19:26:30.602 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-30T19:26:31.544Z[ recovery-image] Oct 30 19:26:30.659 INFO O| Oct 30 19:26:30.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42912024-10-30T19:26:31.563Z[ recovery-image] Oct 30 19:26:30.678 INFO O| Oct 30 19:26:30.678 INFO STEP 47 (remove_files) COMPLETE
42922024-10-30T19:26:31.563Z[ recovery-image] Oct 30 19:26:30.678 INFO O| Oct 30 19:26:30.678 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-30T19:26:31.594Z[ recovery-image] Oct 30 19:26:30.709 INFO O| Oct 30 19:26:30.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42942024-10-30T19:26:31.597Z[ recovery-image] Oct 30 19:26:30.709 INFO O| Oct 30 19:26:30.709 INFO STEP 48 (remove_files) COMPLETE
42952024-10-30T19:26:31.597Z[ recovery-image] Oct 30 19:26:30.709 INFO O| Oct 30 19:26:30.709 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-30T19:26:31.629Z[ recovery-image] Oct 30 19:26:30.744 INFO O| Oct 30 19:26:30.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42972024-10-30T19:26:31.629Z[ recovery-image] Oct 30 19:26:30.744 INFO O| Oct 30 19:26:30.744 INFO STEP 49 (remove_files) COMPLETE
42982024-10-30T19:26:31.629Z[ recovery-image] Oct 30 19:26:30.744 INFO O| Oct 30 19:26:30.744 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-30T19:26:31.667Z[ recovery-image] Oct 30 19:26:30.782 INFO O| Oct 30 19:26:30.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
43002024-10-30T19:26:31.667Z[ recovery-image] Oct 30 19:26:30.782 INFO O| Oct 30 19:26:30.782 INFO STEP 50 (remove_files) COMPLETE
43012024-10-30T19:26:31.667Z[ recovery-image] Oct 30 19:26:30.782 INFO O| Oct 30 19:26:30.782 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-30T19:26:31.696Z[ recovery-image] Oct 30 19:26:30.811 INFO O| Oct 30 19:26:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
43032024-10-30T19:26:31.699Z[ recovery-image] Oct 30 19:26:30.811 INFO O| Oct 30 19:26:30.811 INFO STEP 51 (remove_files) COMPLETE
43042024-10-30T19:26:31.699Z[ recovery-image] Oct 30 19:26:30.811 INFO O| Oct 30 19:26:30.811 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-30T19:26:31.715Z[ recovery-image] Oct 30 19:26:30.829 INFO O| Oct 30 19:26:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43062024-10-30T19:26:31.718Z[ recovery-image] Oct 30 19:26:30.830 INFO O| Oct 30 19:26:30.830 INFO STEP 52 (remove_files) COMPLETE
43072024-10-30T19:26:31.718Z[ recovery-image] Oct 30 19:26:30.830 INFO O| Oct 30 19:26:30.830 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-30T19:26:31.746Z[ recovery-image] Oct 30 19:26:30.861 INFO O| Oct 30 19:26:30.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43092024-10-30T19:26:31.746Z[ recovery-image] Oct 30 19:26:30.861 INFO O| Oct 30 19:26:30.861 INFO STEP 53 (remove_files) COMPLETE
43102024-10-30T19:26:31.746Z[ recovery-image] Oct 30 19:26:30.861 INFO O| Oct 30 19:26:30.861 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-30T19:26:31.764Z[ recovery-image] Oct 30 19:26:30.879 INFO O| Oct 30 19:26:30.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43122024-10-30T19:26:31.785Z[ recovery-image] Oct 30 19:26:30.900 INFO O| Oct 30 19:26:30.900 INFO STEP 54 (remove_files) COMPLETE
43132024-10-30T19:26:31.785Z[ recovery-image] Oct 30 19:26:30.900 INFO O| Oct 30 19:26:30.900 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-30T19:26:31.817Z[ recovery-image] Oct 30 19:26:30.932 INFO O| Oct 30 19:26:30.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43152024-10-30T19:26:31.817Z[ recovery-image] Oct 30 19:26:30.932 INFO O| Oct 30 19:26:30.932 INFO STEP 55 (remove_files) COMPLETE
43162024-10-30T19:26:31.819Z[ recovery-image] Oct 30 19:26:30.932 INFO O| Oct 30 19:26:30.932 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-30T19:26:31.843Z[ recovery-image] Oct 30 19:26:30.958 INFO O| Oct 30 19:26:30.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43182024-10-30T19:26:31.843Z[ recovery-image] Oct 30 19:26:30.958 INFO O| Oct 30 19:26:30.958 INFO STEP 56 (remove_files) COMPLETE
43192024-10-30T19:26:31.846Z[ recovery-image] Oct 30 19:26:30.958 INFO O| Oct 30 19:26:30.958 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-30T19:26:31.905Z[ recovery-image] Oct 30 19:26:31.019 INFO O| Oct 30 19:26:31.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43212024-10-30T19:26:31.905Z[ recovery-image] Oct 30 19:26:31.019 INFO O| Oct 30 19:26:31.019 INFO STEP 57 (remove_files) COMPLETE
43222024-10-30T19:26:31.905Z[ recovery-image] Oct 30 19:26:31.019 INFO O| Oct 30 19:26:31.019 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-30T19:26:31.966Z[ recovery-image] Oct 30 19:26:31.081 INFO O| Oct 30 19:26:31.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43242024-10-30T19:26:31.966Z[ recovery-image] Oct 30 19:26:31.081 INFO O| Oct 30 19:26:31.081 INFO STEP 58 (remove_files) COMPLETE
43252024-10-30T19:26:31.969Z[ recovery-image] Oct 30 19:26:31.081 INFO O| Oct 30 19:26:31.081 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-30T19:26:31.985Z[ recovery-image] Oct 30 19:26:31.101 INFO O| Oct 30 19:26:31.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43272024-10-30T19:26:31.986Z[ recovery-image] Oct 30 19:26:31.101 INFO O| Oct 30 19:26:31.101 INFO STEP 59 (remove_files) COMPLETE
43282024-10-30T19:26:31.988Z[ recovery-image] Oct 30 19:26:31.101 INFO O| Oct 30 19:26:31.101 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-30T19:26:32.023Z[ recovery-image] Oct 30 19:26:31.138 INFO O| Oct 30 19:26:31.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43302024-10-30T19:26:32.023Z[ recovery-image] Oct 30 19:26:31.138 INFO O| Oct 30 19:26:31.138 INFO STEP 60 (remove_files) COMPLETE
43312024-10-30T19:26:32.023Z[ recovery-image] Oct 30 19:26:31.138 INFO O| Oct 30 19:26:31.138 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-30T19:26:32.057Z[ recovery-image] Oct 30 19:26:31.172 INFO O| Oct 30 19:26:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43332024-10-30T19:26:32.057Z[ recovery-image] Oct 30 19:26:31.172 INFO O| Oct 30 19:26:31.172 INFO STEP 61 (remove_files) COMPLETE
43342024-10-30T19:26:32.059Z[ recovery-image] Oct 30 19:26:31.172 INFO O| Oct 30 19:26:31.172 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-30T19:26:32.124Z[ recovery-image] Oct 30 19:26:31.239 INFO O| Oct 30 19:26:31.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43362024-10-30T19:26:32.124Z[ recovery-image] Oct 30 19:26:31.239 INFO O| Oct 30 19:26:31.239 INFO STEP 62 (remove_files) COMPLETE
43372024-10-30T19:26:32.126Z[ recovery-image] Oct 30 19:26:31.239 INFO O| Oct 30 19:26:31.239 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-30T19:26:32.174Z[ recovery-image] Oct 30 19:26:31.289 INFO O| Oct 30 19:26:31.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43392024-10-30T19:26:32.177Z[ recovery-image] Oct 30 19:26:31.289 INFO O| Oct 30 19:26:31.289 INFO STEP 63 (remove_files) COMPLETE
43402024-10-30T19:26:32.177Z[ recovery-image] Oct 30 19:26:31.289 INFO O| Oct 30 19:26:31.289 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-30T19:26:32.194Z[ recovery-image] Oct 30 19:26:31.309 INFO O| Oct 30 19:26:31.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43422024-10-30T19:26:32.196Z[ recovery-image] Oct 30 19:26:31.309 INFO O| Oct 30 19:26:31.309 INFO STEP 64 (remove_files) COMPLETE
43432024-10-30T19:26:32.196Z[ recovery-image] Oct 30 19:26:31.309 INFO O| Oct 30 19:26:31.309 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-30T19:26:32.250Z[ recovery-image] Oct 30 19:26:31.365 INFO O| Oct 30 19:26:31.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43452024-10-30T19:26:32.266Z[ recovery-image] Oct 30 19:26:31.378 INFO O| Oct 30 19:26:31.378 INFO STEP 65 (remove_files) COMPLETE
43462024-10-30T19:26:32.266Z[ recovery-image] Oct 30 19:26:31.378 INFO O| Oct 30 19:26:31.378 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-30T19:26:32.322Z[ recovery-image] Oct 30 19:26:31.437 INFO O| Oct 30 19:26:31.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43482024-10-30T19:26:32.324Z[ recovery-image] Oct 30 19:26:31.437 INFO O| Oct 30 19:26:31.437 INFO STEP 66 (remove_files) COMPLETE
43492024-10-30T19:26:32.325Z[ recovery-image] Oct 30 19:26:31.437 INFO O| Oct 30 19:26:31.437 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-30T19:26:32.346Z[ recovery-image] Oct 30 19:26:31.460 INFO O| Oct 30 19:26:31.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43512024-10-30T19:26:32.346Z[ recovery-image] Oct 30 19:26:31.460 INFO O| Oct 30 19:26:31.460 INFO STEP 67 (remove_files) COMPLETE
43522024-10-30T19:26:32.346Z[ recovery-image] Oct 30 19:26:31.460 INFO O| Oct 30 19:26:31.460 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-30T19:26:32.406Z[ recovery-image] Oct 30 19:26:31.520 INFO O| Oct 30 19:26:31.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43542024-10-30T19:26:32.406Z[ recovery-image] Oct 30 19:26:31.520 INFO O| Oct 30 19:26:31.520 INFO STEP 68 (remove_files) COMPLETE
43552024-10-30T19:26:32.406Z[ recovery-image] Oct 30 19:26:31.520 INFO O| Oct 30 19:26:31.520 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-30T19:26:32.464Z[ recovery-image] Oct 30 19:26:31.578 INFO O| Oct 30 19:26:31.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43572024-10-30T19:26:32.464Z[ recovery-image] Oct 30 19:26:31.578 INFO O| Oct 30 19:26:31.578 INFO STEP 69 (remove_files) COMPLETE
43582024-10-30T19:26:32.464Z[ recovery-image] Oct 30 19:26:31.579 INFO O| Oct 30 19:26:31.578 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-10-30T19:26:32.481Z[ recovery-image] Oct 30 19:26:31.596 INFO O| Oct 30 19:26:31.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43602024-10-30T19:26:32.481Z[ recovery-image] Oct 30 19:26:31.596 INFO O| Oct 30 19:26:31.596 INFO STEP 70 (remove_files) COMPLETE
43612024-10-30T19:26:32.481Z[ recovery-image] Oct 30 19:26:31.596 INFO O| Oct 30 19:26:31.596 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-10-30T19:26:32.498Z[ recovery-image] Oct 30 19:26:31.613 INFO O| Oct 30 19:26:31.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43632024-10-30T19:26:32.498Z[ recovery-image] Oct 30 19:26:31.613 INFO O| Oct 30 19:26:31.613 INFO STEP 71 (remove_files) COMPLETE
43642024-10-30T19:26:32.498Z[ recovery-image] Oct 30 19:26:31.613 INFO O| Oct 30 19:26:31.613 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-10-30T19:26:32.533Z[ recovery-image] Oct 30 19:26:31.648 INFO O| Oct 30 19:26:31.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43662024-10-30T19:26:32.533Z[ recovery-image] Oct 30 19:26:31.648 INFO O| Oct 30 19:26:31.648 INFO STEP 72 (remove_files) COMPLETE
43672024-10-30T19:26:32.534Z[ recovery-image] Oct 30 19:26:31.648 INFO O| Oct 30 19:26:31.648 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-10-30T19:26:32.555Z[ recovery-image] Oct 30 19:26:31.669 INFO O| Oct 30 19:26:31.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43692024-10-30T19:26:32.556Z[ recovery-image] Oct 30 19:26:31.669 INFO O| Oct 30 19:26:31.669 INFO STEP 73 (remove_files) COMPLETE
43702024-10-30T19:26:32.556Z[ recovery-image] Oct 30 19:26:31.669 INFO O| Oct 30 19:26:31.669 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-30T19:26:32.572Z[ recovery-image] Oct 30 19:26:31.687 INFO O| Oct 30 19:26:31.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43722024-10-30T19:26:32.572Z[ recovery-image] Oct 30 19:26:31.687 INFO O| Oct 30 19:26:31.687 INFO STEP 74 (remove_files) COMPLETE
43732024-10-30T19:26:32.572Z[ recovery-image] Oct 30 19:26:31.687 INFO O| Oct 30 19:26:31.687 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-30T19:26:32.600Z[ recovery-image] Oct 30 19:26:31.715 INFO O| Oct 30 19:26:31.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43752024-10-30T19:26:32.602Z[ recovery-image] Oct 30 19:26:31.715 INFO O| Oct 30 19:26:31.715 INFO STEP 75 (remove_files) COMPLETE
43762024-10-30T19:26:32.602Z[ recovery-image] Oct 30 19:26:31.715 INFO O| Oct 30 19:26:31.715 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-30T19:26:32.642Z[ recovery-image] Oct 30 19:26:31.757 INFO O| Oct 30 19:26:31.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43782024-10-30T19:26:32.642Z[ recovery-image] Oct 30 19:26:31.757 INFO O| Oct 30 19:26:31.757 INFO STEP 76 (remove_files) COMPLETE
43792024-10-30T19:26:32.644Z[ recovery-image] Oct 30 19:26:31.757 INFO O| Oct 30 19:26:31.757 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-30T19:26:32.699Z[ recovery-image] Oct 30 19:26:31.814 INFO O| Oct 30 19:26:31.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43812024-10-30T19:26:32.699Z[ recovery-image] Oct 30 19:26:31.814 INFO O| Oct 30 19:26:31.814 INFO STEP 77 (remove_files) COMPLETE
43822024-10-30T19:26:32.702Z[ recovery-image] Oct 30 19:26:31.814 INFO O| Oct 30 19:26:31.814 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-30T19:26:32.733Z[ recovery-image] Oct 30 19:26:31.848 INFO O| Oct 30 19:26:31.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43842024-10-30T19:26:32.733Z[ recovery-image] Oct 30 19:26:31.848 INFO O| Oct 30 19:26:31.848 INFO STEP 78 (remove_files) COMPLETE
43852024-10-30T19:26:32.736Z[ recovery-image] Oct 30 19:26:31.848 INFO O| Oct 30 19:26:31.848 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-30T19:26:32.768Z[ recovery-image] Oct 30 19:26:31.883 INFO O| Oct 30 19:26:31.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43872024-10-30T19:26:32.768Z[ recovery-image] Oct 30 19:26:31.883 INFO O| Oct 30 19:26:31.883 INFO STEP 79 (remove_files) COMPLETE
43882024-10-30T19:26:32.770Z[ recovery-image] Oct 30 19:26:31.883 INFO O| Oct 30 19:26:31.883 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-30T19:26:32.802Z[ recovery-image] Oct 30 19:26:31.917 INFO O| Oct 30 19:26:31.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43902024-10-30T19:26:32.802Z[ recovery-image] Oct 30 19:26:31.917 INFO O| Oct 30 19:26:31.917 INFO STEP 80 (remove_files) COMPLETE
43912024-10-30T19:26:32.802Z[ recovery-image] Oct 30 19:26:31.917 INFO O| Oct 30 19:26:31.917 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-30T19:26:32.836Z[ recovery-image] Oct 30 19:26:31.952 INFO O| Oct 30 19:26:31.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43932024-10-30T19:26:32.837Z[ recovery-image] Oct 30 19:26:31.952 INFO O| Oct 30 19:26:31.952 INFO STEP 81 (remove_files) COMPLETE
43942024-10-30T19:26:32.840Z[ recovery-image] Oct 30 19:26:31.952 INFO O| Oct 30 19:26:31.952 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-30T19:26:32.854Z[ recovery-image] Oct 30 19:26:31.969 INFO O| Oct 30 19:26:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43962024-10-30T19:26:32.854Z[ recovery-image] Oct 30 19:26:31.969 INFO O| Oct 30 19:26:31.969 INFO STEP 82 (remove_files) COMPLETE
43972024-10-30T19:26:32.856Z[ recovery-image] Oct 30 19:26:31.969 INFO O| Oct 30 19:26:31.969 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-30T19:26:32.870Z[ recovery-image] Oct 30 19:26:31.985 INFO O| Oct 30 19:26:31.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43992024-10-30T19:26:32.870Z[ recovery-image] Oct 30 19:26:31.985 INFO O| Oct 30 19:26:31.985 INFO STEP 83 (remove_files) COMPLETE
44002024-10-30T19:26:32.870Z[ recovery-image] Oct 30 19:26:31.985 INFO O| Oct 30 19:26:31.985 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-30T19:26:32.949Z[ recovery-image] Oct 30 19:26:32.064 INFO O| Oct 30 19:26:32.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44022024-10-30T19:26:32.952Z[ recovery-image] Oct 30 19:26:32.065 INFO O| Oct 30 19:26:32.065 INFO STEP 84 (remove_files) COMPLETE
44032024-10-30T19:26:32.952Z[ recovery-image] Oct 30 19:26:32.065 INFO O| Oct 30 19:26:32.065 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-30T19:26:32.982Z[ recovery-image] Oct 30 19:26:32.096 INFO O| Oct 30 19:26:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44052024-10-30T19:26:32.982Z[ recovery-image] Oct 30 19:26:32.096 INFO O| Oct 30 19:26:32.096 INFO STEP 85 (remove_files) COMPLETE
44062024-10-30T19:26:32.982Z[ recovery-image] Oct 30 19:26:32.096 INFO O| Oct 30 19:26:32.096 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-30T19:26:33.041Z[ recovery-image] Oct 30 19:26:32.155 INFO O| Oct 30 19:26:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44082024-10-30T19:26:33.041Z[ recovery-image] Oct 30 19:26:32.155 INFO O| Oct 30 19:26:32.155 INFO STEP 86 (remove_files) COMPLETE
44092024-10-30T19:26:33.041Z[ recovery-image] Oct 30 19:26:32.155 INFO O| Oct 30 19:26:32.155 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-30T19:26:33.101Z[ recovery-image] Oct 30 19:26:32.216 INFO O| Oct 30 19:26:32.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44112024-10-30T19:26:33.101Z[ recovery-image] Oct 30 19:26:32.216 INFO O| Oct 30 19:26:32.216 INFO STEP 87 (remove_files) COMPLETE
44122024-10-30T19:26:33.101Z[ recovery-image] Oct 30 19:26:32.216 INFO O| Oct 30 19:26:32.216 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-30T19:26:33.107Z[ host-image] Oct 30 19:26:32.222 INFO O| Oct 30 19:26:32.222 INFO O| Planning: Solver setup ... Done
44142024-10-30T19:26:33.121Z[ recovery-image] Oct 30 19:26:32.235 INFO O| Oct 30 19:26:32.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44152024-10-30T19:26:33.121Z[ recovery-image] Oct 30 19:26:32.235 INFO O| Oct 30 19:26:32.235 INFO STEP 88 (remove_files) COMPLETE
44162024-10-30T19:26:33.121Z[ recovery-image] Oct 30 19:26:32.235 INFO O| Oct 30 19:26:32.235 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-30T19:26:33.129Z[ host-image] Oct 30 19:26:32.243 INFO O| Oct 30 19:26:32.243 INFO O| Planning: Running solver ... Done
44182024-10-30T19:26:33.139Z[ recovery-image] Oct 30 19:26:32.253 INFO O| Oct 30 19:26:32.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44192024-10-30T19:26:33.139Z[ recovery-image] Oct 30 19:26:32.253 INFO O| Oct 30 19:26:32.253 INFO STEP 89 (remove_files) COMPLETE
44202024-10-30T19:26:33.139Z[ recovery-image] Oct 30 19:26:32.253 INFO O| Oct 30 19:26:32.253 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-10-30T19:26:33.154Z[ recovery-image] Oct 30 19:26:32.269 INFO O| Oct 30 19:26:32.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44222024-10-30T19:26:33.155Z[ recovery-image] Oct 30 19:26:32.269 INFO O| Oct 30 19:26:32.269 INFO STEP 90 (remove_files) COMPLETE
44232024-10-30T19:26:33.155Z[ recovery-image] Oct 30 19:26:32.269 INFO O| Oct 30 19:26:32.269 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-10-30T19:26:33.170Z[ recovery-image] Oct 30 19:26:32.284 INFO O| Oct 30 19:26:32.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44252024-10-30T19:26:33.170Z[ recovery-image] Oct 30 19:26:32.284 INFO O| Oct 30 19:26:32.284 INFO STEP 91 (remove_files) COMPLETE
44262024-10-30T19:26:33.170Z[ recovery-image] Oct 30 19:26:32.284 INFO O| Oct 30 19:26:32.284 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-10-30T19:26:33.185Z[ recovery-image] Oct 30 19:26:32.299 INFO O| Oct 30 19:26:32.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44282024-10-30T19:26:33.185Z[ recovery-image] Oct 30 19:26:32.300 INFO O| Oct 30 19:26:32.300 INFO STEP 92 (remove_files) COMPLETE
44292024-10-30T19:26:33.185Z[ recovery-image] Oct 30 19:26:32.300 INFO O| Oct 30 19:26:32.300 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-10-30T19:26:33.199Z[ recovery-image] Oct 30 19:26:32.314 INFO O| Oct 30 19:26:32.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44312024-10-30T19:26:33.200Z[ recovery-image] Oct 30 19:26:32.314 INFO O| Oct 30 19:26:32.314 INFO STEP 93 (remove_files) COMPLETE
44322024-10-30T19:26:33.200Z[ recovery-image] Oct 30 19:26:32.314 INFO O| Oct 30 19:26:32.314 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-10-30T19:26:33.202Z[ host-image] Oct 30 19:26:32.317 INFO O| Oct 30 19:26:32.317 INFO O| Planning: Finding local manifests ... Done
44342024-10-30T19:26:33.204Z[ host-image] Oct 30 19:26:32.318 INFO O| Oct 30 19:26:32.318 INFO O| Planning: Fetching manifests: 0/6 0% complete
44352024-10-30T19:26:33.217Z[ recovery-image] Oct 30 19:26:32.332 INFO O| Oct 30 19:26:32.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44362024-10-30T19:26:33.217Z[ recovery-image] Oct 30 19:26:32.332 INFO O| Oct 30 19:26:32.332 INFO STEP 94 (remove_files) COMPLETE
44372024-10-30T19:26:33.217Z[ recovery-image] Oct 30 19:26:32.332 INFO O| Oct 30 19:26:32.332 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-30T19:26:33.240Z[ recovery-image] Oct 30 19:26:32.355 INFO O| Oct 30 19:26:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44392024-10-30T19:26:33.241Z[ recovery-image] Oct 30 19:26:32.355 INFO O| Oct 30 19:26:32.355 INFO STEP 95 (remove_files) COMPLETE
44402024-10-30T19:26:33.241Z[ recovery-image] Oct 30 19:26:32.355 INFO O| Oct 30 19:26:32.355 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-30T19:26:33.278Z[ recovery-image] Oct 30 19:26:32.393 INFO O| Oct 30 19:26:32.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44422024-10-30T19:26:33.278Z[ recovery-image] Oct 30 19:26:32.393 INFO O| Oct 30 19:26:32.393 INFO STEP 96 (remove_files) COMPLETE
44432024-10-30T19:26:33.280Z[ recovery-image] Oct 30 19:26:32.393 INFO O| Oct 30 19:26:32.393 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-30T19:26:33.314Z[ recovery-image] Oct 30 19:26:32.429 INFO O| Oct 30 19:26:32.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44452024-10-30T19:26:33.314Z[ recovery-image] Oct 30 19:26:32.429 INFO O| Oct 30 19:26:32.429 INFO STEP 97 (remove_files) COMPLETE
44462024-10-30T19:26:33.314Z[ recovery-image] Oct 30 19:26:32.429 INFO O| Oct 30 19:26:32.429 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-30T19:26:33.374Z[ recovery-image] Oct 30 19:26:32.489 INFO O| Oct 30 19:26:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44482024-10-30T19:26:33.374Z[ recovery-image] Oct 30 19:26:32.489 INFO O| Oct 30 19:26:32.489 INFO STEP 98 (remove_files) COMPLETE
44492024-10-30T19:26:33.377Z[ recovery-image] Oct 30 19:26:32.489 INFO O| Oct 30 19:26:32.489 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-30T19:26:33.393Z[ recovery-image] Oct 30 19:26:32.508 INFO O| Oct 30 19:26:32.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44512024-10-30T19:26:33.416Z[ recovery-image] Oct 30 19:26:32.531 INFO O| Oct 30 19:26:32.531 INFO STEP 99 (remove_files) COMPLETE
44522024-10-30T19:26:33.416Z[ recovery-image] Oct 30 19:26:32.531 INFO O| Oct 30 19:26:32.531 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-30T19:26:33.450Z[ recovery-image] Oct 30 19:26:32.564 INFO O| Oct 30 19:26:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44542024-10-30T19:26:33.450Z[ recovery-image] Oct 30 19:26:32.564 INFO O| Oct 30 19:26:32.564 INFO STEP 100 (remove_files) COMPLETE
44552024-10-30T19:26:33.450Z[ recovery-image] Oct 30 19:26:32.564 INFO O| Oct 30 19:26:32.564 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-30T19:26:33.504Z[ recovery-image] Oct 30 19:26:32.618 INFO O| Oct 30 19:26:32.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44572024-10-30T19:26:33.504Z[ recovery-image] Oct 30 19:26:32.619 INFO O| Oct 30 19:26:32.618 INFO STEP 101 (remove_files) COMPLETE
44582024-10-30T19:26:33.506Z[ recovery-image] Oct 30 19:26:32.619 INFO O| Oct 30 19:26:32.618 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-10-30T19:26:33.520Z[ recovery-image] Oct 30 19:26:32.636 INFO O| Oct 30 19:26:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44602024-10-30T19:26:33.520Z[ recovery-image] Oct 30 19:26:32.636 INFO O| Oct 30 19:26:32.636 INFO STEP 102 (remove_files) COMPLETE
44612024-10-30T19:26:33.523Z[ recovery-image] Oct 30 19:26:32.636 INFO O| Oct 30 19:26:32.636 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-30T19:26:33.536Z[ recovery-image] Oct 30 19:26:32.651 INFO O| Oct 30 19:26:32.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44632024-10-30T19:26:33.536Z[ recovery-image] Oct 30 19:26:32.651 INFO O| Oct 30 19:26:32.651 INFO STEP 103 (remove_files) COMPLETE
44642024-10-30T19:26:33.539Z[ recovery-image] Oct 30 19:26:32.651 INFO O| Oct 30 19:26:32.651 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-30T19:26:33.552Z[ recovery-image] Oct 30 19:26:32.667 INFO O| Oct 30 19:26:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44662024-10-30T19:26:33.552Z[ recovery-image] Oct 30 19:26:32.667 INFO O| Oct 30 19:26:32.667 INFO STEP 104 (remove_files) COMPLETE
44672024-10-30T19:26:33.555Z[ recovery-image] Oct 30 19:26:32.667 INFO O| Oct 30 19:26:32.667 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-30T19:26:33.586Z[ host-image] Oct 30 19:26:32.701 INFO O| Oct 30 19:26:32.701 INFO O| Planning: Fetching manifests: 6/6 100% complete
44692024-10-30T19:26:33.589Z[ recovery-image] Oct 30 19:26:32.704 INFO O| Oct 30 19:26:32.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44702024-10-30T19:26:33.591Z[ recovery-image] Oct 30 19:26:32.704 INFO O| Oct 30 19:26:32.704 INFO STEP 105 (remove_files) COMPLETE
44712024-10-30T19:26:33.592Z[ recovery-image] Oct 30 19:26:32.704 INFO O| Oct 30 19:26:32.704 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-30T19:26:33.610Z[ recovery-image] Oct 30 19:26:32.724 INFO O| Oct 30 19:26:32.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44732024-10-30T19:26:33.610Z[ recovery-image] Oct 30 19:26:32.724 INFO O| Oct 30 19:26:32.724 INFO STEP 106 (remove_files) COMPLETE
44742024-10-30T19:26:33.612Z[ recovery-image] Oct 30 19:26:32.725 INFO O| Oct 30 19:26:32.724 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-30T19:26:33.633Z[ recovery-image] Oct 30 19:26:32.748 INFO O| Oct 30 19:26:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44762024-10-30T19:26:33.635Z[ recovery-image] Oct 30 19:26:32.749 INFO O| Oct 30 19:26:32.749 INFO STEP 107 (remove_files) COMPLETE
44772024-10-30T19:26:33.635Z[ recovery-image] Oct 30 19:26:32.749 INFO O| Oct 30 19:26:32.749 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-30T19:26:33.664Z[ host-image] Oct 30 19:26:32.779 INFO O| Oct 30 19:26:32.779 INFO O| Planning: Package planning ... Done
44792024-10-30T19:26:33.702Z[ host-image] Oct 30 19:26:32.816 INFO O| Oct 30 19:26:32.816 INFO O| Planning: Merging actions ... Done
44802024-10-30T19:26:33.707Z[ recovery-image] Oct 30 19:26:32.822 INFO O| Oct 30 19:26:32.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44812024-10-30T19:26:33.709Z[ recovery-image] Oct 30 19:26:32.822 INFO O| Oct 30 19:26:32.822 INFO STEP 108 (remove_files) COMPLETE
44822024-10-30T19:26:33.709Z[ recovery-image] Oct 30 19:26:32.822 INFO O| Oct 30 19:26:32.822 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-30T19:26:33.727Z[ recovery-image] Oct 30 19:26:32.842 INFO O| Oct 30 19:26:32.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44842024-10-30T19:26:33.753Z[ recovery-image] Oct 30 19:26:32.868 INFO O| Oct 30 19:26:32.868 INFO STEP 109 (remove_files) COMPLETE
44852024-10-30T19:26:33.753Z[ recovery-image] Oct 30 19:26:32.868 INFO O| Oct 30 19:26:32.868 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-30T19:26:33.775Z[ recovery-image] Oct 30 19:26:32.890 INFO O| Oct 30 19:26:32.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44872024-10-30T19:26:33.775Z[ recovery-image] Oct 30 19:26:32.890 INFO O| Oct 30 19:26:32.890 INFO STEP 110 (remove_files) COMPLETE
44882024-10-30T19:26:33.778Z[ recovery-image] Oct 30 19:26:32.890 INFO O| Oct 30 19:26:32.890 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-30T19:26:33.806Z[ recovery-image] Oct 30 19:26:32.921 INFO O| Oct 30 19:26:32.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44902024-10-30T19:26:33.806Z[ recovery-image] Oct 30 19:26:32.921 INFO O| Oct 30 19:26:32.921 INFO STEP 111 (remove_files) COMPLETE
44912024-10-30T19:26:33.806Z[ recovery-image] Oct 30 19:26:32.921 INFO O| Oct 30 19:26:32.921 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-30T19:26:33.825Z[ recovery-image] Oct 30 19:26:32.940 INFO O| Oct 30 19:26:32.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44932024-10-30T19:26:33.825Z[ recovery-image] Oct 30 19:26:32.940 INFO O| Oct 30 19:26:32.940 INFO STEP 112 (remove_files) COMPLETE
44942024-10-30T19:26:33.828Z[ recovery-image] Oct 30 19:26:32.941 INFO O| Oct 30 19:26:32.940 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-30T19:26:33.842Z[ host-image] Oct 30 19:26:32.957 INFO O| Oct 30 19:26:32.957 INFO O| Planning: Checking for conflicting actions ... Done
44962024-10-30T19:26:33.850Z[ host-image] Oct 30 19:26:32.965 INFO O| Oct 30 19:26:32.965 INFO O| Planning: Consolidating action changes ... Done
44972024-10-30T19:26:33.888Z[ recovery-image] Oct 30 19:26:33.003 INFO O| Oct 30 19:26:33.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44982024-10-30T19:26:33.888Z[ recovery-image] Oct 30 19:26:33.003 INFO O| Oct 30 19:26:33.003 INFO STEP 113 (remove_files) COMPLETE
44992024-10-30T19:26:33.888Z[ recovery-image] Oct 30 19:26:33.003 INFO O| Oct 30 19:26:33.003 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-30T19:26:33.929Z[ recovery-image] Oct 30 19:26:33.044 INFO O| Oct 30 19:26:33.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
45012024-10-30T19:26:33.931Z[ recovery-image] Oct 30 19:26:33.044 INFO O| Oct 30 19:26:33.044 INFO STEP 114 (remove_files) COMPLETE
45022024-10-30T19:26:33.932Z[ recovery-image] Oct 30 19:26:33.044 INFO O| Oct 30 19:26:33.044 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-30T19:26:33.948Z[ recovery-image] Oct 30 19:26:33.063 INFO O| Oct 30 19:26:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
45042024-10-30T19:26:33.995Z[ recovery-image] Oct 30 19:26:33.064 INFO O| Oct 30 19:26:33.063 INFO STEP 115 (remove_files) COMPLETE
45052024-10-30T19:26:33.996Z[ recovery-image] Oct 30 19:26:33.064 INFO O| Oct 30 19:26:33.064 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-30T19:26:33.998Z[ recovery-image] Oct 30 19:26:33.112 INFO O| Oct 30 19:26:33.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
45072024-10-30T19:26:33.998Z[ recovery-image] Oct 30 19:26:33.112 INFO O| Oct 30 19:26:33.112 INFO STEP 116 (remove_files) COMPLETE
45082024-10-30T19:26:33.998Z[ recovery-image] Oct 30 19:26:33.112 INFO O| Oct 30 19:26:33.112 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-30T19:26:34.041Z[ recovery-image] Oct 30 19:26:33.155 INFO O| Oct 30 19:26:33.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45102024-10-30T19:26:34.042Z[ recovery-image] Oct 30 19:26:33.155 INFO O| Oct 30 19:26:33.155 INFO STEP 117 (remove_files) COMPLETE
45112024-10-30T19:26:34.042Z[ recovery-image] Oct 30 19:26:33.155 INFO O| Oct 30 19:26:33.155 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-30T19:26:34.059Z[ recovery-image] Oct 30 19:26:33.173 INFO O| Oct 30 19:26:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45132024-10-30T19:26:34.059Z[ recovery-image] Oct 30 19:26:33.173 INFO O| Oct 30 19:26:33.173 INFO STEP 118 (remove_files) COMPLETE
45142024-10-30T19:26:34.059Z[ recovery-image] Oct 30 19:26:33.173 INFO O| Oct 30 19:26:33.173 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-30T19:26:34.075Z[ recovery-image] Oct 30 19:26:33.189 INFO O| Oct 30 19:26:33.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45162024-10-30T19:26:34.075Z[ recovery-image] Oct 30 19:26:33.189 INFO O| Oct 30 19:26:33.189 INFO STEP 119 (remove_files) COMPLETE
45172024-10-30T19:26:34.075Z[ recovery-image] Oct 30 19:26:33.189 INFO O| Oct 30 19:26:33.189 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-30T19:26:34.091Z[ recovery-image] Oct 30 19:26:33.206 INFO O| Oct 30 19:26:33.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45192024-10-30T19:26:34.091Z[ recovery-image] Oct 30 19:26:33.206 INFO O| Oct 30 19:26:33.206 INFO STEP 120 (remove_files) COMPLETE
45202024-10-30T19:26:34.091Z[ recovery-image] Oct 30 19:26:33.206 INFO O| Oct 30 19:26:33.206 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-10-30T19:26:34.108Z[ recovery-image] Oct 30 19:26:33.222 INFO O| Oct 30 19:26:33.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45222024-10-30T19:26:34.108Z[ recovery-image] Oct 30 19:26:33.222 INFO O| Oct 30 19:26:33.222 INFO STEP 121 (remove_files) COMPLETE
45232024-10-30T19:26:34.108Z[ recovery-image] Oct 30 19:26:33.222 INFO O| Oct 30 19:26:33.222 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-10-30T19:26:34.167Z[ recovery-image] Oct 30 19:26:33.281 INFO O| Oct 30 19:26:33.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45252024-10-30T19:26:34.167Z[ recovery-image] Oct 30 19:26:33.281 INFO O| Oct 30 19:26:33.281 INFO STEP 122 (remove_files) COMPLETE
45262024-10-30T19:26:34.167Z[ recovery-image] Oct 30 19:26:33.281 INFO O| Oct 30 19:26:33.281 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-10-30T19:26:34.205Z[ recovery-image] Oct 30 19:26:33.320 INFO O| Oct 30 19:26:33.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45282024-10-30T19:26:34.205Z[ recovery-image] Oct 30 19:26:33.320 INFO O| Oct 30 19:26:33.320 INFO STEP 123 (remove_files) COMPLETE
45292024-10-30T19:26:34.207Z[ recovery-image] Oct 30 19:26:33.320 INFO O| Oct 30 19:26:33.320 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-30T19:26:34.222Z[ recovery-image] Oct 30 19:26:33.337 INFO O| Oct 30 19:26:33.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45312024-10-30T19:26:34.222Z[ recovery-image] Oct 30 19:26:33.338 INFO O| Oct 30 19:26:33.337 INFO STEP 124 (remove_files) COMPLETE
45322024-10-30T19:26:34.222Z[ recovery-image] Oct 30 19:26:33.338 INFO O| Oct 30 19:26:33.338 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-10-30T19:26:34.260Z[ recovery-image] Oct 30 19:26:33.374 INFO O| Oct 30 19:26:33.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45342024-10-30T19:26:34.260Z[ recovery-image] Oct 30 19:26:33.374 INFO O| Oct 30 19:26:33.374 INFO STEP 125 (remove_files) COMPLETE
45352024-10-30T19:26:34.260Z[ recovery-image] Oct 30 19:26:33.374 INFO O| Oct 30 19:26:33.374 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-30T19:26:34.281Z[ recovery-image] Oct 30 19:26:33.396 INFO O| Oct 30 19:26:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45372024-10-30T19:26:34.284Z[ recovery-image] Oct 30 19:26:33.397 INFO O| Oct 30 19:26:33.396 INFO STEP 126 (remove_files) COMPLETE
45382024-10-30T19:26:34.284Z[ recovery-image] Oct 30 19:26:33.397 INFO O| Oct 30 19:26:33.397 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-10-30T19:26:34.302Z[ recovery-image] Oct 30 19:26:33.415 INFO O| Oct 30 19:26:33.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45402024-10-30T19:26:34.302Z[ recovery-image] Oct 30 19:26:33.416 INFO O| Oct 30 19:26:33.416 INFO STEP 127 (remove_files) COMPLETE
45412024-10-30T19:26:34.302Z[ recovery-image] Oct 30 19:26:33.416 INFO O| Oct 30 19:26:33.416 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-10-30T19:26:34.319Z[ recovery-image] Oct 30 19:26:33.434 INFO O| Oct 30 19:26:33.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45432024-10-30T19:26:34.322Z[ recovery-image] Oct 30 19:26:33.434 INFO O| Oct 30 19:26:33.434 INFO STEP 128 (remove_files) COMPLETE
45442024-10-30T19:26:34.322Z[ recovery-image] Oct 30 19:26:33.435 INFO O| Oct 30 19:26:33.434 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-10-30T19:26:34.335Z[ recovery-image] Oct 30 19:26:33.450 INFO O| Oct 30 19:26:33.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45462024-10-30T19:26:34.338Z[ recovery-image] Oct 30 19:26:33.450 INFO O| Oct 30 19:26:33.450 INFO STEP 129 (remove_files) COMPLETE
45472024-10-30T19:26:34.338Z[ recovery-image] Oct 30 19:26:33.450 INFO O| Oct 30 19:26:33.450 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-10-30T19:26:34.338Z[ host-image] Oct 30 19:26:33.451 INFO O| Oct 30 19:26:33.451 INFO O| Planning: Evaluating mediators ... Done
45492024-10-30T19:26:34.341Z[ host-image] Oct 30 19:26:33.456 INFO O| Oct 30 19:26:33.456 INFO O| Planning: Planning completed in 4.97 seconds
45502024-10-30T19:26:34.344Z[ host-image] Oct 30 19:26:33.459 INFO O| Oct 30 19:26:33.459 INFO O| Packages to install: 6
45512024-10-30T19:26:34.347Z[ host-image] Oct 30 19:26:33.459 INFO O| Oct 30 19:26:33.459 INFO O| Mediators to change: 1
45522024-10-30T19:26:34.347Z[ host-image] Oct 30 19:26:33.459 INFO O| Oct 30 19:26:33.459 INFO O| Services to change: 1
45532024-10-30T19:26:34.369Z[ host-image] Oct 30 19:26:33.484 INFO O| Oct 30 19:26:33.484 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45542024-10-30T19:26:34.399Z[ recovery-image] Oct 30 19:26:33.514 INFO O| Oct 30 19:26:33.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45552024-10-30T19:26:34.399Z[ recovery-image] Oct 30 19:26:33.514 INFO O| Oct 30 19:26:33.514 INFO STEP 130 (remove_files) COMPLETE
45562024-10-30T19:26:34.402Z[ recovery-image] Oct 30 19:26:33.514 INFO O| Oct 30 19:26:33.514 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-10-30T19:26:34.418Z[ recovery-image] Oct 30 19:26:33.533 INFO O| Oct 30 19:26:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45582024-10-30T19:26:34.418Z[ recovery-image] Oct 30 19:26:33.533 INFO O| Oct 30 19:26:33.533 INFO STEP 131 (remove_files) COMPLETE
45592024-10-30T19:26:34.420Z[ recovery-image] Oct 30 19:26:33.533 INFO O| Oct 30 19:26:33.533 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-10-30T19:26:34.435Z[ recovery-image] Oct 30 19:26:33.550 INFO O| Oct 30 19:26:33.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45612024-10-30T19:26:34.438Z[ recovery-image] Oct 30 19:26:33.551 INFO O| Oct 30 19:26:33.551 INFO STEP 132 (remove_files) COMPLETE
45622024-10-30T19:26:34.438Z[ recovery-image] Oct 30 19:26:33.551 INFO O| Oct 30 19:26:33.551 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-10-30T19:26:34.451Z[ recovery-image] Oct 30 19:26:33.567 INFO O| Oct 30 19:26:33.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45642024-10-30T19:26:34.452Z[ recovery-image] Oct 30 19:26:33.567 INFO O| Oct 30 19:26:33.567 INFO STEP 133 (remove_files) COMPLETE
45652024-10-30T19:26:34.454Z[ recovery-image] Oct 30 19:26:33.567 INFO O| Oct 30 19:26:33.567 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-10-30T19:26:34.467Z[ recovery-image] Oct 30 19:26:33.582 INFO O| Oct 30 19:26:33.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45672024-10-30T19:26:34.467Z[ recovery-image] Oct 30 19:26:33.582 INFO O| Oct 30 19:26:33.582 INFO STEP 134 (remove_files) COMPLETE
45682024-10-30T19:26:34.467Z[ recovery-image] Oct 30 19:26:33.582 INFO O| Oct 30 19:26:33.582 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-10-30T19:26:34.489Z[ recovery-image] Oct 30 19:26:33.604 INFO O| Oct 30 19:26:33.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45702024-10-30T19:26:34.509Z[ recovery-image] Oct 30 19:26:33.624 INFO O| Oct 30 19:26:33.624 INFO STEP 135 (remove_files) COMPLETE
45712024-10-30T19:26:34.509Z[ recovery-image] Oct 30 19:26:33.624 INFO O| Oct 30 19:26:33.624 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-10-30T19:26:34.528Z[ recovery-image] Oct 30 19:26:33.643 INFO O| Oct 30 19:26:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45732024-10-30T19:26:34.528Z[ recovery-image] Oct 30 19:26:33.643 INFO O| Oct 30 19:26:33.643 INFO STEP 136 (remove_files) COMPLETE
45742024-10-30T19:26:34.530Z[ recovery-image] Oct 30 19:26:33.643 INFO O| Oct 30 19:26:33.643 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-10-30T19:26:34.546Z[ recovery-image] Oct 30 19:26:33.661 INFO O| Oct 30 19:26:33.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45762024-10-30T19:26:34.549Z[ recovery-image] Oct 30 19:26:33.662 INFO O| Oct 30 19:26:33.661 INFO STEP 137 (remove_files) COMPLETE
45772024-10-30T19:26:34.549Z[ recovery-image] Oct 30 19:26:33.662 INFO O| Oct 30 19:26:33.662 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-10-30T19:26:34.575Z[ recovery-image] Oct 30 19:26:33.685 INFO O| Oct 30 19:26:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45792024-10-30T19:26:34.575Z[ recovery-image] Oct 30 19:26:33.685 INFO O| Oct 30 19:26:33.685 INFO STEP 138 (remove_files) COMPLETE
45802024-10-30T19:26:34.577Z[ recovery-image] Oct 30 19:26:33.685 INFO O| Oct 30 19:26:33.685 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-10-30T19:26:34.589Z[ recovery-image] Oct 30 19:26:33.704 INFO O| Oct 30 19:26:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45822024-10-30T19:26:34.589Z[ recovery-image] Oct 30 19:26:33.704 INFO O| Oct 30 19:26:33.704 INFO STEP 139 (remove_files) COMPLETE
45832024-10-30T19:26:34.589Z[ recovery-image] Oct 30 19:26:33.704 INFO O| Oct 30 19:26:33.704 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-10-30T19:26:34.616Z[ recovery-image] Oct 30 19:26:33.730 INFO O| Oct 30 19:26:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45852024-10-30T19:26:34.621Z[ recovery-image] Oct 30 19:26:33.730 INFO O| Oct 30 19:26:33.727 INFO STEP 140 (remove_files) COMPLETE
45862024-10-30T19:26:34.621Z[ recovery-image] Oct 30 19:26:33.730 INFO O| Oct 30 19:26:33.727 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-10-30T19:26:34.695Z[ recovery-image] Oct 30 19:26:33.810 INFO O| Oct 30 19:26:33.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45882024-10-30T19:26:34.695Z[ recovery-image] Oct 30 19:26:33.810 INFO O| Oct 30 19:26:33.810 INFO STEP 141 (remove_files) COMPLETE
45892024-10-30T19:26:34.695Z[ recovery-image] Oct 30 19:26:33.810 INFO O| Oct 30 19:26:33.810 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-10-30T19:26:34.714Z[ recovery-image] Oct 30 19:26:33.829 INFO O| Oct 30 19:26:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45912024-10-30T19:26:34.717Z[ recovery-image] Oct 30 19:26:33.829 INFO O| Oct 30 19:26:33.829 INFO STEP 142 (remove_files) COMPLETE
45922024-10-30T19:26:34.717Z[ recovery-image] Oct 30 19:26:33.829 INFO O| Oct 30 19:26:33.829 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-10-30T19:26:34.730Z[ recovery-image] Oct 30 19:26:33.844 INFO O| Oct 30 19:26:33.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45942024-10-30T19:26:34.730Z[ recovery-image] Oct 30 19:26:33.845 INFO O| Oct 30 19:26:33.845 INFO STEP 143 (remove_files) COMPLETE
45952024-10-30T19:26:34.730Z[ recovery-image] Oct 30 19:26:33.845 INFO O| Oct 30 19:26:33.845 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-10-30T19:26:34.745Z[ recovery-image] Oct 30 19:26:33.860 INFO O| Oct 30 19:26:33.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45972024-10-30T19:26:34.745Z[ recovery-image] Oct 30 19:26:33.860 INFO O| Oct 30 19:26:33.860 INFO STEP 144 (remove_files) COMPLETE
45982024-10-30T19:26:34.745Z[ recovery-image] Oct 30 19:26:33.860 INFO O| Oct 30 19:26:33.860 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-10-30T19:26:34.759Z[ recovery-image] Oct 30 19:26:33.874 INFO O| Oct 30 19:26:33.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
46002024-10-30T19:26:34.781Z[ recovery-image] Oct 30 19:26:33.875 INFO O| Oct 30 19:26:33.875 INFO STEP 145 (remove_files) COMPLETE
46012024-10-30T19:26:34.781Z[ recovery-image] Oct 30 19:26:33.875 INFO O| Oct 30 19:26:33.875 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-10-30T19:26:34.781Z[ recovery-image] Oct 30 19:26:33.888 INFO O| Oct 30 19:26:33.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
46032024-10-30T19:26:34.781Z[ recovery-image] Oct 30 19:26:33.888 INFO O| Oct 30 19:26:33.888 INFO STEP 146 (remove_files) COMPLETE
46042024-10-30T19:26:34.781Z[ recovery-image] Oct 30 19:26:33.888 INFO O| Oct 30 19:26:33.888 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-10-30T19:26:34.789Z[ recovery-image] Oct 30 19:26:33.904 INFO O| Oct 30 19:26:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
46062024-10-30T19:26:34.789Z[ recovery-image] Oct 30 19:26:33.904 INFO O| Oct 30 19:26:33.904 INFO STEP 147 (remove_files) COMPLETE
46072024-10-30T19:26:34.791Z[ recovery-image] Oct 30 19:26:33.904 INFO O| Oct 30 19:26:33.904 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-10-30T19:26:34.806Z[ recovery-image] Oct 30 19:26:33.921 INFO O| Oct 30 19:26:33.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
46092024-10-30T19:26:34.807Z[ recovery-image] Oct 30 19:26:33.922 INFO O| Oct 30 19:26:33.921 INFO STEP 148 (remove_files) COMPLETE
46102024-10-30T19:26:34.825Z[ recovery-image] Oct 30 19:26:33.922 INFO O| Oct 30 19:26:33.922 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-10-30T19:26:34.825Z[ recovery-image] Oct 30 19:26:33.938 INFO O| Oct 30 19:26:33.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46122024-10-30T19:26:34.825Z[ recovery-image] Oct 30 19:26:33.939 INFO O| Oct 30 19:26:33.938 INFO STEP 149 (remove_files) COMPLETE
46132024-10-30T19:26:34.825Z[ recovery-image] Oct 30 19:26:33.939 INFO O| Oct 30 19:26:33.938 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-10-30T19:26:34.848Z[ recovery-image] Oct 30 19:26:33.963 INFO O| Oct 30 19:26:33.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46152024-10-30T19:26:34.848Z[ recovery-image] Oct 30 19:26:33.963 INFO O| Oct 30 19:26:33.963 INFO STEP 150 (remove_files) COMPLETE
46162024-10-30T19:26:34.848Z[ recovery-image] Oct 30 19:26:33.963 INFO O| Oct 30 19:26:33.963 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-10-30T19:26:34.866Z[ recovery-image] Oct 30 19:26:33.981 INFO O| Oct 30 19:26:33.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46182024-10-30T19:26:34.866Z[ recovery-image] Oct 30 19:26:33.981 INFO O| Oct 30 19:26:33.981 INFO STEP 151 (remove_files) COMPLETE
46192024-10-30T19:26:34.868Z[ recovery-image] Oct 30 19:26:33.981 INFO O| Oct 30 19:26:33.981 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-30T19:26:34.899Z[ recovery-image] Oct 30 19:26:34.014 INFO O| Oct 30 19:26:34.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46212024-10-30T19:26:34.899Z[ recovery-image] Oct 30 19:26:34.014 INFO O| Oct 30 19:26:34.014 INFO STEP 152 (remove_files) COMPLETE
46222024-10-30T19:26:34.910Z[ recovery-image] Oct 30 19:26:34.014 INFO O| Oct 30 19:26:34.014 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-10-30T19:26:34.920Z[ recovery-image] Oct 30 19:26:34.035 INFO O| Oct 30 19:26:34.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46242024-10-30T19:26:34.920Z[ recovery-image] Oct 30 19:26:34.035 INFO O| Oct 30 19:26:34.035 INFO STEP 153 (remove_files) COMPLETE
46252024-10-30T19:26:34.920Z[ recovery-image] Oct 30 19:26:34.035 INFO O| Oct 30 19:26:34.035 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-10-30T19:26:34.939Z[ recovery-image] Oct 30 19:26:34.054 INFO O| Oct 30 19:26:34.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46272024-10-30T19:26:34.939Z[ recovery-image] Oct 30 19:26:34.054 INFO O| Oct 30 19:26:34.054 INFO STEP 154 (remove_files) COMPLETE
46282024-10-30T19:26:34.942Z[ recovery-image] Oct 30 19:26:34.054 INFO O| Oct 30 19:26:34.054 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-10-30T19:26:34.958Z[ recovery-image] Oct 30 19:26:34.073 INFO O| Oct 30 19:26:34.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46302024-10-30T19:26:34.958Z[ recovery-image] Oct 30 19:26:34.073 INFO O| Oct 30 19:26:34.073 INFO STEP 155 (remove_files) COMPLETE
46312024-10-30T19:26:34.960Z[ recovery-image] Oct 30 19:26:34.073 INFO O| Oct 30 19:26:34.073 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-10-30T19:26:34.979Z[ recovery-image] Oct 30 19:26:34.094 INFO O| Oct 30 19:26:34.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46332024-10-30T19:26:34.979Z[ recovery-image] Oct 30 19:26:34.094 INFO O| Oct 30 19:26:34.094 INFO STEP 156 (remove_files) COMPLETE
46342024-10-30T19:26:34.979Z[ recovery-image] Oct 30 19:26:34.094 INFO O| Oct 30 19:26:34.094 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-30T19:26:35.000Z[ recovery-image] Oct 30 19:26:34.114 INFO O| Oct 30 19:26:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46362024-10-30T19:26:35.000Z[ recovery-image] Oct 30 19:26:34.114 INFO O| Oct 30 19:26:34.114 INFO STEP 157 (remove_files) COMPLETE
46372024-10-30T19:26:35.000Z[ recovery-image] Oct 30 19:26:34.114 INFO O| Oct 30 19:26:34.114 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-30T19:26:35.020Z[ recovery-image] Oct 30 19:26:34.135 INFO O| Oct 30 19:26:34.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46392024-10-30T19:26:35.020Z[ recovery-image] Oct 30 19:26:34.135 INFO O| Oct 30 19:26:34.135 INFO STEP 158 (remove_files) COMPLETE
46402024-10-30T19:26:35.023Z[ recovery-image] Oct 30 19:26:34.135 INFO O| Oct 30 19:26:34.135 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-30T19:26:35.039Z[ recovery-image] Oct 30 19:26:34.154 INFO O| Oct 30 19:26:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46422024-10-30T19:26:35.039Z[ recovery-image] Oct 30 19:26:34.155 INFO O| Oct 30 19:26:34.155 INFO STEP 159 (remove_files) COMPLETE
46432024-10-30T19:26:35.040Z[ recovery-image] Oct 30 19:26:34.155 INFO O| Oct 30 19:26:34.155 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-30T19:26:35.059Z[ recovery-image] Oct 30 19:26:34.174 INFO O| Oct 30 19:26:34.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46452024-10-30T19:26:35.059Z[ recovery-image] Oct 30 19:26:34.174 INFO O| Oct 30 19:26:34.174 INFO STEP 160 (remove_files) COMPLETE
46462024-10-30T19:26:35.061Z[ recovery-image] Oct 30 19:26:34.174 INFO O| Oct 30 19:26:34.174 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-30T19:26:35.077Z[ recovery-image] Oct 30 19:26:34.192 INFO O| Oct 30 19:26:34.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46482024-10-30T19:26:35.077Z[ recovery-image] Oct 30 19:26:34.192 INFO O| Oct 30 19:26:34.192 INFO STEP 161 (remove_files) COMPLETE
46492024-10-30T19:26:35.077Z[ recovery-image] Oct 30 19:26:34.192 INFO O| Oct 30 19:26:34.192 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-30T19:26:35.095Z[ recovery-image] Oct 30 19:26:34.210 INFO O| Oct 30 19:26:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46512024-10-30T19:26:35.095Z[ recovery-image] Oct 30 19:26:34.210 INFO O| Oct 30 19:26:34.210 INFO STEP 162 (remove_files) COMPLETE
46522024-10-30T19:26:35.098Z[ recovery-image] Oct 30 19:26:34.210 INFO O| Oct 30 19:26:34.210 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-30T19:26:35.114Z[ recovery-image] Oct 30 19:26:34.229 INFO O| Oct 30 19:26:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46542024-10-30T19:26:35.114Z[ recovery-image] Oct 30 19:26:34.229 INFO O| Oct 30 19:26:34.229 INFO STEP 163 (remove_files) COMPLETE
46552024-10-30T19:26:35.114Z[ recovery-image] Oct 30 19:26:34.229 INFO O| Oct 30 19:26:34.229 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-30T19:26:35.133Z[ recovery-image] Oct 30 19:26:34.248 INFO O| Oct 30 19:26:34.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46572024-10-30T19:26:35.133Z[ recovery-image] Oct 30 19:26:34.248 INFO O| Oct 30 19:26:34.248 INFO STEP 164 (remove_files) COMPLETE
46582024-10-30T19:26:35.133Z[ recovery-image] Oct 30 19:26:34.248 INFO O| Oct 30 19:26:34.248 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-30T19:26:35.151Z[ recovery-image] Oct 30 19:26:34.266 INFO O| Oct 30 19:26:34.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46602024-10-30T19:26:35.151Z[ recovery-image] Oct 30 19:26:34.266 INFO O| Oct 30 19:26:34.266 INFO STEP 165 (remove_files) COMPLETE
46612024-10-30T19:26:35.153Z[ recovery-image] Oct 30 19:26:34.266 INFO O| Oct 30 19:26:34.266 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-30T19:26:35.169Z[ recovery-image] Oct 30 19:26:34.284 INFO O| Oct 30 19:26:34.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46632024-10-30T19:26:35.174Z[ recovery-image] Oct 30 19:26:34.289 INFO O| Oct 30 19:26:34.289 INFO STEP 166 (remove_files) COMPLETE
46642024-10-30T19:26:35.174Z[ recovery-image] Oct 30 19:26:34.289 INFO O| Oct 30 19:26:34.289 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-30T19:26:35.261Z[ recovery-image] Oct 30 19:26:34.375 INFO O| Oct 30 19:26:34.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46662024-10-30T19:26:35.261Z[ recovery-image] Oct 30 19:26:34.375 INFO O| Oct 30 19:26:34.375 INFO STEP 167 (remove_files) COMPLETE
46672024-10-30T19:26:35.261Z[ recovery-image] Oct 30 19:26:34.376 INFO O| Oct 30 19:26:34.375 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-30T19:26:35.324Z[ recovery-image] Oct 30 19:26:34.439 INFO O| Oct 30 19:26:34.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46692024-10-30T19:26:35.324Z[ recovery-image] Oct 30 19:26:34.439 INFO O| Oct 30 19:26:34.439 INFO STEP 168 (remove_files) COMPLETE
46702024-10-30T19:26:35.324Z[ recovery-image] Oct 30 19:26:34.439 INFO O| Oct 30 19:26:34.439 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-30T19:26:35.341Z[ recovery-image] Oct 30 19:26:34.456 INFO O| Oct 30 19:26:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46722024-10-30T19:26:35.341Z[ recovery-image] Oct 30 19:26:34.456 INFO O| Oct 30 19:26:34.456 INFO STEP 169 (remove_files) COMPLETE
46732024-10-30T19:26:35.343Z[ recovery-image] Oct 30 19:26:34.456 INFO O| Oct 30 19:26:34.456 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-30T19:26:35.358Z[ recovery-image] Oct 30 19:26:34.473 INFO O| Oct 30 19:26:34.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46752024-10-30T19:26:35.358Z[ recovery-image] Oct 30 19:26:34.473 INFO O| Oct 30 19:26:34.473 INFO STEP 170 (remove_files) COMPLETE
46762024-10-30T19:26:35.360Z[ recovery-image] Oct 30 19:26:34.473 INFO O| Oct 30 19:26:34.473 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-30T19:26:35.374Z[ recovery-image] Oct 30 19:26:34.489 INFO O| Oct 30 19:26:34.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46782024-10-30T19:26:35.374Z[ recovery-image] Oct 30 19:26:34.489 INFO O| Oct 30 19:26:34.489 INFO STEP 171 (remove_files) COMPLETE
46792024-10-30T19:26:35.376Z[ recovery-image] Oct 30 19:26:34.489 INFO O| Oct 30 19:26:34.489 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-30T19:26:35.391Z[ recovery-image] Oct 30 19:26:34.506 INFO O| Oct 30 19:26:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46812024-10-30T19:26:35.391Z[ recovery-image] Oct 30 19:26:34.506 INFO O| Oct 30 19:26:34.506 INFO STEP 172 (remove_files) COMPLETE
46822024-10-30T19:26:35.394Z[ recovery-image] Oct 30 19:26:34.506 INFO O| Oct 30 19:26:34.506 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-30T19:26:35.428Z[ recovery-image] Oct 30 19:26:34.543 INFO O| Oct 30 19:26:34.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46842024-10-30T19:26:35.428Z[ recovery-image] Oct 30 19:26:34.543 INFO O| Oct 30 19:26:34.543 INFO STEP 173 (remove_files) COMPLETE
46852024-10-30T19:26:35.431Z[ recovery-image] Oct 30 19:26:34.543 INFO O| Oct 30 19:26:34.543 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-30T19:26:35.465Z[ recovery-image] Oct 30 19:26:34.580 INFO O| Oct 30 19:26:34.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46872024-10-30T19:26:35.465Z[ recovery-image] Oct 30 19:26:34.580 INFO O| Oct 30 19:26:34.580 INFO STEP 174 (remove_files) COMPLETE
46882024-10-30T19:26:35.467Z[ recovery-image] Oct 30 19:26:34.580 INFO O| Oct 30 19:26:34.580 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-30T19:26:35.482Z[ recovery-image] Oct 30 19:26:34.597 INFO O| Oct 30 19:26:34.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46902024-10-30T19:26:35.482Z[ recovery-image] Oct 30 19:26:34.597 INFO O| Oct 30 19:26:34.597 INFO STEP 175 (remove_files) COMPLETE
46912024-10-30T19:26:35.482Z[ recovery-image] Oct 30 19:26:34.597 INFO O| Oct 30 19:26:34.597 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-30T19:26:35.499Z[ recovery-image] Oct 30 19:26:34.614 INFO O| Oct 30 19:26:34.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46932024-10-30T19:26:35.499Z[ recovery-image] Oct 30 19:26:34.614 INFO O| Oct 30 19:26:34.614 INFO STEP 176 (remove_files) COMPLETE
46942024-10-30T19:26:35.501Z[ recovery-image] Oct 30 19:26:34.614 INFO O| Oct 30 19:26:34.614 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-30T19:26:35.514Z[ recovery-image] Oct 30 19:26:34.629 INFO O| Oct 30 19:26:34.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46962024-10-30T19:26:35.514Z[ recovery-image] Oct 30 19:26:34.630 INFO O| Oct 30 19:26:34.629 INFO STEP 177 (remove_files) COMPLETE
46972024-10-30T19:26:35.514Z[ recovery-image] Oct 30 19:26:34.630 INFO O| Oct 30 19:26:34.630 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-30T19:26:35.532Z[ recovery-image] Oct 30 19:26:34.647 INFO O| Oct 30 19:26:34.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46992024-10-30T19:26:35.532Z[ recovery-image] Oct 30 19:26:34.647 INFO O| Oct 30 19:26:34.647 INFO STEP 178 (remove_files) COMPLETE
47002024-10-30T19:26:35.534Z[ recovery-image] Oct 30 19:26:34.647 INFO O| Oct 30 19:26:34.647 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-30T19:26:35.564Z[ recovery-image] Oct 30 19:26:34.679 INFO O| Oct 30 19:26:34.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
47022024-10-30T19:26:35.564Z[ recovery-image] Oct 30 19:26:34.679 INFO O| Oct 30 19:26:34.679 INFO STEP 179 (remove_files) COMPLETE
47032024-10-30T19:26:35.564Z[ recovery-image] Oct 30 19:26:34.679 INFO O| Oct 30 19:26:34.679 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-30T19:26:35.584Z[ recovery-image] Oct 30 19:26:34.699 INFO O| Oct 30 19:26:34.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
47052024-10-30T19:26:35.584Z[ recovery-image] Oct 30 19:26:34.699 INFO O| Oct 30 19:26:34.699 INFO STEP 180 (remove_files) COMPLETE
47062024-10-30T19:26:35.587Z[ recovery-image] Oct 30 19:26:34.699 INFO O| Oct 30 19:26:34.699 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-30T19:26:35.615Z[ recovery-image] Oct 30 19:26:34.729 INFO O| Oct 30 19:26:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47082024-10-30T19:26:35.615Z[ recovery-image] Oct 30 19:26:34.729 INFO O| Oct 30 19:26:34.729 INFO STEP 181 (remove_files) COMPLETE
47092024-10-30T19:26:35.615Z[ recovery-image] Oct 30 19:26:34.729 INFO O| Oct 30 19:26:34.729 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-30T19:26:35.653Z[ recovery-image] Oct 30 19:26:34.768 INFO O| Oct 30 19:26:34.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47112024-10-30T19:26:35.653Z[ recovery-image] Oct 30 19:26:34.768 INFO O| Oct 30 19:26:34.768 INFO STEP 182 (remove_files) COMPLETE
47122024-10-30T19:26:35.653Z[ recovery-image] Oct 30 19:26:34.768 INFO O| Oct 30 19:26:34.768 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-30T19:26:35.669Z[ recovery-image] Oct 30 19:26:34.783 INFO O| Oct 30 19:26:34.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47142024-10-30T19:26:35.669Z[ recovery-image] Oct 30 19:26:34.783 INFO O| Oct 30 19:26:34.783 INFO STEP 183 (remove_files) COMPLETE
47152024-10-30T19:26:35.669Z[ recovery-image] Oct 30 19:26:34.783 INFO O| Oct 30 19:26:34.783 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-30T19:26:35.684Z[ recovery-image] Oct 30 19:26:34.798 INFO O| Oct 30 19:26:34.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47172024-10-30T19:26:35.684Z[ recovery-image] Oct 30 19:26:34.798 INFO O| Oct 30 19:26:34.798 INFO STEP 184 (remove_files) COMPLETE
47182024-10-30T19:26:35.684Z[ recovery-image] Oct 30 19:26:34.798 INFO O| Oct 30 19:26:34.798 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-30T19:26:35.699Z[ recovery-image] Oct 30 19:26:34.813 INFO O| Oct 30 19:26:34.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47202024-10-30T19:26:35.699Z[ recovery-image] Oct 30 19:26:34.814 INFO O| Oct 30 19:26:34.814 INFO STEP 185 (remove_files) COMPLETE
47212024-10-30T19:26:35.699Z[ recovery-image] Oct 30 19:26:34.814 INFO O| Oct 30 19:26:34.814 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-30T19:26:35.714Z[ recovery-image] Oct 30 19:26:34.828 INFO O| Oct 30 19:26:34.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47232024-10-30T19:26:35.714Z[ recovery-image] Oct 30 19:26:34.829 INFO O| Oct 30 19:26:34.829 INFO STEP 186 (remove_files) COMPLETE
47242024-10-30T19:26:35.714Z[ recovery-image] Oct 30 19:26:34.829 INFO O| Oct 30 19:26:34.829 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-30T19:26:35.729Z[ recovery-image] Oct 30 19:26:34.844 INFO O| Oct 30 19:26:34.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47262024-10-30T19:26:35.729Z[ recovery-image] Oct 30 19:26:34.844 INFO O| Oct 30 19:26:34.844 INFO STEP 187 (remove_files) COMPLETE
47272024-10-30T19:26:35.734Z[ recovery-image] Oct 30 19:26:34.844 INFO O| Oct 30 19:26:34.844 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-30T19:26:35.746Z[ recovery-image] Oct 30 19:26:34.861 INFO O| Oct 30 19:26:34.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47292024-10-30T19:26:35.746Z[ recovery-image] Oct 30 19:26:34.862 INFO O| Oct 30 19:26:34.861 INFO STEP 188 (remove_files) COMPLETE
47302024-10-30T19:26:35.746Z[ recovery-image] Oct 30 19:26:34.862 INFO O| Oct 30 19:26:34.862 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-30T19:26:35.764Z[ recovery-image] Oct 30 19:26:34.878 INFO O| Oct 30 19:26:34.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47322024-10-30T19:26:35.792Z[ recovery-image] Oct 30 19:26:34.907 INFO O| Oct 30 19:26:34.907 INFO STEP 189 (remove_files) COMPLETE
47332024-10-30T19:26:35.792Z[ recovery-image] Oct 30 19:26:34.907 INFO O| Oct 30 19:26:34.907 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-30T19:26:35.836Z[ recovery-image] Oct 30 19:26:34.951 INFO O| Oct 30 19:26:34.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47352024-10-30T19:26:35.836Z[ recovery-image] Oct 30 19:26:34.951 INFO O| Oct 30 19:26:34.951 INFO STEP 190 (remove_files) COMPLETE
47362024-10-30T19:26:35.836Z[ recovery-image] Oct 30 19:26:34.951 INFO O| Oct 30 19:26:34.951 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-30T19:26:35.875Z[ recovery-image] Oct 30 19:26:34.989 INFO O| Oct 30 19:26:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47382024-10-30T19:26:35.875Z[ recovery-image] Oct 30 19:26:34.989 INFO O| Oct 30 19:26:34.989 INFO STEP 191 (remove_files) COMPLETE
47392024-10-30T19:26:35.875Z[ recovery-image] Oct 30 19:26:34.989 INFO O| Oct 30 19:26:34.989 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-30T19:26:35.935Z[ recovery-image] Oct 30 19:26:35.050 INFO O| Oct 30 19:26:35.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47412024-10-30T19:26:35.935Z[ recovery-image] Oct 30 19:26:35.050 INFO O| Oct 30 19:26:35.050 INFO STEP 192 (remove_files) COMPLETE
47422024-10-30T19:26:35.938Z[ recovery-image] Oct 30 19:26:35.050 INFO O| Oct 30 19:26:35.050 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-30T19:26:35.955Z[ recovery-image] Oct 30 19:26:35.069 INFO O| Oct 30 19:26:35.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47442024-10-30T19:26:35.955Z[ recovery-image] Oct 30 19:26:35.069 INFO O| Oct 30 19:26:35.069 INFO STEP 193 (remove_files) COMPLETE
47452024-10-30T19:26:35.956Z[ recovery-image] Oct 30 19:26:35.069 INFO O| Oct 30 19:26:35.069 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-30T19:26:35.973Z[ recovery-image] Oct 30 19:26:35.088 INFO O| Oct 30 19:26:35.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47472024-10-30T19:26:35.973Z[ recovery-image] Oct 30 19:26:35.088 INFO O| Oct 30 19:26:35.088 INFO STEP 194 (remove_files) COMPLETE
47482024-10-30T19:26:35.973Z[ recovery-image] Oct 30 19:26:35.088 INFO O| Oct 30 19:26:35.088 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-30T19:26:35.991Z[ recovery-image] Oct 30 19:26:35.105 INFO O| Oct 30 19:26:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47502024-10-30T19:26:35.992Z[ recovery-image] Oct 30 19:26:35.105 INFO O| Oct 30 19:26:35.105 INFO STEP 195 (remove_files) COMPLETE
47512024-10-30T19:26:35.992Z[ recovery-image] Oct 30 19:26:35.105 INFO O| Oct 30 19:26:35.105 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-30T19:26:36.009Z[ recovery-image] Oct 30 19:26:35.123 INFO O| Oct 30 19:26:35.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47532024-10-30T19:26:36.009Z[ recovery-image] Oct 30 19:26:35.123 INFO O| Oct 30 19:26:35.123 INFO STEP 196 (remove_files) COMPLETE
47542024-10-30T19:26:36.009Z[ recovery-image] Oct 30 19:26:35.123 INFO O| Oct 30 19:26:35.123 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-30T19:26:36.026Z[ recovery-image] Oct 30 19:26:35.140 INFO O| Oct 30 19:26:35.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47562024-10-30T19:26:36.026Z[ recovery-image] Oct 30 19:26:35.140 INFO O| Oct 30 19:26:35.140 INFO STEP 197 (remove_files) COMPLETE
47572024-10-30T19:26:36.026Z[ recovery-image] Oct 30 19:26:35.140 INFO O| Oct 30 19:26:35.140 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-30T19:26:36.043Z[ recovery-image] Oct 30 19:26:35.158 INFO O| Oct 30 19:26:35.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47592024-10-30T19:26:36.043Z[ recovery-image] Oct 30 19:26:35.158 INFO O| Oct 30 19:26:35.158 INFO STEP 198 (remove_files) COMPLETE
47602024-10-30T19:26:36.043Z[ recovery-image] Oct 30 19:26:35.158 INFO O| Oct 30 19:26:35.158 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-30T19:26:36.061Z[ recovery-image] Oct 30 19:26:35.175 INFO O| Oct 30 19:26:35.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47622024-10-30T19:26:36.061Z[ recovery-image] Oct 30 19:26:35.175 INFO O| Oct 30 19:26:35.175 INFO STEP 199 (remove_files) COMPLETE
47632024-10-30T19:26:36.061Z[ recovery-image] Oct 30 19:26:35.175 INFO O| Oct 30 19:26:35.175 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-30T19:26:36.089Z[ recovery-image] Oct 30 19:26:35.203 INFO O| Oct 30 19:26:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47652024-10-30T19:26:36.089Z[ recovery-image] Oct 30 19:26:35.203 INFO O| Oct 30 19:26:35.203 INFO STEP 200 (remove_files) COMPLETE
47662024-10-30T19:26:36.089Z[ recovery-image] Oct 30 19:26:35.203 INFO O| Oct 30 19:26:35.203 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-30T19:26:36.149Z[ recovery-image] Oct 30 19:26:35.264 INFO O| Oct 30 19:26:35.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47682024-10-30T19:26:36.149Z[ recovery-image] Oct 30 19:26:35.264 INFO O| Oct 30 19:26:35.264 INFO STEP 201 (remove_files) COMPLETE
47692024-10-30T19:26:36.149Z[ recovery-image] Oct 30 19:26:35.264 INFO O| Oct 30 19:26:35.264 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-30T19:26:36.169Z[ recovery-image] Oct 30 19:26:35.284 INFO O| Oct 30 19:26:35.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47712024-10-30T19:26:36.170Z[ recovery-image] Oct 30 19:26:35.284 INFO O| Oct 30 19:26:35.284 INFO STEP 202 (remove_files) COMPLETE
47722024-10-30T19:26:36.170Z[ recovery-image] Oct 30 19:26:35.284 INFO O| Oct 30 19:26:35.284 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-30T19:26:36.188Z[ recovery-image] Oct 30 19:26:35.303 INFO O| Oct 30 19:26:35.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47742024-10-30T19:26:36.188Z[ recovery-image] Oct 30 19:26:35.303 INFO O| Oct 30 19:26:35.303 INFO STEP 203 (remove_files) COMPLETE
47752024-10-30T19:26:36.188Z[ recovery-image] Oct 30 19:26:35.303 INFO O| Oct 30 19:26:35.303 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-30T19:26:36.229Z[ recovery-image] Oct 30 19:26:35.343 INFO O| Oct 30 19:26:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47772024-10-30T19:26:36.229Z[ recovery-image] Oct 30 19:26:35.344 INFO O| Oct 30 19:26:35.344 INFO STEP 204 (remove_files) COMPLETE
47782024-10-30T19:26:36.229Z[ recovery-image] Oct 30 19:26:35.344 INFO O| Oct 30 19:26:35.344 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-30T19:26:36.292Z[ recovery-image] Oct 30 19:26:35.406 INFO O| Oct 30 19:26:35.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47802024-10-30T19:26:36.293Z[ recovery-image] Oct 30 19:26:35.406 INFO O| Oct 30 19:26:35.406 INFO STEP 205 (remove_files) COMPLETE
47812024-10-30T19:26:36.293Z[ recovery-image] Oct 30 19:26:35.406 INFO O| Oct 30 19:26:35.406 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-30T19:26:36.352Z[ recovery-image] Oct 30 19:26:35.467 INFO O| Oct 30 19:26:35.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47832024-10-30T19:26:36.352Z[ recovery-image] Oct 30 19:26:35.467 INFO O| Oct 30 19:26:35.467 INFO STEP 206 (remove_files) COMPLETE
47842024-10-30T19:26:36.354Z[ recovery-image] Oct 30 19:26:35.467 INFO O| Oct 30 19:26:35.467 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-30T19:26:36.373Z[ recovery-image] Oct 30 19:26:35.488 INFO O| Oct 30 19:26:35.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47862024-10-30T19:26:36.373Z[ recovery-image] Oct 30 19:26:35.488 INFO O| Oct 30 19:26:35.488 INFO STEP 207 (remove_files) COMPLETE
47872024-10-30T19:26:36.373Z[ recovery-image] Oct 30 19:26:35.488 INFO O| Oct 30 19:26:35.488 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-30T19:26:36.391Z[ recovery-image] Oct 30 19:26:35.506 INFO O| Oct 30 19:26:35.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47892024-10-30T19:26:36.394Z[ recovery-image] Oct 30 19:26:35.506 INFO O| Oct 30 19:26:35.506 INFO STEP 208 (remove_files) COMPLETE
47902024-10-30T19:26:36.394Z[ recovery-image] Oct 30 19:26:35.506 INFO O| Oct 30 19:26:35.506 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-30T19:26:36.411Z[ recovery-image] Oct 30 19:26:35.526 INFO O| Oct 30 19:26:35.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47922024-10-30T19:26:36.411Z[ recovery-image] Oct 30 19:26:35.526 INFO O| Oct 30 19:26:35.526 INFO STEP 209 (remove_files) COMPLETE
47932024-10-30T19:26:36.414Z[ recovery-image] Oct 30 19:26:35.526 INFO O| Oct 30 19:26:35.526 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-30T19:26:36.429Z[ recovery-image] Oct 30 19:26:35.544 INFO O| Oct 30 19:26:35.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47952024-10-30T19:26:36.429Z[ recovery-image] Oct 30 19:26:35.544 INFO O| Oct 30 19:26:35.544 INFO STEP 210 (remove_files) COMPLETE
47962024-10-30T19:26:36.429Z[ recovery-image] Oct 30 19:26:35.544 INFO O| Oct 30 19:26:35.544 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-30T19:26:36.446Z[ recovery-image] Oct 30 19:26:35.561 INFO O| Oct 30 19:26:35.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47982024-10-30T19:26:36.447Z[ recovery-image] Oct 30 19:26:35.562 INFO O| Oct 30 19:26:35.562 INFO STEP 211 (remove_files) COMPLETE
47992024-10-30T19:26:36.447Z[ recovery-image] Oct 30 19:26:35.562 INFO O| Oct 30 19:26:35.562 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-30T19:26:36.464Z[ recovery-image] Oct 30 19:26:35.579 INFO O| Oct 30 19:26:35.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
48012024-10-30T19:26:36.464Z[ recovery-image] Oct 30 19:26:35.579 INFO O| Oct 30 19:26:35.579 INFO STEP 212 (remove_files) COMPLETE
48022024-10-30T19:26:36.464Z[ recovery-image] Oct 30 19:26:35.579 INFO O| Oct 30 19:26:35.579 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-30T19:26:36.487Z[ recovery-image] Oct 30 19:26:35.602 INFO O| Oct 30 19:26:35.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
48042024-10-30T19:26:36.487Z[ recovery-image] Oct 30 19:26:35.602 INFO O| Oct 30 19:26:35.602 INFO STEP 213 (remove_files) COMPLETE
48052024-10-30T19:26:36.490Z[ recovery-image] Oct 30 19:26:35.602 INFO O| Oct 30 19:26:35.602 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-30T19:26:36.507Z[ recovery-image] Oct 30 19:26:35.622 INFO O| Oct 30 19:26:35.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48072024-10-30T19:26:36.507Z[ recovery-image] Oct 30 19:26:35.622 INFO O| Oct 30 19:26:35.622 INFO STEP 214 (remove_files) COMPLETE
48082024-10-30T19:26:36.509Z[ recovery-image] Oct 30 19:26:35.622 INFO O| Oct 30 19:26:35.622 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-30T19:26:36.529Z[ recovery-image] Oct 30 19:26:35.644 INFO O| Oct 30 19:26:35.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48102024-10-30T19:26:36.529Z[ recovery-image] Oct 30 19:26:35.644 INFO O| Oct 30 19:26:35.644 INFO STEP 215 (remove_files) COMPLETE
48112024-10-30T19:26:36.532Z[ recovery-image] Oct 30 19:26:35.644 INFO O| Oct 30 19:26:35.644 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-30T19:26:36.564Z[ recovery-image] Oct 30 19:26:35.679 INFO O| Oct 30 19:26:35.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48132024-10-30T19:26:36.564Z[ recovery-image] Oct 30 19:26:35.679 INFO O| Oct 30 19:26:35.679 INFO STEP 216 (remove_files) COMPLETE
48142024-10-30T19:26:36.564Z[ recovery-image] Oct 30 19:26:35.679 INFO O| Oct 30 19:26:35.679 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-30T19:26:36.585Z[ recovery-image] Oct 30 19:26:35.700 INFO O| Oct 30 19:26:35.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48162024-10-30T19:26:36.585Z[ recovery-image] Oct 30 19:26:35.700 INFO O| Oct 30 19:26:35.700 INFO STEP 217 (remove_files) COMPLETE
48172024-10-30T19:26:36.585Z[ recovery-image] Oct 30 19:26:35.700 INFO O| Oct 30 19:26:35.700 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-30T19:26:36.624Z[ recovery-image] Oct 30 19:26:35.739 INFO O| Oct 30 19:26:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48192024-10-30T19:26:36.624Z[ recovery-image] Oct 30 19:26:35.739 INFO O| Oct 30 19:26:35.739 INFO STEP 218 (remove_files) COMPLETE
48202024-10-30T19:26:36.624Z[ recovery-image] Oct 30 19:26:35.739 INFO O| Oct 30 19:26:35.739 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-30T19:26:36.701Z[ recovery-image] Oct 30 19:26:35.816 INFO O| Oct 30 19:26:35.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48222024-10-30T19:26:36.701Z[ recovery-image] Oct 30 19:26:35.816 INFO O| Oct 30 19:26:35.816 INFO STEP 219 (remove_files) COMPLETE
48232024-10-30T19:26:36.701Z[ recovery-image] Oct 30 19:26:35.816 INFO O| Oct 30 19:26:35.816 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-30T19:26:36.805Z[ recovery-image] Oct 30 19:26:35.855 INFO O| Oct 30 19:26:35.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48252024-10-30T19:26:36.805Z[ recovery-image] Oct 30 19:26:35.855 INFO O| Oct 30 19:26:35.855 INFO STEP 220 (remove_files) COMPLETE
48262024-10-30T19:26:36.805Z[ recovery-image] Oct 30 19:26:35.855 INFO O| Oct 30 19:26:35.855 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-30T19:26:36.809Z[ recovery-image] Oct 30 19:26:35.875 INFO O| Oct 30 19:26:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48282024-10-30T19:26:36.809Z[ recovery-image] Oct 30 19:26:35.875 INFO O| Oct 30 19:26:35.875 INFO STEP 221 (remove_files) COMPLETE
48292024-10-30T19:26:36.809Z[ recovery-image] Oct 30 19:26:35.875 INFO O| Oct 30 19:26:35.875 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-30T19:26:36.809Z[ recovery-image] Oct 30 19:26:35.913 INFO O| Oct 30 19:26:35.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48312024-10-30T19:26:36.809Z[ recovery-image] Oct 30 19:26:35.913 INFO O| Oct 30 19:26:35.913 INFO STEP 222 (remove_files) COMPLETE
48322024-10-30T19:26:36.810Z[ recovery-image] Oct 30 19:26:35.913 INFO O| Oct 30 19:26:35.913 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-30T19:26:36.820Z[ recovery-image] Oct 30 19:26:35.935 INFO O| Oct 30 19:26:35.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48342024-10-30T19:26:36.823Z[ recovery-image] Oct 30 19:26:35.935 INFO O| Oct 30 19:26:35.935 INFO STEP 223 (remove_files) COMPLETE
48352024-10-30T19:26:36.823Z[ recovery-image] Oct 30 19:26:35.936 INFO O| Oct 30 19:26:35.935 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-30T19:26:36.841Z[ recovery-image] Oct 30 19:26:35.956 INFO O| Oct 30 19:26:35.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48372024-10-30T19:26:36.843Z[ recovery-image] Oct 30 19:26:35.956 INFO O| Oct 30 19:26:35.956 INFO STEP 224 (remove_files) COMPLETE
48382024-10-30T19:26:36.843Z[ recovery-image] Oct 30 19:26:35.956 INFO O| Oct 30 19:26:35.956 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-30T19:26:36.860Z[ recovery-image] Oct 30 19:26:35.975 INFO O| Oct 30 19:26:35.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48402024-10-30T19:26:36.863Z[ recovery-image] Oct 30 19:26:35.975 INFO O| Oct 30 19:26:35.975 INFO STEP 225 (remove_files) COMPLETE
48412024-10-30T19:26:36.863Z[ recovery-image] Oct 30 19:26:35.975 INFO O| Oct 30 19:26:35.975 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-30T19:26:36.878Z[ recovery-image] Oct 30 19:26:35.993 INFO O| Oct 30 19:26:35.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48432024-10-30T19:26:36.880Z[ recovery-image] Oct 30 19:26:35.993 INFO O| Oct 30 19:26:35.993 INFO STEP 226 (remove_files) COMPLETE
48442024-10-30T19:26:36.881Z[ recovery-image] Oct 30 19:26:35.993 INFO O| Oct 30 19:26:35.993 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-30T19:26:36.896Z[ recovery-image] Oct 30 19:26:36.011 INFO O| Oct 30 19:26:36.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48462024-10-30T19:26:36.899Z[ recovery-image] Oct 30 19:26:36.011 INFO O| Oct 30 19:26:36.011 INFO STEP 227 (remove_files) COMPLETE
48472024-10-30T19:26:36.899Z[ recovery-image] Oct 30 19:26:36.011 INFO O| Oct 30 19:26:36.011 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-30T19:26:36.913Z[ recovery-image] Oct 30 19:26:36.028 INFO O| Oct 30 19:26:36.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48492024-10-30T19:26:36.916Z[ recovery-image] Oct 30 19:26:36.028 INFO O| Oct 30 19:26:36.028 INFO STEP 228 (remove_files) COMPLETE
48502024-10-30T19:26:36.916Z[ recovery-image] Oct 30 19:26:36.029 INFO O| Oct 30 19:26:36.028 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-30T19:26:36.930Z[ recovery-image] Oct 30 19:26:36.045 INFO O| Oct 30 19:26:36.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48522024-10-30T19:26:36.932Z[ recovery-image] Oct 30 19:26:36.045 INFO O| Oct 30 19:26:36.045 INFO STEP 229 (remove_files) COMPLETE
48532024-10-30T19:26:36.932Z[ recovery-image] Oct 30 19:26:36.045 INFO O| Oct 30 19:26:36.045 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-30T19:26:36.947Z[ recovery-image] Oct 30 19:26:36.062 INFO O| Oct 30 19:26:36.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48552024-10-30T19:26:36.950Z[ recovery-image] Oct 30 19:26:36.062 INFO O| Oct 30 19:26:36.062 INFO STEP 230 (remove_files) COMPLETE
48562024-10-30T19:26:36.950Z[ recovery-image] Oct 30 19:26:36.062 INFO O| Oct 30 19:26:36.062 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-10-30T19:26:36.964Z[ recovery-image] Oct 30 19:26:36.079 INFO O| Oct 30 19:26:36.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48582024-10-30T19:26:36.964Z[ recovery-image] Oct 30 19:26:36.079 INFO O| Oct 30 19:26:36.079 INFO STEP 231 (remove_files) COMPLETE
48592024-10-30T19:26:36.967Z[ recovery-image] Oct 30 19:26:36.079 INFO O| Oct 30 19:26:36.079 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-30T19:26:36.982Z[ recovery-image] Oct 30 19:26:36.097 INFO O| Oct 30 19:26:36.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48612024-10-30T19:26:36.982Z[ recovery-image] Oct 30 19:26:36.097 INFO O| Oct 30 19:26:36.097 INFO STEP 232 (remove_files) COMPLETE
48622024-10-30T19:26:36.985Z[ recovery-image] Oct 30 19:26:36.098 INFO O| Oct 30 19:26:36.097 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-30T19:26:37.001Z[ recovery-image] Oct 30 19:26:36.116 INFO O| Oct 30 19:26:36.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48642024-10-30T19:26:37.001Z[ recovery-image] Oct 30 19:26:36.116 INFO O| Oct 30 19:26:36.116 INFO STEP 233 (remove_files) COMPLETE
48652024-10-30T19:26:37.002Z[ recovery-image] Oct 30 19:26:36.116 INFO O| Oct 30 19:26:36.116 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-30T19:26:37.020Z[ recovery-image] Oct 30 19:26:36.135 INFO O| Oct 30 19:26:36.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48672024-10-30T19:26:37.020Z[ recovery-image] Oct 30 19:26:36.135 INFO O| Oct 30 19:26:36.135 INFO STEP 234 (remove_files) COMPLETE
48682024-10-30T19:26:37.023Z[ recovery-image] Oct 30 19:26:36.135 INFO O| Oct 30 19:26:36.135 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-30T19:26:37.039Z[ recovery-image] Oct 30 19:26:36.154 INFO O| Oct 30 19:26:36.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48702024-10-30T19:26:37.041Z[ recovery-image] Oct 30 19:26:36.154 INFO O| Oct 30 19:26:36.154 INFO STEP 235 (remove_files) COMPLETE
48712024-10-30T19:26:37.041Z[ recovery-image] Oct 30 19:26:36.154 INFO O| Oct 30 19:26:36.154 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-30T19:26:37.057Z[ recovery-image] Oct 30 19:26:36.172 INFO O| Oct 30 19:26:36.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48732024-10-30T19:26:37.074Z[ recovery-image] Oct 30 19:26:36.189 INFO O| Oct 30 19:26:36.189 INFO STEP 236 (remove_files) COMPLETE
48742024-10-30T19:26:37.074Z[ recovery-image] Oct 30 19:26:36.189 INFO O| Oct 30 19:26:36.189 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-30T19:26:37.095Z[ recovery-image] Oct 30 19:26:36.210 INFO O| Oct 30 19:26:36.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48762024-10-30T19:26:37.098Z[ recovery-image] Oct 30 19:26:36.210 INFO O| Oct 30 19:26:36.210 INFO STEP 237 (remove_files) COMPLETE
48772024-10-30T19:26:37.098Z[ recovery-image] Oct 30 19:26:36.210 INFO O| Oct 30 19:26:36.210 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-30T19:26:37.115Z[ recovery-image] Oct 30 19:26:36.230 INFO O| Oct 30 19:26:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48792024-10-30T19:26:37.117Z[ recovery-image] Oct 30 19:26:36.230 INFO O| Oct 30 19:26:36.230 INFO STEP 238 (remove_files) COMPLETE
48802024-10-30T19:26:37.117Z[ recovery-image] Oct 30 19:26:36.230 INFO O| Oct 30 19:26:36.230 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-30T19:26:37.134Z[ recovery-image] Oct 30 19:26:36.249 INFO O| Oct 30 19:26:36.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48822024-10-30T19:26:37.134Z[ recovery-image] Oct 30 19:26:36.249 INFO O| Oct 30 19:26:36.249 INFO STEP 239 (remove_files) COMPLETE
48832024-10-30T19:26:37.137Z[ recovery-image] Oct 30 19:26:36.249 INFO O| Oct 30 19:26:36.249 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-30T19:26:37.152Z[ recovery-image] Oct 30 19:26:36.267 INFO O| Oct 30 19:26:36.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48852024-10-30T19:26:37.152Z[ recovery-image] Oct 30 19:26:36.267 INFO O| Oct 30 19:26:36.267 INFO STEP 240 (remove_files) COMPLETE
48862024-10-30T19:26:37.152Z[ recovery-image] Oct 30 19:26:36.267 INFO O| Oct 30 19:26:36.267 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-30T19:26:37.170Z[ recovery-image] Oct 30 19:26:36.285 INFO O| Oct 30 19:26:36.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48882024-10-30T19:26:37.170Z[ recovery-image] Oct 30 19:26:36.285 INFO O| Oct 30 19:26:36.285 INFO STEP 241 (remove_files) COMPLETE
48892024-10-30T19:26:37.170Z[ recovery-image] Oct 30 19:26:36.285 INFO O| Oct 30 19:26:36.285 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-30T19:26:37.188Z[ recovery-image] Oct 30 19:26:36.303 INFO O| Oct 30 19:26:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48912024-10-30T19:26:37.188Z[ recovery-image] Oct 30 19:26:36.303 INFO O| Oct 30 19:26:36.303 INFO STEP 242 (remove_files) COMPLETE
48922024-10-30T19:26:37.191Z[ recovery-image] Oct 30 19:26:36.303 INFO O| Oct 30 19:26:36.303 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-30T19:26:37.247Z[ recovery-image] Oct 30 19:26:36.362 INFO O| Oct 30 19:26:36.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48942024-10-30T19:26:37.247Z[ recovery-image] Oct 30 19:26:36.362 INFO O| Oct 30 19:26:36.362 INFO STEP 243 (remove_files) COMPLETE
48952024-10-30T19:26:37.250Z[ recovery-image] Oct 30 19:26:36.362 INFO O| Oct 30 19:26:36.362 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-30T19:26:37.269Z[ recovery-image] Oct 30 19:26:36.384 INFO O| Oct 30 19:26:36.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48972024-10-30T19:26:37.269Z[ recovery-image] Oct 30 19:26:36.384 INFO O| Oct 30 19:26:36.384 INFO STEP 244 (remove_files) COMPLETE
48982024-10-30T19:26:37.272Z[ recovery-image] Oct 30 19:26:36.385 INFO O| Oct 30 19:26:36.384 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-30T19:26:37.289Z[ recovery-image] Oct 30 19:26:36.404 INFO O| Oct 30 19:26:36.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
49002024-10-30T19:26:37.289Z[ recovery-image] Oct 30 19:26:36.404 INFO O| Oct 30 19:26:36.404 INFO STEP 245 (remove_files) COMPLETE
49012024-10-30T19:26:37.289Z[ recovery-image] Oct 30 19:26:36.404 INFO O| Oct 30 19:26:36.404 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-30T19:26:37.309Z[ recovery-image] Oct 30 19:26:36.424 INFO O| Oct 30 19:26:36.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
49032024-10-30T19:26:37.309Z[ recovery-image] Oct 30 19:26:36.424 INFO O| Oct 30 19:26:36.424 INFO STEP 246 (remove_files) COMPLETE
49042024-10-30T19:26:37.313Z[ recovery-image] Oct 30 19:26:36.424 INFO O| Oct 30 19:26:36.424 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-10-30T19:26:37.328Z[ recovery-image] Oct 30 19:26:36.443 INFO O| Oct 30 19:26:36.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49062024-10-30T19:26:37.328Z[ recovery-image] Oct 30 19:26:36.443 INFO O| Oct 30 19:26:36.443 INFO STEP 247 (remove_files) COMPLETE
49072024-10-30T19:26:37.328Z[ recovery-image] Oct 30 19:26:36.443 INFO O| Oct 30 19:26:36.443 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-10-30T19:26:37.347Z[ recovery-image] Oct 30 19:26:36.462 INFO O| Oct 30 19:26:36.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49092024-10-30T19:26:37.347Z[ recovery-image] Oct 30 19:26:36.462 INFO O| Oct 30 19:26:36.462 INFO STEP 248 (remove_files) COMPLETE
49102024-10-30T19:26:37.347Z[ recovery-image] Oct 30 19:26:36.462 INFO O| Oct 30 19:26:36.462 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-10-30T19:26:37.366Z[ recovery-image] Oct 30 19:26:36.481 INFO O| Oct 30 19:26:36.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49122024-10-30T19:26:37.366Z[ recovery-image] Oct 30 19:26:36.481 INFO O| Oct 30 19:26:36.481 INFO STEP 249 (remove_files) COMPLETE
49132024-10-30T19:26:37.366Z[ recovery-image] Oct 30 19:26:36.481 INFO O| Oct 30 19:26:36.481 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-10-30T19:26:37.384Z[ recovery-image] Oct 30 19:26:36.499 INFO O| Oct 30 19:26:36.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49152024-10-30T19:26:37.384Z[ recovery-image] Oct 30 19:26:36.499 INFO O| Oct 30 19:26:36.499 INFO STEP 250 (remove_files) COMPLETE
49162024-10-30T19:26:37.386Z[ recovery-image] Oct 30 19:26:36.499 INFO O| Oct 30 19:26:36.499 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-10-30T19:26:37.403Z[ recovery-image] Oct 30 19:26:36.518 INFO O| Oct 30 19:26:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49182024-10-30T19:26:37.403Z[ recovery-image] Oct 30 19:26:36.518 INFO O| Oct 30 19:26:36.518 INFO STEP 251 (remove_files) COMPLETE
49192024-10-30T19:26:37.405Z[ recovery-image] Oct 30 19:26:36.518 INFO O| Oct 30 19:26:36.518 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-10-30T19:26:37.422Z[ recovery-image] Oct 30 19:26:36.537 INFO O| Oct 30 19:26:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49212024-10-30T19:26:37.422Z[ recovery-image] Oct 30 19:26:36.537 INFO O| Oct 30 19:26:36.537 INFO STEP 252 (remove_files) COMPLETE
49222024-10-30T19:26:37.422Z[ recovery-image] Oct 30 19:26:36.537 INFO O| Oct 30 19:26:36.537 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-10-30T19:26:37.441Z[ recovery-image] Oct 30 19:26:36.556 INFO O| Oct 30 19:26:36.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49242024-10-30T19:26:37.444Z[ recovery-image] Oct 30 19:26:36.556 INFO O| Oct 30 19:26:36.556 INFO STEP 253 (remove_files) COMPLETE
49252024-10-30T19:26:37.444Z[ recovery-image] Oct 30 19:26:36.556 INFO O| Oct 30 19:26:36.556 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-10-30T19:26:37.458Z[ recovery-image] Oct 30 19:26:36.573 INFO O| Oct 30 19:26:36.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49272024-10-30T19:26:37.458Z[ recovery-image] Oct 30 19:26:36.573 INFO O| Oct 30 19:26:36.573 INFO STEP 254 (remove_files) COMPLETE
49282024-10-30T19:26:37.461Z[ recovery-image] Oct 30 19:26:36.573 INFO O| Oct 30 19:26:36.573 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-10-30T19:26:37.474Z[ recovery-image] Oct 30 19:26:36.589 INFO O| Oct 30 19:26:36.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49302024-10-30T19:26:37.475Z[ recovery-image] Oct 30 19:26:36.590 INFO O| Oct 30 19:26:36.589 INFO STEP 255 (remove_files) COMPLETE
49312024-10-30T19:26:37.478Z[ recovery-image] Oct 30 19:26:36.590 INFO O| Oct 30 19:26:36.590 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-10-30T19:26:37.492Z[ recovery-image] Oct 30 19:26:36.607 INFO O| Oct 30 19:26:36.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49332024-10-30T19:26:37.495Z[ recovery-image] Oct 30 19:26:36.610 INFO O| Oct 30 19:26:36.610 INFO STEP 256 (remove_files) COMPLETE
49342024-10-30T19:26:37.497Z[ recovery-image] Oct 30 19:26:36.610 INFO O| Oct 30 19:26:36.610 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-10-30T19:26:37.514Z[ recovery-image] Oct 30 19:26:36.629 INFO O| Oct 30 19:26:36.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49362024-10-30T19:26:37.516Z[ recovery-image] Oct 30 19:26:36.629 INFO O| Oct 30 19:26:36.629 INFO STEP 257 (remove_files) COMPLETE
49372024-10-30T19:26:37.516Z[ recovery-image] Oct 30 19:26:36.629 INFO O| Oct 30 19:26:36.629 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-10-30T19:26:37.532Z[ recovery-image] Oct 30 19:26:36.647 INFO O| Oct 30 19:26:36.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49392024-10-30T19:26:37.535Z[ recovery-image] Oct 30 19:26:36.647 INFO O| Oct 30 19:26:36.647 INFO STEP 258 (remove_files) COMPLETE
49402024-10-30T19:26:37.535Z[ recovery-image] Oct 30 19:26:36.647 INFO O| Oct 30 19:26:36.647 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-10-30T19:26:37.579Z[ recovery-image] Oct 30 19:26:36.693 INFO O| Oct 30 19:26:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49422024-10-30T19:26:37.579Z[ recovery-image] Oct 30 19:26:36.693 INFO O| Oct 30 19:26:36.693 INFO STEP 259 (remove_files) COMPLETE
49432024-10-30T19:26:37.580Z[ recovery-image] Oct 30 19:26:36.693 INFO O| Oct 30 19:26:36.693 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-10-30T19:26:37.597Z[ recovery-image] Oct 30 19:26:36.712 INFO O| Oct 30 19:26:36.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49452024-10-30T19:26:37.597Z[ recovery-image] Oct 30 19:26:36.712 INFO O| Oct 30 19:26:36.712 INFO STEP 260 (remove_files) COMPLETE
49462024-10-30T19:26:37.600Z[ recovery-image] Oct 30 19:26:36.713 INFO O| Oct 30 19:26:36.712 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-10-30T19:26:37.616Z[ recovery-image] Oct 30 19:26:36.731 INFO O| Oct 30 19:26:36.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49482024-10-30T19:26:37.616Z[ recovery-image] Oct 30 19:26:36.731 INFO O| Oct 30 19:26:36.731 INFO STEP 261 (remove_files) COMPLETE
49492024-10-30T19:26:37.616Z[ recovery-image] Oct 30 19:26:36.731 INFO O| Oct 30 19:26:36.731 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-10-30T19:26:37.652Z[ recovery-image] Oct 30 19:26:36.767 INFO O| Oct 30 19:26:36.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49512024-10-30T19:26:37.652Z[ recovery-image] Oct 30 19:26:36.767 INFO O| Oct 30 19:26:36.767 INFO STEP 262 (remove_files) COMPLETE
49522024-10-30T19:26:37.652Z[ recovery-image] Oct 30 19:26:36.767 INFO O| Oct 30 19:26:36.767 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-10-30T19:26:37.668Z[ recovery-image] Oct 30 19:26:36.783 INFO O| Oct 30 19:26:36.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49542024-10-30T19:26:37.668Z[ recovery-image] Oct 30 19:26:36.783 INFO O| Oct 30 19:26:36.783 INFO STEP 263 (remove_files) COMPLETE
49552024-10-30T19:26:37.668Z[ recovery-image] Oct 30 19:26:36.783 INFO O| Oct 30 19:26:36.783 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-10-30T19:26:37.684Z[ recovery-image] Oct 30 19:26:36.799 INFO O| Oct 30 19:26:36.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49572024-10-30T19:26:37.684Z[ recovery-image] Oct 30 19:26:36.799 INFO O| Oct 30 19:26:36.799 INFO STEP 264 (remove_files) COMPLETE
49582024-10-30T19:26:37.686Z[ recovery-image] Oct 30 19:26:36.799 INFO O| Oct 30 19:26:36.799 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-10-30T19:26:37.700Z[ recovery-image] Oct 30 19:26:36.815 INFO O| Oct 30 19:26:36.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49602024-10-30T19:26:37.701Z[ recovery-image] Oct 30 19:26:36.816 INFO O| Oct 30 19:26:36.815 INFO STEP 265 (remove_files) COMPLETE
49612024-10-30T19:26:37.703Z[ recovery-image] Oct 30 19:26:36.816 INFO O| Oct 30 19:26:36.816 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-10-30T19:26:37.718Z[ recovery-image] Oct 30 19:26:36.833 INFO O| Oct 30 19:26:36.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49632024-10-30T19:26:37.721Z[ recovery-image] Oct 30 19:26:36.833 INFO O| Oct 30 19:26:36.833 INFO STEP 266 (remove_files) COMPLETE
49642024-10-30T19:26:37.721Z[ recovery-image] Oct 30 19:26:36.834 INFO O| Oct 30 19:26:36.833 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-30T19:26:37.736Z[ recovery-image] Oct 30 19:26:36.851 INFO O| Oct 30 19:26:36.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49662024-10-30T19:26:37.738Z[ recovery-image] Oct 30 19:26:36.851 INFO O| Oct 30 19:26:36.851 INFO STEP 267 (remove_files) COMPLETE
49672024-10-30T19:26:37.738Z[ recovery-image] Oct 30 19:26:36.851 INFO O| Oct 30 19:26:36.851 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-30T19:26:37.755Z[ recovery-image] Oct 30 19:26:36.869 INFO O| Oct 30 19:26:36.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49692024-10-30T19:26:37.766Z[ recovery-image] Oct 30 19:26:36.881 INFO O| Oct 30 19:26:36.881 INFO STEP 268 (remove_files) COMPLETE
49702024-10-30T19:26:37.770Z[ recovery-image] Oct 30 19:26:36.881 INFO O| Oct 30 19:26:36.881 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-30T19:26:37.785Z[ recovery-image] Oct 30 19:26:36.899 INFO O| Oct 30 19:26:36.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49722024-10-30T19:26:37.787Z[ recovery-image] Oct 30 19:26:36.900 INFO O| Oct 30 19:26:36.900 INFO STEP 269 (remove_files) COMPLETE
49732024-10-30T19:26:37.787Z[ recovery-image] Oct 30 19:26:36.900 INFO O| Oct 30 19:26:36.900 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-30T19:26:37.803Z[ recovery-image] Oct 30 19:26:36.918 INFO O| Oct 30 19:26:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49752024-10-30T19:26:37.803Z[ recovery-image] Oct 30 19:26:36.918 INFO O| Oct 30 19:26:36.918 INFO STEP 270 (remove_files) COMPLETE
49762024-10-30T19:26:37.803Z[ recovery-image] Oct 30 19:26:36.918 INFO O| Oct 30 19:26:36.918 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-30T19:26:37.827Z[ recovery-image] Oct 30 19:26:36.942 INFO O| Oct 30 19:26:36.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49782024-10-30T19:26:37.827Z[ recovery-image] Oct 30 19:26:36.942 INFO O| Oct 30 19:26:36.942 INFO STEP 271 (remove_files) COMPLETE
49792024-10-30T19:26:37.829Z[ recovery-image] Oct 30 19:26:36.942 INFO O| Oct 30 19:26:36.942 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-30T19:26:37.845Z[ recovery-image] Oct 30 19:26:36.960 INFO O| Oct 30 19:26:36.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49812024-10-30T19:26:37.871Z[ recovery-image] Oct 30 19:26:36.986 INFO O| Oct 30 19:26:36.986 INFO STEP 272 (remove_files) COMPLETE
49822024-10-30T19:26:37.871Z[ recovery-image] Oct 30 19:26:36.986 INFO O| Oct 30 19:26:36.986 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-30T19:26:37.934Z[ recovery-image] Oct 30 19:26:37.049 INFO O| Oct 30 19:26:37.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49842024-10-30T19:26:37.937Z[ recovery-image] Oct 30 19:26:37.049 INFO O| Oct 30 19:26:37.049 INFO STEP 273 (remove_files) COMPLETE
49852024-10-30T19:26:37.937Z[ recovery-image] Oct 30 19:26:37.050 INFO O| Oct 30 19:26:37.050 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-30T19:26:37.952Z[ recovery-image] Oct 30 19:26:37.067 INFO O| Oct 30 19:26:37.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49872024-10-30T19:26:37.954Z[ recovery-image] Oct 30 19:26:37.067 INFO O| Oct 30 19:26:37.067 INFO STEP 274 (remove_files) COMPLETE
49882024-10-30T19:26:37.955Z[ recovery-image] Oct 30 19:26:37.067 INFO O| Oct 30 19:26:37.067 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-30T19:26:37.992Z[ recovery-image] Oct 30 19:26:37.107 INFO O| Oct 30 19:26:37.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49902024-10-30T19:26:37.992Z[ recovery-image] Oct 30 19:26:37.107 INFO O| Oct 30 19:26:37.107 INFO STEP 275 (remove_files) COMPLETE
49912024-10-30T19:26:37.992Z[ recovery-image] Oct 30 19:26:37.107 INFO O| Oct 30 19:26:37.107 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-30T19:26:38.013Z[ recovery-image] Oct 30 19:26:37.128 INFO O| Oct 30 19:26:37.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49932024-10-30T19:26:38.013Z[ recovery-image] Oct 30 19:26:37.128 INFO O| Oct 30 19:26:37.128 INFO STEP 276 (remove_files) COMPLETE
49942024-10-30T19:26:38.015Z[ recovery-image] Oct 30 19:26:37.128 INFO O| Oct 30 19:26:37.128 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-30T19:26:38.034Z[ recovery-image] Oct 30 19:26:37.148 INFO O| Oct 30 19:26:37.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49962024-10-30T19:26:38.034Z[ recovery-image] Oct 30 19:26:37.149 INFO O| Oct 30 19:26:37.149 INFO STEP 277 (remove_files) COMPLETE
49972024-10-30T19:26:38.037Z[ recovery-image] Oct 30 19:26:37.149 INFO O| Oct 30 19:26:37.149 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-30T19:26:38.052Z[ recovery-image] Oct 30 19:26:37.167 INFO O| Oct 30 19:26:37.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49992024-10-30T19:26:38.055Z[ recovery-image] Oct 30 19:26:37.167 INFO O| Oct 30 19:26:37.167 INFO STEP 278 (remove_files) COMPLETE
50002024-10-30T19:26:38.055Z[ recovery-image] Oct 30 19:26:37.167 INFO O| Oct 30 19:26:37.167 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-30T19:26:38.069Z[ recovery-image] Oct 30 19:26:37.184 INFO O| Oct 30 19:26:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
50022024-10-30T19:26:38.069Z[ recovery-image] Oct 30 19:26:37.184 INFO O| Oct 30 19:26:37.184 INFO STEP 279 (remove_files) COMPLETE
50032024-10-30T19:26:38.072Z[ recovery-image] Oct 30 19:26:37.184 INFO O| Oct 30 19:26:37.184 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-30T19:26:38.087Z[ recovery-image] Oct 30 19:26:37.201 INFO O| Oct 30 19:26:37.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50052024-10-30T19:26:38.087Z[ recovery-image] Oct 30 19:26:37.201 INFO O| Oct 30 19:26:37.201 INFO STEP 280 (remove_files) COMPLETE
50062024-10-30T19:26:38.087Z[ recovery-image] Oct 30 19:26:37.201 INFO O| Oct 30 19:26:37.201 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-30T19:26:38.102Z[ recovery-image] Oct 30 19:26:37.217 INFO O| Oct 30 19:26:37.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50082024-10-30T19:26:38.102Z[ recovery-image] Oct 30 19:26:37.217 INFO O| Oct 30 19:26:37.217 INFO STEP 281 (remove_files) COMPLETE
50092024-10-30T19:26:38.104Z[ recovery-image] Oct 30 19:26:37.217 INFO O| Oct 30 19:26:37.217 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-30T19:26:38.120Z[ recovery-image] Oct 30 19:26:37.235 INFO O| Oct 30 19:26:37.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50112024-10-30T19:26:38.123Z[ recovery-image] Oct 30 19:26:37.235 INFO O| Oct 30 19:26:37.235 INFO STEP 282 (remove_files) COMPLETE
50122024-10-30T19:26:38.123Z[ recovery-image] Oct 30 19:26:37.235 INFO O| Oct 30 19:26:37.235 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-30T19:26:38.137Z[ recovery-image] Oct 30 19:26:37.252 INFO O| Oct 30 19:26:37.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50142024-10-30T19:26:38.137Z[ recovery-image] Oct 30 19:26:37.252 INFO O| Oct 30 19:26:37.252 INFO STEP 283 (remove_files) COMPLETE
50152024-10-30T19:26:38.140Z[ recovery-image] Oct 30 19:26:37.252 INFO O| Oct 30 19:26:37.252 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-30T19:26:38.155Z[ recovery-image] Oct 30 19:26:37.269 INFO O| Oct 30 19:26:37.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50172024-10-30T19:26:38.155Z[ recovery-image] Oct 30 19:26:37.269 INFO O| Oct 30 19:26:37.269 INFO STEP 284 (remove_files) COMPLETE
50182024-10-30T19:26:38.155Z[ recovery-image] Oct 30 19:26:37.269 INFO O| Oct 30 19:26:37.269 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-30T19:26:38.172Z[ recovery-image] Oct 30 19:26:37.287 INFO O| Oct 30 19:26:37.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50202024-10-30T19:26:38.172Z[ recovery-image] Oct 30 19:26:37.287 INFO O| Oct 30 19:26:37.287 INFO STEP 285 (remove_files) COMPLETE
50212024-10-30T19:26:38.172Z[ recovery-image] Oct 30 19:26:37.287 INFO O| Oct 30 19:26:37.287 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-30T19:26:38.197Z[ recovery-image] Oct 30 19:26:37.312 INFO O| Oct 30 19:26:37.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50232024-10-30T19:26:38.197Z[ recovery-image] Oct 30 19:26:37.312 INFO O| Oct 30 19:26:37.312 INFO STEP 286 (remove_files) COMPLETE
50242024-10-30T19:26:38.197Z[ recovery-image] Oct 30 19:26:37.312 INFO O| Oct 30 19:26:37.312 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-30T19:26:38.228Z[ recovery-image] Oct 30 19:26:37.341 INFO O| Oct 30 19:26:37.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50262024-10-30T19:26:38.228Z[ recovery-image] Oct 30 19:26:37.341 INFO O| Oct 30 19:26:37.341 INFO STEP 287 (remove_files) COMPLETE
50272024-10-30T19:26:38.230Z[ recovery-image] Oct 30 19:26:37.341 INFO O| Oct 30 19:26:37.341 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-30T19:26:38.291Z[ recovery-image] Oct 30 19:26:37.406 INFO O| Oct 30 19:26:37.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50292024-10-30T19:26:38.293Z[ recovery-image] Oct 30 19:26:37.406 INFO O| Oct 30 19:26:37.406 INFO STEP 288 (remove_files) COMPLETE
50302024-10-30T19:26:38.293Z[ recovery-image] Oct 30 19:26:37.406 INFO O| Oct 30 19:26:37.406 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-30T19:26:38.348Z[ recovery-image] Oct 30 19:26:37.462 INFO O| Oct 30 19:26:37.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50322024-10-30T19:26:38.368Z[ recovery-image] Oct 30 19:26:37.483 INFO O| Oct 30 19:26:37.462 INFO STEP 289 (remove_files) COMPLETE
50332024-10-30T19:26:38.370Z[ recovery-image] Oct 30 19:26:37.483 INFO O| Oct 30 19:26:37.483 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-30T19:26:38.437Z[ recovery-image] Oct 30 19:26:37.552 INFO O| Oct 30 19:26:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50352024-10-30T19:26:38.437Z[ recovery-image] Oct 30 19:26:37.552 INFO O| Oct 30 19:26:37.552 INFO STEP 290 (remove_files) COMPLETE
50362024-10-30T19:26:38.440Z[ recovery-image] Oct 30 19:26:37.552 INFO O| Oct 30 19:26:37.552 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-30T19:26:38.494Z[ recovery-image] Oct 30 19:26:37.609 INFO O| Oct 30 19:26:37.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50382024-10-30T19:26:38.494Z[ recovery-image] Oct 30 19:26:37.609 INFO O| Oct 30 19:26:37.609 INFO STEP 291 (remove_files) COMPLETE
50392024-10-30T19:26:38.494Z[ recovery-image] Oct 30 19:26:37.609 INFO O| Oct 30 19:26:37.609 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-30T19:26:38.523Z[ recovery-image] Oct 30 19:26:37.637 INFO O| Oct 30 19:26:37.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50412024-10-30T19:26:38.545Z[ recovery-image] Oct 30 19:26:37.660 INFO O| Oct 30 19:26:37.660 INFO STEP 292 (remove_files) COMPLETE
50422024-10-30T19:26:38.546Z[ recovery-image] Oct 30 19:26:37.660 INFO O| Oct 30 19:26:37.660 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-30T19:26:38.583Z[ recovery-image] Oct 30 19:26:37.697 INFO O| Oct 30 19:26:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50442024-10-30T19:26:38.583Z[ recovery-image] Oct 30 19:26:37.697 INFO O| Oct 30 19:26:37.697 INFO STEP 293 (remove_files) COMPLETE
50452024-10-30T19:26:38.583Z[ recovery-image] Oct 30 19:26:37.697 INFO O| Oct 30 19:26:37.697 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-30T19:26:38.600Z[ recovery-image] Oct 30 19:26:37.715 INFO O| Oct 30 19:26:37.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50472024-10-30T19:26:38.600Z[ recovery-image] Oct 30 19:26:37.715 INFO O| Oct 30 19:26:37.715 INFO STEP 294 (remove_files) COMPLETE
50482024-10-30T19:26:38.600Z[ recovery-image] Oct 30 19:26:37.715 INFO O| Oct 30 19:26:37.715 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-30T19:26:38.623Z[ recovery-image] Oct 30 19:26:37.737 INFO O| Oct 30 19:26:37.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50502024-10-30T19:26:38.623Z[ recovery-image] Oct 30 19:26:37.737 INFO O| Oct 30 19:26:37.737 INFO STEP 295 (remove_files) COMPLETE
50512024-10-30T19:26:38.625Z[ recovery-image] Oct 30 19:26:37.737 INFO O| Oct 30 19:26:37.737 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-30T19:26:38.681Z[ recovery-image] Oct 30 19:26:37.796 INFO O| Oct 30 19:26:37.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50532024-10-30T19:26:38.681Z[ recovery-image] Oct 30 19:26:37.796 INFO O| Oct 30 19:26:37.796 INFO STEP 296 (remove_files) COMPLETE
50542024-10-30T19:26:38.684Z[ recovery-image] Oct 30 19:26:37.796 INFO O| Oct 30 19:26:37.796 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-30T19:26:38.699Z[ recovery-image] Oct 30 19:26:37.814 INFO O| Oct 30 19:26:37.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50562024-10-30T19:26:38.699Z[ recovery-image] Oct 30 19:26:37.814 INFO O| Oct 30 19:26:37.814 INFO STEP 297 (remove_files) COMPLETE
50572024-10-30T19:26:38.699Z[ recovery-image] Oct 30 19:26:37.814 INFO O| Oct 30 19:26:37.814 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-30T19:26:38.718Z[ recovery-image] Oct 30 19:26:37.832 INFO O| Oct 30 19:26:37.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50592024-10-30T19:26:38.718Z[ recovery-image] Oct 30 19:26:37.832 INFO O| Oct 30 19:26:37.832 INFO STEP 298 (remove_files) COMPLETE
50602024-10-30T19:26:38.718Z[ recovery-image] Oct 30 19:26:37.832 INFO O| Oct 30 19:26:37.832 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-30T19:26:38.736Z[ recovery-image] Oct 30 19:26:37.850 INFO O| Oct 30 19:26:37.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50622024-10-30T19:26:38.736Z[ recovery-image] Oct 30 19:26:37.850 INFO O| Oct 30 19:26:37.850 INFO STEP 299 (remove_files) COMPLETE
50632024-10-30T19:26:38.736Z[ recovery-image] Oct 30 19:26:37.850 INFO O| Oct 30 19:26:37.850 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-30T19:26:38.754Z[ recovery-image] Oct 30 19:26:37.868 INFO O| Oct 30 19:26:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50652024-10-30T19:26:38.754Z[ recovery-image] Oct 30 19:26:37.868 INFO O| Oct 30 19:26:37.868 INFO STEP 300 (remove_files) COMPLETE
50662024-10-30T19:26:38.754Z[ recovery-image] Oct 30 19:26:37.868 INFO O| Oct 30 19:26:37.868 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-30T19:26:38.775Z[ recovery-image] Oct 30 19:26:37.889 INFO O| Oct 30 19:26:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50682024-10-30T19:26:38.779Z[ recovery-image] Oct 30 19:26:37.889 INFO O| Oct 30 19:26:37.889 INFO STEP 301 (remove_files) COMPLETE
50692024-10-30T19:26:38.779Z[ recovery-image] Oct 30 19:26:37.889 INFO O| Oct 30 19:26:37.889 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-30T19:26:38.792Z[ recovery-image] Oct 30 19:26:37.907 INFO O| Oct 30 19:26:37.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50712024-10-30T19:26:38.796Z[ recovery-image] Oct 30 19:26:37.907 INFO O| Oct 30 19:26:37.907 INFO STEP 302 (remove_files) COMPLETE
50722024-10-30T19:26:38.796Z[ recovery-image] Oct 30 19:26:37.907 INFO O| Oct 30 19:26:37.907 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-30T19:26:38.829Z[ recovery-image] Oct 30 19:26:37.943 INFO O| Oct 30 19:26:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50742024-10-30T19:26:38.831Z[ recovery-image] Oct 30 19:26:37.944 INFO O| Oct 30 19:26:37.943 INFO STEP 303 (remove_files) COMPLETE
50752024-10-30T19:26:38.831Z[ recovery-image] Oct 30 19:26:37.944 INFO O| Oct 30 19:26:37.944 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-30T19:26:38.847Z[ recovery-image] Oct 30 19:26:37.962 INFO O| Oct 30 19:26:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50772024-10-30T19:26:38.850Z[ recovery-image] Oct 30 19:26:37.962 INFO O| Oct 30 19:26:37.962 INFO STEP 304 (remove_files) COMPLETE
50782024-10-30T19:26:38.850Z[ recovery-image] Oct 30 19:26:37.962 INFO O| Oct 30 19:26:37.962 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-30T19:26:38.865Z[ recovery-image] Oct 30 19:26:37.980 INFO O| Oct 30 19:26:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50802024-10-30T19:26:38.867Z[ recovery-image] Oct 30 19:26:37.980 INFO O| Oct 30 19:26:37.980 INFO STEP 305 (remove_files) COMPLETE
50812024-10-30T19:26:38.867Z[ recovery-image] Oct 30 19:26:37.980 INFO O| Oct 30 19:26:37.980 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-30T19:26:38.886Z[ recovery-image] Oct 30 19:26:38.001 INFO O| Oct 30 19:26:38.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50832024-10-30T19:26:38.886Z[ recovery-image] Oct 30 19:26:38.001 INFO O| Oct 30 19:26:38.001 INFO STEP 306 (remove_files) COMPLETE
50842024-10-30T19:26:38.888Z[ recovery-image] Oct 30 19:26:38.001 INFO O| Oct 30 19:26:38.001 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-30T19:26:38.908Z[ recovery-image] Oct 30 19:26:38.022 INFO O| Oct 30 19:26:38.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50862024-10-30T19:26:38.908Z[ recovery-image] Oct 30 19:26:38.022 INFO O| Oct 30 19:26:38.022 INFO STEP 307 (remove_files) COMPLETE
50872024-10-30T19:26:38.908Z[ recovery-image] Oct 30 19:26:38.023 INFO O| Oct 30 19:26:38.022 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-30T19:26:38.926Z[ recovery-image] Oct 30 19:26:38.041 INFO O| Oct 30 19:26:38.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50892024-10-30T19:26:38.926Z[ recovery-image] Oct 30 19:26:38.041 INFO O| Oct 30 19:26:38.041 INFO STEP 308 (remove_files) COMPLETE
50902024-10-30T19:26:38.926Z[ recovery-image] Oct 30 19:26:38.041 INFO O| Oct 30 19:26:38.041 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-30T19:26:38.974Z[ recovery-image] Oct 30 19:26:38.088 INFO O| Oct 30 19:26:38.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50922024-10-30T19:26:38.974Z[ recovery-image] Oct 30 19:26:38.088 INFO O| Oct 30 19:26:38.088 INFO STEP 309 (remove_files) COMPLETE
50932024-10-30T19:26:38.974Z[ recovery-image] Oct 30 19:26:38.088 INFO O| Oct 30 19:26:38.088 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-30T19:26:39.009Z[ recovery-image] Oct 30 19:26:38.123 INFO O| Oct 30 19:26:38.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50952024-10-30T19:26:39.009Z[ recovery-image] Oct 30 19:26:38.123 INFO O| Oct 30 19:26:38.123 INFO STEP 310 (remove_files) COMPLETE
50962024-10-30T19:26:39.009Z[ recovery-image] Oct 30 19:26:38.123 INFO O| Oct 30 19:26:38.123 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-30T19:26:39.026Z[ recovery-image] Oct 30 19:26:38.140 INFO O| Oct 30 19:26:38.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50982024-10-30T19:26:39.027Z[ recovery-image] Oct 30 19:26:38.140 INFO O| Oct 30 19:26:38.140 INFO STEP 311 (remove_files) COMPLETE
50992024-10-30T19:26:39.027Z[ recovery-image] Oct 30 19:26:38.140 INFO O| Oct 30 19:26:38.140 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-30T19:26:39.045Z[ recovery-image] Oct 30 19:26:38.160 INFO O| Oct 30 19:26:38.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
51012024-10-30T19:26:39.045Z[ recovery-image] Oct 30 19:26:38.160 INFO O| Oct 30 19:26:38.160 INFO STEP 312 (remove_files) COMPLETE
51022024-10-30T19:26:39.048Z[ recovery-image] Oct 30 19:26:38.160 INFO O| Oct 30 19:26:38.160 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-30T19:26:39.068Z[ recovery-image] Oct 30 19:26:38.183 INFO O| Oct 30 19:26:38.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51042024-10-30T19:26:39.068Z[ recovery-image] Oct 30 19:26:38.183 INFO O| Oct 30 19:26:38.183 INFO STEP 313 (remove_files) COMPLETE
51052024-10-30T19:26:39.068Z[ recovery-image] Oct 30 19:26:38.183 INFO O| Oct 30 19:26:38.183 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-30T19:26:39.092Z[ recovery-image] Oct 30 19:26:38.206 INFO O| Oct 30 19:26:38.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51072024-10-30T19:26:39.092Z[ recovery-image] Oct 30 19:26:38.206 INFO O| Oct 30 19:26:38.206 INFO STEP 314 (remove_files) COMPLETE
51082024-10-30T19:26:39.092Z[ recovery-image] Oct 30 19:26:38.206 INFO O| Oct 30 19:26:38.206 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-30T19:26:39.114Z[ recovery-image] Oct 30 19:26:38.229 INFO O| Oct 30 19:26:38.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51102024-10-30T19:26:39.114Z[ recovery-image] Oct 30 19:26:38.229 INFO O| Oct 30 19:26:38.229 INFO STEP 315 (remove_files) COMPLETE
51112024-10-30T19:26:39.114Z[ recovery-image] Oct 30 19:26:38.229 INFO O| Oct 30 19:26:38.229 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-30T19:26:39.137Z[ recovery-image] Oct 30 19:26:38.252 INFO O| Oct 30 19:26:38.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51132024-10-30T19:26:39.137Z[ recovery-image] Oct 30 19:26:38.252 INFO O| Oct 30 19:26:38.252 INFO STEP 316 (remove_files) COMPLETE
51142024-10-30T19:26:39.139Z[ recovery-image] Oct 30 19:26:38.252 INFO O| Oct 30 19:26:38.252 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-30T19:26:39.154Z[ recovery-image] Oct 30 19:26:38.268 INFO O| Oct 30 19:26:38.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51162024-10-30T19:26:39.154Z[ recovery-image] Oct 30 19:26:38.268 INFO O| Oct 30 19:26:38.268 INFO STEP 317 (remove_files) COMPLETE
51172024-10-30T19:26:39.154Z[ recovery-image] Oct 30 19:26:38.268 INFO O| Oct 30 19:26:38.268 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-30T19:26:39.250Z[ recovery-image] Oct 30 19:26:38.365 INFO O| Oct 30 19:26:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51192024-10-30T19:26:39.250Z[ recovery-image] Oct 30 19:26:38.365 INFO O| Oct 30 19:26:38.365 INFO STEP 318 (remove_files) COMPLETE
51202024-10-30T19:26:39.250Z[ recovery-image] Oct 30 19:26:38.365 INFO O| Oct 30 19:26:38.365 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-30T19:26:39.282Z[ recovery-image] Oct 30 19:26:38.397 INFO O| Oct 30 19:26:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51222024-10-30T19:26:39.282Z[ recovery-image] Oct 30 19:26:38.397 INFO O| Oct 30 19:26:38.397 INFO STEP 319 (remove_files) COMPLETE
51232024-10-30T19:26:39.285Z[ recovery-image] Oct 30 19:26:38.397 INFO O| Oct 30 19:26:38.397 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-30T19:26:39.317Z[ recovery-image] Oct 30 19:26:38.432 INFO O| Oct 30 19:26:38.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51252024-10-30T19:26:39.317Z[ recovery-image] Oct 30 19:26:38.432 INFO O| Oct 30 19:26:38.432 INFO STEP 320 (remove_files) COMPLETE
51262024-10-30T19:26:39.317Z[ recovery-image] Oct 30 19:26:38.432 INFO O| Oct 30 19:26:38.432 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-30T19:26:39.334Z[ recovery-image] Oct 30 19:26:38.449 INFO O| Oct 30 19:26:38.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51282024-10-30T19:26:39.337Z[ recovery-image] Oct 30 19:26:38.449 INFO O| Oct 30 19:26:38.449 INFO STEP 321 (remove_files) COMPLETE
51292024-10-30T19:26:39.337Z[ recovery-image] Oct 30 19:26:38.449 INFO O| Oct 30 19:26:38.449 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-30T19:26:39.352Z[ recovery-image] Oct 30 19:26:38.466 INFO O| Oct 30 19:26:38.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51312024-10-30T19:26:39.352Z[ recovery-image] Oct 30 19:26:38.466 INFO O| Oct 30 19:26:38.466 INFO STEP 322 (remove_files) COMPLETE
51322024-10-30T19:26:39.352Z[ recovery-image] Oct 30 19:26:38.466 INFO O| Oct 30 19:26:38.466 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-30T19:26:39.370Z[ recovery-image] Oct 30 19:26:38.485 INFO O| Oct 30 19:26:38.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51342024-10-30T19:26:39.370Z[ recovery-image] Oct 30 19:26:38.485 INFO O| Oct 30 19:26:38.485 INFO STEP 323 (remove_files) COMPLETE
51352024-10-30T19:26:39.373Z[ recovery-image] Oct 30 19:26:38.485 INFO O| Oct 30 19:26:38.485 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-30T19:26:39.387Z[ recovery-image] Oct 30 19:26:38.502 INFO O| Oct 30 19:26:38.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51372024-10-30T19:26:39.387Z[ recovery-image] Oct 30 19:26:38.502 INFO O| Oct 30 19:26:38.502 INFO STEP 324 (remove_files) COMPLETE
51382024-10-30T19:26:39.387Z[ recovery-image] Oct 30 19:26:38.502 INFO O| Oct 30 19:26:38.502 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-30T19:26:39.405Z[ recovery-image] Oct 30 19:26:38.520 INFO O| Oct 30 19:26:38.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51402024-10-30T19:26:39.405Z[ recovery-image] Oct 30 19:26:38.520 INFO O| Oct 30 19:26:38.520 INFO STEP 325 (remove_files) COMPLETE
51412024-10-30T19:26:39.405Z[ recovery-image] Oct 30 19:26:38.520 INFO O| Oct 30 19:26:38.520 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-30T19:26:39.422Z[ recovery-image] Oct 30 19:26:38.537 INFO O| Oct 30 19:26:38.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51432024-10-30T19:26:39.423Z[ recovery-image] Oct 30 19:26:38.537 INFO O| Oct 30 19:26:38.537 INFO STEP 326 (remove_files) COMPLETE
51442024-10-30T19:26:39.425Z[ recovery-image] Oct 30 19:26:38.537 INFO O| Oct 30 19:26:38.537 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-30T19:26:39.440Z[ recovery-image] Oct 30 19:26:38.554 INFO O| Oct 30 19:26:38.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51462024-10-30T19:26:39.440Z[ recovery-image] Oct 30 19:26:38.554 INFO O| Oct 30 19:26:38.554 INFO STEP 327 (remove_files) COMPLETE
51472024-10-30T19:26:39.440Z[ recovery-image] Oct 30 19:26:38.554 INFO O| Oct 30 19:26:38.554 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-30T19:26:39.466Z[ host-image] Oct 30 19:26:38.581 INFO O| Oct 30 19:26:38.581 INFO O| Download: 1112/1140 items 6.2/8.4MB 73% complete (1.1M/s)
51492024-10-30T19:26:39.473Z[ recovery-image] Oct 30 19:26:38.587 INFO O| Oct 30 19:26:38.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51502024-10-30T19:26:39.473Z[ recovery-image] Oct 30 19:26:38.587 INFO O| Oct 30 19:26:38.587 INFO STEP 328 (remove_files) COMPLETE
51512024-10-30T19:26:39.473Z[ recovery-image] Oct 30 19:26:38.587 INFO O| Oct 30 19:26:38.587 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-30T19:26:39.511Z[ recovery-image] Oct 30 19:26:38.626 INFO O| Oct 30 19:26:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51532024-10-30T19:26:39.511Z[ recovery-image] Oct 30 19:26:38.626 INFO O| Oct 30 19:26:38.626 INFO STEP 329 (remove_files) COMPLETE
51542024-10-30T19:26:39.511Z[ recovery-image] Oct 30 19:26:38.626 INFO O| Oct 30 19:26:38.626 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-30T19:26:39.577Z[ recovery-image] Oct 30 19:26:38.692 INFO O| Oct 30 19:26:38.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51562024-10-30T19:26:39.577Z[ recovery-image] Oct 30 19:26:38.692 INFO O| Oct 30 19:26:38.692 INFO STEP 330 (remove_files) COMPLETE
51572024-10-30T19:26:39.577Z[ recovery-image] Oct 30 19:26:38.692 INFO O| Oct 30 19:26:38.692 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-30T19:26:39.612Z[ recovery-image] Oct 30 19:26:38.727 INFO O| Oct 30 19:26:38.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51592024-10-30T19:26:39.612Z[ recovery-image] Oct 30 19:26:38.727 INFO O| Oct 30 19:26:38.727 INFO STEP 331 (remove_files) COMPLETE
51602024-10-30T19:26:39.612Z[ recovery-image] Oct 30 19:26:38.727 INFO O| Oct 30 19:26:38.727 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-30T19:26:39.667Z[ recovery-image] Oct 30 19:26:38.782 INFO O| Oct 30 19:26:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51622024-10-30T19:26:39.667Z[ recovery-image] Oct 30 19:26:38.782 INFO O| Oct 30 19:26:38.782 INFO STEP 332 (remove_files) COMPLETE
51632024-10-30T19:26:39.667Z[ recovery-image] Oct 30 19:26:38.782 INFO O| Oct 30 19:26:38.782 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-30T19:26:39.744Z[ recovery-image] Oct 30 19:26:38.859 INFO O| Oct 30 19:26:38.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51652024-10-30T19:26:39.744Z[ recovery-image] Oct 30 19:26:38.859 INFO O| Oct 30 19:26:38.859 INFO STEP 333 (remove_files) COMPLETE
51662024-10-30T19:26:39.744Z[ recovery-image] Oct 30 19:26:38.859 INFO O| Oct 30 19:26:38.859 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-30T19:26:39.764Z[ recovery-image] Oct 30 19:26:38.878 INFO O| Oct 30 19:26:38.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51682024-10-30T19:26:39.764Z[ recovery-image] Oct 30 19:26:38.879 INFO O| Oct 30 19:26:38.878 INFO STEP 334 (remove_files) COMPLETE
51692024-10-30T19:26:39.764Z[ recovery-image] Oct 30 19:26:38.879 INFO O| Oct 30 19:26:38.878 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-30T19:26:39.782Z[ recovery-image] Oct 30 19:26:38.897 INFO O| Oct 30 19:26:38.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51712024-10-30T19:26:39.782Z[ recovery-image] Oct 30 19:26:38.897 INFO O| Oct 30 19:26:38.897 INFO STEP 335 (remove_files) COMPLETE
51722024-10-30T19:26:39.782Z[ recovery-image] Oct 30 19:26:38.897 INFO O| Oct 30 19:26:38.897 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-30T19:26:39.800Z[ recovery-image] Oct 30 19:26:38.915 INFO O| Oct 30 19:26:38.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51742024-10-30T19:26:39.803Z[ recovery-image] Oct 30 19:26:38.915 INFO O| Oct 30 19:26:38.915 INFO STEP 336 (remove_files) COMPLETE
51752024-10-30T19:26:39.803Z[ recovery-image] Oct 30 19:26:38.915 INFO O| Oct 30 19:26:38.915 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-30T19:26:39.820Z[ recovery-image] Oct 30 19:26:38.933 INFO O| Oct 30 19:26:38.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51772024-10-30T19:26:39.820Z[ recovery-image] Oct 30 19:26:38.934 INFO O| Oct 30 19:26:38.933 INFO STEP 337 (remove_files) COMPLETE
51782024-10-30T19:26:39.820Z[ recovery-image] Oct 30 19:26:38.934 INFO O| Oct 30 19:26:38.933 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-30T19:26:39.836Z[ recovery-image] Oct 30 19:26:38.951 INFO O| Oct 30 19:26:38.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51802024-10-30T19:26:39.836Z[ recovery-image] Oct 30 19:26:38.951 INFO O| Oct 30 19:26:38.951 INFO STEP 338 (remove_files) COMPLETE
51812024-10-30T19:26:39.836Z[ recovery-image] Oct 30 19:26:38.951 INFO O| Oct 30 19:26:38.951 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-30T19:26:39.855Z[ recovery-image] Oct 30 19:26:38.968 INFO O| Oct 30 19:26:38.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51832024-10-30T19:26:39.855Z[ recovery-image] Oct 30 19:26:38.968 INFO O| Oct 30 19:26:38.968 INFO STEP 339 (remove_files) COMPLETE
51842024-10-30T19:26:39.855Z[ recovery-image] Oct 30 19:26:38.968 INFO O| Oct 30 19:26:38.968 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-30T19:26:39.872Z[ recovery-image] Oct 30 19:26:38.986 INFO O| Oct 30 19:26:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51862024-10-30T19:26:39.872Z[ recovery-image] Oct 30 19:26:38.986 INFO O| Oct 30 19:26:38.986 INFO STEP 340 (remove_files) COMPLETE
51872024-10-30T19:26:39.872Z[ recovery-image] Oct 30 19:26:38.986 INFO O| Oct 30 19:26:38.986 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-30T19:26:39.894Z[ recovery-image] Oct 30 19:26:39.009 INFO O| Oct 30 19:26:39.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51892024-10-30T19:26:39.894Z[ recovery-image] Oct 30 19:26:39.009 INFO O| Oct 30 19:26:39.009 INFO STEP 341 (remove_files) COMPLETE
51902024-10-30T19:26:39.898Z[ recovery-image] Oct 30 19:26:39.009 INFO O| Oct 30 19:26:39.009 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-30T19:26:39.912Z[ recovery-image] Oct 30 19:26:39.027 INFO O| Oct 30 19:26:39.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51922024-10-30T19:26:39.912Z[ recovery-image] Oct 30 19:26:39.027 INFO O| Oct 30 19:26:39.027 INFO STEP 342 (remove_files) COMPLETE
51932024-10-30T19:26:39.915Z[ recovery-image] Oct 30 19:26:39.027 INFO O| Oct 30 19:26:39.027 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-30T19:26:39.929Z[ recovery-image] Oct 30 19:26:39.044 INFO O| Oct 30 19:26:39.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51952024-10-30T19:26:39.929Z[ recovery-image] Oct 30 19:26:39.044 INFO O| Oct 30 19:26:39.044 INFO STEP 343 (remove_files) COMPLETE
51962024-10-30T19:26:39.931Z[ recovery-image] Oct 30 19:26:39.044 INFO O| Oct 30 19:26:39.044 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-30T19:26:39.947Z[ recovery-image] Oct 30 19:26:39.061 INFO O| Oct 30 19:26:39.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51982024-10-30T19:26:39.947Z[ recovery-image] Oct 30 19:26:39.061 INFO O| Oct 30 19:26:39.061 INFO STEP 344 (remove_files) COMPLETE
51992024-10-30T19:26:39.948Z[ recovery-image] Oct 30 19:26:39.061 INFO O| Oct 30 19:26:39.061 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-30T19:26:39.950Z[ host-image] Oct 30 19:26:39.062 INFO O| Oct 30 19:26:39.062 INFO O| Download: Completed 8.42 MB in 5.58 seconds (1.5M/s)
52012024-10-30T19:26:39.962Z[ recovery-image] Oct 30 19:26:39.076 INFO O| Oct 30 19:26:39.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
52022024-10-30T19:26:39.962Z[ recovery-image] Oct 30 19:26:39.076 INFO O| Oct 30 19:26:39.076 INFO STEP 345 (remove_files) COMPLETE
52032024-10-30T19:26:39.962Z[ recovery-image] Oct 30 19:26:39.076 INFO O| Oct 30 19:26:39.076 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-30T19:26:40.001Z[ recovery-image] Oct 30 19:26:39.116 INFO O| Oct 30 19:26:39.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
52052024-10-30T19:26:40.001Z[ recovery-image] Oct 30 19:26:39.116 INFO O| Oct 30 19:26:39.116 INFO STEP 346 (remove_files) COMPLETE
52062024-10-30T19:26:40.004Z[ recovery-image] Oct 30 19:26:39.116 INFO O| Oct 30 19:26:39.116 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-30T19:26:40.059Z[ recovery-image] Oct 30 19:26:39.173 INFO O| Oct 30 19:26:39.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52082024-10-30T19:26:40.059Z[ recovery-image] Oct 30 19:26:39.173 INFO O| Oct 30 19:26:39.173 INFO STEP 347 (remove_files) COMPLETE
52092024-10-30T19:26:40.059Z[ recovery-image] Oct 30 19:26:39.173 INFO O| Oct 30 19:26:39.173 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-30T19:26:40.101Z[ recovery-image] Oct 30 19:26:39.215 INFO O| Oct 30 19:26:39.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52112024-10-30T19:26:40.102Z[ recovery-image] Oct 30 19:26:39.215 INFO O| Oct 30 19:26:39.215 INFO STEP 348 (remove_files) COMPLETE
52122024-10-30T19:26:40.104Z[ recovery-image] Oct 30 19:26:39.215 INFO O| Oct 30 19:26:39.215 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-30T19:26:40.120Z[ recovery-image] Oct 30 19:26:39.235 INFO O| Oct 30 19:26:39.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52142024-10-30T19:26:40.121Z[ recovery-image] Oct 30 19:26:39.235 INFO O| Oct 30 19:26:39.235 INFO STEP 349 (remove_files) COMPLETE
52152024-10-30T19:26:40.124Z[ recovery-image] Oct 30 19:26:39.235 INFO O| Oct 30 19:26:39.235 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-30T19:26:40.139Z[ recovery-image] Oct 30 19:26:39.254 INFO O| Oct 30 19:26:39.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52172024-10-30T19:26:40.139Z[ recovery-image] Oct 30 19:26:39.254 INFO O| Oct 30 19:26:39.254 INFO STEP 350 (remove_files) COMPLETE
52182024-10-30T19:26:40.139Z[ recovery-image] Oct 30 19:26:39.254 INFO O| Oct 30 19:26:39.254 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-30T19:26:40.157Z[ recovery-image] Oct 30 19:26:39.272 INFO O| Oct 30 19:26:39.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52202024-10-30T19:26:40.157Z[ recovery-image] Oct 30 19:26:39.272 INFO O| Oct 30 19:26:39.272 INFO STEP 351 (remove_files) COMPLETE
52212024-10-30T19:26:40.159Z[ recovery-image] Oct 30 19:26:39.272 INFO O| Oct 30 19:26:39.272 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-30T19:26:40.175Z[ recovery-image] Oct 30 19:26:39.290 INFO O| Oct 30 19:26:39.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52232024-10-30T19:26:40.175Z[ recovery-image] Oct 30 19:26:39.290 INFO O| Oct 30 19:26:39.290 INFO STEP 352 (remove_files) COMPLETE
52242024-10-30T19:26:40.175Z[ recovery-image] Oct 30 19:26:39.290 INFO O| Oct 30 19:26:39.290 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-30T19:26:40.210Z[ recovery-image] Oct 30 19:26:39.324 INFO O| Oct 30 19:26:39.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52262024-10-30T19:26:40.210Z[ recovery-image] Oct 30 19:26:39.325 INFO O| Oct 30 19:26:39.325 INFO STEP 353 (remove_files) COMPLETE
52272024-10-30T19:26:40.210Z[ recovery-image] Oct 30 19:26:39.325 INFO O| Oct 30 19:26:39.325 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-30T19:26:40.213Z[ host-image] Oct 30 19:26:39.326 INFO O| Oct 30 19:26:39.326 INFO O| Actions: 1/1361 actions (Installing new actions)
52292024-10-30T19:26:40.252Z[ recovery-image] Oct 30 19:26:39.367 INFO O| Oct 30 19:26:39.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52302024-10-30T19:26:40.252Z[ recovery-image] Oct 30 19:26:39.367 INFO O| Oct 30 19:26:39.367 INFO STEP 354 (remove_files) COMPLETE
52312024-10-30T19:26:40.252Z[ recovery-image] Oct 30 19:26:39.367 INFO O| Oct 30 19:26:39.367 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-30T19:26:40.320Z[ recovery-image] Oct 30 19:26:39.434 INFO O| Oct 30 19:26:39.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52332024-10-30T19:26:40.323Z[ recovery-image] Oct 30 19:26:39.435 INFO O| Oct 30 19:26:39.434 INFO STEP 355 (remove_files) COMPLETE
52342024-10-30T19:26:40.323Z[ recovery-image] Oct 30 19:26:39.435 INFO O| Oct 30 19:26:39.435 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-30T19:26:40.345Z[ recovery-image] Oct 30 19:26:39.459 INFO O| Oct 30 19:26:39.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52362024-10-30T19:26:40.348Z[ recovery-image] Oct 30 19:26:39.460 INFO O| Oct 30 19:26:39.460 INFO STEP 356 (remove_files) COMPLETE
52372024-10-30T19:26:40.348Z[ recovery-image] Oct 30 19:26:39.460 INFO O| Oct 30 19:26:39.460 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-30T19:26:40.364Z[ recovery-image] Oct 30 19:26:39.479 INFO O| Oct 30 19:26:39.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52392024-10-30T19:26:40.364Z[ recovery-image] Oct 30 19:26:39.479 INFO O| Oct 30 19:26:39.479 INFO STEP 357 (remove_files) COMPLETE
52402024-10-30T19:26:40.368Z[ recovery-image] Oct 30 19:26:39.479 INFO O| Oct 30 19:26:39.479 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-30T19:26:40.381Z[ recovery-image] Oct 30 19:26:39.496 INFO O| Oct 30 19:26:39.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52422024-10-30T19:26:40.384Z[ recovery-image] Oct 30 19:26:39.496 INFO O| Oct 30 19:26:39.496 INFO STEP 358 (remove_files) COMPLETE
52432024-10-30T19:26:40.384Z[ recovery-image] Oct 30 19:26:39.496 INFO O| Oct 30 19:26:39.496 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-30T19:26:40.414Z[ recovery-image] Oct 30 19:26:39.528 INFO O| Oct 30 19:26:39.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52452024-10-30T19:26:40.415Z[ recovery-image] Oct 30 19:26:39.529 INFO O| Oct 30 19:26:39.529 INFO STEP 359 (remove_files) COMPLETE
52462024-10-30T19:26:40.417Z[ recovery-image] Oct 30 19:26:39.529 INFO O| Oct 30 19:26:39.529 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-30T19:26:40.462Z[ recovery-image] Oct 30 19:26:39.577 INFO O| Oct 30 19:26:39.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52482024-10-30T19:26:40.462Z[ recovery-image] Oct 30 19:26:39.577 INFO O| Oct 30 19:26:39.577 INFO STEP 360 (remove_files) COMPLETE
52492024-10-30T19:26:40.463Z[ recovery-image] Oct 30 19:26:39.577 INFO O| Oct 30 19:26:39.577 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-30T19:26:40.481Z[ recovery-image] Oct 30 19:26:39.596 INFO O| Oct 30 19:26:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52512024-10-30T19:26:40.481Z[ recovery-image] Oct 30 19:26:39.596 INFO O| Oct 30 19:26:39.596 INFO STEP 361 (remove_files) COMPLETE
52522024-10-30T19:26:40.481Z[ recovery-image] Oct 30 19:26:39.596 INFO O| Oct 30 19:26:39.596 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-30T19:26:40.499Z[ recovery-image] Oct 30 19:26:39.614 INFO O| Oct 30 19:26:39.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52542024-10-30T19:26:40.499Z[ recovery-image] Oct 30 19:26:39.614 INFO O| Oct 30 19:26:39.614 INFO STEP 362 (remove_files) COMPLETE
52552024-10-30T19:26:40.502Z[ recovery-image] Oct 30 19:26:39.614 INFO O| Oct 30 19:26:39.614 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-30T19:26:40.519Z[ recovery-image] Oct 30 19:26:39.634 INFO O| Oct 30 19:26:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52572024-10-30T19:26:40.548Z[ recovery-image] Oct 30 19:26:39.663 INFO O| Oct 30 19:26:39.663 INFO STEP 363 (remove_files) COMPLETE
52582024-10-30T19:26:40.548Z[ recovery-image] Oct 30 19:26:39.663 INFO O| Oct 30 19:26:39.663 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-30T19:26:40.589Z[ recovery-image] Oct 30 19:26:39.703 INFO O| Oct 30 19:26:39.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52602024-10-30T19:26:40.589Z[ recovery-image] Oct 30 19:26:39.703 INFO O| Oct 30 19:26:39.703 INFO STEP 364 (remove_files) COMPLETE
52612024-10-30T19:26:40.591Z[ recovery-image] Oct 30 19:26:39.703 INFO O| Oct 30 19:26:39.703 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-30T19:26:40.606Z[ recovery-image] Oct 30 19:26:39.721 INFO O| Oct 30 19:26:39.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52632024-10-30T19:26:40.606Z[ recovery-image] Oct 30 19:26:39.721 INFO O| Oct 30 19:26:39.721 INFO STEP 365 (remove_files) COMPLETE
52642024-10-30T19:26:40.606Z[ recovery-image] Oct 30 19:26:39.721 INFO O| Oct 30 19:26:39.721 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-30T19:26:40.660Z[ recovery-image] Oct 30 19:26:39.774 INFO O| Oct 30 19:26:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52662024-10-30T19:26:40.660Z[ recovery-image] Oct 30 19:26:39.774 INFO O| Oct 30 19:26:39.774 INFO STEP 366 (remove_files) COMPLETE
52672024-10-30T19:26:40.660Z[ recovery-image] Oct 30 19:26:39.774 INFO O| Oct 30 19:26:39.774 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-30T19:26:40.697Z[ recovery-image] Oct 30 19:26:39.811 INFO O| Oct 30 19:26:39.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52692024-10-30T19:26:40.697Z[ recovery-image] Oct 30 19:26:39.812 INFO O| Oct 30 19:26:39.812 INFO STEP 367 (remove_files) COMPLETE
52702024-10-30T19:26:40.697Z[ recovery-image] Oct 30 19:26:39.812 INFO O| Oct 30 19:26:39.812 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-30T19:26:40.735Z[ recovery-image] Oct 30 19:26:39.850 INFO O| Oct 30 19:26:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52722024-10-30T19:26:40.735Z[ recovery-image] Oct 30 19:26:39.850 INFO O| Oct 30 19:26:39.850 INFO STEP 368 (remove_files) COMPLETE
52732024-10-30T19:26:40.735Z[ recovery-image] Oct 30 19:26:39.850 INFO O| Oct 30 19:26:39.850 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-30T19:26:40.779Z[ recovery-image] Oct 30 19:26:39.894 INFO O| Oct 30 19:26:39.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52752024-10-30T19:26:40.779Z[ recovery-image] Oct 30 19:26:39.894 INFO O| Oct 30 19:26:39.894 INFO STEP 369 (remove_files) COMPLETE
52762024-10-30T19:26:40.781Z[ recovery-image] Oct 30 19:26:39.894 INFO O| Oct 30 19:26:39.894 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-30T19:26:40.826Z[ recovery-image] Oct 30 19:26:39.941 INFO O| Oct 30 19:26:39.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52782024-10-30T19:26:40.826Z[ recovery-image] Oct 30 19:26:39.941 INFO O| Oct 30 19:26:39.941 INFO STEP 370 (remove_files) COMPLETE
52792024-10-30T19:26:40.826Z[ recovery-image] Oct 30 19:26:39.941 INFO O| Oct 30 19:26:39.941 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-30T19:26:40.891Z[ recovery-image] Oct 30 19:26:40.006 INFO O| Oct 30 19:26:40.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52812024-10-30T19:26:40.891Z[ recovery-image] Oct 30 19:26:40.006 INFO O| Oct 30 19:26:40.006 INFO STEP 371 (remove_files) COMPLETE
52822024-10-30T19:26:40.893Z[ recovery-image] Oct 30 19:26:40.006 INFO O| Oct 30 19:26:40.006 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-30T19:26:40.915Z[ recovery-image] Oct 30 19:26:40.030 INFO O| Oct 30 19:26:40.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52842024-10-30T19:26:40.918Z[ recovery-image] Oct 30 19:26:40.030 INFO O| Oct 30 19:26:40.030 INFO STEP 372 (remove_files) COMPLETE
52852024-10-30T19:26:40.918Z[ recovery-image] Oct 30 19:26:40.031 INFO O| Oct 30 19:26:40.030 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-30T19:26:40.918Z[ host-image] Oct 30 19:26:40.032 INFO O| Oct 30 19:26:40.032 INFO O| Actions: Completed 1361 actions in 0.71 seconds.
52872024-10-30T19:26:40.936Z[ recovery-image] Oct 30 19:26:40.050 INFO O| Oct 30 19:26:40.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52882024-10-30T19:26:40.938Z[ recovery-image] Oct 30 19:26:40.051 INFO O| Oct 30 19:26:40.050 INFO STEP 373 (remove_files) COMPLETE
52892024-10-30T19:26:40.938Z[ recovery-image] Oct 30 19:26:40.051 INFO O| Oct 30 19:26:40.051 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-30T19:26:40.954Z[ recovery-image] Oct 30 19:26:40.069 INFO O| Oct 30 19:26:40.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52912024-10-30T19:26:40.954Z[ recovery-image] Oct 30 19:26:40.069 INFO O| Oct 30 19:26:40.069 INFO STEP 374 (remove_files) COMPLETE
52922024-10-30T19:26:40.956Z[ recovery-image] Oct 30 19:26:40.069 INFO O| Oct 30 19:26:40.069 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-30T19:26:40.970Z[ recovery-image] Oct 30 19:26:40.085 INFO O| Oct 30 19:26:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52942024-10-30T19:26:40.970Z[ recovery-image] Oct 30 19:26:40.085 INFO O| Oct 30 19:26:40.085 INFO STEP 375 (remove_files) COMPLETE
52952024-10-30T19:26:40.972Z[ recovery-image] Oct 30 19:26:40.085 INFO O| Oct 30 19:26:40.085 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-30T19:26:40.987Z[ recovery-image] Oct 30 19:26:40.102 INFO O| Oct 30 19:26:40.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52972024-10-30T19:26:40.987Z[ recovery-image] Oct 30 19:26:40.102 INFO O| Oct 30 19:26:40.102 INFO STEP 376 (remove_files) COMPLETE
52982024-10-30T19:26:40.990Z[ recovery-image] Oct 30 19:26:40.102 INFO O| Oct 30 19:26:40.102 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-30T19:26:41.004Z[ recovery-image] Oct 30 19:26:40.119 INFO O| Oct 30 19:26:40.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
53002024-10-30T19:26:41.004Z[ recovery-image] Oct 30 19:26:40.119 INFO O| Oct 30 19:26:40.119 INFO STEP 377 (remove_files) COMPLETE
53012024-10-30T19:26:41.006Z[ recovery-image] Oct 30 19:26:40.119 INFO O| Oct 30 19:26:40.119 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-30T19:26:41.020Z[ recovery-image] Oct 30 19:26:40.134 INFO O| Oct 30 19:26:40.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
53032024-10-30T19:26:41.020Z[ recovery-image] Oct 30 19:26:40.134 INFO O| Oct 30 19:26:40.134 INFO STEP 378 (remove_files) COMPLETE
53042024-10-30T19:26:41.022Z[ recovery-image] Oct 30 19:26:40.135 INFO O| Oct 30 19:26:40.134 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-30T19:26:41.056Z[ recovery-image] Oct 30 19:26:40.170 INFO O| Oct 30 19:26:40.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
53062024-10-30T19:26:41.056Z[ recovery-image] Oct 30 19:26:40.170 INFO O| Oct 30 19:26:40.170 INFO STEP 379 (remove_files) COMPLETE
53072024-10-30T19:26:41.058Z[ recovery-image] Oct 30 19:26:40.170 INFO O| Oct 30 19:26:40.170 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-30T19:26:41.096Z[ recovery-image] Oct 30 19:26:40.210 INFO O| Oct 30 19:26:40.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53092024-10-30T19:26:41.096Z[ recovery-image] Oct 30 19:26:40.210 INFO O| Oct 30 19:26:40.210 INFO STEP 380 (remove_files) COMPLETE
53102024-10-30T19:26:41.096Z[ recovery-image] Oct 30 19:26:40.210 INFO O| Oct 30 19:26:40.210 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-30T19:26:41.115Z[ recovery-image] Oct 30 19:26:40.230 INFO O| Oct 30 19:26:40.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53122024-10-30T19:26:41.115Z[ recovery-image] Oct 30 19:26:40.230 INFO O| Oct 30 19:26:40.230 INFO STEP 381 (remove_files) COMPLETE
53132024-10-30T19:26:41.115Z[ recovery-image] Oct 30 19:26:40.230 INFO O| Oct 30 19:26:40.230 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-30T19:26:41.134Z[ recovery-image] Oct 30 19:26:40.249 INFO O| Oct 30 19:26:40.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53152024-10-30T19:26:41.134Z[ recovery-image] Oct 30 19:26:40.249 INFO O| Oct 30 19:26:40.249 INFO STEP 382 (remove_files) COMPLETE
53162024-10-30T19:26:41.137Z[ recovery-image] Oct 30 19:26:40.249 INFO O| Oct 30 19:26:40.249 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-30T19:26:41.171Z[ recovery-image] Oct 30 19:26:40.286 INFO O| Oct 30 19:26:40.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53182024-10-30T19:26:41.191Z[ recovery-image] Oct 30 19:26:40.306 INFO O| Oct 30 19:26:40.306 INFO STEP 383 (remove_files) COMPLETE
53192024-10-30T19:26:41.191Z[ recovery-image] Oct 30 19:26:40.306 INFO O| Oct 30 19:26:40.306 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-30T19:26:41.243Z[ recovery-image] Oct 30 19:26:40.357 INFO O| Oct 30 19:26:40.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53212024-10-30T19:26:41.245Z[ recovery-image] Oct 30 19:26:40.358 INFO O| Oct 30 19:26:40.358 INFO STEP 384 (remove_files) COMPLETE
53222024-10-30T19:26:41.245Z[ recovery-image] Oct 30 19:26:40.358 INFO O| Oct 30 19:26:40.358 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-30T19:26:41.261Z[ recovery-image] Oct 30 19:26:40.375 INFO O| Oct 30 19:26:40.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53242024-10-30T19:26:41.261Z[ recovery-image] Oct 30 19:26:40.375 INFO O| Oct 30 19:26:40.375 INFO STEP 385 (remove_files) COMPLETE
53252024-10-30T19:26:41.261Z[ recovery-image] Oct 30 19:26:40.375 INFO O| Oct 30 19:26:40.375 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-30T19:26:41.293Z[ recovery-image] Oct 30 19:26:40.408 INFO O| Oct 30 19:26:40.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53272024-10-30T19:26:41.295Z[ recovery-image] Oct 30 19:26:40.408 INFO O| Oct 30 19:26:40.408 INFO STEP 386 (remove_files) COMPLETE
53282024-10-30T19:26:41.295Z[ recovery-image] Oct 30 19:26:40.408 INFO O| Oct 30 19:26:40.408 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-30T19:26:41.311Z[ recovery-image] Oct 30 19:26:40.426 INFO O| Oct 30 19:26:40.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53302024-10-30T19:26:41.314Z[ recovery-image] Oct 30 19:26:40.426 INFO O| Oct 30 19:26:40.426 INFO STEP 387 (remove_files) COMPLETE
53312024-10-30T19:26:41.314Z[ recovery-image] Oct 30 19:26:40.426 INFO O| Oct 30 19:26:40.426 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-30T19:26:41.330Z[ recovery-image] Oct 30 19:26:40.445 INFO O| Oct 30 19:26:40.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53332024-10-30T19:26:41.332Z[ recovery-image] Oct 30 19:26:40.445 INFO O| Oct 30 19:26:40.445 INFO STEP 388 (remove_files) COMPLETE
53342024-10-30T19:26:41.332Z[ recovery-image] Oct 30 19:26:40.445 INFO O| Oct 30 19:26:40.445 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-30T19:26:41.370Z[ recovery-image] Oct 30 19:26:40.485 INFO O| Oct 30 19:26:40.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53362024-10-30T19:26:41.391Z[ recovery-image] Oct 30 19:26:40.506 INFO O| Oct 30 19:26:40.506 INFO STEP 389 (remove_files) COMPLETE
53372024-10-30T19:26:41.391Z[ recovery-image] Oct 30 19:26:40.506 INFO O| Oct 30 19:26:40.506 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-30T19:26:41.404Z[ host-image] Oct 30 19:26:40.519 INFO O| Oct 30 19:26:40.519 INFO O| Done
53392024-10-30T19:26:41.404Z[ host-image] Oct 30 19:26:40.519 INFO O| Oct 30 19:26:40.519 INFO O| Done
53402024-10-30T19:26:41.428Z[ recovery-image] Oct 30 19:26:40.542 INFO O| Oct 30 19:26:40.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53412024-10-30T19:26:41.428Z[ recovery-image] Oct 30 19:26:40.543 INFO O| Oct 30 19:26:40.543 INFO STEP 390 (remove_files) COMPLETE
53422024-10-30T19:26:41.430Z[ recovery-image] Oct 30 19:26:40.543 INFO O| Oct 30 19:26:40.543 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-30T19:26:41.444Z[ recovery-image] Oct 30 19:26:40.558 INFO O| Oct 30 19:26:40.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53442024-10-30T19:26:41.444Z[ recovery-image] Oct 30 19:26:40.558 INFO O| Oct 30 19:26:40.558 INFO STEP 391 (remove_files) COMPLETE
53452024-10-30T19:26:41.447Z[ recovery-image] Oct 30 19:26:40.558 INFO O| Oct 30 19:26:40.558 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-30T19:26:41.458Z[ recovery-image] Oct 30 19:26:40.573 INFO O| Oct 30 19:26:40.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53472024-10-30T19:26:41.460Z[ recovery-image] Oct 30 19:26:40.573 INFO O| Oct 30 19:26:40.573 INFO STEP 392 (remove_files) COMPLETE
53482024-10-30T19:26:41.461Z[ recovery-image] Oct 30 19:26:40.573 INFO O| Oct 30 19:26:40.573 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-30T19:26:41.473Z[ recovery-image] Oct 30 19:26:40.588 INFO O| Oct 30 19:26:40.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53502024-10-30T19:26:41.476Z[ recovery-image] Oct 30 19:26:40.588 INFO O| Oct 30 19:26:40.588 INFO STEP 393 (remove_files) COMPLETE
53512024-10-30T19:26:41.476Z[ recovery-image] Oct 30 19:26:40.588 INFO O| Oct 30 19:26:40.588 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-10-30T19:26:41.490Z[ recovery-image] Oct 30 19:26:40.605 INFO O| Oct 30 19:26:40.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53532024-10-30T19:26:41.490Z[ recovery-image] Oct 30 19:26:40.605 INFO O| Oct 30 19:26:40.605 INFO STEP 394 (remove_files) COMPLETE
53542024-10-30T19:26:41.493Z[ recovery-image] Oct 30 19:26:40.605 INFO O| Oct 30 19:26:40.605 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-10-30T19:26:41.508Z[ recovery-image] Oct 30 19:26:40.621 INFO O| Oct 30 19:26:40.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53562024-10-30T19:26:41.508Z[ recovery-image] Oct 30 19:26:40.621 INFO O| Oct 30 19:26:40.621 INFO STEP 395 (remove_files) COMPLETE
53572024-10-30T19:26:41.510Z[ recovery-image] Oct 30 19:26:40.621 INFO O| Oct 30 19:26:40.621 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-10-30T19:26:41.522Z[ recovery-image] Oct 30 19:26:40.636 INFO O| Oct 30 19:26:40.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53592024-10-30T19:26:41.524Z[ recovery-image] Oct 30 19:26:40.636 INFO O| Oct 30 19:26:40.636 INFO STEP 396 (remove_files) COMPLETE
53602024-10-30T19:26:41.524Z[ recovery-image] Oct 30 19:26:40.636 INFO O| Oct 30 19:26:40.636 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-10-30T19:26:41.537Z[ recovery-image] Oct 30 19:26:40.651 INFO O| Oct 30 19:26:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53622024-10-30T19:26:41.537Z[ recovery-image] Oct 30 19:26:40.651 INFO O| Oct 30 19:26:40.651 INFO STEP 397 (remove_files) COMPLETE
53632024-10-30T19:26:41.539Z[ recovery-image] Oct 30 19:26:40.652 INFO O| Oct 30 19:26:40.651 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-10-30T19:26:41.577Z[ recovery-image] Oct 30 19:26:40.692 INFO O| Oct 30 19:26:40.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53652024-10-30T19:26:41.579Z[ recovery-image] Oct 30 19:26:40.692 INFO O| Oct 30 19:26:40.692 INFO STEP 398 (remove_files) COMPLETE
53662024-10-30T19:26:41.579Z[ recovery-image] Oct 30 19:26:40.692 INFO O| Oct 30 19:26:40.692 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-10-30T19:26:41.594Z[ recovery-image] Oct 30 19:26:40.709 INFO O| Oct 30 19:26:40.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53682024-10-30T19:26:41.594Z[ recovery-image] Oct 30 19:26:40.709 INFO O| Oct 30 19:26:40.709 INFO STEP 399 (remove_files) COMPLETE
53692024-10-30T19:26:41.594Z[ recovery-image] Oct 30 19:26:40.709 INFO O| Oct 30 19:26:40.709 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-10-30T19:26:41.612Z[ recovery-image] Oct 30 19:26:40.726 INFO O| Oct 30 19:26:40.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53712024-10-30T19:26:41.614Z[ recovery-image] Oct 30 19:26:40.727 INFO O| Oct 30 19:26:40.727 INFO STEP 400 (remove_files) COMPLETE
53722024-10-30T19:26:41.614Z[ recovery-image] Oct 30 19:26:40.727 INFO O| Oct 30 19:26:40.727 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-10-30T19:26:41.630Z[ recovery-image] Oct 30 19:26:40.745 INFO O| Oct 30 19:26:40.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53742024-10-30T19:26:41.633Z[ recovery-image] Oct 30 19:26:40.745 INFO O| Oct 30 19:26:40.745 INFO STEP 401 (remove_files) COMPLETE
53752024-10-30T19:26:41.633Z[ recovery-image] Oct 30 19:26:40.745 INFO O| Oct 30 19:26:40.745 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-10-30T19:26:41.657Z[ recovery-image] Oct 30 19:26:40.763 INFO O| Oct 30 19:26:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53772024-10-30T19:26:41.660Z[ recovery-image] Oct 30 19:26:40.763 INFO O| Oct 30 19:26:40.763 INFO STEP 402 (remove_files) COMPLETE
53782024-10-30T19:26:41.660Z[ recovery-image] Oct 30 19:26:40.764 INFO O| Oct 30 19:26:40.763 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-10-30T19:26:41.666Z[ recovery-image] Oct 30 19:26:40.781 INFO O| Oct 30 19:26:40.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53802024-10-30T19:26:41.668Z[ recovery-image] Oct 30 19:26:40.781 INFO O| Oct 30 19:26:40.781 INFO STEP 403 (remove_files) COMPLETE
53812024-10-30T19:26:41.668Z[ recovery-image] Oct 30 19:26:40.781 INFO O| Oct 30 19:26:40.781 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-10-30T19:26:41.683Z[ recovery-image] Oct 30 19:26:40.798 INFO O| Oct 30 19:26:40.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53832024-10-30T19:26:41.686Z[ recovery-image] Oct 30 19:26:40.798 INFO O| Oct 30 19:26:40.798 INFO STEP 404 (remove_files) COMPLETE
53842024-10-30T19:26:41.686Z[ recovery-image] Oct 30 19:26:40.798 INFO O| Oct 30 19:26:40.798 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-10-30T19:26:41.700Z[ recovery-image] Oct 30 19:26:40.815 INFO O| Oct 30 19:26:40.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53862024-10-30T19:26:41.703Z[ recovery-image] Oct 30 19:26:40.816 INFO O| Oct 30 19:26:40.816 INFO STEP 405 (remove_files) COMPLETE
53872024-10-30T19:26:41.703Z[ recovery-image] Oct 30 19:26:40.816 INFO O| Oct 30 19:26:40.816 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-10-30T19:26:41.718Z[ recovery-image] Oct 30 19:26:40.833 INFO O| Oct 30 19:26:40.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53892024-10-30T19:26:41.721Z[ recovery-image] Oct 30 19:26:40.833 INFO O| Oct 30 19:26:40.833 INFO STEP 406 (remove_files) COMPLETE
53902024-10-30T19:26:41.721Z[ recovery-image] Oct 30 19:26:40.833 INFO O| Oct 30 19:26:40.833 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-10-30T19:26:41.735Z[ recovery-image] Oct 30 19:26:40.850 INFO O| Oct 30 19:26:40.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53922024-10-30T19:26:41.738Z[ recovery-image] Oct 30 19:26:40.850 INFO O| Oct 30 19:26:40.850 INFO STEP 407 (remove_files) COMPLETE
53932024-10-30T19:26:41.738Z[ recovery-image] Oct 30 19:26:40.851 INFO O| Oct 30 19:26:40.850 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-10-30T19:26:41.753Z[ recovery-image] Oct 30 19:26:40.867 INFO O| Oct 30 19:26:40.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53952024-10-30T19:26:41.755Z[ recovery-image] Oct 30 19:26:40.868 INFO O| Oct 30 19:26:40.868 INFO STEP 408 (remove_files) COMPLETE
53962024-10-30T19:26:41.755Z[ recovery-image] Oct 30 19:26:40.868 INFO O| Oct 30 19:26:40.868 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-10-30T19:26:41.770Z[ recovery-image] Oct 30 19:26:40.884 INFO O| Oct 30 19:26:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53982024-10-30T19:26:41.772Z[ recovery-image] Oct 30 19:26:40.885 INFO O| Oct 30 19:26:40.885 INFO STEP 409 (remove_files) COMPLETE
53992024-10-30T19:26:41.772Z[ recovery-image] Oct 30 19:26:40.885 INFO O| Oct 30 19:26:40.885 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-10-30T19:26:41.787Z[ recovery-image] Oct 30 19:26:40.902 INFO O| Oct 30 19:26:40.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
54012024-10-30T19:26:41.790Z[ recovery-image] Oct 30 19:26:40.902 INFO O| Oct 30 19:26:40.902 INFO STEP 410 (remove_files) COMPLETE
54022024-10-30T19:26:41.790Z[ recovery-image] Oct 30 19:26:40.903 INFO O| Oct 30 19:26:40.903 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-10-30T19:26:41.805Z[ recovery-image] Oct 30 19:26:40.920 INFO O| Oct 30 19:26:40.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
54042024-10-30T19:26:41.808Z[ recovery-image] Oct 30 19:26:40.920 INFO O| Oct 30 19:26:40.920 INFO STEP 411 (remove_files) COMPLETE
54052024-10-30T19:26:41.808Z[ recovery-image] Oct 30 19:26:40.920 INFO O| Oct 30 19:26:40.920 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-10-30T19:26:41.822Z[ recovery-image] Oct 30 19:26:40.937 INFO O| Oct 30 19:26:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
54072024-10-30T19:26:41.825Z[ recovery-image] Oct 30 19:26:40.937 INFO O| Oct 30 19:26:40.937 INFO STEP 412 (remove_files) COMPLETE
54082024-10-30T19:26:41.825Z[ recovery-image] Oct 30 19:26:40.937 INFO O| Oct 30 19:26:40.937 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-10-30T19:26:41.840Z[ recovery-image] Oct 30 19:26:40.955 INFO O| Oct 30 19:26:40.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54102024-10-30T19:26:41.843Z[ recovery-image] Oct 30 19:26:40.955 INFO O| Oct 30 19:26:40.955 INFO STEP 413 (remove_files) COMPLETE
54112024-10-30T19:26:41.843Z[ recovery-image] Oct 30 19:26:40.955 INFO O| Oct 30 19:26:40.955 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-10-30T19:26:41.859Z[ recovery-image] Oct 30 19:26:40.973 INFO O| Oct 30 19:26:40.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54132024-10-30T19:26:41.861Z[ recovery-image] Oct 30 19:26:40.974 INFO O| Oct 30 19:26:40.973 INFO STEP 414 (remove_files) COMPLETE
54142024-10-30T19:26:41.861Z[ recovery-image] Oct 30 19:26:40.974 INFO O| Oct 30 19:26:40.974 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-10-30T19:26:41.876Z[ recovery-image] Oct 30 19:26:40.991 INFO O| Oct 30 19:26:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54162024-10-30T19:26:41.880Z[ recovery-image] Oct 30 19:26:40.991 INFO O| Oct 30 19:26:40.991 INFO STEP 415 (remove_files) COMPLETE
54172024-10-30T19:26:41.880Z[ recovery-image] Oct 30 19:26:40.991 INFO O| Oct 30 19:26:40.991 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-10-30T19:26:41.894Z[ recovery-image] Oct 30 19:26:41.008 INFO O| Oct 30 19:26:41.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54192024-10-30T19:26:41.896Z[ recovery-image] Oct 30 19:26:41.009 INFO O| Oct 30 19:26:41.008 INFO STEP 416 (remove_files) COMPLETE
54202024-10-30T19:26:41.896Z[ recovery-image] Oct 30 19:26:41.009 INFO O| Oct 30 19:26:41.009 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-10-30T19:26:41.911Z[ recovery-image] Oct 30 19:26:41.026 INFO O| Oct 30 19:26:41.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54222024-10-30T19:26:41.913Z[ recovery-image] Oct 30 19:26:41.026 INFO O| Oct 30 19:26:41.026 INFO STEP 417 (remove_files) COMPLETE
54232024-10-30T19:26:41.913Z[ recovery-image] Oct 30 19:26:41.026 INFO O| Oct 30 19:26:41.026 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-10-30T19:26:41.928Z[ recovery-image] Oct 30 19:26:41.043 INFO O| Oct 30 19:26:41.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54252024-10-30T19:26:41.931Z[ recovery-image] Oct 30 19:26:41.043 INFO O| Oct 30 19:26:41.043 INFO STEP 418 (remove_files) COMPLETE
54262024-10-30T19:26:41.931Z[ recovery-image] Oct 30 19:26:41.044 INFO O| Oct 30 19:26:41.043 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-10-30T19:26:41.947Z[ recovery-image] Oct 30 19:26:41.062 INFO O| Oct 30 19:26:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54282024-10-30T19:26:41.949Z[ recovery-image] Oct 30 19:26:41.062 INFO O| Oct 30 19:26:41.062 INFO STEP 419 (remove_files) COMPLETE
54292024-10-30T19:26:41.949Z[ recovery-image] Oct 30 19:26:41.062 INFO O| Oct 30 19:26:41.062 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-10-30T19:26:41.966Z[ recovery-image] Oct 30 19:26:41.080 INFO O| Oct 30 19:26:41.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54312024-10-30T19:26:41.968Z[ recovery-image] Oct 30 19:26:41.081 INFO O| Oct 30 19:26:41.081 INFO STEP 420 (remove_files) COMPLETE
54322024-10-30T19:26:41.968Z[ recovery-image] Oct 30 19:26:41.081 INFO O| Oct 30 19:26:41.081 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-10-30T19:26:41.984Z[ recovery-image] Oct 30 19:26:41.099 INFO O| Oct 30 19:26:41.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54342024-10-30T19:26:41.987Z[ recovery-image] Oct 30 19:26:41.099 INFO O| Oct 30 19:26:41.099 INFO STEP 421 (remove_files) COMPLETE
54352024-10-30T19:26:41.987Z[ recovery-image] Oct 30 19:26:41.099 INFO O| Oct 30 19:26:41.099 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-10-30T19:26:42.002Z[ recovery-image] Oct 30 19:26:41.117 INFO O| Oct 30 19:26:41.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54372024-10-30T19:26:42.002Z[ recovery-image] Oct 30 19:26:41.117 INFO O| Oct 30 19:26:41.117 INFO STEP 422 (remove_files) COMPLETE
54382024-10-30T19:26:42.006Z[ recovery-image] Oct 30 19:26:41.117 INFO O| Oct 30 19:26:41.117 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-10-30T19:26:42.019Z[ recovery-image] Oct 30 19:26:41.134 INFO O| Oct 30 19:26:41.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54402024-10-30T19:26:42.019Z[ recovery-image] Oct 30 19:26:41.134 INFO O| Oct 30 19:26:41.134 INFO STEP 423 (remove_files) COMPLETE
54412024-10-30T19:26:42.021Z[ recovery-image] Oct 30 19:26:41.134 INFO O| Oct 30 19:26:41.134 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-10-30T19:26:42.037Z[ recovery-image] Oct 30 19:26:41.151 INFO O| Oct 30 19:26:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54432024-10-30T19:26:42.037Z[ recovery-image] Oct 30 19:26:41.152 INFO O| Oct 30 19:26:41.152 INFO STEP 424 (remove_files) COMPLETE
54442024-10-30T19:26:42.040Z[ recovery-image] Oct 30 19:26:41.152 INFO O| Oct 30 19:26:41.152 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-10-30T19:26:42.054Z[ recovery-image] Oct 30 19:26:41.169 INFO O| Oct 30 19:26:41.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54462024-10-30T19:26:42.054Z[ recovery-image] Oct 30 19:26:41.169 INFO O| Oct 30 19:26:41.169 INFO STEP 425 (remove_files) COMPLETE
54472024-10-30T19:26:42.056Z[ recovery-image] Oct 30 19:26:41.169 INFO O| Oct 30 19:26:41.169 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-30T19:26:42.072Z[ recovery-image] Oct 30 19:26:41.187 INFO O| Oct 30 19:26:41.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54492024-10-30T19:26:42.072Z[ recovery-image] Oct 30 19:26:41.187 INFO O| Oct 30 19:26:41.187 INFO STEP 426 (remove_files) COMPLETE
54502024-10-30T19:26:42.075Z[ recovery-image] Oct 30 19:26:41.187 INFO O| Oct 30 19:26:41.187 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-10-30T19:26:42.091Z[ recovery-image] Oct 30 19:26:41.206 INFO O| Oct 30 19:26:41.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54522024-10-30T19:26:42.091Z[ recovery-image] Oct 30 19:26:41.206 INFO O| Oct 30 19:26:41.206 INFO STEP 427 (remove_files) COMPLETE
54532024-10-30T19:26:42.091Z[ recovery-image] Oct 30 19:26:41.206 INFO O| Oct 30 19:26:41.206 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-10-30T19:26:42.109Z[ recovery-image] Oct 30 19:26:41.223 INFO O| Oct 30 19:26:41.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54552024-10-30T19:26:42.109Z[ recovery-image] Oct 30 19:26:41.223 INFO O| Oct 30 19:26:41.223 INFO STEP 428 (remove_files) COMPLETE
54562024-10-30T19:26:42.112Z[ recovery-image] Oct 30 19:26:41.223 INFO O| Oct 30 19:26:41.223 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-10-30T19:26:42.125Z[ recovery-image] Oct 30 19:26:41.240 INFO O| Oct 30 19:26:41.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54582024-10-30T19:26:42.125Z[ recovery-image] Oct 30 19:26:41.240 INFO O| Oct 30 19:26:41.240 INFO STEP 429 (remove_files) COMPLETE
54592024-10-30T19:26:42.127Z[ recovery-image] Oct 30 19:26:41.240 INFO O| Oct 30 19:26:41.240 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-10-30T19:26:42.141Z[ recovery-image] Oct 30 19:26:41.256 INFO O| Oct 30 19:26:41.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54612024-10-30T19:26:42.141Z[ recovery-image] Oct 30 19:26:41.256 INFO O| Oct 30 19:26:41.256 INFO STEP 430 (remove_files) COMPLETE
54622024-10-30T19:26:42.141Z[ recovery-image] Oct 30 19:26:41.256 INFO O| Oct 30 19:26:41.256 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-10-30T19:26:42.157Z[ recovery-image] Oct 30 19:26:41.272 INFO O| Oct 30 19:26:41.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54642024-10-30T19:26:42.157Z[ recovery-image] Oct 30 19:26:41.272 INFO O| Oct 30 19:26:41.272 INFO STEP 431 (remove_files) COMPLETE
54652024-10-30T19:26:42.158Z[ recovery-image] Oct 30 19:26:41.272 INFO O| Oct 30 19:26:41.272 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-10-30T19:26:42.173Z[ recovery-image] Oct 30 19:26:41.288 INFO O| Oct 30 19:26:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54672024-10-30T19:26:42.173Z[ recovery-image] Oct 30 19:26:41.288 INFO O| Oct 30 19:26:41.288 INFO STEP 432 (remove_files) COMPLETE
54682024-10-30T19:26:42.175Z[ recovery-image] Oct 30 19:26:41.288 INFO O| Oct 30 19:26:41.288 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-10-30T19:26:42.188Z[ recovery-image] Oct 30 19:26:41.303 INFO O| Oct 30 19:26:41.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54702024-10-30T19:26:42.188Z[ recovery-image] Oct 30 19:26:41.303 INFO O| Oct 30 19:26:41.303 INFO STEP 433 (remove_files) COMPLETE
54712024-10-30T19:26:42.191Z[ recovery-image] Oct 30 19:26:41.303 INFO O| Oct 30 19:26:41.303 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-10-30T19:26:42.206Z[ recovery-image] Oct 30 19:26:41.320 INFO O| Oct 30 19:26:41.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54732024-10-30T19:26:42.206Z[ recovery-image] Oct 30 19:26:41.320 INFO O| Oct 30 19:26:41.320 INFO STEP 434 (remove_files) COMPLETE
54742024-10-30T19:26:42.208Z[ recovery-image] Oct 30 19:26:41.321 INFO O| Oct 30 19:26:41.320 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-10-30T19:26:42.222Z[ recovery-image] Oct 30 19:26:41.337 INFO O| Oct 30 19:26:41.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54762024-10-30T19:26:42.222Z[ recovery-image] Oct 30 19:26:41.337 INFO O| Oct 30 19:26:41.337 INFO STEP 435 (remove_files) COMPLETE
54772024-10-30T19:26:42.225Z[ recovery-image] Oct 30 19:26:41.337 INFO O| Oct 30 19:26:41.337 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-10-30T19:26:42.238Z[ recovery-image] Oct 30 19:26:41.353 INFO O| Oct 30 19:26:41.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54792024-10-30T19:26:42.238Z[ recovery-image] Oct 30 19:26:41.353 INFO O| Oct 30 19:26:41.353 INFO STEP 436 (remove_files) COMPLETE
54802024-10-30T19:26:42.240Z[ recovery-image] Oct 30 19:26:41.353 INFO O| Oct 30 19:26:41.353 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-10-30T19:26:42.254Z[ recovery-image] Oct 30 19:26:41.368 INFO O| Oct 30 19:26:41.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54822024-10-30T19:26:42.254Z[ recovery-image] Oct 30 19:26:41.369 INFO O| Oct 30 19:26:41.368 INFO STEP 437 (remove_files) COMPLETE
54832024-10-30T19:26:42.258Z[ recovery-image] Oct 30 19:26:41.369 INFO O| Oct 30 19:26:41.368 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-10-30T19:26:42.270Z[ recovery-image] Oct 30 19:26:41.384 INFO O| Oct 30 19:26:41.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54852024-10-30T19:26:42.270Z[ recovery-image] Oct 30 19:26:41.384 INFO O| Oct 30 19:26:41.384 INFO STEP 438 (remove_files) COMPLETE
54862024-10-30T19:26:42.270Z[ recovery-image] Oct 30 19:26:41.384 INFO O| Oct 30 19:26:41.384 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-10-30T19:26:42.285Z[ recovery-image] Oct 30 19:26:41.400 INFO O| Oct 30 19:26:41.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54882024-10-30T19:26:42.285Z[ recovery-image] Oct 30 19:26:41.400 INFO O| Oct 30 19:26:41.400 INFO STEP 439 (remove_files) COMPLETE
54892024-10-30T19:26:42.285Z[ recovery-image] Oct 30 19:26:41.400 INFO O| Oct 30 19:26:41.400 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-10-30T19:26:42.301Z[ recovery-image] Oct 30 19:26:41.415 INFO O| Oct 30 19:26:41.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54912024-10-30T19:26:42.301Z[ recovery-image] Oct 30 19:26:41.415 INFO O| Oct 30 19:26:41.415 INFO STEP 440 (remove_files) COMPLETE
54922024-10-30T19:26:42.303Z[ recovery-image] Oct 30 19:26:41.416 INFO O| Oct 30 19:26:41.415 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-10-30T19:26:42.316Z[ recovery-image] Oct 30 19:26:41.431 INFO O| Oct 30 19:26:41.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54942024-10-30T19:26:42.316Z[ recovery-image] Oct 30 19:26:41.431 INFO O| Oct 30 19:26:41.431 INFO STEP 441 (remove_files) COMPLETE
54952024-10-30T19:26:42.316Z[ recovery-image] Oct 30 19:26:41.431 INFO O| Oct 30 19:26:41.431 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-10-30T19:26:42.332Z[ recovery-image] Oct 30 19:26:41.446 INFO O| Oct 30 19:26:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54972024-10-30T19:26:42.332Z[ recovery-image] Oct 30 19:26:41.446 INFO O| Oct 30 19:26:41.446 INFO STEP 442 (remove_files) COMPLETE
54982024-10-30T19:26:42.332Z[ recovery-image] Oct 30 19:26:41.446 INFO O| Oct 30 19:26:41.446 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-10-30T19:26:42.347Z[ recovery-image] Oct 30 19:26:41.461 INFO O| Oct 30 19:26:41.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
55002024-10-30T19:26:42.347Z[ recovery-image] Oct 30 19:26:41.461 INFO O| Oct 30 19:26:41.461 INFO STEP 443 (remove_files) COMPLETE
55012024-10-30T19:26:42.347Z[ recovery-image] Oct 30 19:26:41.462 INFO O| Oct 30 19:26:41.461 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-10-30T19:26:42.362Z[ recovery-image] Oct 30 19:26:41.477 INFO O| Oct 30 19:26:41.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
55032024-10-30T19:26:42.362Z[ recovery-image] Oct 30 19:26:41.477 INFO O| Oct 30 19:26:41.477 INFO STEP 444 (remove_files) COMPLETE
55042024-10-30T19:26:42.362Z[ recovery-image] Oct 30 19:26:41.477 INFO O| Oct 30 19:26:41.477 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-10-30T19:26:42.377Z[ recovery-image] Oct 30 19:26:41.492 INFO O| Oct 30 19:26:41.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
55062024-10-30T19:26:42.377Z[ recovery-image] Oct 30 19:26:41.492 INFO O| Oct 30 19:26:41.492 INFO STEP 445 (remove_files) COMPLETE
55072024-10-30T19:26:42.377Z[ recovery-image] Oct 30 19:26:41.492 INFO O| Oct 30 19:26:41.492 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-10-30T19:26:42.390Z[ host-image] Oct 30 19:26:41.505 INFO O| Oct 30 19:26:41.505 INFO O| Done
55092024-10-30T19:26:42.393Z[ recovery-image] Oct 30 19:26:41.508 INFO O| Oct 30 19:26:41.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55102024-10-30T19:26:42.396Z[ recovery-image] Oct 30 19:26:41.508 INFO O| Oct 30 19:26:41.508 INFO STEP 446 (remove_files) COMPLETE
55112024-10-30T19:26:42.396Z[ recovery-image] Oct 30 19:26:41.508 INFO O| Oct 30 19:26:41.508 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-30T19:26:42.409Z[ recovery-image] Oct 30 19:26:41.524 INFO O| Oct 30 19:26:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55132024-10-30T19:26:42.409Z[ recovery-image] Oct 30 19:26:41.524 INFO O| Oct 30 19:26:41.524 INFO STEP 447 (remove_files) COMPLETE
55142024-10-30T19:26:42.409Z[ recovery-image] Oct 30 19:26:41.524 INFO O| Oct 30 19:26:41.524 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-30T19:26:42.425Z[ recovery-image] Oct 30 19:26:41.540 INFO O| Oct 30 19:26:41.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55162024-10-30T19:26:42.425Z[ recovery-image] Oct 30 19:26:41.540 INFO O| Oct 30 19:26:41.540 INFO STEP 448 (remove_files) COMPLETE
55172024-10-30T19:26:42.428Z[ recovery-image] Oct 30 19:26:41.540 INFO O| Oct 30 19:26:41.540 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-30T19:26:42.441Z[ recovery-image] Oct 30 19:26:41.556 INFO O| Oct 30 19:26:41.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55192024-10-30T19:26:42.441Z[ recovery-image] Oct 30 19:26:41.556 INFO O| Oct 30 19:26:41.556 INFO STEP 449 (remove_files) COMPLETE
55202024-10-30T19:26:42.444Z[ recovery-image] Oct 30 19:26:41.556 INFO O| Oct 30 19:26:41.556 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-30T19:26:42.458Z[ recovery-image] Oct 30 19:26:41.573 INFO O| Oct 30 19:26:41.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55222024-10-30T19:26:42.458Z[ recovery-image] Oct 30 19:26:41.573 INFO O| Oct 30 19:26:41.573 INFO STEP 450 (remove_files) COMPLETE
55232024-10-30T19:26:42.461Z[ recovery-image] Oct 30 19:26:41.573 INFO O| Oct 30 19:26:41.573 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-30T19:26:42.474Z[ recovery-image] Oct 30 19:26:41.589 INFO O| Oct 30 19:26:41.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55252024-10-30T19:26:42.474Z[ recovery-image] Oct 30 19:26:41.589 INFO O| Oct 30 19:26:41.589 INFO STEP 451 (remove_files) COMPLETE
55262024-10-30T19:26:42.477Z[ recovery-image] Oct 30 19:26:41.589 INFO O| Oct 30 19:26:41.589 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-30T19:26:42.490Z[ recovery-image] Oct 30 19:26:41.605 INFO O| Oct 30 19:26:41.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55282024-10-30T19:26:42.492Z[ recovery-image] Oct 30 19:26:41.605 INFO O| Oct 30 19:26:41.605 INFO STEP 452 (remove_files) COMPLETE
55292024-10-30T19:26:42.492Z[ recovery-image] Oct 30 19:26:41.605 INFO O| Oct 30 19:26:41.605 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-30T19:26:42.505Z[ recovery-image] Oct 30 19:26:41.620 INFO O| Oct 30 19:26:41.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55312024-10-30T19:26:42.505Z[ recovery-image] Oct 30 19:26:41.620 INFO O| Oct 30 19:26:41.620 INFO STEP 453 (remove_files) COMPLETE
55322024-10-30T19:26:42.508Z[ recovery-image] Oct 30 19:26:41.620 INFO O| Oct 30 19:26:41.620 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-30T19:26:42.517Z[ recovery-image] Oct 30 19:26:41.632 INFO O| Oct 30 19:26:41.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55342024-10-30T19:26:42.517Z[ recovery-image] Oct 30 19:26:41.632 INFO O| Oct 30 19:26:41.632 INFO STEP 454 (remove_files) COMPLETE
55352024-10-30T19:26:42.519Z[ recovery-image] Oct 30 19:26:41.632 INFO O| Oct 30 19:26:41.632 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-30T19:26:42.532Z[ recovery-image] Oct 30 19:26:41.646 INFO O| Oct 30 19:26:41.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55372024-10-30T19:26:42.534Z[ recovery-image] Oct 30 19:26:41.646 INFO O| Oct 30 19:26:41.646 INFO STEP 455 (remove_files) COMPLETE
55382024-10-30T19:26:42.534Z[ recovery-image] Oct 30 19:26:41.647 INFO O| Oct 30 19:26:41.646 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-30T19:26:42.544Z[ recovery-image] Oct 30 19:26:41.658 INFO O| Oct 30 19:26:41.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55402024-10-30T19:26:42.544Z[ recovery-image] Oct 30 19:26:41.658 INFO O| Oct 30 19:26:41.658 INFO STEP 456 (remove_files) COMPLETE
55412024-10-30T19:26:42.546Z[ recovery-image] Oct 30 19:26:41.659 INFO O| Oct 30 19:26:41.658 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-30T19:26:42.560Z[ recovery-image] Oct 30 19:26:41.674 INFO O| Oct 30 19:26:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55432024-10-30T19:26:42.560Z[ recovery-image] Oct 30 19:26:41.675 INFO O| Oct 30 19:26:41.675 INFO STEP 457 (remove_files) COMPLETE
55442024-10-30T19:26:42.560Z[ recovery-image] Oct 30 19:26:41.675 INFO O| Oct 30 19:26:41.675 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-30T19:26:42.574Z[ recovery-image] Oct 30 19:26:41.688 INFO O| Oct 30 19:26:41.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55462024-10-30T19:26:42.574Z[ recovery-image] Oct 30 19:26:41.688 INFO O| Oct 30 19:26:41.688 INFO STEP 458 (remove_files) COMPLETE
55472024-10-30T19:26:42.576Z[ recovery-image] Oct 30 19:26:41.688 INFO O| Oct 30 19:26:41.688 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-30T19:26:42.585Z[ recovery-image] Oct 30 19:26:41.700 INFO O| Oct 30 19:26:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55492024-10-30T19:26:42.585Z[ recovery-image] Oct 30 19:26:41.700 INFO O| Oct 30 19:26:41.700 INFO STEP 459 (remove_files) COMPLETE
55502024-10-30T19:26:42.585Z[ recovery-image] Oct 30 19:26:41.700 INFO O| Oct 30 19:26:41.700 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-30T19:26:42.597Z[ recovery-image] Oct 30 19:26:41.712 INFO O| Oct 30 19:26:41.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55522024-10-30T19:26:42.597Z[ recovery-image] Oct 30 19:26:41.712 INFO O| Oct 30 19:26:41.712 INFO STEP 460 (remove_files) COMPLETE
55532024-10-30T19:26:42.599Z[ recovery-image] Oct 30 19:26:41.712 INFO O| Oct 30 19:26:41.712 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-30T19:26:42.612Z[ recovery-image] Oct 30 19:26:41.727 INFO O| Oct 30 19:26:41.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55552024-10-30T19:26:42.612Z[ recovery-image] Oct 30 19:26:41.727 INFO O| Oct 30 19:26:41.727 INFO STEP 461 (remove_files) COMPLETE
55562024-10-30T19:26:42.615Z[ recovery-image] Oct 30 19:26:41.727 INFO O| Oct 30 19:26:41.727 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-30T19:26:42.630Z[ recovery-image] Oct 30 19:26:41.744 INFO O| Oct 30 19:26:41.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55582024-10-30T19:26:42.630Z[ recovery-image] Oct 30 19:26:41.745 INFO O| Oct 30 19:26:41.744 INFO STEP 462 (remove_files) COMPLETE
55592024-10-30T19:26:42.632Z[ recovery-image] Oct 30 19:26:41.745 INFO O| Oct 30 19:26:41.745 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-30T19:26:42.647Z[ recovery-image] Oct 30 19:26:41.761 INFO O| Oct 30 19:26:41.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55612024-10-30T19:26:42.647Z[ recovery-image] Oct 30 19:26:41.761 INFO O| Oct 30 19:26:41.761 INFO STEP 463 (remove_files) COMPLETE
55622024-10-30T19:26:42.647Z[ recovery-image] Oct 30 19:26:41.762 INFO O| Oct 30 19:26:41.761 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-30T19:26:42.660Z[ recovery-image] Oct 30 19:26:41.775 INFO O| Oct 30 19:26:41.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55642024-10-30T19:26:42.660Z[ recovery-image] Oct 30 19:26:41.775 INFO O| Oct 30 19:26:41.775 INFO STEP 464 (remove_files) COMPLETE
55652024-10-30T19:26:42.663Z[ recovery-image] Oct 30 19:26:41.775 INFO O| Oct 30 19:26:41.775 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-30T19:26:42.674Z[ recovery-image] Oct 30 19:26:41.789 INFO O| Oct 30 19:26:41.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55672024-10-30T19:26:42.676Z[ recovery-image] Oct 30 19:26:41.789 INFO O| Oct 30 19:26:41.789 INFO STEP 465 (remove_files) COMPLETE
55682024-10-30T19:26:42.677Z[ recovery-image] Oct 30 19:26:41.789 INFO O| Oct 30 19:26:41.789 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-30T19:26:42.689Z[ recovery-image] Oct 30 19:26:41.804 INFO O| Oct 30 19:26:41.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55702024-10-30T19:26:42.689Z[ recovery-image] Oct 30 19:26:41.804 INFO O| Oct 30 19:26:41.804 INFO STEP 466 (remove_files) COMPLETE
55712024-10-30T19:26:42.691Z[ recovery-image] Oct 30 19:26:41.804 INFO O| Oct 30 19:26:41.804 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-10-30T19:26:42.702Z[ recovery-image] Oct 30 19:26:41.817 INFO O| Oct 30 19:26:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55732024-10-30T19:26:42.702Z[ recovery-image] Oct 30 19:26:41.817 INFO O| Oct 30 19:26:41.817 INFO STEP 467 (remove_files) COMPLETE
55742024-10-30T19:26:42.702Z[ recovery-image] Oct 30 19:26:41.817 INFO O| Oct 30 19:26:41.817 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-30T19:26:42.717Z[ recovery-image] Oct 30 19:26:41.832 INFO O| Oct 30 19:26:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55762024-10-30T19:26:42.717Z[ recovery-image] Oct 30 19:26:41.832 INFO O| Oct 30 19:26:41.832 INFO STEP 468 (remove_files) COMPLETE
55772024-10-30T19:26:42.720Z[ recovery-image] Oct 30 19:26:41.832 INFO O| Oct 30 19:26:41.832 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-10-30T19:26:42.732Z[ recovery-image] Oct 30 19:26:41.847 INFO O| Oct 30 19:26:41.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55792024-10-30T19:26:42.732Z[ recovery-image] Oct 30 19:26:41.847 INFO O| Oct 30 19:26:41.847 INFO STEP 469 (remove_files) COMPLETE
55802024-10-30T19:26:42.735Z[ recovery-image] Oct 30 19:26:41.847 INFO O| Oct 30 19:26:41.847 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-10-30T19:26:42.743Z[ recovery-image] Oct 30 19:26:41.858 INFO O| Oct 30 19:26:41.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55822024-10-30T19:26:42.743Z[ recovery-image] Oct 30 19:26:41.858 INFO O| Oct 30 19:26:41.858 INFO STEP 470 (remove_files) COMPLETE
55832024-10-30T19:26:42.743Z[ recovery-image] Oct 30 19:26:41.858 INFO O| Oct 30 19:26:41.858 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-30T19:26:42.755Z[ recovery-image] Oct 30 19:26:41.870 INFO O| Oct 30 19:26:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55852024-10-30T19:26:42.755Z[ recovery-image] Oct 30 19:26:41.870 INFO O| Oct 30 19:26:41.870 INFO STEP 471 (remove_files) COMPLETE
55862024-10-30T19:26:42.758Z[ recovery-image] Oct 30 19:26:41.870 INFO O| Oct 30 19:26:41.870 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-30T19:26:42.767Z[ recovery-image] Oct 30 19:26:41.881 INFO O| Oct 30 19:26:41.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55882024-10-30T19:26:42.767Z[ recovery-image] Oct 30 19:26:41.881 INFO O| Oct 30 19:26:41.881 INFO STEP 472 (remove_files) COMPLETE
55892024-10-30T19:26:42.769Z[ recovery-image] Oct 30 19:26:41.881 INFO O| Oct 30 19:26:41.881 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-30T19:26:42.777Z[ recovery-image] Oct 30 19:26:41.892 INFO O| Oct 30 19:26:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55912024-10-30T19:26:42.780Z[ recovery-image] Oct 30 19:26:41.892 INFO O| Oct 30 19:26:41.892 INFO STEP 473 (remove_files) COMPLETE
55922024-10-30T19:26:42.780Z[ recovery-image] Oct 30 19:26:41.892 INFO O| Oct 30 19:26:41.892 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-30T19:26:42.794Z[ recovery-image] Oct 30 19:26:41.909 INFO O| Oct 30 19:26:41.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55942024-10-30T19:26:42.794Z[ recovery-image] Oct 30 19:26:41.909 INFO O| Oct 30 19:26:41.909 INFO STEP 474 (remove_files) COMPLETE
55952024-10-30T19:26:42.796Z[ recovery-image] Oct 30 19:26:41.909 INFO O| Oct 30 19:26:41.909 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-30T19:26:42.805Z[ recovery-image] Oct 30 19:26:41.920 INFO O| Oct 30 19:26:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55972024-10-30T19:26:42.805Z[ recovery-image] Oct 30 19:26:41.920 INFO O| Oct 30 19:26:41.920 INFO STEP 475 (remove_files) COMPLETE
55982024-10-30T19:26:42.805Z[ recovery-image] Oct 30 19:26:41.920 INFO O| Oct 30 19:26:41.920 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-30T19:26:42.816Z[ recovery-image] Oct 30 19:26:41.931 INFO O| Oct 30 19:26:41.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
56002024-10-30T19:26:42.816Z[ recovery-image] Oct 30 19:26:41.931 INFO O| Oct 30 19:26:41.931 INFO STEP 476 (remove_files) COMPLETE
56012024-10-30T19:26:42.816Z[ recovery-image] Oct 30 19:26:41.931 INFO O| Oct 30 19:26:41.931 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-30T19:26:42.828Z[ recovery-image] Oct 30 19:26:41.942 INFO O| Oct 30 19:26:41.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
56032024-10-30T19:26:42.828Z[ recovery-image] Oct 30 19:26:41.942 INFO O| Oct 30 19:26:41.942 INFO STEP 477 (remove_files) COMPLETE
56042024-10-30T19:26:42.828Z[ recovery-image] Oct 30 19:26:41.942 INFO O| Oct 30 19:26:41.942 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-30T19:26:42.844Z[ recovery-image] Oct 30 19:26:41.959 INFO O| Oct 30 19:26:41.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
56062024-10-30T19:26:42.844Z[ recovery-image] Oct 30 19:26:41.959 INFO O| Oct 30 19:26:41.959 INFO STEP 478 (remove_files) COMPLETE
56072024-10-30T19:26:42.847Z[ recovery-image] Oct 30 19:26:41.959 INFO O| Oct 30 19:26:41.959 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-30T19:26:42.856Z[ recovery-image] Oct 30 19:26:41.970 INFO O| Oct 30 19:26:41.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56092024-10-30T19:26:42.856Z[ recovery-image] Oct 30 19:26:41.971 INFO O| Oct 30 19:26:41.970 INFO STEP 479 (remove_files) COMPLETE
56102024-10-30T19:26:42.858Z[ recovery-image] Oct 30 19:26:41.971 INFO O| Oct 30 19:26:41.970 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-30T19:26:42.870Z[ recovery-image] Oct 30 19:26:41.985 INFO O| Oct 30 19:26:41.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56122024-10-30T19:26:42.870Z[ recovery-image] Oct 30 19:26:41.985 INFO O| Oct 30 19:26:41.985 INFO STEP 480 (remove_files) COMPLETE
56132024-10-30T19:26:42.871Z[ recovery-image] Oct 30 19:26:41.985 INFO O| Oct 30 19:26:41.985 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-30T19:26:42.919Z[ recovery-image] Oct 30 19:26:42.034 INFO O| Oct 30 19:26:42.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56152024-10-30T19:26:42.919Z[ recovery-image] Oct 30 19:26:42.034 INFO O| Oct 30 19:26:42.034 INFO STEP 481 (remove_files) COMPLETE
56162024-10-30T19:26:42.922Z[ recovery-image] Oct 30 19:26:42.034 INFO O| Oct 30 19:26:42.034 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-30T19:26:42.935Z[ recovery-image] Oct 30 19:26:42.050 INFO O| Oct 30 19:26:42.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56182024-10-30T19:26:42.938Z[ recovery-image] Oct 30 19:26:42.051 INFO O| Oct 30 19:26:42.051 INFO STEP 482 (remove_files) COMPLETE
56192024-10-30T19:26:42.938Z[ recovery-image] Oct 30 19:26:42.051 INFO O| Oct 30 19:26:42.051 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-30T19:26:42.953Z[ recovery-image] Oct 30 19:26:42.068 INFO O| Oct 30 19:26:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56212024-10-30T19:26:42.955Z[ recovery-image] Oct 30 19:26:42.068 INFO O| Oct 30 19:26:42.068 INFO STEP 483 (remove_files) COMPLETE
56222024-10-30T19:26:42.955Z[ recovery-image] Oct 30 19:26:42.068 INFO O| Oct 30 19:26:42.068 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-30T19:26:42.967Z[ recovery-image] Oct 30 19:26:42.082 INFO O| Oct 30 19:26:42.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56242024-10-30T19:26:42.967Z[ recovery-image] Oct 30 19:26:42.082 INFO O| Oct 30 19:26:42.082 INFO STEP 484 (remove_files) COMPLETE
56252024-10-30T19:26:42.970Z[ recovery-image] Oct 30 19:26:42.082 INFO O| Oct 30 19:26:42.082 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-30T19:26:42.981Z[ recovery-image] Oct 30 19:26:42.096 INFO O| Oct 30 19:26:42.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56272024-10-30T19:26:42.981Z[ recovery-image] Oct 30 19:26:42.096 INFO O| Oct 30 19:26:42.096 INFO STEP 485 (remove_files) COMPLETE
56282024-10-30T19:26:42.981Z[ recovery-image] Oct 30 19:26:42.096 INFO O| Oct 30 19:26:42.096 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-30T19:26:42.994Z[ recovery-image] Oct 30 19:26:42.109 INFO O| Oct 30 19:26:42.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56302024-10-30T19:26:42.994Z[ recovery-image] Oct 30 19:26:42.109 INFO O| Oct 30 19:26:42.109 INFO STEP 486 (remove_files) COMPLETE
56312024-10-30T19:26:42.994Z[ recovery-image] Oct 30 19:26:42.109 INFO O| Oct 30 19:26:42.109 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-30T19:26:43.005Z[ recovery-image] Oct 30 19:26:42.119 INFO O| Oct 30 19:26:42.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56332024-10-30T19:26:43.005Z[ recovery-image] Oct 30 19:26:42.120 INFO O| Oct 30 19:26:42.120 INFO STEP 487 (remove_files) COMPLETE
56342024-10-30T19:26:43.009Z[ recovery-image] Oct 30 19:26:42.120 INFO O| Oct 30 19:26:42.120 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-30T19:26:43.016Z[ recovery-image] Oct 30 19:26:42.131 INFO O| Oct 30 19:26:42.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56362024-10-30T19:26:43.018Z[ recovery-image] Oct 30 19:26:42.131 INFO O| Oct 30 19:26:42.131 INFO STEP 488 (remove_files) COMPLETE
56372024-10-30T19:26:43.018Z[ recovery-image] Oct 30 19:26:42.131 INFO O| Oct 30 19:26:42.131 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-30T19:26:43.027Z[ recovery-image] Oct 30 19:26:42.142 INFO O| Oct 30 19:26:42.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56392024-10-30T19:26:43.027Z[ recovery-image] Oct 30 19:26:42.142 INFO O| Oct 30 19:26:42.142 INFO STEP 489 (remove_files) COMPLETE
56402024-10-30T19:26:43.029Z[ recovery-image] Oct 30 19:26:42.142 INFO O| Oct 30 19:26:42.142 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-30T19:26:43.037Z[ recovery-image] Oct 30 19:26:42.152 INFO O| Oct 30 19:26:42.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56422024-10-30T19:26:43.039Z[ recovery-image] Oct 30 19:26:42.152 INFO O| Oct 30 19:26:42.152 INFO STEP 490 (remove_files) COMPLETE
56432024-10-30T19:26:43.039Z[ recovery-image] Oct 30 19:26:42.152 INFO O| Oct 30 19:26:42.152 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-30T19:26:43.047Z[ recovery-image] Oct 30 19:26:42.162 INFO O| Oct 30 19:26:42.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56452024-10-30T19:26:43.047Z[ recovery-image] Oct 30 19:26:42.162 INFO O| Oct 30 19:26:42.162 INFO STEP 491 (remove_files) COMPLETE
56462024-10-30T19:26:43.047Z[ recovery-image] Oct 30 19:26:42.162 INFO O| Oct 30 19:26:42.162 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-30T19:26:43.058Z[ recovery-image] Oct 30 19:26:42.173 INFO O| Oct 30 19:26:42.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56482024-10-30T19:26:43.058Z[ recovery-image] Oct 30 19:26:42.173 INFO O| Oct 30 19:26:42.173 INFO STEP 492 (remove_files) COMPLETE
56492024-10-30T19:26:43.061Z[ recovery-image] Oct 30 19:26:42.173 INFO O| Oct 30 19:26:42.173 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-30T19:26:43.068Z[ recovery-image] Oct 30 19:26:42.183 INFO O| Oct 30 19:26:42.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56512024-10-30T19:26:43.068Z[ recovery-image] Oct 30 19:26:42.183 INFO O| Oct 30 19:26:42.183 INFO STEP 493 (remove_files) COMPLETE
56522024-10-30T19:26:43.071Z[ recovery-image] Oct 30 19:26:42.183 INFO O| Oct 30 19:26:42.183 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-30T19:26:43.082Z[ recovery-image] Oct 30 19:26:42.197 INFO O| Oct 30 19:26:42.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56542024-10-30T19:26:43.082Z[ recovery-image] Oct 30 19:26:42.197 INFO O| Oct 30 19:26:42.197 INFO STEP 494 (remove_files) COMPLETE
56552024-10-30T19:26:43.082Z[ recovery-image] Oct 30 19:26:42.197 INFO O| Oct 30 19:26:42.197 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-30T19:26:43.093Z[ recovery-image] Oct 30 19:26:42.208 INFO O| Oct 30 19:26:42.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56572024-10-30T19:26:43.094Z[ recovery-image] Oct 30 19:26:42.208 INFO O| Oct 30 19:26:42.208 INFO STEP 495 (remove_files) COMPLETE
56582024-10-30T19:26:43.096Z[ recovery-image] Oct 30 19:26:42.208 INFO O| Oct 30 19:26:42.208 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-30T19:26:43.105Z[ recovery-image] Oct 30 19:26:42.219 INFO O| Oct 30 19:26:42.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56602024-10-30T19:26:43.105Z[ recovery-image] Oct 30 19:26:42.219 INFO O| Oct 30 19:26:42.219 INFO STEP 496 (remove_files) COMPLETE
56612024-10-30T19:26:43.105Z[ recovery-image] Oct 30 19:26:42.219 INFO O| Oct 30 19:26:42.219 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-30T19:26:43.118Z[ recovery-image] Oct 30 19:26:42.231 INFO O| Oct 30 19:26:42.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56632024-10-30T19:26:43.118Z[ recovery-image] Oct 30 19:26:42.231 INFO O| Oct 30 19:26:42.231 INFO STEP 497 (remove_files) COMPLETE
56642024-10-30T19:26:43.121Z[ recovery-image] Oct 30 19:26:42.231 INFO O| Oct 30 19:26:42.231 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-30T19:26:43.126Z[ recovery-image] Oct 30 19:26:42.241 INFO O| Oct 30 19:26:42.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56662024-10-30T19:26:43.129Z[ recovery-image] Oct 30 19:26:42.241 INFO O| Oct 30 19:26:42.241 INFO STEP 498 (remove_files) COMPLETE
56672024-10-30T19:26:43.129Z[ recovery-image] Oct 30 19:26:42.241 INFO O| Oct 30 19:26:42.241 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-30T19:26:43.136Z[ recovery-image] Oct 30 19:26:42.251 INFO O| Oct 30 19:26:42.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56692024-10-30T19:26:43.136Z[ recovery-image] Oct 30 19:26:42.251 INFO O| Oct 30 19:26:42.251 INFO STEP 499 (remove_files) COMPLETE
56702024-10-30T19:26:43.139Z[ recovery-image] Oct 30 19:26:42.251 INFO O| Oct 30 19:26:42.251 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-30T19:26:43.147Z[ recovery-image] Oct 30 19:26:42.261 INFO O| Oct 30 19:26:42.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56722024-10-30T19:26:43.147Z[ recovery-image] Oct 30 19:26:42.262 INFO O| Oct 30 19:26:42.261 INFO STEP 500 (remove_files) COMPLETE
56732024-10-30T19:26:43.149Z[ recovery-image] Oct 30 19:26:42.262 INFO O| Oct 30 19:26:42.261 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-30T19:26:43.159Z[ recovery-image] Oct 30 19:26:42.274 INFO O| Oct 30 19:26:42.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56752024-10-30T19:26:43.161Z[ recovery-image] Oct 30 19:26:42.274 INFO O| Oct 30 19:26:42.274 INFO STEP 501 (remove_files) COMPLETE
56762024-10-30T19:26:43.162Z[ recovery-image] Oct 30 19:26:42.274 INFO O| Oct 30 19:26:42.274 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-30T19:26:43.171Z[ recovery-image] Oct 30 19:26:42.286 INFO O| Oct 30 19:26:42.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56782024-10-30T19:26:43.171Z[ recovery-image] Oct 30 19:26:42.286 INFO O| Oct 30 19:26:42.286 INFO STEP 502 (remove_files) COMPLETE
56792024-10-30T19:26:43.171Z[ recovery-image] Oct 30 19:26:42.286 INFO O| Oct 30 19:26:42.286 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-30T19:26:43.183Z[ recovery-image] Oct 30 19:26:42.298 INFO O| Oct 30 19:26:42.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56812024-10-30T19:26:43.183Z[ recovery-image] Oct 30 19:26:42.298 INFO O| Oct 30 19:26:42.298 INFO STEP 503 (remove_files) COMPLETE
56822024-10-30T19:26:43.185Z[ recovery-image] Oct 30 19:26:42.298 INFO O| Oct 30 19:26:42.298 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-30T19:26:43.194Z[ recovery-image] Oct 30 19:26:42.309 INFO O| Oct 30 19:26:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56842024-10-30T19:26:43.194Z[ recovery-image] Oct 30 19:26:42.309 INFO O| Oct 30 19:26:42.309 INFO STEP 504 (remove_files) COMPLETE
56852024-10-30T19:26:43.196Z[ recovery-image] Oct 30 19:26:42.309 INFO O| Oct 30 19:26:42.309 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-30T19:26:43.205Z[ recovery-image] Oct 30 19:26:42.320 INFO O| Oct 30 19:26:42.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56872024-10-30T19:26:43.205Z[ recovery-image] Oct 30 19:26:42.320 INFO O| Oct 30 19:26:42.320 INFO STEP 505 (remove_files) COMPLETE
56882024-10-30T19:26:43.205Z[ recovery-image] Oct 30 19:26:42.320 INFO O| Oct 30 19:26:42.320 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-30T19:26:43.215Z[ recovery-image] Oct 30 19:26:42.330 INFO O| Oct 30 19:26:42.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56902024-10-30T19:26:43.218Z[ recovery-image] Oct 30 19:26:42.331 INFO O| Oct 30 19:26:42.331 INFO STEP 506 (remove_files) COMPLETE
56912024-10-30T19:26:43.218Z[ recovery-image] Oct 30 19:26:42.331 INFO O| Oct 30 19:26:42.331 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-30T19:26:43.227Z[ recovery-image] Oct 30 19:26:42.341 INFO O| Oct 30 19:26:42.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56932024-10-30T19:26:43.229Z[ recovery-image] Oct 30 19:26:42.342 INFO O| Oct 30 19:26:42.342 INFO STEP 507 (remove_files) COMPLETE
56942024-10-30T19:26:43.229Z[ recovery-image] Oct 30 19:26:42.342 INFO O| Oct 30 19:26:42.342 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-30T19:26:43.238Z[ recovery-image] Oct 30 19:26:42.353 INFO O| Oct 30 19:26:42.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56962024-10-30T19:26:43.238Z[ recovery-image] Oct 30 19:26:42.353 INFO O| Oct 30 19:26:42.353 INFO STEP 508 (remove_files) COMPLETE
56972024-10-30T19:26:43.240Z[ recovery-image] Oct 30 19:26:42.353 INFO O| Oct 30 19:26:42.353 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-30T19:26:43.248Z[ recovery-image] Oct 30 19:26:42.363 INFO O| Oct 30 19:26:42.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56992024-10-30T19:26:43.248Z[ recovery-image] Oct 30 19:26:42.363 INFO O| Oct 30 19:26:42.363 INFO STEP 509 (remove_files) COMPLETE
57002024-10-30T19:26:43.248Z[ recovery-image] Oct 30 19:26:42.363 INFO O| Oct 30 19:26:42.363 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-30T19:26:43.259Z[ recovery-image] Oct 30 19:26:42.373 INFO O| Oct 30 19:26:42.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
57022024-10-30T19:26:43.259Z[ recovery-image] Oct 30 19:26:42.373 INFO O| Oct 30 19:26:42.373 INFO STEP 510 (remove_files) COMPLETE
57032024-10-30T19:26:43.261Z[ recovery-image] Oct 30 19:26:42.373 INFO O| Oct 30 19:26:42.373 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-30T19:26:43.270Z[ recovery-image] Oct 30 19:26:42.385 INFO O| Oct 30 19:26:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
57052024-10-30T19:26:43.280Z[ recovery-image] Oct 30 19:26:42.385 INFO O| Oct 30 19:26:42.385 INFO STEP 511 (remove_files) COMPLETE
57062024-10-30T19:26:43.280Z[ recovery-image] Oct 30 19:26:42.385 INFO O| Oct 30 19:26:42.385 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-30T19:26:43.283Z[ recovery-image] Oct 30 19:26:42.396 INFO O| Oct 30 19:26:42.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57082024-10-30T19:26:43.283Z[ recovery-image] Oct 30 19:26:42.396 INFO O| Oct 30 19:26:42.396 INFO STEP 512 (remove_files) COMPLETE
57092024-10-30T19:26:43.283Z[ recovery-image] Oct 30 19:26:42.396 INFO O| Oct 30 19:26:42.396 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-30T19:26:43.291Z[ recovery-image] Oct 30 19:26:42.406 INFO O| Oct 30 19:26:42.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57112024-10-30T19:26:43.292Z[ recovery-image] Oct 30 19:26:42.406 INFO O| Oct 30 19:26:42.406 INFO STEP 513 (remove_files) COMPLETE
57122024-10-30T19:26:43.294Z[ recovery-image] Oct 30 19:26:42.407 INFO O| Oct 30 19:26:42.406 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-30T19:26:43.305Z[ recovery-image] Oct 30 19:26:42.419 INFO O| Oct 30 19:26:42.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57142024-10-30T19:26:43.305Z[ recovery-image] Oct 30 19:26:42.419 INFO O| Oct 30 19:26:42.419 INFO STEP 514 (remove_files) COMPLETE
57152024-10-30T19:26:43.307Z[ recovery-image] Oct 30 19:26:42.419 INFO O| Oct 30 19:26:42.419 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-30T19:26:43.315Z[ recovery-image] Oct 30 19:26:42.430 INFO O| Oct 30 19:26:42.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57172024-10-30T19:26:43.317Z[ recovery-image] Oct 30 19:26:42.430 INFO O| Oct 30 19:26:42.430 INFO STEP 515 (remove_files) COMPLETE
57182024-10-30T19:26:43.317Z[ recovery-image] Oct 30 19:26:42.430 INFO O| Oct 30 19:26:42.430 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-30T19:26:43.329Z[ recovery-image] Oct 30 19:26:42.443 INFO O| Oct 30 19:26:42.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57202024-10-30T19:26:43.329Z[ recovery-image] Oct 30 19:26:42.444 INFO O| Oct 30 19:26:42.444 INFO STEP 516 (remove_files) COMPLETE
57212024-10-30T19:26:43.329Z[ recovery-image] Oct 30 19:26:42.444 INFO O| Oct 30 19:26:42.444 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-30T19:26:43.341Z[ recovery-image] Oct 30 19:26:42.456 INFO O| Oct 30 19:26:42.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57232024-10-30T19:26:43.342Z[ recovery-image] Oct 30 19:26:42.456 INFO O| Oct 30 19:26:42.456 INFO STEP 517 (remove_files) COMPLETE
57242024-10-30T19:26:43.344Z[ recovery-image] Oct 30 19:26:42.456 INFO O| Oct 30 19:26:42.456 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-30T19:26:43.353Z[ recovery-image] Oct 30 19:26:42.468 INFO O| Oct 30 19:26:42.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57262024-10-30T19:26:43.353Z[ recovery-image] Oct 30 19:26:42.468 INFO O| Oct 30 19:26:42.468 INFO STEP 518 (remove_files) COMPLETE
57272024-10-30T19:26:43.353Z[ recovery-image] Oct 30 19:26:42.468 INFO O| Oct 30 19:26:42.468 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-30T19:26:43.364Z[ recovery-image] Oct 30 19:26:42.479 INFO O| Oct 30 19:26:42.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57292024-10-30T19:26:43.367Z[ recovery-image] Oct 30 19:26:42.479 INFO O| Oct 30 19:26:42.479 INFO STEP 519 (remove_files) COMPLETE
57302024-10-30T19:26:43.368Z[ recovery-image] Oct 30 19:26:42.479 INFO O| Oct 30 19:26:42.479 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-30T19:26:43.375Z[ recovery-image] Oct 30 19:26:42.490 INFO O| Oct 30 19:26:42.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57322024-10-30T19:26:43.377Z[ recovery-image] Oct 30 19:26:42.490 INFO O| Oct 30 19:26:42.490 INFO STEP 520 (remove_files) COMPLETE
57332024-10-30T19:26:43.377Z[ recovery-image] Oct 30 19:26:42.490 INFO O| Oct 30 19:26:42.490 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-30T19:26:43.385Z[ recovery-image] Oct 30 19:26:42.500 INFO O| Oct 30 19:26:42.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57352024-10-30T19:26:43.386Z[ recovery-image] Oct 30 19:26:42.500 INFO O| Oct 30 19:26:42.500 INFO STEP 521 (remove_files) COMPLETE
57362024-10-30T19:26:43.386Z[ recovery-image] Oct 30 19:26:42.500 INFO O| Oct 30 19:26:42.500 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-30T19:26:43.397Z[ recovery-image] Oct 30 19:26:42.512 INFO O| Oct 30 19:26:42.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57382024-10-30T19:26:43.397Z[ recovery-image] Oct 30 19:26:42.512 INFO O| Oct 30 19:26:42.512 INFO STEP 522 (remove_files) COMPLETE
57392024-10-30T19:26:43.399Z[ recovery-image] Oct 30 19:26:42.512 INFO O| Oct 30 19:26:42.512 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-30T19:26:43.407Z[ recovery-image] Oct 30 19:26:42.522 INFO O| Oct 30 19:26:42.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57412024-10-30T19:26:43.408Z[ recovery-image] Oct 30 19:26:42.522 INFO O| Oct 30 19:26:42.522 INFO STEP 523 (remove_files) COMPLETE
57422024-10-30T19:26:43.408Z[ recovery-image] Oct 30 19:26:42.522 INFO O| Oct 30 19:26:42.522 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-30T19:26:43.418Z[ recovery-image] Oct 30 19:26:42.533 INFO O| Oct 30 19:26:42.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57442024-10-30T19:26:43.418Z[ recovery-image] Oct 30 19:26:42.533 INFO O| Oct 30 19:26:42.533 INFO STEP 524 (remove_files) COMPLETE
57452024-10-30T19:26:43.418Z[ recovery-image] Oct 30 19:26:42.533 INFO O| Oct 30 19:26:42.533 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-30T19:26:43.429Z[ recovery-image] Oct 30 19:26:42.544 INFO O| Oct 30 19:26:42.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57472024-10-30T19:26:43.429Z[ recovery-image] Oct 30 19:26:42.544 INFO O| Oct 30 19:26:42.544 INFO STEP 525 (remove_files) COMPLETE
57482024-10-30T19:26:43.429Z[ recovery-image] Oct 30 19:26:42.544 INFO O| Oct 30 19:26:42.544 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-30T19:26:43.440Z[ recovery-image] Oct 30 19:26:42.555 INFO O| Oct 30 19:26:42.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57502024-10-30T19:26:43.440Z[ recovery-image] Oct 30 19:26:42.555 INFO O| Oct 30 19:26:42.555 INFO STEP 526 (remove_files) COMPLETE
57512024-10-30T19:26:43.443Z[ recovery-image] Oct 30 19:26:42.555 INFO O| Oct 30 19:26:42.555 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-30T19:26:43.450Z[ recovery-image] Oct 30 19:26:42.565 INFO O| Oct 30 19:26:42.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57532024-10-30T19:26:43.450Z[ recovery-image] Oct 30 19:26:42.565 INFO O| Oct 30 19:26:42.565 INFO STEP 527 (remove_files) COMPLETE
57542024-10-30T19:26:43.450Z[ recovery-image] Oct 30 19:26:42.565 INFO O| Oct 30 19:26:42.565 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-30T19:26:43.460Z[ recovery-image] Oct 30 19:26:42.575 INFO O| Oct 30 19:26:42.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57562024-10-30T19:26:43.463Z[ recovery-image] Oct 30 19:26:42.575 INFO O| Oct 30 19:26:42.575 INFO STEP 528 (remove_files) COMPLETE
57572024-10-30T19:26:43.463Z[ recovery-image] Oct 30 19:26:42.576 INFO O| Oct 30 19:26:42.575 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-30T19:26:43.470Z[ recovery-image] Oct 30 19:26:42.585 INFO O| Oct 30 19:26:42.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57592024-10-30T19:26:43.472Z[ recovery-image] Oct 30 19:26:42.585 INFO O| Oct 30 19:26:42.585 INFO STEP 529 (remove_files) COMPLETE
57602024-10-30T19:26:43.472Z[ recovery-image] Oct 30 19:26:42.585 INFO O| Oct 30 19:26:42.585 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-30T19:26:43.480Z[ recovery-image] Oct 30 19:26:42.595 INFO O| Oct 30 19:26:42.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57622024-10-30T19:26:43.482Z[ recovery-image] Oct 30 19:26:42.595 INFO O| Oct 30 19:26:42.595 INFO STEP 530 (remove_files) COMPLETE
57632024-10-30T19:26:43.482Z[ recovery-image] Oct 30 19:26:42.595 INFO O| Oct 30 19:26:42.595 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-30T19:26:43.491Z[ recovery-image] Oct 30 19:26:42.606 INFO O| Oct 30 19:26:42.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57652024-10-30T19:26:43.491Z[ recovery-image] Oct 30 19:26:42.606 INFO O| Oct 30 19:26:42.606 INFO STEP 531 (remove_files) COMPLETE
57662024-10-30T19:26:43.495Z[ recovery-image] Oct 30 19:26:42.606 INFO O| Oct 30 19:26:42.606 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-30T19:26:43.501Z[ recovery-image] Oct 30 19:26:42.616 INFO O| Oct 30 19:26:42.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57682024-10-30T19:26:43.502Z[ recovery-image] Oct 30 19:26:42.616 INFO O| Oct 30 19:26:42.616 INFO STEP 532 (remove_files) COMPLETE
57692024-10-30T19:26:43.504Z[ recovery-image] Oct 30 19:26:42.616 INFO O| Oct 30 19:26:42.616 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-30T19:26:43.512Z[ recovery-image] Oct 30 19:26:42.627 INFO O| Oct 30 19:26:42.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57712024-10-30T19:26:43.512Z[ recovery-image] Oct 30 19:26:42.627 INFO O| Oct 30 19:26:42.627 INFO STEP 533 (remove_files) COMPLETE
57722024-10-30T19:26:43.512Z[ recovery-image] Oct 30 19:26:42.627 INFO O| Oct 30 19:26:42.627 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-30T19:26:43.523Z[ recovery-image] Oct 30 19:26:42.637 INFO O| Oct 30 19:26:42.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57742024-10-30T19:26:43.523Z[ recovery-image] Oct 30 19:26:42.637 INFO O| Oct 30 19:26:42.637 INFO STEP 534 (remove_files) COMPLETE
57752024-10-30T19:26:43.526Z[ recovery-image] Oct 30 19:26:42.637 INFO O| Oct 30 19:26:42.637 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-30T19:26:43.533Z[ recovery-image] Oct 30 19:26:42.647 INFO O| Oct 30 19:26:42.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57772024-10-30T19:26:43.535Z[ recovery-image] Oct 30 19:26:42.648 INFO O| Oct 30 19:26:42.647 INFO STEP 535 (remove_files) COMPLETE
57782024-10-30T19:26:43.535Z[ recovery-image] Oct 30 19:26:42.648 INFO O| Oct 30 19:26:42.648 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-30T19:26:43.542Z[ recovery-image] Oct 30 19:26:42.657 INFO O| Oct 30 19:26:42.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57802024-10-30T19:26:43.545Z[ recovery-image] Oct 30 19:26:42.658 INFO O| Oct 30 19:26:42.658 INFO STEP 536 (remove_files) COMPLETE
57812024-10-30T19:26:43.545Z[ recovery-image] Oct 30 19:26:42.658 INFO O| Oct 30 19:26:42.658 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-30T19:26:43.554Z[ recovery-image] Oct 30 19:26:42.669 INFO O| Oct 30 19:26:42.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57832024-10-30T19:26:43.554Z[ recovery-image] Oct 30 19:26:42.669 INFO O| Oct 30 19:26:42.669 INFO STEP 537 (remove_files) COMPLETE
57842024-10-30T19:26:43.556Z[ recovery-image] Oct 30 19:26:42.669 INFO O| Oct 30 19:26:42.669 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-30T19:26:43.564Z[ recovery-image] Oct 30 19:26:42.678 INFO O| Oct 30 19:26:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57862024-10-30T19:26:43.564Z[ recovery-image] Oct 30 19:26:42.679 INFO O| Oct 30 19:26:42.678 INFO STEP 538 (remove_files) COMPLETE
57872024-10-30T19:26:43.566Z[ recovery-image] Oct 30 19:26:42.679 INFO O| Oct 30 19:26:42.678 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-30T19:26:43.574Z[ recovery-image] Oct 30 19:26:42.688 INFO O| Oct 30 19:26:42.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57892024-10-30T19:26:43.576Z[ recovery-image] Oct 30 19:26:42.689 INFO O| Oct 30 19:26:42.689 INFO STEP 539 (remove_files) COMPLETE
57902024-10-30T19:26:43.576Z[ recovery-image] Oct 30 19:26:42.689 INFO O| Oct 30 19:26:42.689 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-30T19:26:43.583Z[ recovery-image] Oct 30 19:26:42.698 INFO O| Oct 30 19:26:42.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57922024-10-30T19:26:43.583Z[ recovery-image] Oct 30 19:26:42.698 INFO O| Oct 30 19:26:42.698 INFO STEP 540 (remove_files) COMPLETE
57932024-10-30T19:26:43.586Z[ recovery-image] Oct 30 19:26:42.698 INFO O| Oct 30 19:26:42.698 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-30T19:26:43.593Z[ recovery-image] Oct 30 19:26:42.708 INFO O| Oct 30 19:26:42.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57952024-10-30T19:26:43.596Z[ recovery-image] Oct 30 19:26:42.708 INFO O| Oct 30 19:26:42.708 INFO STEP 541 (remove_files) COMPLETE
57962024-10-30T19:26:43.596Z[ recovery-image] Oct 30 19:26:42.708 INFO O| Oct 30 19:26:42.708 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-30T19:26:43.603Z[ recovery-image] Oct 30 19:26:42.718 INFO O| Oct 30 19:26:42.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57982024-10-30T19:26:43.606Z[ recovery-image] Oct 30 19:26:42.718 INFO O| Oct 30 19:26:42.718 INFO STEP 542 (remove_files) COMPLETE
57992024-10-30T19:26:43.606Z[ recovery-image] Oct 30 19:26:42.718 INFO O| Oct 30 19:26:42.718 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-30T19:26:43.613Z[ recovery-image] Oct 30 19:26:42.728 INFO O| Oct 30 19:26:42.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
58012024-10-30T19:26:43.613Z[ recovery-image] Oct 30 19:26:42.728 INFO O| Oct 30 19:26:42.728 INFO STEP 543 (remove_files) COMPLETE
58022024-10-30T19:26:43.616Z[ recovery-image] Oct 30 19:26:42.728 INFO O| Oct 30 19:26:42.728 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-30T19:26:43.623Z[ recovery-image] Oct 30 19:26:42.738 INFO O| Oct 30 19:26:42.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
58042024-10-30T19:26:43.623Z[ recovery-image] Oct 30 19:26:42.738 INFO O| Oct 30 19:26:42.738 INFO STEP 544 (remove_files) COMPLETE
58052024-10-30T19:26:43.626Z[ recovery-image] Oct 30 19:26:42.738 INFO O| Oct 30 19:26:42.738 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-30T19:26:43.635Z[ recovery-image] Oct 30 19:26:42.749 INFO O| Oct 30 19:26:42.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58072024-10-30T19:26:43.637Z[ recovery-image] Oct 30 19:26:42.750 INFO O| Oct 30 19:26:42.750 INFO STEP 545 (remove_files) COMPLETE
58082024-10-30T19:26:43.637Z[ recovery-image] Oct 30 19:26:42.750 INFO O| Oct 30 19:26:42.750 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-30T19:26:43.647Z[ recovery-image] Oct 30 19:26:42.762 INFO O| Oct 30 19:26:42.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58102024-10-30T19:26:43.649Z[ recovery-image] Oct 30 19:26:42.762 INFO O| Oct 30 19:26:42.762 INFO STEP 546 (remove_files) COMPLETE
58112024-10-30T19:26:43.649Z[ recovery-image] Oct 30 19:26:42.762 INFO O| Oct 30 19:26:42.762 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-30T19:26:43.657Z[ recovery-image] Oct 30 19:26:42.772 INFO O| Oct 30 19:26:42.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58132024-10-30T19:26:43.660Z[ recovery-image] Oct 30 19:26:42.772 INFO O| Oct 30 19:26:42.772 INFO STEP 547 (remove_files) COMPLETE
58142024-10-30T19:26:43.660Z[ recovery-image] Oct 30 19:26:42.772 INFO O| Oct 30 19:26:42.772 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-30T19:26:43.668Z[ recovery-image] Oct 30 19:26:42.783 INFO O| Oct 30 19:26:42.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58162024-10-30T19:26:43.668Z[ recovery-image] Oct 30 19:26:42.783 INFO O| Oct 30 19:26:42.783 INFO STEP 548 (remove_files) COMPLETE
58172024-10-30T19:26:43.668Z[ recovery-image] Oct 30 19:26:42.783 INFO O| Oct 30 19:26:42.783 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-30T19:26:43.679Z[ recovery-image] Oct 30 19:26:42.794 INFO O| Oct 30 19:26:42.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58192024-10-30T19:26:43.679Z[ recovery-image] Oct 30 19:26:42.794 INFO O| Oct 30 19:26:42.794 INFO STEP 549 (remove_files) COMPLETE
58202024-10-30T19:26:43.679Z[ recovery-image] Oct 30 19:26:42.794 INFO O| Oct 30 19:26:42.794 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-30T19:26:43.691Z[ recovery-image] Oct 30 19:26:42.805 INFO O| Oct 30 19:26:42.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58222024-10-30T19:26:43.691Z[ recovery-image] Oct 30 19:26:42.806 INFO O| Oct 30 19:26:42.805 INFO STEP 550 (remove_files) COMPLETE
58232024-10-30T19:26:43.693Z[ recovery-image] Oct 30 19:26:42.806 INFO O| Oct 30 19:26:42.806 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-30T19:26:43.701Z[ recovery-image] Oct 30 19:26:42.815 INFO O| Oct 30 19:26:42.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58252024-10-30T19:26:43.701Z[ recovery-image] Oct 30 19:26:42.816 INFO O| Oct 30 19:26:42.816 INFO STEP 551 (remove_files) COMPLETE
58262024-10-30T19:26:43.704Z[ recovery-image] Oct 30 19:26:42.816 INFO O| Oct 30 19:26:42.816 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-30T19:26:43.712Z[ recovery-image] Oct 30 19:26:42.827 INFO O| Oct 30 19:26:42.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58282024-10-30T19:26:43.712Z[ recovery-image] Oct 30 19:26:42.827 INFO O| Oct 30 19:26:42.827 INFO STEP 552 (remove_files) COMPLETE
58292024-10-30T19:26:43.714Z[ recovery-image] Oct 30 19:26:42.827 INFO O| Oct 30 19:26:42.827 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-30T19:26:43.722Z[ recovery-image] Oct 30 19:26:42.837 INFO O| Oct 30 19:26:42.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58312024-10-30T19:26:43.725Z[ recovery-image] Oct 30 19:26:42.837 INFO O| Oct 30 19:26:42.837 INFO STEP 553 (remove_files) COMPLETE
58322024-10-30T19:26:43.725Z[ recovery-image] Oct 30 19:26:42.837 INFO O| Oct 30 19:26:42.837 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-30T19:26:43.732Z[ recovery-image] Oct 30 19:26:42.847 INFO O| Oct 30 19:26:42.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58342024-10-30T19:26:43.735Z[ recovery-image] Oct 30 19:26:42.847 INFO O| Oct 30 19:26:42.847 INFO STEP 554 (remove_files) COMPLETE
58352024-10-30T19:26:43.735Z[ recovery-image] Oct 30 19:26:42.847 INFO O| Oct 30 19:26:42.847 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-30T19:26:43.742Z[ recovery-image] Oct 30 19:26:42.857 INFO O| Oct 30 19:26:42.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58372024-10-30T19:26:43.746Z[ recovery-image] Oct 30 19:26:42.858 INFO O| Oct 30 19:26:42.858 INFO STEP 555 (remove_files) COMPLETE
58382024-10-30T19:26:43.746Z[ recovery-image] Oct 30 19:26:42.858 INFO O| Oct 30 19:26:42.858 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-30T19:26:43.753Z[ recovery-image] Oct 30 19:26:42.868 INFO O| Oct 30 19:26:42.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58402024-10-30T19:26:43.755Z[ recovery-image] Oct 30 19:26:42.868 INFO O| Oct 30 19:26:42.868 INFO STEP 556 (remove_files) COMPLETE
58412024-10-30T19:26:43.755Z[ recovery-image] Oct 30 19:26:42.868 INFO O| Oct 30 19:26:42.868 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-30T19:26:43.763Z[ recovery-image] Oct 30 19:26:42.878 INFO O| Oct 30 19:26:42.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58432024-10-30T19:26:43.766Z[ recovery-image] Oct 30 19:26:42.878 INFO O| Oct 30 19:26:42.878 INFO STEP 557 (remove_files) COMPLETE
58442024-10-30T19:26:43.766Z[ recovery-image] Oct 30 19:26:42.878 INFO O| Oct 30 19:26:42.878 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-30T19:26:43.774Z[ recovery-image] Oct 30 19:26:42.889 INFO O| Oct 30 19:26:42.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58462024-10-30T19:26:43.776Z[ recovery-image] Oct 30 19:26:42.889 INFO O| Oct 30 19:26:42.889 INFO STEP 558 (remove_files) COMPLETE
58472024-10-30T19:26:43.776Z[ recovery-image] Oct 30 19:26:42.889 INFO O| Oct 30 19:26:42.889 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-30T19:26:43.784Z[ recovery-image] Oct 30 19:26:42.899 INFO O| Oct 30 19:26:42.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58492024-10-30T19:26:43.784Z[ recovery-image] Oct 30 19:26:42.899 INFO O| Oct 30 19:26:42.899 INFO STEP 559 (remove_files) COMPLETE
58502024-10-30T19:26:43.787Z[ recovery-image] Oct 30 19:26:42.899 INFO O| Oct 30 19:26:42.899 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-30T19:26:43.794Z[ recovery-image] Oct 30 19:26:42.909 INFO O| Oct 30 19:26:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58522024-10-30T19:26:43.794Z[ recovery-image] Oct 30 19:26:42.909 INFO O| Oct 30 19:26:42.909 INFO STEP 560 (remove_files) COMPLETE
58532024-10-30T19:26:43.796Z[ recovery-image] Oct 30 19:26:42.909 INFO O| Oct 30 19:26:42.909 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-30T19:26:43.804Z[ recovery-image] Oct 30 19:26:42.919 INFO O| Oct 30 19:26:42.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58552024-10-30T19:26:43.804Z[ recovery-image] Oct 30 19:26:42.919 INFO O| Oct 30 19:26:42.919 INFO STEP 561 (remove_files) COMPLETE
58562024-10-30T19:26:43.806Z[ recovery-image] Oct 30 19:26:42.919 INFO O| Oct 30 19:26:42.919 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-30T19:26:43.814Z[ recovery-image] Oct 30 19:26:42.929 INFO O| Oct 30 19:26:42.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58582024-10-30T19:26:43.814Z[ recovery-image] Oct 30 19:26:42.929 INFO O| Oct 30 19:26:42.929 INFO STEP 562 (remove_files) COMPLETE
58592024-10-30T19:26:43.816Z[ recovery-image] Oct 30 19:26:42.929 INFO O| Oct 30 19:26:42.929 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-30T19:26:43.824Z[ recovery-image] Oct 30 19:26:42.939 INFO O| Oct 30 19:26:42.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58612024-10-30T19:26:43.824Z[ recovery-image] Oct 30 19:26:42.939 INFO O| Oct 30 19:26:42.939 INFO STEP 563 (remove_files) COMPLETE
58622024-10-30T19:26:43.826Z[ recovery-image] Oct 30 19:26:42.939 INFO O| Oct 30 19:26:42.939 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-30T19:26:43.837Z[ recovery-image] Oct 30 19:26:42.951 INFO O| Oct 30 19:26:42.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58642024-10-30T19:26:43.839Z[ recovery-image] Oct 30 19:26:42.952 INFO O| Oct 30 19:26:42.951 INFO STEP 564 (remove_files) COMPLETE
58652024-10-30T19:26:43.839Z[ recovery-image] Oct 30 19:26:42.952 INFO O| Oct 30 19:26:42.951 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-30T19:26:43.839Z[ host-image] Oct 30 19:26:42.952 INFO O| Oct 30 19:26:42.952 INFO O| Done
58672024-10-30T19:26:43.847Z[ recovery-image] Oct 30 19:26:42.962 INFO O| Oct 30 19:26:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58682024-10-30T19:26:43.850Z[ recovery-image] Oct 30 19:26:42.962 INFO O| Oct 30 19:26:42.962 INFO STEP 565 (remove_files) COMPLETE
58692024-10-30T19:26:43.850Z[ recovery-image] Oct 30 19:26:42.962 INFO O| Oct 30 19:26:42.962 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-30T19:26:43.858Z[ recovery-image] Oct 30 19:26:42.973 INFO O| Oct 30 19:26:42.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58712024-10-30T19:26:43.858Z[ recovery-image] Oct 30 19:26:42.973 INFO O| Oct 30 19:26:42.973 INFO STEP 566 (remove_files) COMPLETE
58722024-10-30T19:26:43.860Z[ recovery-image] Oct 30 19:26:42.973 INFO O| Oct 30 19:26:42.973 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-30T19:26:43.867Z[ host-image] Oct 30 19:26:42.982 INFO O| Oct 30 19:26:42.982 INFO O| Done
58742024-10-30T19:26:43.870Z[ host-image] Oct 30 19:26:42.982 INFO O| Oct 30 19:26:42.982 INFO O| Done
58752024-10-30T19:26:43.870Z[ recovery-image] Oct 30 19:26:42.984 INFO O| Oct 30 19:26:42.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58762024-10-30T19:26:43.870Z[ recovery-image] Oct 30 19:26:42.984 INFO O| Oct 30 19:26:42.984 INFO STEP 567 (remove_files) COMPLETE
58772024-10-30T19:26:43.870Z[ recovery-image] Oct 30 19:26:42.984 INFO O| Oct 30 19:26:42.984 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-30T19:26:43.881Z[ recovery-image] Oct 30 19:26:42.996 INFO O| Oct 30 19:26:42.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58792024-10-30T19:26:43.881Z[ recovery-image] Oct 30 19:26:42.996 INFO O| Oct 30 19:26:42.996 INFO STEP 568 (remove_files) COMPLETE
58802024-10-30T19:26:43.883Z[ recovery-image] Oct 30 19:26:42.996 INFO O| Oct 30 19:26:42.996 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-30T19:26:43.896Z[ recovery-image] Oct 30 19:26:43.010 INFO O| Oct 30 19:26:43.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58822024-10-30T19:26:43.896Z[ recovery-image] Oct 30 19:26:43.010 INFO O| Oct 30 19:26:43.010 INFO STEP 569 (remove_files) COMPLETE
58832024-10-30T19:26:43.898Z[ recovery-image] Oct 30 19:26:43.010 INFO O| Oct 30 19:26:43.010 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-30T19:26:43.909Z[ recovery-image] Oct 30 19:26:43.023 INFO O| Oct 30 19:26:43.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58852024-10-30T19:26:43.909Z[ recovery-image] Oct 30 19:26:43.024 INFO O| Oct 30 19:26:43.023 INFO STEP 570 (remove_files) COMPLETE
58862024-10-30T19:26:43.911Z[ recovery-image] Oct 30 19:26:43.024 INFO O| Oct 30 19:26:43.024 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-30T19:26:43.913Z[ host-image] Oct 30 19:26:43.027 INFO O| Oct 30 19:26:43.027 INFO O| Done
58882024-10-30T19:26:43.922Z[ recovery-image] Oct 30 19:26:43.037 INFO O| Oct 30 19:26:43.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58892024-10-30T19:26:43.922Z[ recovery-image] Oct 30 19:26:43.037 INFO O| Oct 30 19:26:43.037 INFO STEP 571 (remove_files) COMPLETE
58902024-10-30T19:26:43.925Z[ recovery-image] Oct 30 19:26:43.037 INFO O| Oct 30 19:26:43.037 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-30T19:26:43.935Z[ recovery-image] Oct 30 19:26:43.049 INFO O| Oct 30 19:26:43.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58922024-10-30T19:26:43.935Z[ recovery-image] Oct 30 19:26:43.050 INFO O| Oct 30 19:26:43.050 INFO STEP 572 (remove_files) COMPLETE
58932024-10-30T19:26:43.937Z[ recovery-image] Oct 30 19:26:43.050 INFO O| Oct 30 19:26:43.050 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-30T19:26:43.948Z[ recovery-image] Oct 30 19:26:43.062 INFO O| Oct 30 19:26:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58952024-10-30T19:26:43.948Z[ recovery-image] Oct 30 19:26:43.063 INFO O| Oct 30 19:26:43.063 INFO STEP 573 (remove_files) COMPLETE
58962024-10-30T19:26:43.950Z[ recovery-image] Oct 30 19:26:43.063 INFO O| Oct 30 19:26:43.063 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-30T19:26:43.961Z[ recovery-image] Oct 30 19:26:43.076 INFO O| Oct 30 19:26:43.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58982024-10-30T19:26:43.961Z[ recovery-image] Oct 30 19:26:43.076 INFO O| Oct 30 19:26:43.076 INFO STEP 574 (remove_files) COMPLETE
58992024-10-30T19:26:43.964Z[ recovery-image] Oct 30 19:26:43.076 INFO O| Oct 30 19:26:43.076 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-30T19:26:43.973Z[ recovery-image] Oct 30 19:26:43.087 INFO O| Oct 30 19:26:43.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
59012024-10-30T19:26:43.973Z[ recovery-image] Oct 30 19:26:43.088 INFO O| Oct 30 19:26:43.087 INFO STEP 575 (remove_files) COMPLETE
59022024-10-30T19:26:43.973Z[ recovery-image] Oct 30 19:26:43.088 INFO O| Oct 30 19:26:43.087 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-30T19:26:43.985Z[ recovery-image] Oct 30 19:26:43.100 INFO O| Oct 30 19:26:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
59042024-10-30T19:26:43.985Z[ recovery-image] Oct 30 19:26:43.100 INFO O| Oct 30 19:26:43.100 INFO STEP 576 (remove_files) COMPLETE
59052024-10-30T19:26:43.985Z[ recovery-image] Oct 30 19:26:43.100 INFO O| Oct 30 19:26:43.100 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-30T19:26:43.997Z[ recovery-image] Oct 30 19:26:43.112 INFO O| Oct 30 19:26:43.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
59072024-10-30T19:26:43.997Z[ recovery-image] Oct 30 19:26:43.112 INFO O| Oct 30 19:26:43.112 INFO STEP 577 (remove_files) COMPLETE
59082024-10-30T19:26:43.997Z[ recovery-image] Oct 30 19:26:43.112 INFO O| Oct 30 19:26:43.112 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-30T19:26:44.009Z[ recovery-image] Oct 30 19:26:43.124 INFO O| Oct 30 19:26:43.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59102024-10-30T19:26:44.009Z[ recovery-image] Oct 30 19:26:43.124 INFO O| Oct 30 19:26:43.124 INFO STEP 578 (remove_files) COMPLETE
59112024-10-30T19:26:44.009Z[ recovery-image] Oct 30 19:26:43.124 INFO O| Oct 30 19:26:43.124 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-30T19:26:44.019Z[ recovery-image] Oct 30 19:26:43.134 INFO O| Oct 30 19:26:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59132024-10-30T19:26:44.019Z[ recovery-image] Oct 30 19:26:43.134 INFO O| Oct 30 19:26:43.134 INFO STEP 579 (remove_files) COMPLETE
59142024-10-30T19:26:44.019Z[ recovery-image] Oct 30 19:26:43.134 INFO O| Oct 30 19:26:43.134 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-30T19:26:44.030Z[ recovery-image] Oct 30 19:26:43.145 INFO O| Oct 30 19:26:43.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59162024-10-30T19:26:44.030Z[ recovery-image] Oct 30 19:26:43.145 INFO O| Oct 30 19:26:43.145 INFO STEP 580 (remove_files) COMPLETE
59172024-10-30T19:26:44.032Z[ recovery-image] Oct 30 19:26:43.145 INFO O| Oct 30 19:26:43.145 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-30T19:26:44.039Z[ host-image] Oct 30 19:26:43.153 INFO O| Oct 30 19:26:43.153 INFO STEP 13 (pkg_install) COMPLETE
59192024-10-30T19:26:44.039Z[ host-image] Oct 30 19:26:43.153 INFO O| Oct 30 19:26:43.153 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59202024-10-30T19:26:44.042Z[ recovery-image] Oct 30 19:26:43.155 INFO O| Oct 30 19:26:43.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59212024-10-30T19:26:44.042Z[ recovery-image] Oct 30 19:26:43.155 INFO O| Oct 30 19:26:43.155 INFO STEP 581 (remove_files) COMPLETE
59222024-10-30T19:26:44.042Z[ recovery-image] Oct 30 19:26:43.155 INFO O| Oct 30 19:26:43.155 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-30T19:26:44.050Z[ host-image] Oct 30 19:26:43.165 INFO O| Oct 30 19:26:43.164 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
59242024-10-30T19:26:44.052Z[ recovery-image] Oct 30 19:26:43.166 INFO O| Oct 30 19:26:43.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59252024-10-30T19:26:44.052Z[ recovery-image] Oct 30 19:26:43.166 INFO O| Oct 30 19:26:43.166 INFO STEP 582 (remove_files) COMPLETE
59262024-10-30T19:26:44.052Z[ recovery-image] Oct 30 19:26:43.166 INFO O| Oct 30 19:26:43.166 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-30T19:26:44.061Z[ recovery-image] Oct 30 19:26:43.176 INFO O| Oct 30 19:26:43.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59282024-10-30T19:26:44.061Z[ recovery-image] Oct 30 19:26:43.176 INFO O| Oct 30 19:26:43.176 INFO STEP 583 (remove_files) COMPLETE
59292024-10-30T19:26:44.061Z[ recovery-image] Oct 30 19:26:43.176 INFO O| Oct 30 19:26:43.176 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-30T19:26:44.072Z[ recovery-image] Oct 30 19:26:43.187 INFO O| Oct 30 19:26:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59312024-10-30T19:26:44.072Z[ recovery-image] Oct 30 19:26:43.187 INFO O| Oct 30 19:26:43.187 INFO STEP 584 (remove_files) COMPLETE
59322024-10-30T19:26:44.074Z[ recovery-image] Oct 30 19:26:43.187 INFO O| Oct 30 19:26:43.187 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-30T19:26:44.082Z[ recovery-image] Oct 30 19:26:43.197 INFO O| Oct 30 19:26:43.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59342024-10-30T19:26:44.083Z[ recovery-image] Oct 30 19:26:43.197 INFO O| Oct 30 19:26:43.197 INFO STEP 585 (remove_files) COMPLETE
59352024-10-30T19:26:44.083Z[ recovery-image] Oct 30 19:26:43.197 INFO O| Oct 30 19:26:43.197 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-30T19:26:44.093Z[ recovery-image] Oct 30 19:26:43.207 INFO O| Oct 30 19:26:43.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59372024-10-30T19:26:44.093Z[ recovery-image] Oct 30 19:26:43.207 INFO O| Oct 30 19:26:43.207 INFO STEP 586 (remove_files) COMPLETE
59382024-10-30T19:26:44.095Z[ recovery-image] Oct 30 19:26:43.208 INFO O| Oct 30 19:26:43.207 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-10-30T19:26:44.103Z[ recovery-image] Oct 30 19:26:43.218 INFO O| Oct 30 19:26:43.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59402024-10-30T19:26:44.103Z[ recovery-image] Oct 30 19:26:43.218 INFO O| Oct 30 19:26:43.218 INFO STEP 587 (remove_files) COMPLETE
59412024-10-30T19:26:44.103Z[ recovery-image] Oct 30 19:26:43.218 INFO O| Oct 30 19:26:43.218 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-10-30T19:26:44.114Z[ recovery-image] Oct 30 19:26:43.228 INFO O| Oct 30 19:26:43.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59432024-10-30T19:26:44.114Z[ recovery-image] Oct 30 19:26:43.229 INFO O| Oct 30 19:26:43.229 INFO STEP 588 (remove_files) COMPLETE
59442024-10-30T19:26:44.114Z[ recovery-image] Oct 30 19:26:43.229 INFO O| Oct 30 19:26:43.229 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-10-30T19:26:44.124Z[ recovery-image] Oct 30 19:26:43.239 INFO O| Oct 30 19:26:43.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59462024-10-30T19:26:44.124Z[ recovery-image] Oct 30 19:26:43.239 INFO O| Oct 30 19:26:43.239 INFO STEP 589 (remove_files) COMPLETE
59472024-10-30T19:26:44.126Z[ recovery-image] Oct 30 19:26:43.239 INFO O| Oct 30 19:26:43.239 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-30T19:26:44.134Z[ recovery-image] Oct 30 19:26:43.249 INFO O| Oct 30 19:26:43.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59492024-10-30T19:26:44.135Z[ recovery-image] Oct 30 19:26:43.249 INFO O| Oct 30 19:26:43.249 INFO STEP 590 (remove_files) COMPLETE
59502024-10-30T19:26:44.137Z[ recovery-image] Oct 30 19:26:43.249 INFO O| Oct 30 19:26:43.249 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-30T19:26:44.144Z[ recovery-image] Oct 30 19:26:43.259 INFO O| Oct 30 19:26:43.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59522024-10-30T19:26:44.144Z[ recovery-image] Oct 30 19:26:43.259 INFO O| Oct 30 19:26:43.259 INFO STEP 591 (remove_files) COMPLETE
59532024-10-30T19:26:44.144Z[ recovery-image] Oct 30 19:26:43.259 INFO O| Oct 30 19:26:43.259 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-30T19:26:44.155Z[ recovery-image] Oct 30 19:26:43.270 INFO O| Oct 30 19:26:43.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59552024-10-30T19:26:44.157Z[ recovery-image] Oct 30 19:26:43.270 INFO O| Oct 30 19:26:43.270 INFO STEP 592 (remove_files) COMPLETE
59562024-10-30T19:26:44.157Z[ recovery-image] Oct 30 19:26:43.270 INFO O| Oct 30 19:26:43.270 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-30T19:26:44.166Z[ recovery-image] Oct 30 19:26:43.281 INFO O| Oct 30 19:26:43.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59582024-10-30T19:26:44.166Z[ recovery-image] Oct 30 19:26:43.281 INFO O| Oct 30 19:26:43.281 INFO STEP 593 (remove_files) COMPLETE
59592024-10-30T19:26:44.166Z[ recovery-image] Oct 30 19:26:43.281 INFO O| Oct 30 19:26:43.281 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-30T19:26:44.176Z[ recovery-image] Oct 30 19:26:43.291 INFO O| Oct 30 19:26:43.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59612024-10-30T19:26:44.178Z[ recovery-image] Oct 30 19:26:43.291 INFO O| Oct 30 19:26:43.291 INFO STEP 594 (remove_files) COMPLETE
59622024-10-30T19:26:44.178Z[ recovery-image] Oct 30 19:26:43.291 INFO O| Oct 30 19:26:43.291 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-30T19:26:44.187Z[ recovery-image] Oct 30 19:26:43.301 INFO O| Oct 30 19:26:43.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59642024-10-30T19:26:44.187Z[ recovery-image] Oct 30 19:26:43.301 INFO O| Oct 30 19:26:43.301 INFO STEP 595 (remove_files) COMPLETE
59652024-10-30T19:26:44.187Z[ recovery-image] Oct 30 19:26:43.301 INFO O| Oct 30 19:26:43.301 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-30T19:26:44.198Z[ recovery-image] Oct 30 19:26:43.313 INFO O| Oct 30 19:26:43.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59672024-10-30T19:26:44.198Z[ recovery-image] Oct 30 19:26:43.313 INFO O| Oct 30 19:26:43.313 INFO STEP 596 (remove_files) COMPLETE
59682024-10-30T19:26:44.198Z[ recovery-image] Oct 30 19:26:43.313 INFO O| Oct 30 19:26:43.313 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-30T19:26:44.208Z[ recovery-image] Oct 30 19:26:43.323 INFO O| Oct 30 19:26:43.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59702024-10-30T19:26:44.209Z[ recovery-image] Oct 30 19:26:43.323 INFO O| Oct 30 19:26:43.323 INFO STEP 597 (remove_files) COMPLETE
59712024-10-30T19:26:44.209Z[ recovery-image] Oct 30 19:26:43.323 INFO O| Oct 30 19:26:43.323 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-30T19:26:44.220Z[ recovery-image] Oct 30 19:26:43.335 INFO O| Oct 30 19:26:43.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59732024-10-30T19:26:44.220Z[ recovery-image] Oct 30 19:26:43.335 INFO O| Oct 30 19:26:43.335 INFO STEP 598 (remove_files) COMPLETE
59742024-10-30T19:26:44.220Z[ recovery-image] Oct 30 19:26:43.335 INFO O| Oct 30 19:26:43.335 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-30T19:26:44.233Z[ recovery-image] Oct 30 19:26:43.348 INFO O| Oct 30 19:26:43.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59762024-10-30T19:26:44.233Z[ recovery-image] Oct 30 19:26:43.348 INFO O| Oct 30 19:26:43.348 INFO STEP 599 (remove_files) COMPLETE
59772024-10-30T19:26:44.235Z[ recovery-image] Oct 30 19:26:43.348 INFO O| Oct 30 19:26:43.348 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-30T19:26:44.245Z[ recovery-image] Oct 30 19:26:43.360 INFO O| Oct 30 19:26:43.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59792024-10-30T19:26:44.245Z[ recovery-image] Oct 30 19:26:43.360 INFO O| Oct 30 19:26:43.360 INFO STEP 600 (remove_files) COMPLETE
59802024-10-30T19:26:44.245Z[ recovery-image] Oct 30 19:26:43.360 INFO O| Oct 30 19:26:43.360 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-30T19:26:44.258Z[ recovery-image] Oct 30 19:26:43.372 INFO O| Oct 30 19:26:43.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59822024-10-30T19:26:44.258Z[ recovery-image] Oct 30 19:26:43.372 INFO O| Oct 30 19:26:43.372 INFO STEP 601 (remove_files) COMPLETE
59832024-10-30T19:26:44.260Z[ recovery-image] Oct 30 19:26:43.372 INFO O| Oct 30 19:26:43.372 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-10-30T19:26:44.268Z[ recovery-image] Oct 30 19:26:43.383 INFO O| Oct 30 19:26:43.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59852024-10-30T19:26:44.268Z[ recovery-image] Oct 30 19:26:43.383 INFO O| Oct 30 19:26:43.383 INFO STEP 602 (remove_files) COMPLETE
59862024-10-30T19:26:44.268Z[ recovery-image] Oct 30 19:26:43.383 INFO O| Oct 30 19:26:43.383 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-10-30T19:26:44.280Z[ recovery-image] Oct 30 19:26:43.395 INFO O| Oct 30 19:26:43.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59882024-10-30T19:26:44.280Z[ recovery-image] Oct 30 19:26:43.395 INFO O| Oct 30 19:26:43.395 INFO STEP 603 (remove_files) COMPLETE
59892024-10-30T19:26:44.280Z[ recovery-image] Oct 30 19:26:43.395 INFO O| Oct 30 19:26:43.395 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-10-30T19:26:44.290Z[ recovery-image] Oct 30 19:26:43.405 INFO O| Oct 30 19:26:43.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59912024-10-30T19:26:44.290Z[ recovery-image] Oct 30 19:26:43.405 INFO O| Oct 30 19:26:43.405 INFO STEP 604 (remove_files) COMPLETE
59922024-10-30T19:26:44.293Z[ recovery-image] Oct 30 19:26:43.405 INFO O| Oct 30 19:26:43.405 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-10-30T19:26:44.301Z[ recovery-image] Oct 30 19:26:43.415 INFO O| Oct 30 19:26:43.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59942024-10-30T19:26:44.301Z[ recovery-image] Oct 30 19:26:43.415 INFO O| Oct 30 19:26:43.415 INFO STEP 605 (remove_files) COMPLETE
59952024-10-30T19:26:44.303Z[ recovery-image] Oct 30 19:26:43.415 INFO O| Oct 30 19:26:43.415 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-30T19:26:44.311Z[ recovery-image] Oct 30 19:26:43.425 INFO O| Oct 30 19:26:43.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59972024-10-30T19:26:44.313Z[ recovery-image] Oct 30 19:26:43.426 INFO O| Oct 30 19:26:43.426 INFO STEP 606 (remove_files) COMPLETE
59982024-10-30T19:26:44.313Z[ recovery-image] Oct 30 19:26:43.426 INFO O| Oct 30 19:26:43.426 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-30T19:26:44.322Z[ recovery-image] Oct 30 19:26:43.436 INFO O| Oct 30 19:26:43.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
60002024-10-30T19:26:44.322Z[ recovery-image] Oct 30 19:26:43.436 INFO O| Oct 30 19:26:43.436 INFO STEP 607 (remove_files) COMPLETE
60012024-10-30T19:26:44.322Z[ recovery-image] Oct 30 19:26:43.437 INFO O| Oct 30 19:26:43.436 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-10-30T19:26:44.332Z[ recovery-image] Oct 30 19:26:43.447 INFO O| Oct 30 19:26:43.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
60032024-10-30T19:26:44.332Z[ recovery-image] Oct 30 19:26:43.447 INFO O| Oct 30 19:26:43.447 INFO STEP 608 (remove_files) COMPLETE
60042024-10-30T19:26:44.332Z[ recovery-image] Oct 30 19:26:43.447 INFO O| Oct 30 19:26:43.447 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-10-30T19:26:44.345Z[ recovery-image] Oct 30 19:26:43.460 INFO O| Oct 30 19:26:43.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
60062024-10-30T19:26:44.345Z[ recovery-image] Oct 30 19:26:43.460 INFO O| Oct 30 19:26:43.460 INFO STEP 609 (remove_files) COMPLETE
60072024-10-30T19:26:44.347Z[ recovery-image] Oct 30 19:26:43.460 INFO O| Oct 30 19:26:43.460 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-10-30T19:26:44.357Z[ recovery-image] Oct 30 19:26:43.472 INFO O| Oct 30 19:26:43.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
60092024-10-30T19:26:44.360Z[ recovery-image] Oct 30 19:26:43.472 INFO O| Oct 30 19:26:43.472 INFO STEP 610 (remove_files) COMPLETE
60102024-10-30T19:26:44.360Z[ recovery-image] Oct 30 19:26:43.472 INFO O| Oct 30 19:26:43.472 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-10-30T19:26:44.369Z[ recovery-image] Oct 30 19:26:43.484 INFO O| Oct 30 19:26:43.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60122024-10-30T19:26:44.369Z[ recovery-image] Oct 30 19:26:43.484 INFO O| Oct 30 19:26:43.484 INFO STEP 611 (remove_files) COMPLETE
60132024-10-30T19:26:44.369Z[ recovery-image] Oct 30 19:26:43.484 INFO O| Oct 30 19:26:43.484 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-10-30T19:26:44.379Z[ recovery-image] Oct 30 19:26:43.494 INFO O| Oct 30 19:26:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60152024-10-30T19:26:44.379Z[ recovery-image] Oct 30 19:26:43.494 INFO O| Oct 30 19:26:43.494 INFO STEP 612 (remove_files) COMPLETE
60162024-10-30T19:26:44.381Z[ recovery-image] Oct 30 19:26:43.494 INFO O| Oct 30 19:26:43.494 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-10-30T19:26:44.389Z[ recovery-image] Oct 30 19:26:43.504 INFO O| Oct 30 19:26:43.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60182024-10-30T19:26:44.391Z[ recovery-image] Oct 30 19:26:43.504 INFO O| Oct 30 19:26:43.504 INFO STEP 613 (remove_files) COMPLETE
60192024-10-30T19:26:44.391Z[ recovery-image] Oct 30 19:26:43.504 INFO O| Oct 30 19:26:43.504 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-10-30T19:26:44.399Z[ recovery-image] Oct 30 19:26:43.514 INFO O| Oct 30 19:26:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60212024-10-30T19:26:44.401Z[ recovery-image] Oct 30 19:26:43.514 INFO O| Oct 30 19:26:43.514 INFO STEP 614 (remove_files) COMPLETE
60222024-10-30T19:26:44.401Z[ recovery-image] Oct 30 19:26:43.514 INFO O| Oct 30 19:26:43.514 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-10-30T19:26:44.409Z[ recovery-image] Oct 30 19:26:43.524 INFO O| Oct 30 19:26:43.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60242024-10-30T19:26:44.409Z[ recovery-image] Oct 30 19:26:43.524 INFO O| Oct 30 19:26:43.524 INFO STEP 615 (remove_files) COMPLETE
60252024-10-30T19:26:44.412Z[ recovery-image] Oct 30 19:26:43.525 INFO O| Oct 30 19:26:43.524 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-10-30T19:26:44.421Z[ recovery-image] Oct 30 19:26:43.535 INFO O| Oct 30 19:26:43.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60272024-10-30T19:26:44.421Z[ recovery-image] Oct 30 19:26:43.535 INFO O| Oct 30 19:26:43.535 INFO STEP 616 (remove_files) COMPLETE
60282024-10-30T19:26:44.423Z[ recovery-image] Oct 30 19:26:43.535 INFO O| Oct 30 19:26:43.535 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-30T19:26:44.431Z[ recovery-image] Oct 30 19:26:43.546 INFO O| Oct 30 19:26:43.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60302024-10-30T19:26:44.433Z[ recovery-image] Oct 30 19:26:43.546 INFO O| Oct 30 19:26:43.546 INFO STEP 617 (remove_files) COMPLETE
60312024-10-30T19:26:44.433Z[ recovery-image] Oct 30 19:26:43.546 INFO O| Oct 30 19:26:43.546 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-30T19:26:44.442Z[ recovery-image] Oct 30 19:26:43.556 INFO O| Oct 30 19:26:43.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60332024-10-30T19:26:44.442Z[ recovery-image] Oct 30 19:26:43.557 INFO O| Oct 30 19:26:43.557 INFO STEP 618 (remove_files) COMPLETE
60342024-10-30T19:26:44.444Z[ recovery-image] Oct 30 19:26:43.557 INFO O| Oct 30 19:26:43.557 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-30T19:26:44.453Z[ recovery-image] Oct 30 19:26:43.567 INFO O| Oct 30 19:26:43.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60362024-10-30T19:26:44.455Z[ recovery-image] Oct 30 19:26:43.568 INFO O| Oct 30 19:26:43.568 INFO STEP 619 (remove_files) COMPLETE
60372024-10-30T19:26:44.456Z[ recovery-image] Oct 30 19:26:43.568 INFO O| Oct 30 19:26:43.568 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-10-30T19:26:44.463Z[ recovery-image] Oct 30 19:26:43.578 INFO O| Oct 30 19:26:43.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60392024-10-30T19:26:44.466Z[ recovery-image] Oct 30 19:26:43.578 INFO O| Oct 30 19:26:43.578 INFO STEP 620 (remove_files) COMPLETE
60402024-10-30T19:26:44.466Z[ recovery-image] Oct 30 19:26:43.578 INFO O| Oct 30 19:26:43.578 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-10-30T19:26:44.474Z[ recovery-image] Oct 30 19:26:43.589 INFO O| Oct 30 19:26:43.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60422024-10-30T19:26:44.476Z[ recovery-image] Oct 30 19:26:43.589 INFO O| Oct 30 19:26:43.589 INFO STEP 621 (remove_files) COMPLETE
60432024-10-30T19:26:44.476Z[ recovery-image] Oct 30 19:26:43.589 INFO O| Oct 30 19:26:43.589 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-10-30T19:26:44.485Z[ recovery-image] Oct 30 19:26:43.600 INFO O| Oct 30 19:26:43.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60452024-10-30T19:26:44.485Z[ recovery-image] Oct 30 19:26:43.600 INFO O| Oct 30 19:26:43.600 INFO STEP 622 (remove_files) COMPLETE
60462024-10-30T19:26:44.487Z[ recovery-image] Oct 30 19:26:43.600 INFO O| Oct 30 19:26:43.600 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-30T19:26:44.495Z[ recovery-image] Oct 30 19:26:43.610 INFO O| Oct 30 19:26:43.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60482024-10-30T19:26:44.495Z[ recovery-image] Oct 30 19:26:43.610 INFO O| Oct 30 19:26:43.610 INFO STEP 623 (remove_files) COMPLETE
60492024-10-30T19:26:44.495Z[ recovery-image] Oct 30 19:26:43.610 INFO O| Oct 30 19:26:43.610 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-10-30T19:26:44.506Z[ recovery-image] Oct 30 19:26:43.620 INFO O| Oct 30 19:26:43.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60512024-10-30T19:26:45.511Z[ recovery-image] Oct 30 19:26:43.621 INFO O| Oct 30 19:26:43.621 INFO STEP 624 (remove_files) COMPLETE
60522024-10-30T19:26:45.511Z[ recovery-image] Oct 30 19:26:43.621 INFO O| Oct 30 19:26:43.621 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.631 INFO O| Oct 30 19:26:43.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60542024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.631 INFO O| Oct 30 19:26:43.631 INFO STEP 625 (remove_files) COMPLETE
60552024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.631 INFO O| Oct 30 19:26:43.631 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.642 INFO O| Oct 30 19:26:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60572024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.642 INFO O| Oct 30 19:26:43.642 INFO STEP 626 (remove_files) COMPLETE
60582024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.642 INFO O| Oct 30 19:26:43.642 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.652 INFO O| Oct 30 19:26:43.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60602024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.653 INFO O| Oct 30 19:26:43.653 INFO STEP 627 (remove_files) COMPLETE
60612024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.653 INFO O| Oct 30 19:26:43.653 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-30T19:26:45.515Z[ recovery-image] Oct 30 19:26:43.663 INFO O| Oct 30 19:26:43.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60632024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.663 INFO O| Oct 30 19:26:43.663 INFO STEP 628 (remove_files) COMPLETE
60642024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.663 INFO O| Oct 30 19:26:43.663 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-30T19:26:45.518Z[ host-image] Oct 30 19:26:43.664 INFO O| Oct 30 19:26:43.664 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60662024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.674 INFO O| Oct 30 19:26:43.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60672024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.674 INFO O| Oct 30 19:26:43.674 INFO STEP 629 (remove_files) COMPLETE
60682024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.674 INFO O| Oct 30 19:26:43.674 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.685 INFO O| Oct 30 19:26:43.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60702024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.685 INFO O| Oct 30 19:26:43.685 INFO STEP 630 (remove_files) COMPLETE
60712024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.685 INFO O| Oct 30 19:26:43.685 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.696 INFO O| Oct 30 19:26:43.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60732024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.696 INFO O| Oct 30 19:26:43.696 INFO STEP 631 (remove_files) COMPLETE
60742024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.696 INFO O| Oct 30 19:26:43.696 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.707 INFO O| Oct 30 19:26:43.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60762024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.707 INFO O| Oct 30 19:26:43.707 INFO STEP 632 (remove_files) COMPLETE
60772024-10-30T19:26:45.518Z[ recovery-image] Oct 30 19:26:43.707 INFO O| Oct 30 19:26:43.707 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.718 INFO O| Oct 30 19:26:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60792024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.718 INFO O| Oct 30 19:26:43.718 INFO STEP 633 (remove_files) COMPLETE
60802024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.718 INFO O| Oct 30 19:26:43.718 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.729 INFO O| Oct 30 19:26:43.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60822024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.729 INFO O| Oct 30 19:26:43.729 INFO STEP 634 (remove_files) COMPLETE
60832024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.729 INFO O| Oct 30 19:26:43.729 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.740 INFO O| Oct 30 19:26:43.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60852024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.740 INFO O| Oct 30 19:26:43.740 INFO STEP 635 (remove_files) COMPLETE
60862024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.740 INFO O| Oct 30 19:26:43.740 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.751 INFO O| Oct 30 19:26:43.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60882024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.751 INFO O| Oct 30 19:26:43.751 INFO STEP 636 (remove_files) COMPLETE
60892024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.751 INFO O| Oct 30 19:26:43.751 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-30T19:26:45.519Z[ recovery-image] Oct 30 19:26:43.763 INFO O| Oct 30 19:26:43.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60912024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.763 INFO O| Oct 30 19:26:43.763 INFO STEP 637 (remove_files) COMPLETE
60922024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.763 INFO O| Oct 30 19:26:43.763 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.774 INFO O| Oct 30 19:26:43.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60942024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.774 INFO O| Oct 30 19:26:43.774 INFO STEP 638 (remove_files) COMPLETE
60952024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.774 INFO O| Oct 30 19:26:43.774 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.785 INFO O| Oct 30 19:26:43.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60972024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.785 INFO O| Oct 30 19:26:43.785 INFO STEP 639 (remove_files) COMPLETE
60982024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.785 INFO O| Oct 30 19:26:43.785 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.796 INFO O| Oct 30 19:26:43.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
61002024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.796 INFO O| Oct 30 19:26:43.796 INFO STEP 640 (remove_files) COMPLETE
61012024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.796 INFO O| Oct 30 19:26:43.796 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.807 INFO O| Oct 30 19:26:43.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
61032024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.807 INFO O| Oct 30 19:26:43.807 INFO STEP 641 (remove_files) COMPLETE
61042024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.807 INFO O| Oct 30 19:26:43.807 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.818 INFO O| Oct 30 19:26:43.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
61062024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.818 INFO O| Oct 30 19:26:43.818 INFO STEP 642 (remove_files) COMPLETE
61072024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.818 INFO O| Oct 30 19:26:43.818 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.829 INFO O| Oct 30 19:26:43.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
61092024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.830 INFO O| Oct 30 19:26:43.830 INFO STEP 643 (remove_files) COMPLETE
61102024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.830 INFO O| Oct 30 19:26:43.830 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.844 INFO O| Oct 30 19:26:43.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61122024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.844 INFO O| Oct 30 19:26:43.844 INFO STEP 644 (remove_files) COMPLETE
61132024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.844 INFO O| Oct 30 19:26:43.844 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.857 INFO O| Oct 30 19:26:43.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61152024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.857 INFO O| Oct 30 19:26:43.857 INFO STEP 645 (remove_files) COMPLETE
61162024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.857 INFO O| Oct 30 19:26:43.857 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.869 INFO O| Oct 30 19:26:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61182024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.869 INFO O| Oct 30 19:26:43.869 INFO STEP 646 (remove_files) COMPLETE
61192024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.869 INFO O| Oct 30 19:26:43.869 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.881 INFO O| Oct 30 19:26:43.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61212024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.882 INFO O| Oct 30 19:26:43.881 INFO STEP 647 (remove_files) COMPLETE
61222024-10-30T19:26:45.520Z[ recovery-image] Oct 30 19:26:43.882 INFO O| Oct 30 19:26:43.882 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.893 INFO O| Oct 30 19:26:43.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61242024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.893 INFO O| Oct 30 19:26:43.893 INFO STEP 648 (remove_files) COMPLETE
61252024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.893 INFO O| Oct 30 19:26:43.893 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.905 INFO O| Oct 30 19:26:43.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61272024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.905 INFO O| Oct 30 19:26:43.905 INFO STEP 649 (remove_files) COMPLETE
61282024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.905 INFO O| Oct 30 19:26:43.905 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.917 INFO O| Oct 30 19:26:43.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61302024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.917 INFO O| Oct 30 19:26:43.917 INFO STEP 650 (remove_files) COMPLETE
61312024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.917 INFO O| Oct 30 19:26:43.917 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.929 INFO O| Oct 30 19:26:43.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61332024-10-30T19:26:45.521Z[ recovery-image] Oct 30 19:26:43.929 INFO O| Oct 30 19:26:43.929 INFO STEP 651 (remove_files) COMPLETE
61342024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.929 INFO O| Oct 30 19:26:43.929 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.939 INFO O| Oct 30 19:26:43.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61362024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.939 INFO O| Oct 30 19:26:43.939 INFO STEP 652 (remove_files) COMPLETE
61372024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.939 INFO O| Oct 30 19:26:43.939 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.949 INFO O| Oct 30 19:26:43.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61392024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.949 INFO O| Oct 30 19:26:43.949 INFO STEP 653 (remove_files) COMPLETE
61402024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.949 INFO O| Oct 30 19:26:43.949 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.959 INFO O| Oct 30 19:26:43.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61422024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.960 INFO O| Oct 30 19:26:43.959 INFO STEP 654 (remove_files) COMPLETE
61432024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.960 INFO O| Oct 30 19:26:43.960 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.970 INFO O| Oct 30 19:26:43.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61452024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.970 INFO O| Oct 30 19:26:43.970 INFO STEP 655 (remove_files) COMPLETE
61462024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.970 INFO O| Oct 30 19:26:43.970 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.980 INFO O| Oct 30 19:26:43.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61482024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.980 INFO O| Oct 30 19:26:43.980 INFO STEP 656 (remove_files) COMPLETE
61492024-10-30T19:26:45.522Z[ recovery-image] Oct 30 19:26:43.980 INFO O| Oct 30 19:26:43.980 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-30T19:26:45.523Z[ recovery-image] Oct 30 19:26:43.990 INFO O| Oct 30 19:26:43.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61512024-10-30T19:26:45.523Z[ recovery-image] Oct 30 19:26:43.990 INFO O| Oct 30 19:26:43.990 INFO STEP 657 (remove_files) COMPLETE
61522024-10-30T19:26:45.523Z[ recovery-image] Oct 30 19:26:43.990 INFO O| Oct 30 19:26:43.990 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.001 INFO O| Oct 30 19:26:44.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61542024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.001 INFO O| Oct 30 19:26:44.001 INFO STEP 658 (remove_files) COMPLETE
61552024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.001 INFO O| Oct 30 19:26:44.001 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.013 INFO O| Oct 30 19:26:44.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61572024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.013 INFO O| Oct 30 19:26:44.013 INFO STEP 659 (remove_files) COMPLETE
61582024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.013 INFO O| Oct 30 19:26:44.013 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.024 INFO O| Oct 30 19:26:44.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61602024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.024 INFO O| Oct 30 19:26:44.024 INFO STEP 660 (remove_files) COMPLETE
61612024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.024 INFO O| Oct 30 19:26:44.024 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.037 INFO O| Oct 30 19:26:44.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61632024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.037 INFO O| Oct 30 19:26:44.037 INFO STEP 661 (remove_files) COMPLETE
61642024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.037 INFO O| Oct 30 19:26:44.037 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.049 INFO O| Oct 30 19:26:44.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61662024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.049 INFO O| Oct 30 19:26:44.049 INFO STEP 662 (remove_files) COMPLETE
61672024-10-30T19:26:45.527Z[ recovery-image] Oct 30 19:26:44.049 INFO O| Oct 30 19:26:44.049 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-30T19:26:45.528Z[ recovery-image] Oct 30 19:26:44.061 INFO O| Oct 30 19:26:44.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61692024-10-30T19:26:45.528Z[ recovery-image] Oct 30 19:26:44.061 INFO O| Oct 30 19:26:44.061 INFO STEP 663 (remove_files) COMPLETE
61702024-10-30T19:26:45.528Z[ recovery-image] Oct 30 19:26:44.061 INFO O| Oct 30 19:26:44.061 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-30T19:26:45.528Z[ recovery-image] Oct 30 19:26:44.072 INFO O| Oct 30 19:26:44.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61722024-10-30T19:26:45.528Z[ recovery-image] Oct 30 19:26:44.072 INFO O| Oct 30 19:26:44.072 INFO STEP 664 (remove_files) COMPLETE
61732024-10-30T19:26:45.528Z[ recovery-image] Oct 30 19:26:44.072 INFO O| Oct 30 19:26:44.072 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.082 INFO O| Oct 30 19:26:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61752024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.082 INFO O| Oct 30 19:26:44.082 INFO STEP 665 (remove_files) COMPLETE
61762024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.082 INFO O| Oct 30 19:26:44.082 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.093 INFO O| Oct 30 19:26:44.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61782024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.093 INFO O| Oct 30 19:26:44.093 INFO STEP 666 (remove_files) COMPLETE
61792024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.093 INFO O| Oct 30 19:26:44.093 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.104 INFO O| Oct 30 19:26:44.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61812024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.104 INFO O| Oct 30 19:26:44.104 INFO STEP 667 (remove_files) COMPLETE
61822024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.104 INFO O| Oct 30 19:26:44.104 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.115 INFO O| Oct 30 19:26:44.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61842024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.115 INFO O| Oct 30 19:26:44.115 INFO STEP 668 (remove_files) COMPLETE
61852024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.115 INFO O| Oct 30 19:26:44.115 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.126 INFO O| Oct 30 19:26:44.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61872024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.126 INFO O| Oct 30 19:26:44.126 INFO STEP 669 (remove_files) COMPLETE
61882024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.126 INFO O| Oct 30 19:26:44.126 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.139 INFO O| Oct 30 19:26:44.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61902024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.139 INFO O| Oct 30 19:26:44.139 INFO STEP 670 (remove_files) COMPLETE
61912024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.139 INFO O| Oct 30 19:26:44.139 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.150 INFO O| Oct 30 19:26:44.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61932024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.151 INFO O| Oct 30 19:26:44.151 INFO STEP 671 (remove_files) COMPLETE
61942024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.151 INFO O| Oct 30 19:26:44.151 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.161 INFO O| Oct 30 19:26:44.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61962024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.161 INFO O| Oct 30 19:26:44.161 INFO STEP 672 (remove_files) COMPLETE
61972024-10-30T19:26:45.529Z[ recovery-image] Oct 30 19:26:44.161 INFO O| Oct 30 19:26:44.161 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.175 INFO O| Oct 30 19:26:44.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61992024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.175 INFO O| Oct 30 19:26:44.175 INFO STEP 673 (remove_files) COMPLETE
62002024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.175 INFO O| Oct 30 19:26:44.175 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.188 INFO O| Oct 30 19:26:44.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
62022024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.188 INFO O| Oct 30 19:26:44.188 INFO STEP 674 (remove_files) COMPLETE
62032024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.188 INFO O| Oct 30 19:26:44.188 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.201 INFO O| Oct 30 19:26:44.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
62052024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.201 INFO O| Oct 30 19:26:44.201 INFO STEP 675 (remove_files) COMPLETE
62062024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.201 INFO O| Oct 30 19:26:44.201 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.213 INFO O| Oct 30 19:26:44.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62082024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.213 INFO O| Oct 30 19:26:44.213 INFO STEP 676 (remove_files) COMPLETE
62092024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.213 INFO O| Oct 30 19:26:44.213 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.224 INFO O| Oct 30 19:26:44.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62112024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.224 INFO O| Oct 30 19:26:44.224 INFO STEP 677 (remove_files) COMPLETE
62122024-10-30T19:26:45.531Z[ recovery-image] Oct 30 19:26:44.224 INFO O| Oct 30 19:26:44.224 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.235 INFO O| Oct 30 19:26:44.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62142024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.235 INFO O| Oct 30 19:26:44.235 INFO STEP 678 (remove_files) COMPLETE
62152024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.235 INFO O| Oct 30 19:26:44.235 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.246 INFO O| Oct 30 19:26:44.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62172024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.246 INFO O| Oct 30 19:26:44.246 INFO STEP 679 (remove_files) COMPLETE
62182024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.246 INFO O| Oct 30 19:26:44.246 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.257 INFO O| Oct 30 19:26:44.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62202024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.257 INFO O| Oct 30 19:26:44.257 INFO STEP 680 (remove_files) COMPLETE
62212024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.257 INFO O| Oct 30 19:26:44.257 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.268 INFO O| Oct 30 19:26:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62232024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.268 INFO O| Oct 30 19:26:44.268 INFO STEP 681 (remove_files) COMPLETE
62242024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.268 INFO O| Oct 30 19:26:44.268 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.278 INFO O| Oct 30 19:26:44.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62262024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.279 INFO O| Oct 30 19:26:44.279 INFO STEP 682 (remove_files) COMPLETE
62272024-10-30T19:26:45.532Z[ recovery-image] Oct 30 19:26:44.279 INFO O| Oct 30 19:26:44.279 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.289 INFO O| Oct 30 19:26:44.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62292024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.289 INFO O| Oct 30 19:26:44.289 INFO STEP 683 (remove_files) COMPLETE
62302024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.289 INFO O| Oct 30 19:26:44.289 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.299 INFO O| Oct 30 19:26:44.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62322024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.299 INFO O| Oct 30 19:26:44.299 INFO STEP 684 (remove_files) COMPLETE
62332024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.299 INFO O| Oct 30 19:26:44.299 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.309 INFO O| Oct 30 19:26:44.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62352024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.309 INFO O| Oct 30 19:26:44.309 INFO STEP 685 (remove_files) COMPLETE
62362024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.309 INFO O| Oct 30 19:26:44.309 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-30T19:26:45.533Z[ recovery-image] Oct 30 19:26:44.319 INFO O| Oct 30 19:26:44.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62382024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.319 INFO O| Oct 30 19:26:44.319 INFO STEP 686 (remove_files) COMPLETE
62392024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.319 INFO O| Oct 30 19:26:44.319 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.329 INFO O| Oct 30 19:26:44.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62412024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.330 INFO O| Oct 30 19:26:44.329 INFO STEP 687 (remove_files) COMPLETE
62422024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.330 INFO O| Oct 30 19:26:44.330 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.340 INFO O| Oct 30 19:26:44.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62442024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.340 INFO O| Oct 30 19:26:44.340 INFO STEP 688 (remove_files) COMPLETE
62452024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.340 INFO O| Oct 30 19:26:44.340 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.350 INFO O| Oct 30 19:26:44.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62472024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.350 INFO O| Oct 30 19:26:44.350 INFO STEP 689 (remove_files) COMPLETE
62482024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.350 INFO O| Oct 30 19:26:44.350 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.360 INFO O| Oct 30 19:26:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62502024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.360 INFO O| Oct 30 19:26:44.360 INFO STEP 690 (remove_files) COMPLETE
62512024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.360 INFO O| Oct 30 19:26:44.360 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-10-30T19:26:45.534Z[ recovery-image] Oct 30 19:26:44.370 INFO O| Oct 30 19:26:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62532024-10-30T19:26:45.538Z[ recovery-image] Oct 30 19:26:44.370 INFO O| Oct 30 19:26:44.370 INFO STEP 691 (remove_files) COMPLETE
62542024-10-30T19:26:45.538Z[ recovery-image] Oct 30 19:26:44.370 INFO O| Oct 30 19:26:44.370 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-10-30T19:26:45.538Z[ recovery-image] Oct 30 19:26:44.380 INFO O| Oct 30 19:26:44.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62562024-10-30T19:26:45.538Z[ recovery-image] Oct 30 19:26:44.380 INFO O| Oct 30 19:26:44.380 INFO STEP 692 (remove_files) COMPLETE
62572024-10-30T19:26:45.538Z[ recovery-image] Oct 30 19:26:44.380 INFO O| Oct 30 19:26:44.380 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.390 INFO O| Oct 30 19:26:44.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62592024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.390 INFO O| Oct 30 19:26:44.390 INFO STEP 693 (remove_files) COMPLETE
62602024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.390 INFO O| Oct 30 19:26:44.390 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.400 INFO O| Oct 30 19:26:44.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62622024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.400 INFO O| Oct 30 19:26:44.400 INFO STEP 694 (remove_files) COMPLETE
62632024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.400 INFO O| Oct 30 19:26:44.400 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.410 INFO O| Oct 30 19:26:44.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62652024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.410 INFO O| Oct 30 19:26:44.410 INFO STEP 695 (remove_files) COMPLETE
62662024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.410 INFO O| Oct 30 19:26:44.410 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.420 INFO O| Oct 30 19:26:44.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62682024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.420 INFO O| Oct 30 19:26:44.420 INFO STEP 696 (remove_files) COMPLETE
62692024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.420 INFO O| Oct 30 19:26:44.420 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.432 INFO O| Oct 30 19:26:44.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62712024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.432 INFO O| Oct 30 19:26:44.432 INFO STEP 697 (remove_files) COMPLETE
62722024-10-30T19:26:45.539Z[ recovery-image] Oct 30 19:26:44.432 INFO O| Oct 30 19:26:44.432 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.444 INFO O| Oct 30 19:26:44.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62742024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.444 INFO O| Oct 30 19:26:44.444 INFO STEP 698 (remove_files) COMPLETE
62752024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.444 INFO O| Oct 30 19:26:44.444 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.456 INFO O| Oct 30 19:26:44.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62772024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.456 INFO O| Oct 30 19:26:44.456 INFO STEP 699 (remove_files) COMPLETE
62782024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.456 INFO O| Oct 30 19:26:44.456 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.468 INFO O| Oct 30 19:26:44.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62802024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.468 INFO O| Oct 30 19:26:44.468 INFO STEP 700 (remove_files) COMPLETE
62812024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.468 INFO O| Oct 30 19:26:44.468 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.480 INFO O| Oct 30 19:26:44.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62832024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.480 INFO O| Oct 30 19:26:44.480 INFO STEP 701 (remove_files) COMPLETE
62842024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.480 INFO O| Oct 30 19:26:44.480 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-30T19:26:45.540Z[ recovery-image] Oct 30 19:26:44.492 INFO O| Oct 30 19:26:44.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62862024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.492 INFO O| Oct 30 19:26:44.492 INFO STEP 702 (remove_files) COMPLETE
62872024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.492 INFO O| Oct 30 19:26:44.492 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.505 INFO O| Oct 30 19:26:44.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62892024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.505 INFO O| Oct 30 19:26:44.505 INFO STEP 703 (remove_files) COMPLETE
62902024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.505 INFO O| Oct 30 19:26:44.505 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.516 INFO O| Oct 30 19:26:44.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62922024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.516 INFO O| Oct 30 19:26:44.516 INFO STEP 704 (remove_files) COMPLETE
62932024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.516 INFO O| Oct 30 19:26:44.516 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.527 INFO O| Oct 30 19:26:44.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62952024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.527 INFO O| Oct 30 19:26:44.527 INFO STEP 705 (remove_files) COMPLETE
62962024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.527 INFO O| Oct 30 19:26:44.527 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.538 INFO O| Oct 30 19:26:44.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62982024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.538 INFO O| Oct 30 19:26:44.538 INFO STEP 706 (remove_files) COMPLETE
62992024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.538 INFO O| Oct 30 19:26:44.538 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.549 INFO O| Oct 30 19:26:44.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
63012024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.549 INFO O| Oct 30 19:26:44.549 INFO STEP 707 (remove_files) COMPLETE
63022024-10-30T19:26:45.541Z[ recovery-image] Oct 30 19:26:44.549 INFO O| Oct 30 19:26:44.549 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.559 INFO O| Oct 30 19:26:44.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
63042024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.559 INFO O| Oct 30 19:26:44.559 INFO STEP 708 (remove_files) COMPLETE
63052024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.559 INFO O| Oct 30 19:26:44.559 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.570 INFO O| Oct 30 19:26:44.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63072024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.570 INFO O| Oct 30 19:26:44.570 INFO STEP 709 (remove_files) COMPLETE
63082024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.570 INFO O| Oct 30 19:26:44.570 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.580 INFO O| Oct 30 19:26:44.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63102024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.580 INFO O| Oct 30 19:26:44.580 INFO STEP 710 (remove_files) COMPLETE
63112024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.580 INFO O| Oct 30 19:26:44.580 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.590 INFO O| Oct 30 19:26:44.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63132024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.590 INFO O| Oct 30 19:26:44.590 INFO STEP 711 (remove_files) COMPLETE
63142024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.590 INFO O| Oct 30 19:26:44.590 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.600 INFO O| Oct 30 19:26:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63162024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.600 INFO O| Oct 30 19:26:44.600 INFO STEP 712 (remove_files) COMPLETE
63172024-10-30T19:26:45.542Z[ recovery-image] Oct 30 19:26:44.600 INFO O| Oct 30 19:26:44.600 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-30T19:26:45.543Z[ recovery-image] Oct 30 19:26:44.611 INFO O| Oct 30 19:26:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63192024-10-30T19:26:45.543Z[ recovery-image] Oct 30 19:26:44.611 INFO O| Oct 30 19:26:44.611 INFO STEP 713 (remove_files) COMPLETE
63202024-10-30T19:26:45.543Z[ recovery-image] Oct 30 19:26:44.611 INFO O| Oct 30 19:26:44.611 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-30T19:26:45.543Z[ recovery-image] Oct 30 19:26:44.621 INFO O| Oct 30 19:26:44.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63222024-10-30T19:26:45.543Z[ recovery-image] Oct 30 19:26:44.621 INFO O| Oct 30 19:26:44.621 INFO STEP 714 (remove_files) COMPLETE
63232024-10-30T19:26:45.543Z[ recovery-image] Oct 30 19:26:44.621 INFO O| Oct 30 19:26:44.621 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-30T19:26:45.543Z[ recovery-image] Oct 30 19:26:44.631 INFO O| Oct 30 19:26:44.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63252024-10-30T19:26:45.544Z[ recovery-image] Oct 30 19:26:44.631 INFO O| Oct 30 19:26:44.631 INFO STEP 715 (remove_files) COMPLETE
63262024-10-30T19:26:45.544Z[ recovery-image] Oct 30 19:26:44.631 INFO O| Oct 30 19:26:44.631 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-30T19:26:45.544Z[ recovery-image] Oct 30 19:26:44.641 INFO O| Oct 30 19:26:44.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63282024-10-30T19:26:45.544Z[ recovery-image] Oct 30 19:26:44.641 INFO O| Oct 30 19:26:44.641 INFO STEP 716 (remove_files) COMPLETE
63292024-10-30T19:26:45.544Z[ recovery-image] Oct 30 19:26:44.642 INFO O| Oct 30 19:26:44.641 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-30T19:26:45.547Z[ recovery-image] Oct 30 19:26:44.653 INFO O| Oct 30 19:26:44.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63312024-10-30T19:26:45.547Z[ recovery-image] Oct 30 19:26:44.653 INFO O| Oct 30 19:26:44.653 INFO STEP 717 (remove_files) COMPLETE
63322024-10-30T19:26:45.547Z[ recovery-image] Oct 30 19:26:44.653 INFO O| Oct 30 19:26:44.653 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-30T19:26:45.551Z[ recovery-image] Oct 30 19:26:44.666 INFO O| Oct 30 19:26:44.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63342024-10-30T19:26:45.551Z[ recovery-image] Oct 30 19:26:44.666 INFO O| Oct 30 19:26:44.666 INFO STEP 718 (remove_files) COMPLETE
63352024-10-30T19:26:45.551Z[ recovery-image] Oct 30 19:26:44.666 INFO O| Oct 30 19:26:44.666 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-30T19:26:45.563Z[ recovery-image] Oct 30 19:26:44.678 INFO O| Oct 30 19:26:44.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63372024-10-30T19:26:45.563Z[ recovery-image] Oct 30 19:26:44.678 INFO O| Oct 30 19:26:44.678 INFO STEP 719 (remove_files) COMPLETE
63382024-10-30T19:26:45.565Z[ recovery-image] Oct 30 19:26:44.678 INFO O| Oct 30 19:26:44.678 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-30T19:26:45.574Z[ recovery-image] Oct 30 19:26:44.689 INFO O| Oct 30 19:26:44.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63402024-10-30T19:26:45.578Z[ recovery-image] Oct 30 19:26:44.689 INFO O| Oct 30 19:26:44.689 INFO STEP 720 (remove_files) COMPLETE
63412024-10-30T19:26:45.578Z[ recovery-image] Oct 30 19:26:44.689 INFO O| Oct 30 19:26:44.689 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-10-30T19:26:45.585Z[ recovery-image] Oct 30 19:26:44.700 INFO O| Oct 30 19:26:44.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63432024-10-30T19:26:45.585Z[ recovery-image] Oct 30 19:26:44.700 INFO O| Oct 30 19:26:44.700 INFO STEP 721 (remove_files) COMPLETE
63442024-10-30T19:26:45.588Z[ recovery-image] Oct 30 19:26:44.700 INFO O| Oct 30 19:26:44.700 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-10-30T19:26:45.595Z[ recovery-image] Oct 30 19:26:44.710 INFO O| Oct 30 19:26:44.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63462024-10-30T19:26:45.595Z[ recovery-image] Oct 30 19:26:44.710 INFO O| Oct 30 19:26:44.710 INFO STEP 722 (remove_files) COMPLETE
63472024-10-30T19:26:45.598Z[ recovery-image] Oct 30 19:26:44.710 INFO O| Oct 30 19:26:44.710 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-10-30T19:26:45.606Z[ recovery-image] Oct 30 19:26:44.720 INFO O| Oct 30 19:26:44.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63492024-10-30T19:26:45.606Z[ recovery-image] Oct 30 19:26:44.720 INFO O| Oct 30 19:26:44.720 INFO STEP 723 (remove_files) COMPLETE
63502024-10-30T19:26:45.606Z[ recovery-image] Oct 30 19:26:44.720 INFO O| Oct 30 19:26:44.720 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-30T19:26:45.618Z[ recovery-image] Oct 30 19:26:44.733 INFO O| Oct 30 19:26:44.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63522024-10-30T19:26:45.618Z[ recovery-image] Oct 30 19:26:44.733 INFO O| Oct 30 19:26:44.733 INFO STEP 724 (remove_files) COMPLETE
63532024-10-30T19:26:45.618Z[ recovery-image] Oct 30 19:26:44.733 INFO O| Oct 30 19:26:44.733 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-10-30T19:26:45.630Z[ recovery-image] Oct 30 19:26:44.745 INFO O| Oct 30 19:26:44.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63552024-10-30T19:26:45.630Z[ recovery-image] Oct 30 19:26:44.745 INFO O| Oct 30 19:26:44.745 INFO STEP 725 (remove_files) COMPLETE
63562024-10-30T19:26:45.632Z[ recovery-image] Oct 30 19:26:44.745 INFO O| Oct 30 19:26:44.745 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-10-30T19:26:45.641Z[ recovery-image] Oct 30 19:26:44.755 INFO O| Oct 30 19:26:44.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63582024-10-30T19:26:45.641Z[ recovery-image] Oct 30 19:26:44.756 INFO O| Oct 30 19:26:44.756 INFO STEP 726 (remove_files) COMPLETE
63592024-10-30T19:26:45.641Z[ recovery-image] Oct 30 19:26:44.756 INFO O| Oct 30 19:26:44.756 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-10-30T19:26:45.651Z[ recovery-image] Oct 30 19:26:44.766 INFO O| Oct 30 19:26:44.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63612024-10-30T19:26:45.654Z[ recovery-image] Oct 30 19:26:44.766 INFO O| Oct 30 19:26:44.766 INFO STEP 727 (remove_files) COMPLETE
63622024-10-30T19:26:45.654Z[ recovery-image] Oct 30 19:26:44.766 INFO O| Oct 30 19:26:44.766 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-10-30T19:26:45.665Z[ recovery-image] Oct 30 19:26:44.780 INFO O| Oct 30 19:26:44.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63642024-10-30T19:26:45.668Z[ recovery-image] Oct 30 19:26:44.780 INFO O| Oct 30 19:26:44.780 INFO STEP 728 (remove_files) COMPLETE
63652024-10-30T19:26:45.668Z[ recovery-image] Oct 30 19:26:44.780 INFO O| Oct 30 19:26:44.780 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-10-30T19:26:45.678Z[ recovery-image] Oct 30 19:26:44.793 INFO O| Oct 30 19:26:44.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63672024-10-30T19:26:45.678Z[ recovery-image] Oct 30 19:26:44.793 INFO O| Oct 30 19:26:44.793 INFO STEP 729 (remove_files) COMPLETE
63682024-10-30T19:26:45.678Z[ recovery-image] Oct 30 19:26:44.793 INFO O| Oct 30 19:26:44.793 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-10-30T19:26:45.691Z[ recovery-image] Oct 30 19:26:44.806 INFO O| Oct 30 19:26:44.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63702024-10-30T19:26:45.694Z[ recovery-image] Oct 30 19:26:44.806 INFO O| Oct 30 19:26:44.806 INFO STEP 730 (remove_files) COMPLETE
63712024-10-30T19:26:45.694Z[ recovery-image] Oct 30 19:26:44.806 INFO O| Oct 30 19:26:44.806 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-10-30T19:26:45.704Z[ recovery-image] Oct 30 19:26:44.819 INFO O| Oct 30 19:26:44.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63732024-10-30T19:26:45.704Z[ recovery-image] Oct 30 19:26:44.819 INFO O| Oct 30 19:26:44.819 INFO STEP 731 (remove_files) COMPLETE
63742024-10-30T19:26:45.704Z[ recovery-image] Oct 30 19:26:44.819 INFO O| Oct 30 19:26:44.819 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-30T19:26:45.717Z[ recovery-image] Oct 30 19:26:44.832 INFO O| Oct 30 19:26:44.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63762024-10-30T19:26:45.717Z[ recovery-image] Oct 30 19:26:44.832 INFO O| Oct 30 19:26:44.832 INFO STEP 732 (remove_files) COMPLETE
63772024-10-30T19:26:45.717Z[ recovery-image] Oct 30 19:26:44.832 INFO O| Oct 30 19:26:44.832 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-30T19:26:45.730Z[ recovery-image] Oct 30 19:26:44.844 INFO O| Oct 30 19:26:44.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63792024-10-30T19:26:45.730Z[ recovery-image] Oct 30 19:26:44.844 INFO O| Oct 30 19:26:44.844 INFO STEP 733 (remove_files) COMPLETE
63802024-10-30T19:26:45.730Z[ recovery-image] Oct 30 19:26:44.844 INFO O| Oct 30 19:26:44.844 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-30T19:26:45.743Z[ recovery-image] Oct 30 19:26:44.857 INFO O| Oct 30 19:26:44.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63822024-10-30T19:26:45.743Z[ recovery-image] Oct 30 19:26:44.857 INFO O| Oct 30 19:26:44.857 INFO STEP 734 (remove_files) COMPLETE
63832024-10-30T19:26:45.745Z[ recovery-image] Oct 30 19:26:44.858 INFO O| Oct 30 19:26:44.857 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-30T19:26:45.755Z[ recovery-image] Oct 30 19:26:44.869 INFO O| Oct 30 19:26:44.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63852024-10-30T19:26:45.757Z[ recovery-image] Oct 30 19:26:44.870 INFO O| Oct 30 19:26:44.869 INFO STEP 735 (remove_files) COMPLETE
63862024-10-30T19:26:45.757Z[ recovery-image] Oct 30 19:26:44.870 INFO O| Oct 30 19:26:44.870 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-30T19:26:45.766Z[ recovery-image] Oct 30 19:26:44.881 INFO O| Oct 30 19:26:44.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63882024-10-30T19:26:45.768Z[ recovery-image] Oct 30 19:26:44.881 INFO O| Oct 30 19:26:44.881 INFO STEP 736 (remove_files) COMPLETE
63892024-10-30T19:26:45.768Z[ recovery-image] Oct 30 19:26:44.881 INFO O| Oct 30 19:26:44.881 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-30T19:26:45.777Z[ recovery-image] Oct 30 19:26:44.892 INFO O| Oct 30 19:26:44.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63912024-10-30T19:26:45.779Z[ recovery-image] Oct 30 19:26:44.892 INFO O| Oct 30 19:26:44.892 INFO STEP 737 (remove_files) COMPLETE
63922024-10-30T19:26:45.779Z[ recovery-image] Oct 30 19:26:44.892 INFO O| Oct 30 19:26:44.892 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-30T19:26:45.788Z[ recovery-image] Oct 30 19:26:44.903 INFO O| Oct 30 19:26:44.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63942024-10-30T19:26:45.788Z[ recovery-image] Oct 30 19:26:44.903 INFO O| Oct 30 19:26:44.903 INFO STEP 738 (remove_files) COMPLETE
63952024-10-30T19:26:45.791Z[ recovery-image] Oct 30 19:26:44.903 INFO O| Oct 30 19:26:44.903 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-30T19:26:45.798Z[ recovery-image] Oct 30 19:26:44.913 INFO O| Oct 30 19:26:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63972024-10-30T19:26:45.801Z[ recovery-image] Oct 30 19:26:44.913 INFO O| Oct 30 19:26:44.913 INFO STEP 739 (remove_files) COMPLETE
63982024-10-30T19:26:45.801Z[ recovery-image] Oct 30 19:26:44.913 INFO O| Oct 30 19:26:44.913 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-30T19:26:45.811Z[ recovery-image] Oct 30 19:26:44.926 INFO O| Oct 30 19:26:44.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
64002024-10-30T19:26:45.813Z[ recovery-image] Oct 30 19:26:44.926 INFO O| Oct 30 19:26:44.926 INFO STEP 740 (remove_files) COMPLETE
64012024-10-30T19:26:45.813Z[ recovery-image] Oct 30 19:26:44.926 INFO O| Oct 30 19:26:44.926 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-10-30T19:26:45.821Z[ recovery-image] Oct 30 19:26:44.936 INFO O| Oct 30 19:26:44.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
64032024-10-30T19:26:45.821Z[ recovery-image] Oct 30 19:26:44.936 INFO O| Oct 30 19:26:44.936 INFO STEP 741 (remove_files) COMPLETE
64042024-10-30T19:26:45.821Z[ recovery-image] Oct 30 19:26:44.936 INFO O| Oct 30 19:26:44.936 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-10-30T19:26:45.831Z[ recovery-image] Oct 30 19:26:44.946 INFO O| Oct 30 19:26:44.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64062024-10-30T19:26:45.831Z[ recovery-image] Oct 30 19:26:44.946 INFO O| Oct 30 19:26:44.946 INFO STEP 742 (remove_files) COMPLETE
64072024-10-30T19:26:45.831Z[ recovery-image] Oct 30 19:26:44.946 INFO O| Oct 30 19:26:44.946 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-10-30T19:26:45.841Z[ recovery-image] Oct 30 19:26:44.956 INFO O| Oct 30 19:26:44.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64092024-10-30T19:26:45.843Z[ recovery-image] Oct 30 19:26:44.956 INFO O| Oct 30 19:26:44.956 INFO STEP 743 (remove_files) COMPLETE
64102024-10-30T19:26:45.843Z[ recovery-image] Oct 30 19:26:44.956 INFO O| Oct 30 19:26:44.956 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-30T19:26:45.852Z[ recovery-image] Oct 30 19:26:44.967 INFO O| Oct 30 19:26:44.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64122024-10-30T19:26:45.852Z[ recovery-image] Oct 30 19:26:44.967 INFO O| Oct 30 19:26:44.967 INFO STEP 744 (remove_files) COMPLETE
64132024-10-30T19:26:45.852Z[ recovery-image] Oct 30 19:26:44.967 INFO O| Oct 30 19:26:44.967 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-30T19:26:45.862Z[ recovery-image] Oct 30 19:26:44.977 INFO O| Oct 30 19:26:44.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64152024-10-30T19:26:45.862Z[ recovery-image] Oct 30 19:26:44.977 INFO O| Oct 30 19:26:44.977 INFO STEP 745 (remove_files) COMPLETE
64162024-10-30T19:26:45.862Z[ recovery-image] Oct 30 19:26:44.977 INFO O| Oct 30 19:26:44.977 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-30T19:26:45.873Z[ recovery-image] Oct 30 19:26:44.987 INFO O| Oct 30 19:26:44.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64182024-10-30T19:26:45.873Z[ recovery-image] Oct 30 19:26:44.988 INFO O| Oct 30 19:26:44.987 INFO STEP 746 (remove_files) COMPLETE
64192024-10-30T19:26:45.875Z[ recovery-image] Oct 30 19:26:44.988 INFO O| Oct 30 19:26:44.988 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-30T19:26:45.883Z[ recovery-image] Oct 30 19:26:44.998 INFO O| Oct 30 19:26:44.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64212024-10-30T19:26:45.883Z[ recovery-image] Oct 30 19:26:44.998 INFO O| Oct 30 19:26:44.998 INFO STEP 747 (remove_files) COMPLETE
64222024-10-30T19:26:45.883Z[ recovery-image] Oct 30 19:26:44.998 INFO O| Oct 30 19:26:44.998 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-30T19:26:45.894Z[ recovery-image] Oct 30 19:26:45.009 INFO O| Oct 30 19:26:45.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64242024-10-30T19:26:45.894Z[ recovery-image] Oct 30 19:26:45.009 INFO O| Oct 30 19:26:45.009 INFO STEP 748 (remove_files) COMPLETE
64252024-10-30T19:26:45.894Z[ recovery-image] Oct 30 19:26:45.009 INFO O| Oct 30 19:26:45.009 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-30T19:26:45.907Z[ recovery-image] Oct 30 19:26:45.021 INFO O| Oct 30 19:26:45.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64272024-10-30T19:26:45.909Z[ recovery-image] Oct 30 19:26:45.021 INFO O| Oct 30 19:26:45.021 INFO STEP 749 (remove_files) COMPLETE
64282024-10-30T19:26:45.910Z[ recovery-image] Oct 30 19:26:45.021 INFO O| Oct 30 19:26:45.021 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-10-30T19:26:45.919Z[ recovery-image] Oct 30 19:26:45.034 INFO O| Oct 30 19:26:45.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64302024-10-30T19:26:45.922Z[ recovery-image] Oct 30 19:26:45.034 INFO O| Oct 30 19:26:45.034 INFO STEP 750 (remove_files) COMPLETE
64312024-10-30T19:26:45.922Z[ recovery-image] Oct 30 19:26:45.034 INFO O| Oct 30 19:26:45.034 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-30T19:26:45.932Z[ recovery-image] Oct 30 19:26:45.047 INFO O| Oct 30 19:26:45.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64332024-10-30T19:26:45.932Z[ recovery-image] Oct 30 19:26:45.047 INFO O| Oct 30 19:26:45.047 INFO STEP 751 (remove_files) COMPLETE
64342024-10-30T19:26:45.935Z[ recovery-image] Oct 30 19:26:45.047 INFO O| Oct 30 19:26:45.047 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-10-30T19:26:45.944Z[ recovery-image] Oct 30 19:26:45.059 INFO O| Oct 30 19:26:45.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64362024-10-30T19:26:45.946Z[ recovery-image] Oct 30 19:26:45.059 INFO O| Oct 30 19:26:45.059 INFO STEP 752 (remove_files) COMPLETE
64372024-10-30T19:26:45.947Z[ recovery-image] Oct 30 19:26:45.059 INFO O| Oct 30 19:26:45.059 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-10-30T19:26:45.957Z[ recovery-image] Oct 30 19:26:45.072 INFO O| Oct 30 19:26:45.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64392024-10-30T19:26:45.959Z[ recovery-image] Oct 30 19:26:45.072 INFO O| Oct 30 19:26:45.072 INFO STEP 753 (remove_files) COMPLETE
64402024-10-30T19:26:45.959Z[ recovery-image] Oct 30 19:26:45.072 INFO O| Oct 30 19:26:45.072 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-10-30T19:26:45.971Z[ recovery-image] Oct 30 19:26:45.085 INFO O| Oct 30 19:26:45.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64422024-10-30T19:26:45.971Z[ recovery-image] Oct 30 19:26:45.085 INFO O| Oct 30 19:26:45.085 INFO STEP 754 (remove_files) COMPLETE
64432024-10-30T19:26:45.973Z[ recovery-image] Oct 30 19:26:45.085 INFO O| Oct 30 19:26:45.085 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-30T19:26:45.981Z[ recovery-image] Oct 30 19:26:45.096 INFO O| Oct 30 19:26:45.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64452024-10-30T19:26:45.981Z[ recovery-image] Oct 30 19:26:45.096 INFO O| Oct 30 19:26:45.096 INFO STEP 755 (remove_files) COMPLETE
64462024-10-30T19:26:45.984Z[ recovery-image] Oct 30 19:26:45.096 INFO O| Oct 30 19:26:45.096 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-30T19:26:45.993Z[ recovery-image] Oct 30 19:26:45.108 INFO O| Oct 30 19:26:45.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64482024-10-30T19:26:45.993Z[ recovery-image] Oct 30 19:26:45.108 INFO O| Oct 30 19:26:45.108 INFO STEP 756 (remove_files) COMPLETE
64492024-10-30T19:26:45.996Z[ recovery-image] Oct 30 19:26:45.108 INFO O| Oct 30 19:26:45.108 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-30T19:26:46.006Z[ recovery-image] Oct 30 19:26:45.121 INFO O| Oct 30 19:26:45.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64512024-10-30T19:26:46.009Z[ recovery-image] Oct 30 19:26:45.121 INFO O| Oct 30 19:26:45.121 INFO STEP 757 (remove_files) COMPLETE
64522024-10-30T19:26:46.009Z[ recovery-image] Oct 30 19:26:45.121 INFO O| Oct 30 19:26:45.121 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-30T19:26:46.018Z[ recovery-image] Oct 30 19:26:45.133 INFO O| Oct 30 19:26:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64542024-10-30T19:26:46.020Z[ recovery-image] Oct 30 19:26:45.133 INFO O| Oct 30 19:26:45.133 INFO STEP 758 (remove_files) COMPLETE
64552024-10-30T19:26:46.021Z[ recovery-image] Oct 30 19:26:45.133 INFO O| Oct 30 19:26:45.133 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-30T19:26:46.030Z[ recovery-image] Oct 30 19:26:45.144 INFO O| Oct 30 19:26:45.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64572024-10-30T19:26:46.032Z[ recovery-image] Oct 30 19:26:45.144 INFO O| Oct 30 19:26:45.144 INFO STEP 759 (remove_files) COMPLETE
64582024-10-30T19:26:46.032Z[ recovery-image] Oct 30 19:26:45.144 INFO O| Oct 30 19:26:45.144 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-30T19:26:46.042Z[ recovery-image] Oct 30 19:26:45.156 INFO O| Oct 30 19:26:45.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64602024-10-30T19:26:46.042Z[ recovery-image] Oct 30 19:26:45.156 INFO O| Oct 30 19:26:45.156 INFO STEP 760 (remove_files) COMPLETE
64612024-10-30T19:26:46.042Z[ recovery-image] Oct 30 19:26:45.156 INFO O| Oct 30 19:26:45.156 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-30T19:26:46.052Z[ recovery-image] Oct 30 19:26:45.167 INFO O| Oct 30 19:26:45.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64632024-10-30T19:26:46.054Z[ recovery-image] Oct 30 19:26:45.167 INFO O| Oct 30 19:26:45.167 INFO STEP 761 (remove_files) COMPLETE
64642024-10-30T19:26:46.054Z[ recovery-image] Oct 30 19:26:45.167 INFO O| Oct 30 19:26:45.167 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-30T19:26:46.065Z[ recovery-image] Oct 30 19:26:45.180 INFO O| Oct 30 19:26:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64662024-10-30T19:26:46.065Z[ recovery-image] Oct 30 19:26:45.180 INFO O| Oct 30 19:26:45.180 INFO STEP 762 (remove_files) COMPLETE
64672024-10-30T19:26:46.065Z[ recovery-image] Oct 30 19:26:45.180 INFO O| Oct 30 19:26:45.180 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-30T19:26:46.075Z[ recovery-image] Oct 30 19:26:45.190 INFO O| Oct 30 19:26:45.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64692024-10-30T19:26:46.075Z[ recovery-image] Oct 30 19:26:45.190 INFO O| Oct 30 19:26:45.190 INFO STEP 763 (remove_files) COMPLETE
64702024-10-30T19:26:46.075Z[ recovery-image] Oct 30 19:26:45.190 INFO O| Oct 30 19:26:45.190 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-30T19:26:46.087Z[ recovery-image] Oct 30 19:26:45.201 INFO O| Oct 30 19:26:45.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64722024-10-30T19:26:46.087Z[ recovery-image] Oct 30 19:26:45.201 INFO O| Oct 30 19:26:45.201 INFO STEP 764 (remove_files) COMPLETE
64732024-10-30T19:26:46.089Z[ recovery-image] Oct 30 19:26:45.201 INFO O| Oct 30 19:26:45.201 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-30T19:26:46.099Z[ recovery-image] Oct 30 19:26:45.213 INFO O| Oct 30 19:26:45.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64752024-10-30T19:26:46.099Z[ recovery-image] Oct 30 19:26:45.214 INFO O| Oct 30 19:26:45.213 INFO STEP 765 (remove_files) COMPLETE
64762024-10-30T19:26:46.102Z[ recovery-image] Oct 30 19:26:45.214 INFO O| Oct 30 19:26:45.214 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-30T19:26:46.110Z[ recovery-image] Oct 30 19:26:45.225 INFO O| Oct 30 19:26:45.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64782024-10-30T19:26:46.110Z[ recovery-image] Oct 30 19:26:45.225 INFO O| Oct 30 19:26:45.225 INFO STEP 766 (remove_files) COMPLETE
64792024-10-30T19:26:46.113Z[ recovery-image] Oct 30 19:26:45.225 INFO O| Oct 30 19:26:45.225 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-30T19:26:46.122Z[ recovery-image] Oct 30 19:26:45.237 INFO O| Oct 30 19:26:45.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64812024-10-30T19:26:46.122Z[ recovery-image] Oct 30 19:26:45.237 INFO O| Oct 30 19:26:45.237 INFO STEP 767 (remove_files) COMPLETE
64822024-10-30T19:26:46.122Z[ recovery-image] Oct 30 19:26:45.237 INFO O| Oct 30 19:26:45.237 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-30T19:26:46.134Z[ recovery-image] Oct 30 19:26:45.249 INFO O| Oct 30 19:26:45.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64842024-10-30T19:26:46.134Z[ recovery-image] Oct 30 19:26:45.249 INFO O| Oct 30 19:26:45.249 INFO STEP 768 (remove_files) COMPLETE
64852024-10-30T19:26:46.134Z[ recovery-image] Oct 30 19:26:45.249 INFO O| Oct 30 19:26:45.249 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-30T19:26:46.146Z[ recovery-image] Oct 30 19:26:45.260 INFO O| Oct 30 19:26:45.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64872024-10-30T19:26:46.146Z[ recovery-image] Oct 30 19:26:45.260 INFO O| Oct 30 19:26:45.260 INFO STEP 769 (remove_files) COMPLETE
64882024-10-30T19:26:46.148Z[ recovery-image] Oct 30 19:26:45.260 INFO O| Oct 30 19:26:45.260 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-30T19:26:46.159Z[ recovery-image] Oct 30 19:26:45.274 INFO O| Oct 30 19:26:45.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64902024-10-30T19:26:46.161Z[ recovery-image] Oct 30 19:26:45.274 INFO O| Oct 30 19:26:45.274 INFO STEP 770 (remove_files) COMPLETE
64912024-10-30T19:26:46.161Z[ recovery-image] Oct 30 19:26:45.274 INFO O| Oct 30 19:26:45.274 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-30T19:26:46.172Z[ recovery-image] Oct 30 19:26:45.287 INFO O| Oct 30 19:26:45.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64932024-10-30T19:26:46.175Z[ recovery-image] Oct 30 19:26:45.287 INFO O| Oct 30 19:26:45.287 INFO STEP 771 (remove_files) COMPLETE
64942024-10-30T19:26:46.175Z[ recovery-image] Oct 30 19:26:45.287 INFO O| Oct 30 19:26:45.287 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-30T19:26:46.185Z[ recovery-image] Oct 30 19:26:45.300 INFO O| Oct 30 19:26:45.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64962024-10-30T19:26:46.188Z[ recovery-image] Oct 30 19:26:45.300 INFO O| Oct 30 19:26:45.300 INFO STEP 772 (remove_files) COMPLETE
64972024-10-30T19:26:46.189Z[ recovery-image] Oct 30 19:26:45.300 INFO O| Oct 30 19:26:45.300 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-30T19:26:46.197Z[ recovery-image] Oct 30 19:26:45.311 INFO O| Oct 30 19:26:45.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64992024-10-30T19:26:46.197Z[ recovery-image] Oct 30 19:26:45.311 INFO O| Oct 30 19:26:45.311 INFO STEP 773 (remove_files) COMPLETE
65002024-10-30T19:26:46.208Z[ recovery-image] Oct 30 19:26:45.311 INFO O| Oct 30 19:26:45.311 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-30T19:26:46.208Z[ recovery-image] Oct 30 19:26:45.322 INFO O| Oct 30 19:26:45.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65022024-10-30T19:26:46.208Z[ recovery-image] Oct 30 19:26:45.322 INFO O| Oct 30 19:26:45.322 INFO STEP 774 (remove_files) COMPLETE
65032024-10-30T19:26:46.208Z[ recovery-image] Oct 30 19:26:45.322 INFO O| Oct 30 19:26:45.322 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-30T19:26:46.219Z[ recovery-image] Oct 30 19:26:45.333 INFO O| Oct 30 19:26:45.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65052024-10-30T19:26:46.221Z[ recovery-image] Oct 30 19:26:45.334 INFO O| Oct 30 19:26:45.334 INFO STEP 775 (remove_files) COMPLETE
65062024-10-30T19:26:46.222Z[ recovery-image] Oct 30 19:26:45.334 INFO O| Oct 30 19:26:45.334 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-30T19:26:46.230Z[ recovery-image] Oct 30 19:26:45.344 INFO O| Oct 30 19:26:45.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65082024-10-30T19:26:46.232Z[ recovery-image] Oct 30 19:26:45.344 INFO O| Oct 30 19:26:45.344 INFO STEP 776 (remove_files) COMPLETE
65092024-10-30T19:26:46.232Z[ recovery-image] Oct 30 19:26:45.344 INFO O| Oct 30 19:26:45.344 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-30T19:26:46.240Z[ recovery-image] Oct 30 19:26:45.355 INFO O| Oct 30 19:26:45.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65112024-10-30T19:26:46.244Z[ recovery-image] Oct 30 19:26:45.355 INFO O| Oct 30 19:26:45.355 INFO STEP 777 (remove_files) COMPLETE
65122024-10-30T19:26:46.244Z[ recovery-image] Oct 30 19:26:45.355 INFO O| Oct 30 19:26:45.355 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-30T19:26:46.252Z[ recovery-image] Oct 30 19:26:45.367 INFO O| Oct 30 19:26:45.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65142024-10-30T19:26:46.254Z[ recovery-image] Oct 30 19:26:45.367 INFO O| Oct 30 19:26:45.367 INFO STEP 778 (remove_files) COMPLETE
65152024-10-30T19:26:46.254Z[ recovery-image] Oct 30 19:26:45.367 INFO O| Oct 30 19:26:45.367 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-30T19:26:46.262Z[ recovery-image] Oct 30 19:26:45.377 INFO O| Oct 30 19:26:45.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65172024-10-30T19:26:46.262Z[ recovery-image] Oct 30 19:26:45.377 INFO O| Oct 30 19:26:45.377 INFO STEP 779 (remove_files) COMPLETE
65182024-10-30T19:26:46.265Z[ recovery-image] Oct 30 19:26:45.377 INFO O| Oct 30 19:26:45.377 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-30T19:26:46.273Z[ recovery-image] Oct 30 19:26:45.388 INFO O| Oct 30 19:26:45.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65202024-10-30T19:26:46.273Z[ recovery-image] Oct 30 19:26:45.388 INFO O| Oct 30 19:26:45.388 INFO STEP 780 (remove_files) COMPLETE
65212024-10-30T19:26:46.276Z[ recovery-image] Oct 30 19:26:45.388 INFO O| Oct 30 19:26:45.388 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-30T19:26:46.283Z[ recovery-image] Oct 30 19:26:45.398 INFO O| Oct 30 19:26:45.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65232024-10-30T19:26:46.283Z[ recovery-image] Oct 30 19:26:45.398 INFO O| Oct 30 19:26:45.398 INFO STEP 781 (remove_files) COMPLETE
65242024-10-30T19:26:46.286Z[ recovery-image] Oct 30 19:26:45.398 INFO O| Oct 30 19:26:45.398 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-30T19:26:46.294Z[ recovery-image] Oct 30 19:26:45.409 INFO O| Oct 30 19:26:45.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65262024-10-30T19:26:46.297Z[ recovery-image] Oct 30 19:26:45.409 INFO O| Oct 30 19:26:45.409 INFO STEP 782 (remove_files) COMPLETE
65272024-10-30T19:26:46.297Z[ recovery-image] Oct 30 19:26:45.409 INFO O| Oct 30 19:26:45.409 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-30T19:26:46.304Z[ recovery-image] Oct 30 19:26:45.419 INFO O| Oct 30 19:26:45.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65292024-10-30T19:26:46.304Z[ recovery-image] Oct 30 19:26:45.419 INFO O| Oct 30 19:26:45.419 INFO STEP 783 (remove_files) COMPLETE
65302024-10-30T19:26:46.306Z[ recovery-image] Oct 30 19:26:45.419 INFO O| Oct 30 19:26:45.419 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-30T19:26:46.314Z[ recovery-image] Oct 30 19:26:45.429 INFO O| Oct 30 19:26:45.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65322024-10-30T19:26:46.317Z[ recovery-image] Oct 30 19:26:45.429 INFO O| Oct 30 19:26:45.429 INFO STEP 784 (remove_files) COMPLETE
65332024-10-30T19:26:46.317Z[ recovery-image] Oct 30 19:26:45.429 INFO O| Oct 30 19:26:45.429 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-30T19:26:46.325Z[ recovery-image] Oct 30 19:26:45.440 INFO O| Oct 30 19:26:45.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65352024-10-30T19:26:46.327Z[ recovery-image] Oct 30 19:26:45.440 INFO O| Oct 30 19:26:45.440 INFO STEP 785 (remove_files) COMPLETE
65362024-10-30T19:26:46.327Z[ recovery-image] Oct 30 19:26:45.440 INFO O| Oct 30 19:26:45.440 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-30T19:26:46.335Z[ recovery-image] Oct 30 19:26:45.450 INFO O| Oct 30 19:26:45.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65382024-10-30T19:26:46.335Z[ recovery-image] Oct 30 19:26:45.450 INFO O| Oct 30 19:26:45.450 INFO STEP 786 (remove_files) COMPLETE
65392024-10-30T19:26:46.335Z[ recovery-image] Oct 30 19:26:45.450 INFO O| Oct 30 19:26:45.450 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-30T19:26:46.345Z[ recovery-image] Oct 30 19:26:45.460 INFO O| Oct 30 19:26:45.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65412024-10-30T19:26:46.346Z[ recovery-image] Oct 30 19:26:45.460 INFO O| Oct 30 19:26:45.460 INFO STEP 787 (remove_files) COMPLETE
65422024-10-30T19:26:46.346Z[ recovery-image] Oct 30 19:26:45.460 INFO O| Oct 30 19:26:45.460 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-30T19:26:46.356Z[ recovery-image] Oct 30 19:26:45.471 INFO O| Oct 30 19:26:45.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65442024-10-30T19:26:46.356Z[ recovery-image] Oct 30 19:26:45.471 INFO O| Oct 30 19:26:45.471 INFO STEP 788 (remove_files) COMPLETE
65452024-10-30T19:26:46.359Z[ recovery-image] Oct 30 19:26:45.471 INFO O| Oct 30 19:26:45.471 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-30T19:26:46.366Z[ recovery-image] Oct 30 19:26:45.481 INFO O| Oct 30 19:26:45.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65472024-10-30T19:26:46.366Z[ recovery-image] Oct 30 19:26:45.481 INFO O| Oct 30 19:26:45.481 INFO STEP 789 (remove_files) COMPLETE
65482024-10-30T19:26:46.367Z[ recovery-image] Oct 30 19:26:45.481 INFO O| Oct 30 19:26:45.481 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-30T19:26:46.377Z[ recovery-image] Oct 30 19:26:45.491 INFO O| Oct 30 19:26:45.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65502024-10-30T19:26:46.377Z[ recovery-image] Oct 30 19:26:45.491 INFO O| Oct 30 19:26:45.491 INFO STEP 790 (remove_files) COMPLETE
65512024-10-30T19:26:46.377Z[ recovery-image] Oct 30 19:26:45.492 INFO O| Oct 30 19:26:45.491 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-30T19:26:46.387Z[ recovery-image] Oct 30 19:26:45.502 INFO O| Oct 30 19:26:45.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65532024-10-30T19:26:46.387Z[ recovery-image] Oct 30 19:26:45.502 INFO O| Oct 30 19:26:45.502 INFO STEP 791 (remove_files) COMPLETE
65542024-10-30T19:26:46.387Z[ recovery-image] Oct 30 19:26:45.502 INFO O| Oct 30 19:26:45.502 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-30T19:26:46.398Z[ recovery-image] Oct 30 19:26:45.512 INFO O| Oct 30 19:26:45.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65562024-10-30T19:26:46.398Z[ recovery-image] Oct 30 19:26:45.512 INFO O| Oct 30 19:26:45.512 INFO STEP 792 (remove_files) COMPLETE
65572024-10-30T19:26:46.401Z[ recovery-image] Oct 30 19:26:45.512 INFO O| Oct 30 19:26:45.512 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-30T19:26:46.408Z[ recovery-image] Oct 30 19:26:45.522 INFO O| Oct 30 19:26:45.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65592024-10-30T19:26:46.408Z[ recovery-image] Oct 30 19:26:45.522 INFO O| Oct 30 19:26:45.522 INFO STEP 793 (remove_files) COMPLETE
65602024-10-30T19:26:46.408Z[ recovery-image] Oct 30 19:26:45.522 INFO O| Oct 30 19:26:45.522 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-30T19:26:46.418Z[ recovery-image] Oct 30 19:26:45.533 INFO O| Oct 30 19:26:45.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65622024-10-30T19:26:46.418Z[ recovery-image] Oct 30 19:26:45.533 INFO O| Oct 30 19:26:45.533 INFO STEP 794 (remove_files) COMPLETE
65632024-10-30T19:26:46.418Z[ recovery-image] Oct 30 19:26:45.533 INFO O| Oct 30 19:26:45.533 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-30T19:26:46.428Z[ recovery-image] Oct 30 19:26:45.543 INFO O| Oct 30 19:26:45.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65652024-10-30T19:26:46.428Z[ recovery-image] Oct 30 19:26:45.543 INFO O| Oct 30 19:26:45.543 INFO STEP 795 (remove_files) COMPLETE
65662024-10-30T19:26:46.431Z[ recovery-image] Oct 30 19:26:45.543 INFO O| Oct 30 19:26:45.543 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-30T19:26:46.439Z[ recovery-image] Oct 30 19:26:45.553 INFO O| Oct 30 19:26:45.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65682024-10-30T19:26:46.441Z[ recovery-image] Oct 30 19:26:45.553 INFO O| Oct 30 19:26:45.553 INFO STEP 796 (remove_files) COMPLETE
65692024-10-30T19:26:46.441Z[ recovery-image] Oct 30 19:26:45.554 INFO O| Oct 30 19:26:45.553 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-30T19:26:46.449Z[ recovery-image] Oct 30 19:26:45.564 INFO O| Oct 30 19:26:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65712024-10-30T19:26:46.452Z[ recovery-image] Oct 30 19:26:45.564 INFO O| Oct 30 19:26:45.564 INFO STEP 797 (remove_files) COMPLETE
65722024-10-30T19:26:46.452Z[ recovery-image] Oct 30 19:26:45.564 INFO O| Oct 30 19:26:45.564 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-30T19:26:46.459Z[ recovery-image] Oct 30 19:26:45.574 INFO O| Oct 30 19:26:45.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65742024-10-30T19:26:46.459Z[ recovery-image] Oct 30 19:26:45.574 INFO O| Oct 30 19:26:45.574 INFO STEP 798 (remove_files) COMPLETE
65752024-10-30T19:26:46.460Z[ recovery-image] Oct 30 19:26:45.574 INFO O| Oct 30 19:26:45.574 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-30T19:26:46.471Z[ recovery-image] Oct 30 19:26:45.586 INFO O| Oct 30 19:26:45.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65772024-10-30T19:26:46.471Z[ recovery-image] Oct 30 19:26:45.586 INFO O| Oct 30 19:26:45.586 INFO STEP 799 (remove_files) COMPLETE
65782024-10-30T19:26:46.473Z[ recovery-image] Oct 30 19:26:45.586 INFO O| Oct 30 19:26:45.586 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-30T19:26:46.482Z[ recovery-image] Oct 30 19:26:45.597 INFO O| Oct 30 19:26:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65802024-10-30T19:26:46.484Z[ recovery-image] Oct 30 19:26:45.597 INFO O| Oct 30 19:26:45.597 INFO STEP 800 (remove_files) COMPLETE
65812024-10-30T19:26:46.484Z[ recovery-image] Oct 30 19:26:45.597 INFO O| Oct 30 19:26:45.597 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-30T19:26:46.492Z[ host-image] Oct 30 19:26:45.607 INFO O| Oct 30 19:26:45.606 INFO O| Planning: Solver setup ... Done
65832024-10-30T19:26:46.495Z[ recovery-image] Oct 30 19:26:45.610 INFO O| Oct 30 19:26:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65842024-10-30T19:26:46.497Z[ recovery-image] Oct 30 19:26:45.610 INFO O| Oct 30 19:26:45.610 INFO STEP 801 (remove_files) COMPLETE
65852024-10-30T19:26:46.497Z[ recovery-image] Oct 30 19:26:45.610 INFO O| Oct 30 19:26:45.610 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-30T19:26:46.500Z[ host-image] Oct 30 19:26:45.613 INFO O| Oct 30 19:26:45.613 INFO O| Planning: Running solver ... Done
65872024-10-30T19:26:46.508Z[ recovery-image] Oct 30 19:26:45.623 INFO O| Oct 30 19:26:45.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65882024-10-30T19:26:46.508Z[ recovery-image] Oct 30 19:26:45.623 INFO O| Oct 30 19:26:45.623 INFO STEP 802 (remove_files) COMPLETE
65892024-10-30T19:26:46.511Z[ recovery-image] Oct 30 19:26:45.623 INFO O| Oct 30 19:26:45.623 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-30T19:26:46.519Z[ recovery-image] Oct 30 19:26:45.633 INFO O| Oct 30 19:26:45.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65912024-10-30T19:26:46.519Z[ recovery-image] Oct 30 19:26:45.633 INFO O| Oct 30 19:26:45.633 INFO STEP 803 (remove_files) COMPLETE
65922024-10-30T19:26:46.519Z[ recovery-image] Oct 30 19:26:45.633 INFO O| Oct 30 19:26:45.633 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-30T19:26:46.529Z[ recovery-image] Oct 30 19:26:45.644 INFO O| Oct 30 19:26:45.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65942024-10-30T19:26:46.532Z[ recovery-image] Oct 30 19:26:45.644 INFO O| Oct 30 19:26:45.644 INFO STEP 804 (remove_files) COMPLETE
65952024-10-30T19:26:46.532Z[ recovery-image] Oct 30 19:26:45.644 INFO O| Oct 30 19:26:45.644 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-30T19:26:46.540Z[ recovery-image] Oct 30 19:26:45.655 INFO O| Oct 30 19:26:45.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65972024-10-30T19:26:46.540Z[ recovery-image] Oct 30 19:26:45.655 INFO O| Oct 30 19:26:45.655 INFO STEP 805 (remove_files) COMPLETE
65982024-10-30T19:26:46.542Z[ recovery-image] Oct 30 19:26:45.655 INFO O| Oct 30 19:26:45.655 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-30T19:26:46.550Z[ recovery-image] Oct 30 19:26:45.665 INFO O| Oct 30 19:26:45.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
66002024-10-30T19:26:46.550Z[ recovery-image] Oct 30 19:26:45.665 INFO O| Oct 30 19:26:45.665 INFO STEP 806 (remove_files) COMPLETE
66012024-10-30T19:26:46.553Z[ recovery-image] Oct 30 19:26:45.665 INFO O| Oct 30 19:26:45.665 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-30T19:26:46.555Z[ host-image] Oct 30 19:26:45.670 INFO O| Oct 30 19:26:45.670 INFO O| Planning: Finding local manifests ... Done
66032024-10-30T19:26:46.558Z[ host-image] Oct 30 19:26:45.671 INFO O| Oct 30 19:26:45.671 INFO O| Planning: Fetching manifests: 0/1 0% complete
66042024-10-30T19:26:46.561Z[ recovery-image] Oct 30 19:26:45.675 INFO O| Oct 30 19:26:45.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
66052024-10-30T19:26:46.561Z[ recovery-image] Oct 30 19:26:45.676 INFO O| Oct 30 19:26:45.676 INFO STEP 807 (remove_files) COMPLETE
66062024-10-30T19:26:46.561Z[ recovery-image] Oct 30 19:26:45.676 INFO O| Oct 30 19:26:45.676 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-30T19:26:46.571Z[ recovery-image] Oct 30 19:26:45.686 INFO O| Oct 30 19:26:45.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66082024-10-30T19:26:46.573Z[ recovery-image] Oct 30 19:26:45.686 INFO O| Oct 30 19:26:45.686 INFO STEP 808 (remove_files) COMPLETE
66092024-10-30T19:26:46.573Z[ recovery-image] Oct 30 19:26:45.686 INFO O| Oct 30 19:26:45.686 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-30T19:26:46.582Z[ recovery-image] Oct 30 19:26:45.696 INFO O| Oct 30 19:26:45.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66112024-10-30T19:26:46.582Z[ recovery-image] Oct 30 19:26:45.696 INFO O| Oct 30 19:26:45.696 INFO STEP 809 (remove_files) COMPLETE
66122024-10-30T19:26:46.584Z[ recovery-image] Oct 30 19:26:45.697 INFO O| Oct 30 19:26:45.696 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-30T19:26:46.592Z[ recovery-image] Oct 30 19:26:45.707 INFO O| Oct 30 19:26:45.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66142024-10-30T19:26:46.594Z[ recovery-image] Oct 30 19:26:45.707 INFO O| Oct 30 19:26:45.707 INFO STEP 810 (remove_files) COMPLETE
66152024-10-30T19:26:46.594Z[ recovery-image] Oct 30 19:26:45.707 INFO O| Oct 30 19:26:45.707 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-30T19:26:46.602Z[ recovery-image] Oct 30 19:26:45.717 INFO O| Oct 30 19:26:45.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66172024-10-30T19:26:46.605Z[ recovery-image] Oct 30 19:26:45.717 INFO O| Oct 30 19:26:45.717 INFO STEP 811 (remove_files) COMPLETE
66182024-10-30T19:26:46.605Z[ recovery-image] Oct 30 19:26:45.717 INFO O| Oct 30 19:26:45.717 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-30T19:26:46.613Z[ recovery-image] Oct 30 19:26:45.728 INFO O| Oct 30 19:26:45.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66202024-10-30T19:26:46.613Z[ recovery-image] Oct 30 19:26:45.728 INFO O| Oct 30 19:26:45.728 INFO STEP 812 (remove_files) COMPLETE
66212024-10-30T19:26:46.615Z[ recovery-image] Oct 30 19:26:45.728 INFO O| Oct 30 19:26:45.728 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-30T19:26:46.623Z[ recovery-image] Oct 30 19:26:45.738 INFO O| Oct 30 19:26:45.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66232024-10-30T19:26:46.623Z[ recovery-image] Oct 30 19:26:45.738 INFO O| Oct 30 19:26:45.738 INFO STEP 813 (remove_files) COMPLETE
66242024-10-30T19:26:46.626Z[ recovery-image] Oct 30 19:26:45.738 INFO O| Oct 30 19:26:45.738 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-30T19:26:46.634Z[ recovery-image] Oct 30 19:26:45.748 INFO O| Oct 30 19:26:45.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66262024-10-30T19:26:46.634Z[ recovery-image] Oct 30 19:26:45.749 INFO O| Oct 30 19:26:45.749 INFO STEP 814 (remove_files) COMPLETE
66272024-10-30T19:26:46.634Z[ recovery-image] Oct 30 19:26:45.749 INFO O| Oct 30 19:26:45.749 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-30T19:26:46.639Z[ host-image] Oct 30 19:26:45.754 INFO O| Oct 30 19:26:45.753 INFO O| Planning: Fetching manifests: 1/1 100% complete
66292024-10-30T19:26:46.644Z[ recovery-image] Oct 30 19:26:45.759 INFO O| Oct 30 19:26:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66302024-10-30T19:26:46.647Z[ recovery-image] Oct 30 19:26:45.759 INFO O| Oct 30 19:26:45.759 INFO STEP 815 (remove_files) COMPLETE
66312024-10-30T19:26:46.647Z[ recovery-image] Oct 30 19:26:45.759 INFO O| Oct 30 19:26:45.759 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-30T19:26:46.655Z[ recovery-image] Oct 30 19:26:45.770 INFO O| Oct 30 19:26:45.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66332024-10-30T19:26:46.656Z[ recovery-image] Oct 30 19:26:45.770 INFO O| Oct 30 19:26:45.770 INFO STEP 816 (remove_files) COMPLETE
66342024-10-30T19:26:46.658Z[ recovery-image] Oct 30 19:26:45.770 INFO O| Oct 30 19:26:45.770 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-30T19:26:46.660Z[ host-image] Oct 30 19:26:45.773 INFO O| Oct 30 19:26:45.773 INFO O| Planning: Package planning ... Done
66362024-10-30T19:26:46.660Z[ host-image] Oct 30 19:26:45.773 INFO O| Oct 30 19:26:45.773 INFO O| Planning: Merging actions ... Done
66372024-10-30T19:26:46.667Z[ recovery-image] Oct 30 19:26:45.782 INFO O| Oct 30 19:26:45.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66382024-10-30T19:26:46.669Z[ recovery-image] Oct 30 19:26:45.782 INFO O| Oct 30 19:26:45.782 INFO STEP 817 (remove_files) COMPLETE
66392024-10-30T19:26:46.670Z[ recovery-image] Oct 30 19:26:45.782 INFO O| Oct 30 19:26:45.782 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-30T19:26:46.680Z[ recovery-image] Oct 30 19:26:45.794 INFO O| Oct 30 19:26:45.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66412024-10-30T19:26:46.680Z[ recovery-image] Oct 30 19:26:45.794 INFO O| Oct 30 19:26:45.794 INFO STEP 818 (remove_files) COMPLETE
66422024-10-30T19:26:46.682Z[ recovery-image] Oct 30 19:26:45.794 INFO O| Oct 30 19:26:45.794 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-30T19:26:46.693Z[ recovery-image] Oct 30 19:26:45.808 INFO O| Oct 30 19:26:45.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66442024-10-30T19:26:46.693Z[ recovery-image] Oct 30 19:26:45.808 INFO O| Oct 30 19:26:45.808 INFO STEP 819 (remove_files) COMPLETE
66452024-10-30T19:26:46.693Z[ recovery-image] Oct 30 19:26:45.808 INFO O| Oct 30 19:26:45.808 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-30T19:26:46.705Z[ recovery-image] Oct 30 19:26:45.819 INFO O| Oct 30 19:26:45.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66472024-10-30T19:26:46.705Z[ recovery-image] Oct 30 19:26:45.819 INFO O| Oct 30 19:26:45.819 INFO STEP 820 (remove_files) COMPLETE
66482024-10-30T19:26:46.709Z[ recovery-image] Oct 30 19:26:45.820 INFO O| Oct 30 19:26:45.819 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-30T19:26:46.717Z[ recovery-image] Oct 30 19:26:45.832 INFO O| Oct 30 19:26:45.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66502024-10-30T19:26:46.717Z[ recovery-image] Oct 30 19:26:45.832 INFO O| Oct 30 19:26:45.832 INFO STEP 821 (remove_files) COMPLETE
66512024-10-30T19:26:46.720Z[ recovery-image] Oct 30 19:26:45.832 INFO O| Oct 30 19:26:45.832 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-30T19:26:46.728Z[ recovery-image] Oct 30 19:26:45.842 INFO O| Oct 30 19:26:45.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66532024-10-30T19:26:46.730Z[ recovery-image] Oct 30 19:26:45.843 INFO O| Oct 30 19:26:45.843 INFO STEP 822 (remove_files) COMPLETE
66542024-10-30T19:26:46.730Z[ recovery-image] Oct 30 19:26:45.843 INFO O| Oct 30 19:26:45.843 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-30T19:26:46.733Z[ host-image] Oct 30 19:26:45.846 INFO O| Oct 30 19:26:45.846 INFO O| Planning: Checking for conflicting actions ... Done
66562024-10-30T19:26:46.733Z[ host-image] Oct 30 19:26:45.847 INFO O| Oct 30 19:26:45.846 INFO O| Planning: Consolidating action changes ... Done
66572024-10-30T19:26:46.738Z[ recovery-image] Oct 30 19:26:45.853 INFO O| Oct 30 19:26:45.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66582024-10-30T19:26:46.738Z[ recovery-image] Oct 30 19:26:45.853 INFO O| Oct 30 19:26:45.853 INFO STEP 823 (remove_files) COMPLETE
66592024-10-30T19:26:46.740Z[ recovery-image] Oct 30 19:26:45.853 INFO O| Oct 30 19:26:45.853 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-10-30T19:26:46.748Z[ recovery-image] Oct 30 19:26:45.862 INFO O| Oct 30 19:26:45.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66612024-10-30T19:26:46.748Z[ recovery-image] Oct 30 19:26:45.863 INFO O| Oct 30 19:26:45.863 INFO STEP 824 (remove_files) COMPLETE
66622024-10-30T19:26:46.748Z[ recovery-image] Oct 30 19:26:45.863 INFO O| Oct 30 19:26:45.863 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-10-30T19:26:46.758Z[ recovery-image] Oct 30 19:26:45.872 INFO O| Oct 30 19:26:45.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66642024-10-30T19:26:46.760Z[ recovery-image] Oct 30 19:26:45.873 INFO O| Oct 30 19:26:45.872 INFO STEP 825 (remove_files) COMPLETE
66652024-10-30T19:26:46.760Z[ recovery-image] Oct 30 19:26:45.873 INFO O| Oct 30 19:26:45.873 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-10-30T19:26:46.768Z[ recovery-image] Oct 30 19:26:45.882 INFO O| Oct 30 19:26:45.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66672024-10-30T19:26:46.768Z[ recovery-image] Oct 30 19:26:45.882 INFO O| Oct 30 19:26:45.882 INFO STEP 826 (remove_files) COMPLETE
66682024-10-30T19:26:46.770Z[ recovery-image] Oct 30 19:26:45.882 INFO O| Oct 30 19:26:45.882 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-10-30T19:26:46.777Z[ recovery-image] Oct 30 19:26:45.892 INFO O| Oct 30 19:26:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66702024-10-30T19:26:46.777Z[ recovery-image] Oct 30 19:26:45.892 INFO O| Oct 30 19:26:45.892 INFO STEP 827 (remove_files) COMPLETE
66712024-10-30T19:26:46.777Z[ recovery-image] Oct 30 19:26:45.892 INFO O| Oct 30 19:26:45.892 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-10-30T19:26:46.787Z[ recovery-image] Oct 30 19:26:45.902 INFO O| Oct 30 19:26:45.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66732024-10-30T19:26:46.787Z[ recovery-image] Oct 30 19:26:45.902 INFO O| Oct 30 19:26:45.902 INFO STEP 828 (remove_files) COMPLETE
66742024-10-30T19:26:46.790Z[ recovery-image] Oct 30 19:26:45.902 INFO O| Oct 30 19:26:45.902 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-10-30T19:26:46.797Z[ recovery-image] Oct 30 19:26:45.912 INFO O| Oct 30 19:26:45.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66762024-10-30T19:26:46.798Z[ recovery-image] Oct 30 19:26:45.912 INFO O| Oct 30 19:26:45.912 INFO STEP 829 (remove_files) COMPLETE
66772024-10-30T19:26:46.800Z[ recovery-image] Oct 30 19:26:45.912 INFO O| Oct 30 19:26:45.912 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-10-30T19:26:46.808Z[ recovery-image] Oct 30 19:26:45.922 INFO O| Oct 30 19:26:45.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66792024-10-30T19:26:46.809Z[ recovery-image] Oct 30 19:26:45.922 INFO O| Oct 30 19:26:45.922 INFO STEP 830 (remove_files) COMPLETE
66802024-10-30T19:26:46.811Z[ recovery-image] Oct 30 19:26:45.922 INFO O| Oct 30 19:26:45.922 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-30T19:26:46.818Z[ recovery-image] Oct 30 19:26:45.932 INFO O| Oct 30 19:26:45.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66822024-10-30T19:26:46.818Z[ recovery-image] Oct 30 19:26:45.932 INFO O| Oct 30 19:26:45.932 INFO STEP 831 (remove_files) COMPLETE
66832024-10-30T19:26:46.818Z[ recovery-image] Oct 30 19:26:45.932 INFO O| Oct 30 19:26:45.932 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-30T19:26:46.827Z[ recovery-image] Oct 30 19:26:45.942 INFO O| Oct 30 19:26:45.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66852024-10-30T19:26:46.830Z[ recovery-image] Oct 30 19:26:45.943 INFO O| Oct 30 19:26:45.943 INFO STEP 832 (remove_files) COMPLETE
66862024-10-30T19:26:46.830Z[ recovery-image] Oct 30 19:26:45.943 INFO O| Oct 30 19:26:45.943 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-30T19:26:46.838Z[ recovery-image] Oct 30 19:26:45.953 INFO O| Oct 30 19:26:45.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66882024-10-30T19:26:46.841Z[ recovery-image] Oct 30 19:26:45.953 INFO O| Oct 30 19:26:45.953 INFO STEP 833 (remove_files) COMPLETE
66892024-10-30T19:26:46.841Z[ recovery-image] Oct 30 19:26:45.953 INFO O| Oct 30 19:26:45.953 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-30T19:26:46.848Z[ recovery-image] Oct 30 19:26:45.963 INFO O| Oct 30 19:26:45.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66912024-10-30T19:26:46.848Z[ recovery-image] Oct 30 19:26:45.963 INFO O| Oct 30 19:26:45.963 INFO STEP 834 (remove_files) COMPLETE
66922024-10-30T19:26:46.851Z[ recovery-image] Oct 30 19:26:45.963 INFO O| Oct 30 19:26:45.963 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-30T19:26:46.858Z[ recovery-image] Oct 30 19:26:45.973 INFO O| Oct 30 19:26:45.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66942024-10-30T19:26:46.861Z[ recovery-image] Oct 30 19:26:45.974 INFO O| Oct 30 19:26:45.974 INFO STEP 835 (remove_files) COMPLETE
66952024-10-30T19:26:46.861Z[ recovery-image] Oct 30 19:26:45.974 INFO O| Oct 30 19:26:45.974 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-30T19:26:46.869Z[ recovery-image] Oct 30 19:26:45.983 INFO O| Oct 30 19:26:45.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66972024-10-30T19:26:46.869Z[ recovery-image] Oct 30 19:26:45.983 INFO O| Oct 30 19:26:45.983 INFO STEP 836 (remove_files) COMPLETE
66982024-10-30T19:26:46.871Z[ recovery-image] Oct 30 19:26:45.983 INFO O| Oct 30 19:26:45.983 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-30T19:26:46.879Z[ recovery-image] Oct 30 19:26:45.994 INFO O| Oct 30 19:26:45.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
67002024-10-30T19:26:46.881Z[ recovery-image] Oct 30 19:26:45.994 INFO O| Oct 30 19:26:45.994 INFO STEP 837 (remove_files) COMPLETE
67012024-10-30T19:26:46.881Z[ recovery-image] Oct 30 19:26:45.994 INFO O| Oct 30 19:26:45.994 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-30T19:26:46.890Z[ recovery-image] Oct 30 19:26:46.004 INFO O| Oct 30 19:26:46.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
67032024-10-30T19:26:46.890Z[ recovery-image] Oct 30 19:26:46.005 INFO O| Oct 30 19:26:46.004 INFO STEP 838 (remove_files) COMPLETE
67042024-10-30T19:26:46.890Z[ recovery-image] Oct 30 19:26:46.005 INFO O| Oct 30 19:26:46.004 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-30T19:26:46.900Z[ recovery-image] Oct 30 19:26:46.015 INFO O| Oct 30 19:26:46.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
67062024-10-30T19:26:46.902Z[ recovery-image] Oct 30 19:26:46.015 INFO O| Oct 30 19:26:46.015 INFO STEP 839 (remove_files) COMPLETE
67072024-10-30T19:26:46.902Z[ recovery-image] Oct 30 19:26:46.015 INFO O| Oct 30 19:26:46.015 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-30T19:26:46.911Z[ recovery-image] Oct 30 19:26:46.025 INFO O| Oct 30 19:26:46.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67092024-10-30T19:26:46.914Z[ recovery-image] Oct 30 19:26:46.026 INFO O| Oct 30 19:26:46.025 INFO STEP 840 (remove_files) COMPLETE
67102024-10-30T19:26:46.914Z[ recovery-image] Oct 30 19:26:46.026 INFO O| Oct 30 19:26:46.026 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-30T19:26:46.917Z[ host-image] Oct 30 19:26:46.031 INFO O| Oct 30 19:26:46.030 INFO O| Planning: Evaluating mediators ... Done
67122024-10-30T19:26:46.917Z[ host-image] Oct 30 19:26:46.031 INFO O| Oct 30 19:26:46.031 INFO O| Planning: Planning completed in 2.37 seconds
67132024-10-30T19:26:47.924Z[ host-image] Oct 30 19:26:46.033 INFO O| Oct 30 19:26:46.033 INFO O| Packages to install: 1
67142024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.036 INFO O| Oct 30 19:26:46.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67152024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.037 INFO O| Oct 30 19:26:46.037 INFO STEP 841 (remove_files) COMPLETE
67162024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.037 INFO O| Oct 30 19:26:46.037 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-30T19:26:47.928Z[ host-image] Oct 30 19:26:46.044 INFO O| Oct 30 19:26:46.044 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
67182024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.047 INFO O| Oct 30 19:26:46.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67192024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.047 INFO O| Oct 30 19:26:46.047 INFO STEP 842 (remove_files) COMPLETE
67202024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.047 INFO O| Oct 30 19:26:46.047 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.059 INFO O| Oct 30 19:26:46.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67222024-10-30T19:26:47.928Z[ recovery-image] Oct 30 19:26:46.059 INFO O| Oct 30 19:26:46.059 INFO STEP 843 (remove_files) COMPLETE
67232024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.060 INFO O| Oct 30 19:26:46.059 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.070 INFO O| Oct 30 19:26:46.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67252024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.070 INFO O| Oct 30 19:26:46.070 INFO STEP 844 (remove_files) COMPLETE
67262024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.070 INFO O| Oct 30 19:26:46.070 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.081 INFO O| Oct 30 19:26:46.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67282024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.081 INFO O| Oct 30 19:26:46.081 INFO STEP 845 (remove_files) COMPLETE
67292024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.081 INFO O| Oct 30 19:26:46.081 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.091 INFO O| Oct 30 19:26:46.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67312024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.092 INFO O| Oct 30 19:26:46.092 INFO STEP 846 (remove_files) COMPLETE
67322024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.092 INFO O| Oct 30 19:26:46.092 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-30T19:26:47.929Z[ recovery-image] Oct 30 19:26:46.102 INFO O| Oct 30 19:26:46.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67342024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.102 INFO O| Oct 30 19:26:46.102 INFO STEP 847 (remove_files) COMPLETE
67352024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.102 INFO O| Oct 30 19:26:46.102 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.114 INFO O| Oct 30 19:26:46.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67372024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.114 INFO O| Oct 30 19:26:46.114 INFO STEP 848 (remove_files) COMPLETE
67382024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.114 INFO O| Oct 30 19:26:46.114 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.125 INFO O| Oct 30 19:26:46.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67402024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.125 INFO O| Oct 30 19:26:46.125 INFO STEP 849 (remove_files) COMPLETE
67412024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.125 INFO O| Oct 30 19:26:46.125 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.136 INFO O| Oct 30 19:26:46.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67432024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.136 INFO O| Oct 30 19:26:46.136 INFO STEP 850 (remove_files) COMPLETE
67442024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.136 INFO O| Oct 30 19:26:46.136 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.147 INFO O| Oct 30 19:26:46.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67462024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.148 INFO O| Oct 30 19:26:46.148 INFO STEP 851 (remove_files) COMPLETE
67472024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.148 INFO O| Oct 30 19:26:46.148 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-30T19:26:47.930Z[ recovery-image] Oct 30 19:26:46.158 INFO O| Oct 30 19:26:46.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67492024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.158 INFO O| Oct 30 19:26:46.158 INFO STEP 852 (remove_files) COMPLETE
67502024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.158 INFO O| Oct 30 19:26:46.158 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.171 INFO O| Oct 30 19:26:46.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67522024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.171 INFO O| Oct 30 19:26:46.171 INFO STEP 853 (remove_files) COMPLETE
67532024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.171 INFO O| Oct 30 19:26:46.171 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.183 INFO O| Oct 30 19:26:46.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67552024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.183 INFO O| Oct 30 19:26:46.183 INFO STEP 854 (remove_files) COMPLETE
67562024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.183 INFO O| Oct 30 19:26:46.183 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.193 INFO O| Oct 30 19:26:46.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67582024-10-30T19:26:47.931Z[ recovery-image] Oct 30 19:26:46.193 INFO O| Oct 30 19:26:46.193 INFO STEP 855 (remove_files) COMPLETE
67592024-10-30T19:26:47.932Z[ recovery-image] Oct 30 19:26:46.193 INFO O| Oct 30 19:26:46.193 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-30T19:26:47.932Z[ recovery-image] Oct 30 19:26:46.203 INFO O| Oct 30 19:26:46.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67612024-10-30T19:26:47.932Z[ recovery-image] Oct 30 19:26:46.203 INFO O| Oct 30 19:26:46.203 INFO STEP 856 (remove_files) COMPLETE
67622024-10-30T19:26:47.932Z[ recovery-image] Oct 30 19:26:46.203 INFO O| Oct 30 19:26:46.203 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-30T19:26:47.932Z[ recovery-image] Oct 30 19:26:46.213 INFO O| Oct 30 19:26:46.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67642024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.214 INFO O| Oct 30 19:26:46.214 INFO STEP 857 (remove_files) COMPLETE
67652024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.214 INFO O| Oct 30 19:26:46.214 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.226 INFO O| Oct 30 19:26:46.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67672024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.226 INFO O| Oct 30 19:26:46.226 INFO STEP 858 (remove_files) COMPLETE
67682024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.226 INFO O| Oct 30 19:26:46.226 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.238 INFO O| Oct 30 19:26:46.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67702024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.238 INFO O| Oct 30 19:26:46.238 INFO STEP 859 (remove_files) COMPLETE
67712024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.238 INFO O| Oct 30 19:26:46.238 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.248 INFO O| Oct 30 19:26:46.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67732024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.248 INFO O| Oct 30 19:26:46.248 INFO STEP 860 (remove_files) COMPLETE
67742024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.248 INFO O| Oct 30 19:26:46.248 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.261 INFO O| Oct 30 19:26:46.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67762024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.261 INFO O| Oct 30 19:26:46.261 INFO STEP 861 (remove_files) COMPLETE
67772024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.261 INFO O| Oct 30 19:26:46.261 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.275 INFO O| Oct 30 19:26:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67792024-10-30T19:26:47.933Z[ recovery-image] Oct 30 19:26:46.275 INFO O| Oct 30 19:26:46.275 INFO STEP 862 (remove_files) COMPLETE
67802024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.275 INFO O| Oct 30 19:26:46.275 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.287 INFO O| Oct 30 19:26:46.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67822024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.287 INFO O| Oct 30 19:26:46.287 INFO STEP 863 (remove_files) COMPLETE
67832024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.287 INFO O| Oct 30 19:26:46.287 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.299 INFO O| Oct 30 19:26:46.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67852024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.299 INFO O| Oct 30 19:26:46.299 INFO STEP 864 (remove_files) COMPLETE
67862024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.299 INFO O| Oct 30 19:26:46.299 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.309 INFO O| Oct 30 19:26:46.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67882024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.309 INFO O| Oct 30 19:26:46.309 INFO STEP 865 (remove_files) COMPLETE
67892024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.309 INFO O| Oct 30 19:26:46.309 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.319 INFO O| Oct 30 19:26:46.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67912024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.319 INFO O| Oct 30 19:26:46.319 INFO STEP 866 (remove_files) COMPLETE
67922024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.319 INFO O| Oct 30 19:26:46.319 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.330 INFO O| Oct 30 19:26:46.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67942024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.330 INFO O| Oct 30 19:26:46.330 INFO STEP 867 (remove_files) COMPLETE
67952024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.330 INFO O| Oct 30 19:26:46.330 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.344 INFO O| Oct 30 19:26:46.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67972024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.345 INFO O| Oct 30 19:26:46.344 INFO STEP 868 (remove_files) COMPLETE
67982024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.345 INFO O| Oct 30 19:26:46.344 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.358 INFO O| Oct 30 19:26:46.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
68002024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.358 INFO O| Oct 30 19:26:46.358 INFO STEP 869 (remove_files) COMPLETE
68012024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.358 INFO O| Oct 30 19:26:46.358 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.370 INFO O| Oct 30 19:26:46.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
68032024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.370 INFO O| Oct 30 19:26:46.370 INFO STEP 870 (remove_files) COMPLETE
68042024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.370 INFO O| Oct 30 19:26:46.370 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.382 INFO O| Oct 30 19:26:46.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
68062024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.382 INFO O| Oct 30 19:26:46.382 INFO STEP 871 (remove_files) COMPLETE
68072024-10-30T19:26:47.934Z[ recovery-image] Oct 30 19:26:46.382 INFO O| Oct 30 19:26:46.382 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-30T19:26:47.935Z[ host-image] Oct 30 19:26:46.393 INFO O| Oct 30 19:26:46.393 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.7M/s)
68092024-10-30T19:26:47.935Z[ recovery-image] Oct 30 19:26:46.394 INFO O| Oct 30 19:26:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
68102024-10-30T19:26:47.935Z[ recovery-image] Oct 30 19:26:46.394 INFO O| Oct 30 19:26:46.394 INFO STEP 872 (remove_files) COMPLETE
68112024-10-30T19:26:47.935Z[ recovery-image] Oct 30 19:26:46.394 INFO O| Oct 30 19:26:46.394 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-30T19:26:47.935Z[ recovery-image] Oct 30 19:26:46.407 INFO O| Oct 30 19:26:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68132024-10-30T19:26:47.935Z[ recovery-image] Oct 30 19:26:46.408 INFO O| Oct 30 19:26:46.407 INFO STEP 873 (remove_files) COMPLETE
68142024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.408 INFO O| Oct 30 19:26:46.407 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.420 INFO O| Oct 30 19:26:46.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68162024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.420 INFO O| Oct 30 19:26:46.420 INFO STEP 874 (remove_files) COMPLETE
68172024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.420 INFO O| Oct 30 19:26:46.420 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-30T19:26:47.940Z[ host-image] Oct 30 19:26:46.423 INFO O| Oct 30 19:26:46.423 INFO O| Actions: 1/22 actions (Installing new actions)
68192024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.432 INFO O| Oct 30 19:26:46.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68202024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.432 INFO O| Oct 30 19:26:46.432 INFO STEP 875 (remove_files) COMPLETE
68212024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.432 INFO O| Oct 30 19:26:46.432 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.444 INFO O| Oct 30 19:26:46.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68232024-10-30T19:26:47.940Z[ recovery-image] Oct 30 19:26:46.444 INFO O| Oct 30 19:26:46.444 INFO STEP 876 (remove_files) COMPLETE
68242024-10-30T19:26:47.941Z[ recovery-image] Oct 30 19:26:46.444 INFO O| Oct 30 19:26:46.444 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-30T19:26:47.941Z[ recovery-image] Oct 30 19:26:46.456 INFO O| Oct 30 19:26:46.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68262024-10-30T19:26:47.941Z[ recovery-image] Oct 30 19:26:46.456 INFO O| Oct 30 19:26:46.456 INFO STEP 877 (remove_files) COMPLETE
68272024-10-30T19:26:47.941Z[ recovery-image] Oct 30 19:26:46.456 INFO O| Oct 30 19:26:46.456 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-30T19:26:47.941Z[ recovery-image] Oct 30 19:26:46.467 INFO O| Oct 30 19:26:46.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68292024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.467 INFO O| Oct 30 19:26:46.467 INFO STEP 878 (remove_files) COMPLETE
68302024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.467 INFO O| Oct 30 19:26:46.467 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.478 INFO O| Oct 30 19:26:46.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68322024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.479 INFO O| Oct 30 19:26:46.478 INFO STEP 879 (remove_files) COMPLETE
68332024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.479 INFO O| Oct 30 19:26:46.478 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.491 INFO O| Oct 30 19:26:46.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68352024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.491 INFO O| Oct 30 19:26:46.491 INFO STEP 880 (remove_files) COMPLETE
68362024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.491 INFO O| Oct 30 19:26:46.491 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.501 INFO O| Oct 30 19:26:46.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68382024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.501 INFO O| Oct 30 19:26:46.501 INFO STEP 881 (remove_files) COMPLETE
68392024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.501 INFO O| Oct 30 19:26:46.501 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.512 INFO O| Oct 30 19:26:46.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68412024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.513 INFO O| Oct 30 19:26:46.513 INFO STEP 882 (remove_files) COMPLETE
68422024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.513 INFO O| Oct 30 19:26:46.513 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.524 INFO O| Oct 30 19:26:46.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68442024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.524 INFO O| Oct 30 19:26:46.524 INFO STEP 883 (remove_files) COMPLETE
68452024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.524 INFO O| Oct 30 19:26:46.524 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.535 INFO O| Oct 30 19:26:46.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68472024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.535 INFO O| Oct 30 19:26:46.535 INFO STEP 884 (remove_files) COMPLETE
68482024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.535 INFO O| Oct 30 19:26:46.535 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.546 INFO O| Oct 30 19:26:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68502024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.546 INFO O| Oct 30 19:26:46.546 INFO STEP 885 (remove_files) COMPLETE
68512024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.546 INFO O| Oct 30 19:26:46.546 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.557 INFO O| Oct 30 19:26:46.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68532024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.557 INFO O| Oct 30 19:26:46.557 INFO STEP 886 (remove_files) COMPLETE
68542024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.557 INFO O| Oct 30 19:26:46.557 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.568 INFO O| Oct 30 19:26:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68562024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.568 INFO O| Oct 30 19:26:46.568 INFO STEP 887 (remove_files) COMPLETE
68572024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.568 INFO O| Oct 30 19:26:46.568 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.579 INFO O| Oct 30 19:26:46.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68592024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.579 INFO O| Oct 30 19:26:46.579 INFO STEP 888 (remove_files) COMPLETE
68602024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.579 INFO O| Oct 30 19:26:46.579 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.590 INFO O| Oct 30 19:26:46.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68622024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.591 INFO O| Oct 30 19:26:46.591 INFO STEP 889 (remove_files) COMPLETE
68632024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.591 INFO O| Oct 30 19:26:46.591 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-30T19:26:47.942Z[ recovery-image] Oct 30 19:26:46.601 INFO O| Oct 30 19:26:46.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68652024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.601 INFO O| Oct 30 19:26:46.601 INFO STEP 890 (remove_files) COMPLETE
68662024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.601 INFO O| Oct 30 19:26:46.601 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.612 INFO O| Oct 30 19:26:46.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68682024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.612 INFO O| Oct 30 19:26:46.612 INFO STEP 891 (remove_files) COMPLETE
68692024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.612 INFO O| Oct 30 19:26:46.612 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.622 INFO O| Oct 30 19:26:46.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68712024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.623 INFO O| Oct 30 19:26:46.622 INFO STEP 892 (remove_files) COMPLETE
68722024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.623 INFO O| Oct 30 19:26:46.623 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.633 INFO O| Oct 30 19:26:46.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68742024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.633 INFO O| Oct 30 19:26:46.633 INFO STEP 893 (remove_files) COMPLETE
68752024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.633 INFO O| Oct 30 19:26:46.633 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.644 INFO O| Oct 30 19:26:46.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68772024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.644 INFO O| Oct 30 19:26:46.644 INFO STEP 894 (remove_files) COMPLETE
68782024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.644 INFO O| Oct 30 19:26:46.644 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.654 INFO O| Oct 30 19:26:46.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68802024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.654 INFO O| Oct 30 19:26:46.654 INFO STEP 895 (remove_files) COMPLETE
68812024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.654 INFO O| Oct 30 19:26:46.654 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-30T19:26:47.943Z[ recovery-image] Oct 30 19:26:46.665 INFO O| Oct 30 19:26:46.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68832024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.665 INFO O| Oct 30 19:26:46.665 INFO STEP 896 (remove_files) COMPLETE
68842024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.665 INFO O| Oct 30 19:26:46.665 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.675 INFO O| Oct 30 19:26:46.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68862024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.675 INFO O| Oct 30 19:26:46.675 INFO STEP 897 (remove_files) COMPLETE
68872024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.675 INFO O| Oct 30 19:26:46.675 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.685 INFO O| Oct 30 19:26:46.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68892024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.686 INFO O| Oct 30 19:26:46.686 INFO STEP 898 (remove_files) COMPLETE
68902024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.686 INFO O| Oct 30 19:26:46.686 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.696 INFO O| Oct 30 19:26:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68922024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.696 INFO O| Oct 30 19:26:46.696 INFO STEP 899 (remove_files) COMPLETE
68932024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.696 INFO O| Oct 30 19:26:46.696 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.707 INFO O| Oct 30 19:26:46.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68952024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.707 INFO O| Oct 30 19:26:46.707 INFO STEP 900 (remove_files) COMPLETE
68962024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.707 INFO O| Oct 30 19:26:46.707 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.717 INFO O| Oct 30 19:26:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68982024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.717 INFO O| Oct 30 19:26:46.717 INFO STEP 901 (remove_files) COMPLETE
68992024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.717 INFO O| Oct 30 19:26:46.717 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.728 INFO O| Oct 30 19:26:46.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
69012024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.728 INFO O| Oct 30 19:26:46.728 INFO STEP 902 (remove_files) COMPLETE
69022024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.728 INFO O| Oct 30 19:26:46.728 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.738 INFO O| Oct 30 19:26:46.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
69042024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.738 INFO O| Oct 30 19:26:46.738 INFO STEP 903 (remove_files) COMPLETE
69052024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.738 INFO O| Oct 30 19:26:46.738 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.749 INFO O| Oct 30 19:26:46.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
69072024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.749 INFO O| Oct 30 19:26:46.749 INFO STEP 904 (remove_files) COMPLETE
69082024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.749 INFO O| Oct 30 19:26:46.749 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.759 INFO O| Oct 30 19:26:46.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
69102024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.759 INFO O| Oct 30 19:26:46.759 INFO STEP 905 (remove_files) COMPLETE
69112024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.759 INFO O| Oct 30 19:26:46.759 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.769 INFO O| Oct 30 19:26:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69132024-10-30T19:26:47.944Z[ recovery-image] Oct 30 19:26:46.769 INFO O| Oct 30 19:26:46.769 INFO STEP 906 (remove_files) COMPLETE
69142024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.769 INFO O| Oct 30 19:26:46.769 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.780 INFO O| Oct 30 19:26:46.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69162024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.780 INFO O| Oct 30 19:26:46.780 INFO STEP 907 (remove_files) COMPLETE
69172024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.780 INFO O| Oct 30 19:26:46.780 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.791 INFO O| Oct 30 19:26:46.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69192024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.791 INFO O| Oct 30 19:26:46.791 INFO STEP 908 (remove_files) COMPLETE
69202024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.791 INFO O| Oct 30 19:26:46.791 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.802 INFO O| Oct 30 19:26:46.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69222024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.802 INFO O| Oct 30 19:26:46.802 INFO STEP 909 (remove_files) COMPLETE
69232024-10-30T19:26:47.949Z[ recovery-image] Oct 30 19:26:46.802 INFO O| Oct 30 19:26:46.802 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.813 INFO O| Oct 30 19:26:46.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69252024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.813 INFO O| Oct 30 19:26:46.813 INFO STEP 910 (remove_files) COMPLETE
69262024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.813 INFO O| Oct 30 19:26:46.813 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.824 INFO O| Oct 30 19:26:46.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69282024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.824 INFO O| Oct 30 19:26:46.824 INFO STEP 911 (remove_files) COMPLETE
69292024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.824 INFO O| Oct 30 19:26:46.824 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.834 INFO O| Oct 30 19:26:46.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69312024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.834 INFO O| Oct 30 19:26:46.834 INFO STEP 912 (remove_files) COMPLETE
69322024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.834 INFO O| Oct 30 19:26:46.834 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.844 INFO O| Oct 30 19:26:46.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69342024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.844 INFO O| Oct 30 19:26:46.844 INFO STEP 913 (remove_files) COMPLETE
69352024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.844 INFO O| Oct 30 19:26:46.844 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.854 INFO O| Oct 30 19:26:46.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69372024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.854 INFO O| Oct 30 19:26:46.854 INFO STEP 914 (remove_files) COMPLETE
69382024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.854 INFO O| Oct 30 19:26:46.854 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.864 INFO O| Oct 30 19:26:46.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69402024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.865 INFO O| Oct 30 19:26:46.865 INFO STEP 915 (remove_files) COMPLETE
69412024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.865 INFO O| Oct 30 19:26:46.865 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.881 INFO O| Oct 30 19:26:46.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69432024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.882 INFO O| Oct 30 19:26:46.882 INFO STEP 916 (remove_files) COMPLETE
69442024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.882 INFO O| Oct 30 19:26:46.882 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.897 INFO O| Oct 30 19:26:46.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69462024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.897 INFO O| Oct 30 19:26:46.897 INFO STEP 917 (remove_files) COMPLETE
69472024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.897 INFO O| Oct 30 19:26:46.897 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.911 INFO O| Oct 30 19:26:46.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69492024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.911 INFO O| Oct 30 19:26:46.911 INFO STEP 918 (remove_files) COMPLETE
69502024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.911 INFO O| Oct 30 19:26:46.911 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.922 INFO O| Oct 30 19:26:46.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69522024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.922 INFO O| Oct 30 19:26:46.922 INFO STEP 919 (remove_files) COMPLETE
69532024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.922 INFO O| Oct 30 19:26:46.922 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.933 INFO O| Oct 30 19:26:46.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69552024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.934 INFO O| Oct 30 19:26:46.933 INFO STEP 920 (remove_files) COMPLETE
69562024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.934 INFO O| Oct 30 19:26:46.934 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-10-30T19:26:47.950Z[ recovery-image] Oct 30 19:26:46.946 INFO O| Oct 30 19:26:46.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69582024-10-30T19:26:47.951Z[ recovery-image] Oct 30 19:26:46.946 INFO O| Oct 30 19:26:46.946 INFO STEP 921 (remove_files) COMPLETE
69592024-10-30T19:26:47.951Z[ recovery-image] Oct 30 19:26:46.946 INFO O| Oct 30 19:26:46.946 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-10-30T19:26:47.951Z[ recovery-image] Oct 30 19:26:46.957 INFO O| Oct 30 19:26:46.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69612024-10-30T19:26:47.951Z[ recovery-image] Oct 30 19:26:46.957 INFO O| Oct 30 19:26:46.957 INFO STEP 922 (remove_files) COMPLETE
69622024-10-30T19:26:47.951Z[ recovery-image] Oct 30 19:26:46.957 INFO O| Oct 30 19:26:46.957 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-10-30T19:26:47.951Z[ recovery-image] Oct 30 19:26:46.968 INFO O| Oct 30 19:26:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69642024-10-30T19:26:47.951Z[ recovery-image] Oct 30 19:26:46.968 INFO O| Oct 30 19:26:46.968 INFO STEP 923 (remove_files) COMPLETE
69652024-10-30T19:26:47.952Z[ recovery-image] Oct 30 19:26:46.968 INFO O| Oct 30 19:26:46.968 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-10-30T19:26:47.952Z[ recovery-image] Oct 30 19:26:46.979 INFO O| Oct 30 19:26:46.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69672024-10-30T19:26:47.952Z[ recovery-image] Oct 30 19:26:46.979 INFO O| Oct 30 19:26:46.979 INFO STEP 924 (remove_files) COMPLETE
69682024-10-30T19:26:47.952Z[ recovery-image] Oct 30 19:26:46.979 INFO O| Oct 30 19:26:46.979 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-10-30T19:26:47.952Z[ recovery-image] Oct 30 19:26:46.991 INFO O| Oct 30 19:26:46.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69702024-10-30T19:26:47.952Z[ recovery-image] Oct 30 19:26:46.991 INFO O| Oct 30 19:26:46.991 INFO STEP 925 (remove_files) COMPLETE
69712024-10-30T19:26:47.952Z[ recovery-image] Oct 30 19:26:46.991 INFO O| Oct 30 19:26:46.991 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-10-30T19:26:47.952Z[ host-image] Oct 30 19:26:46.993 INFO O| Oct 30 19:26:46.993 INFO O| Actions: Completed 22 actions in 0.57 seconds.
69732024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.007 INFO O| Oct 30 19:26:47.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69742024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.007 INFO O| Oct 30 19:26:47.007 INFO STEP 926 (remove_files) COMPLETE
69752024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.007 INFO O| Oct 30 19:26:47.007 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.020 INFO O| Oct 30 19:26:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69772024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.021 INFO O| Oct 30 19:26:47.021 INFO STEP 927 (remove_files) COMPLETE
69782024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.021 INFO O| Oct 30 19:26:47.021 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.032 INFO O| Oct 30 19:26:47.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69802024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.032 INFO O| Oct 30 19:26:47.032 INFO STEP 928 (remove_files) COMPLETE
69812024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.032 INFO O| Oct 30 19:26:47.032 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.045 INFO O| Oct 30 19:26:47.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69832024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.045 INFO O| Oct 30 19:26:47.045 INFO STEP 929 (remove_files) COMPLETE
69842024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.045 INFO O| Oct 30 19:26:47.045 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.056 INFO O| Oct 30 19:26:47.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69862024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.056 INFO O| Oct 30 19:26:47.056 INFO STEP 930 (remove_files) COMPLETE
69872024-10-30T19:26:47.953Z[ recovery-image] Oct 30 19:26:47.056 INFO O| Oct 30 19:26:47.056 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-30T19:26:47.956Z[ recovery-image] Oct 30 19:26:47.067 INFO O| Oct 30 19:26:47.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69892024-10-30T19:26:47.956Z[ recovery-image] Oct 30 19:26:47.067 INFO O| Oct 30 19:26:47.067 INFO STEP 931 (remove_files) COMPLETE
69902024-10-30T19:26:47.956Z[ recovery-image] Oct 30 19:26:47.067 INFO O| Oct 30 19:26:47.067 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-30T19:26:47.965Z[ recovery-image] Oct 30 19:26:47.079 INFO O| Oct 30 19:26:47.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69922024-10-30T19:26:47.965Z[ recovery-image] Oct 30 19:26:47.079 INFO O| Oct 30 19:26:47.079 INFO STEP 932 (remove_files) COMPLETE
69932024-10-30T19:26:47.967Z[ recovery-image] Oct 30 19:26:47.079 INFO O| Oct 30 19:26:47.079 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-30T19:26:47.977Z[ recovery-image] Oct 30 19:26:47.092 INFO O| Oct 30 19:26:47.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69952024-10-30T19:26:47.977Z[ recovery-image] Oct 30 19:26:47.092 INFO O| Oct 30 19:26:47.092 INFO STEP 933 (remove_files) COMPLETE
69962024-10-30T19:26:47.980Z[ recovery-image] Oct 30 19:26:47.092 INFO O| Oct 30 19:26:47.092 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-30T19:26:47.989Z[ recovery-image] Oct 30 19:26:47.104 INFO O| Oct 30 19:26:47.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69982024-10-30T19:26:47.989Z[ recovery-image] Oct 30 19:26:47.104 INFO O| Oct 30 19:26:47.104 INFO STEP 934 (remove_files) COMPLETE
69992024-10-30T19:26:47.992Z[ recovery-image] Oct 30 19:26:47.104 INFO O| Oct 30 19:26:47.104 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-30T19:26:48.002Z[ recovery-image] Oct 30 19:26:47.116 INFO O| Oct 30 19:26:47.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
70012024-10-30T19:26:48.004Z[ recovery-image] Oct 30 19:26:47.116 INFO O| Oct 30 19:26:47.116 INFO STEP 935 (remove_files) COMPLETE
70022024-10-30T19:26:48.004Z[ recovery-image] Oct 30 19:26:47.116 INFO O| Oct 30 19:26:47.116 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-30T19:26:48.015Z[ recovery-image] Oct 30 19:26:47.129 INFO O| Oct 30 19:26:47.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
70042024-10-30T19:26:48.015Z[ recovery-image] Oct 30 19:26:47.130 INFO O| Oct 30 19:26:47.129 INFO STEP 936 (remove_files) COMPLETE
70052024-10-30T19:26:48.017Z[ recovery-image] Oct 30 19:26:47.130 INFO O| Oct 30 19:26:47.129 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-30T19:26:48.026Z[ recovery-image] Oct 30 19:26:47.141 INFO O| Oct 30 19:26:47.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70072024-10-30T19:26:48.026Z[ recovery-image] Oct 30 19:26:47.141 INFO O| Oct 30 19:26:47.141 INFO STEP 937 (remove_files) COMPLETE
70082024-10-30T19:26:48.026Z[ recovery-image] Oct 30 19:26:47.141 INFO O| Oct 30 19:26:47.141 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-30T19:26:48.042Z[ recovery-image] Oct 30 19:26:47.156 INFO O| Oct 30 19:26:47.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70102024-10-30T19:26:48.044Z[ recovery-image] Oct 30 19:26:47.156 INFO O| Oct 30 19:26:47.156 INFO STEP 938 (remove_files) COMPLETE
70112024-10-30T19:26:48.044Z[ recovery-image] Oct 30 19:26:47.156 INFO O| Oct 30 19:26:47.156 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-30T19:26:48.057Z[ recovery-image] Oct 30 19:26:47.172 INFO O| Oct 30 19:26:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70132024-10-30T19:26:48.060Z[ recovery-image] Oct 30 19:26:47.172 INFO O| Oct 30 19:26:47.172 INFO STEP 939 (remove_files) COMPLETE
70142024-10-30T19:26:48.060Z[ recovery-image] Oct 30 19:26:47.172 INFO O| Oct 30 19:26:47.172 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-30T19:26:48.072Z[ recovery-image] Oct 30 19:26:47.187 INFO O| Oct 30 19:26:47.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70162024-10-30T19:26:48.072Z[ recovery-image] Oct 30 19:26:47.187 INFO O| Oct 30 19:26:47.187 INFO STEP 940 (remove_files) COMPLETE
70172024-10-30T19:26:48.072Z[ recovery-image] Oct 30 19:26:47.187 INFO O| Oct 30 19:26:47.187 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-30T19:26:48.087Z[ recovery-image] Oct 30 19:26:47.202 INFO O| Oct 30 19:26:47.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70192024-10-30T19:26:48.087Z[ recovery-image] Oct 30 19:26:47.202 INFO O| Oct 30 19:26:47.202 INFO STEP 941 (remove_files) COMPLETE
70202024-10-30T19:26:48.090Z[ recovery-image] Oct 30 19:26:47.202 INFO O| Oct 30 19:26:47.202 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-30T19:26:48.102Z[ recovery-image] Oct 30 19:26:47.216 INFO O| Oct 30 19:26:47.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70222024-10-30T19:26:48.102Z[ recovery-image] Oct 30 19:26:47.216 INFO O| Oct 30 19:26:47.216 INFO STEP 942 (remove_files) COMPLETE
70232024-10-30T19:26:48.102Z[ recovery-image] Oct 30 19:26:47.216 INFO O| Oct 30 19:26:47.216 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-30T19:26:48.115Z[ recovery-image] Oct 30 19:26:47.230 INFO O| Oct 30 19:26:47.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70252024-10-30T19:26:48.115Z[ recovery-image] Oct 30 19:26:47.230 INFO O| Oct 30 19:26:47.230 INFO STEP 943 (remove_files) COMPLETE
70262024-10-30T19:26:48.115Z[ recovery-image] Oct 30 19:26:47.230 INFO O| Oct 30 19:26:47.230 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-30T19:26:48.128Z[ recovery-image] Oct 30 19:26:47.243 INFO O| Oct 30 19:26:47.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70282024-10-30T19:26:48.129Z[ recovery-image] Oct 30 19:26:47.243 INFO O| Oct 30 19:26:47.243 INFO STEP 944 (remove_files) COMPLETE
70292024-10-30T19:26:48.131Z[ recovery-image] Oct 30 19:26:47.243 INFO O| Oct 30 19:26:47.243 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-30T19:26:48.141Z[ recovery-image] Oct 30 19:26:47.256 INFO O| Oct 30 19:26:47.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70312024-10-30T19:26:48.142Z[ recovery-image] Oct 30 19:26:47.256 INFO O| Oct 30 19:26:47.256 INFO STEP 945 (remove_files) COMPLETE
70322024-10-30T19:26:48.142Z[ recovery-image] Oct 30 19:26:47.256 INFO O| Oct 30 19:26:47.256 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-30T19:26:48.153Z[ recovery-image] Oct 30 19:26:47.268 INFO O| Oct 30 19:26:47.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70342024-10-30T19:26:48.153Z[ recovery-image] Oct 30 19:26:47.268 INFO O| Oct 30 19:26:47.268 INFO STEP 946 (remove_files) COMPLETE
70352024-10-30T19:26:48.153Z[ recovery-image] Oct 30 19:26:47.268 INFO O| Oct 30 19:26:47.268 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-30T19:26:48.164Z[ recovery-image] Oct 30 19:26:47.279 INFO O| Oct 30 19:26:47.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70372024-10-30T19:26:48.167Z[ recovery-image] Oct 30 19:26:47.279 INFO O| Oct 30 19:26:47.279 INFO STEP 947 (remove_files) COMPLETE
70382024-10-30T19:26:48.167Z[ recovery-image] Oct 30 19:26:47.279 INFO O| Oct 30 19:26:47.279 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-30T19:26:48.176Z[ recovery-image] Oct 30 19:26:47.291 INFO O| Oct 30 19:26:47.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70402024-10-30T19:26:48.178Z[ recovery-image] Oct 30 19:26:47.291 INFO O| Oct 30 19:26:47.291 INFO STEP 948 (remove_files) COMPLETE
70412024-10-30T19:26:48.178Z[ recovery-image] Oct 30 19:26:47.291 INFO O| Oct 30 19:26:47.291 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-30T19:26:48.186Z[ recovery-image] Oct 30 19:26:47.301 INFO O| Oct 30 19:26:47.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70432024-10-30T19:26:48.189Z[ recovery-image] Oct 30 19:26:47.301 INFO O| Oct 30 19:26:47.301 INFO STEP 949 (remove_files) COMPLETE
70442024-10-30T19:26:48.189Z[ recovery-image] Oct 30 19:26:47.301 INFO O| Oct 30 19:26:47.301 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-30T19:26:48.200Z[ recovery-image] Oct 30 19:26:47.313 INFO O| Oct 30 19:26:47.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70462024-10-30T19:26:48.202Z[ recovery-image] Oct 30 19:26:47.313 INFO O| Oct 30 19:26:47.313 INFO STEP 950 (remove_files) COMPLETE
70472024-10-30T19:26:48.204Z[ recovery-image] Oct 30 19:26:47.313 INFO O| Oct 30 19:26:47.313 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-30T19:26:48.210Z[ recovery-image] Oct 30 19:26:47.325 INFO O| Oct 30 19:26:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70492024-10-30T19:26:48.213Z[ recovery-image] Oct 30 19:26:47.325 INFO O| Oct 30 19:26:47.325 INFO STEP 951 (remove_files) COMPLETE
70502024-10-30T19:26:48.213Z[ recovery-image] Oct 30 19:26:47.325 INFO O| Oct 30 19:26:47.325 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-30T19:26:48.222Z[ recovery-image] Oct 30 19:26:47.337 INFO O| Oct 30 19:26:47.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70522024-10-30T19:26:48.225Z[ recovery-image] Oct 30 19:26:47.337 INFO O| Oct 30 19:26:47.337 INFO STEP 952 (remove_files) COMPLETE
70532024-10-30T19:26:48.225Z[ recovery-image] Oct 30 19:26:47.337 INFO O| Oct 30 19:26:47.337 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-30T19:26:48.235Z[ recovery-image] Oct 30 19:26:47.349 INFO O| Oct 30 19:26:47.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70552024-10-30T19:26:48.237Z[ recovery-image] Oct 30 19:26:47.349 INFO O| Oct 30 19:26:47.349 INFO STEP 953 (remove_files) COMPLETE
70562024-10-30T19:26:48.237Z[ recovery-image] Oct 30 19:26:47.349 INFO O| Oct 30 19:26:47.349 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-30T19:26:48.239Z[ host-image] Oct 30 19:26:47.352 INFO O| Oct 30 19:26:47.352 INFO O| Done
70582024-10-30T19:26:48.239Z[ host-image] Oct 30 19:26:47.352 INFO O| Oct 30 19:26:47.352 INFO O| Done
70592024-10-30T19:26:48.247Z[ recovery-image] Oct 30 19:26:47.361 INFO O| Oct 30 19:26:47.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70602024-10-30T19:26:48.247Z[ recovery-image] Oct 30 19:26:47.362 INFO O| Oct 30 19:26:47.361 INFO STEP 954 (remove_files) COMPLETE
70612024-10-30T19:26:48.249Z[ recovery-image] Oct 30 19:26:47.362 INFO O| Oct 30 19:26:47.362 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-30T19:26:48.260Z[ recovery-image] Oct 30 19:26:47.374 INFO O| Oct 30 19:26:47.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70632024-10-30T19:26:48.261Z[ recovery-image] Oct 30 19:26:47.374 INFO O| Oct 30 19:26:47.374 INFO STEP 955 (remove_files) COMPLETE
70642024-10-30T19:26:48.261Z[ recovery-image] Oct 30 19:26:47.374 INFO O| Oct 30 19:26:47.374 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-30T19:26:48.272Z[ recovery-image] Oct 30 19:26:47.387 INFO O| Oct 30 19:26:47.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70662024-10-30T19:26:48.273Z[ recovery-image] Oct 30 19:26:47.387 INFO O| Oct 30 19:26:47.387 INFO STEP 956 (remove_files) COMPLETE
70672024-10-30T19:26:48.273Z[ recovery-image] Oct 30 19:26:47.387 INFO O| Oct 30 19:26:47.387 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-30T19:26:48.284Z[ recovery-image] Oct 30 19:26:47.399 INFO O| Oct 30 19:26:47.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70692024-10-30T19:26:48.284Z[ recovery-image] Oct 30 19:26:47.399 INFO O| Oct 30 19:26:47.399 INFO STEP 957 (remove_files) COMPLETE
70702024-10-30T19:26:48.284Z[ recovery-image] Oct 30 19:26:47.399 INFO O| Oct 30 19:26:47.399 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-30T19:26:48.295Z[ recovery-image] Oct 30 19:26:47.410 INFO O| Oct 30 19:26:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70722024-10-30T19:26:48.298Z[ recovery-image] Oct 30 19:26:47.410 INFO O| Oct 30 19:26:47.410 INFO STEP 958 (remove_files) COMPLETE
70732024-10-30T19:26:48.298Z[ recovery-image] Oct 30 19:26:47.410 INFO O| Oct 30 19:26:47.410 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-30T19:26:48.307Z[ recovery-image] Oct 30 19:26:47.422 INFO O| Oct 30 19:26:47.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70752024-10-30T19:26:48.310Z[ recovery-image] Oct 30 19:26:47.422 INFO O| Oct 30 19:26:47.422 INFO STEP 959 (remove_files) COMPLETE
70762024-10-30T19:26:48.310Z[ recovery-image] Oct 30 19:26:47.422 INFO O| Oct 30 19:26:47.422 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-30T19:26:48.319Z[ recovery-image] Oct 30 19:26:47.434 INFO O| Oct 30 19:26:47.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70782024-10-30T19:26:48.319Z[ recovery-image] Oct 30 19:26:47.434 INFO O| Oct 30 19:26:47.434 INFO STEP 960 (remove_files) COMPLETE
70792024-10-30T19:26:48.319Z[ recovery-image] Oct 30 19:26:47.434 INFO O| Oct 30 19:26:47.434 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-30T19:26:48.331Z[ recovery-image] Oct 30 19:26:47.445 INFO O| Oct 30 19:26:47.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70812024-10-30T19:26:48.331Z[ recovery-image] Oct 30 19:26:47.445 INFO O| Oct 30 19:26:47.445 INFO STEP 961 (remove_files) COMPLETE
70822024-10-30T19:26:48.331Z[ recovery-image] Oct 30 19:26:47.445 INFO O| Oct 30 19:26:47.445 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-30T19:26:48.341Z[ recovery-image] Oct 30 19:26:47.456 INFO O| Oct 30 19:26:47.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70842024-10-30T19:26:48.341Z[ recovery-image] Oct 30 19:26:47.456 INFO O| Oct 30 19:26:47.456 INFO STEP 962 (remove_files) COMPLETE
70852024-10-30T19:26:48.343Z[ recovery-image] Oct 30 19:26:47.456 INFO O| Oct 30 19:26:47.456 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-30T19:26:48.352Z[ recovery-image] Oct 30 19:26:47.466 INFO O| Oct 30 19:26:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70872024-10-30T19:26:48.352Z[ recovery-image] Oct 30 19:26:47.466 INFO O| Oct 30 19:26:47.466 INFO STEP 963 (remove_files) COMPLETE
70882024-10-30T19:26:48.354Z[ recovery-image] Oct 30 19:26:47.466 INFO O| Oct 30 19:26:47.466 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-10-30T19:26:48.362Z[ recovery-image] Oct 30 19:26:47.477 INFO O| Oct 30 19:26:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70902024-10-30T19:26:48.362Z[ recovery-image] Oct 30 19:26:47.477 INFO O| Oct 30 19:26:47.477 INFO STEP 964 (remove_files) COMPLETE
70912024-10-30T19:26:48.364Z[ recovery-image] Oct 30 19:26:47.477 INFO O| Oct 30 19:26:47.477 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-10-30T19:26:48.372Z[ recovery-image] Oct 30 19:26:47.487 INFO O| Oct 30 19:26:47.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70932024-10-30T19:26:48.375Z[ recovery-image] Oct 30 19:26:47.487 INFO O| Oct 30 19:26:47.487 INFO STEP 965 (remove_files) COMPLETE
70942024-10-30T19:26:48.375Z[ recovery-image] Oct 30 19:26:47.487 INFO O| Oct 30 19:26:47.487 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-10-30T19:26:48.383Z[ recovery-image] Oct 30 19:26:47.498 INFO O| Oct 30 19:26:47.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70962024-10-30T19:26:48.383Z[ recovery-image] Oct 30 19:26:47.498 INFO O| Oct 30 19:26:47.498 INFO STEP 966 (remove_files) COMPLETE
70972024-10-30T19:26:48.383Z[ recovery-image] Oct 30 19:26:47.498 INFO O| Oct 30 19:26:47.498 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-30T19:26:48.396Z[ recovery-image] Oct 30 19:26:47.510 INFO O| Oct 30 19:26:47.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70992024-10-30T19:26:48.396Z[ recovery-image] Oct 30 19:26:47.510 INFO O| Oct 30 19:26:47.510 INFO STEP 967 (remove_files) COMPLETE
71002024-10-30T19:26:48.398Z[ recovery-image] Oct 30 19:26:47.510 INFO O| Oct 30 19:26:47.510 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-30T19:26:48.407Z[ recovery-image] Oct 30 19:26:47.521 INFO O| Oct 30 19:26:47.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
71022024-10-30T19:26:48.407Z[ recovery-image] Oct 30 19:26:47.521 INFO O| Oct 30 19:26:47.521 INFO STEP 968 (remove_files) COMPLETE
71032024-10-30T19:26:48.409Z[ recovery-image] Oct 30 19:26:47.521 INFO O| Oct 30 19:26:47.521 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-30T19:26:48.418Z[ recovery-image] Oct 30 19:26:47.533 INFO O| Oct 30 19:26:47.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
71052024-10-30T19:26:48.418Z[ recovery-image] Oct 30 19:26:47.533 INFO O| Oct 30 19:26:47.533 INFO STEP 969 (remove_files) COMPLETE
71062024-10-30T19:26:48.418Z[ recovery-image] Oct 30 19:26:47.533 INFO O| Oct 30 19:26:47.533 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-30T19:26:48.431Z[ recovery-image] Oct 30 19:26:47.545 INFO O| Oct 30 19:26:47.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71082024-10-30T19:26:48.431Z[ recovery-image] Oct 30 19:26:47.545 INFO O| Oct 30 19:26:47.545 INFO STEP 970 (remove_files) COMPLETE
71092024-10-30T19:26:48.431Z[ recovery-image] Oct 30 19:26:47.545 INFO O| Oct 30 19:26:47.545 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-30T19:26:48.443Z[ recovery-image] Oct 30 19:26:47.558 INFO O| Oct 30 19:26:47.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71112024-10-30T19:26:48.446Z[ recovery-image] Oct 30 19:26:47.558 INFO O| Oct 30 19:26:47.558 INFO STEP 971 (remove_files) COMPLETE
71122024-10-30T19:26:48.446Z[ recovery-image] Oct 30 19:26:47.558 INFO O| Oct 30 19:26:47.558 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-30T19:26:48.454Z[ recovery-image] Oct 30 19:26:47.568 INFO O| Oct 30 19:26:47.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71142024-10-30T19:26:48.454Z[ recovery-image] Oct 30 19:26:47.568 INFO O| Oct 30 19:26:47.568 INFO STEP 972 (remove_files) COMPLETE
71152024-10-30T19:26:48.456Z[ recovery-image] Oct 30 19:26:47.569 INFO O| Oct 30 19:26:47.568 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-30T19:26:48.464Z[ recovery-image] Oct 30 19:26:47.579 INFO O| Oct 30 19:26:47.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71172024-10-30T19:26:48.467Z[ recovery-image] Oct 30 19:26:47.579 INFO O| Oct 30 19:26:47.579 INFO STEP 973 (remove_files) COMPLETE
71182024-10-30T19:26:48.467Z[ recovery-image] Oct 30 19:26:47.579 INFO O| Oct 30 19:26:47.579 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-30T19:26:48.475Z[ recovery-image] Oct 30 19:26:47.589 INFO O| Oct 30 19:26:47.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71202024-10-30T19:26:48.477Z[ recovery-image] Oct 30 19:26:47.589 INFO O| Oct 30 19:26:47.589 INFO STEP 974 (remove_files) COMPLETE
71212024-10-30T19:26:48.477Z[ recovery-image] Oct 30 19:26:47.589 INFO O| Oct 30 19:26:47.589 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-30T19:26:48.484Z[ recovery-image] Oct 30 19:26:47.599 INFO O| Oct 30 19:26:47.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71232024-10-30T19:26:48.489Z[ recovery-image] Oct 30 19:26:47.599 INFO O| Oct 30 19:26:47.599 INFO STEP 975 (remove_files) COMPLETE
71242024-10-30T19:26:48.489Z[ recovery-image] Oct 30 19:26:47.599 INFO O| Oct 30 19:26:47.599 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-30T19:26:48.494Z[ recovery-image] Oct 30 19:26:47.609 INFO O| Oct 30 19:26:47.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71262024-10-30T19:26:48.497Z[ recovery-image] Oct 30 19:26:47.609 INFO O| Oct 30 19:26:47.609 INFO STEP 976 (remove_files) COMPLETE
71272024-10-30T19:26:48.497Z[ recovery-image] Oct 30 19:26:47.609 INFO O| Oct 30 19:26:47.609 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-30T19:26:48.504Z[ recovery-image] Oct 30 19:26:47.618 INFO O| Oct 30 19:26:47.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71292024-10-30T19:26:48.506Z[ recovery-image] Oct 30 19:26:47.619 INFO O| Oct 30 19:26:47.619 INFO STEP 977 (remove_files) COMPLETE
71302024-10-30T19:26:48.506Z[ recovery-image] Oct 30 19:26:47.619 INFO O| Oct 30 19:26:47.619 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-30T19:26:48.515Z[ recovery-image] Oct 30 19:26:47.630 INFO O| Oct 30 19:26:47.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71322024-10-30T19:26:48.518Z[ recovery-image] Oct 30 19:26:47.630 INFO O| Oct 30 19:26:47.630 INFO STEP 978 (remove_files) COMPLETE
71332024-10-30T19:26:48.518Z[ recovery-image] Oct 30 19:26:47.630 INFO O| Oct 30 19:26:47.630 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-30T19:26:48.525Z[ recovery-image] Oct 30 19:26:47.640 INFO O| Oct 30 19:26:47.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71352024-10-30T19:26:48.528Z[ recovery-image] Oct 30 19:26:47.640 INFO O| Oct 30 19:26:47.640 INFO STEP 979 (remove_files) COMPLETE
71362024-10-30T19:26:48.528Z[ recovery-image] Oct 30 19:26:47.640 INFO O| Oct 30 19:26:47.640 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-30T19:26:48.535Z[ recovery-image] Oct 30 19:26:47.650 INFO O| Oct 30 19:26:47.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71382024-10-30T19:26:48.538Z[ recovery-image] Oct 30 19:26:47.650 INFO O| Oct 30 19:26:47.650 INFO STEP 980 (remove_files) COMPLETE
71392024-10-30T19:26:48.538Z[ recovery-image] Oct 30 19:26:47.650 INFO O| Oct 30 19:26:47.650 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-30T19:26:48.547Z[ recovery-image] Oct 30 19:26:47.661 INFO O| Oct 30 19:26:47.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71412024-10-30T19:26:48.547Z[ recovery-image] Oct 30 19:26:47.661 INFO O| Oct 30 19:26:47.661 INFO STEP 981 (remove_files) COMPLETE
71422024-10-30T19:26:48.549Z[ recovery-image] Oct 30 19:26:47.661 INFO O| Oct 30 19:26:47.661 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-30T19:26:48.566Z[ recovery-image] Oct 30 19:26:47.674 INFO O| Oct 30 19:26:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71442024-10-30T19:26:48.567Z[ recovery-image] Oct 30 19:26:47.675 INFO O| Oct 30 19:26:47.675 INFO STEP 982 (remove_files) COMPLETE
71452024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.675 INFO O| Oct 30 19:26:47.675 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.686 INFO O| Oct 30 19:26:47.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71472024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.686 INFO O| Oct 30 19:26:47.686 INFO STEP 983 (remove_files) COMPLETE
71482024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.686 INFO O| Oct 30 19:26:47.686 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.698 INFO O| Oct 30 19:26:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71502024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.698 INFO O| Oct 30 19:26:47.698 INFO STEP 984 (remove_files) COMPLETE
71512024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.698 INFO O| Oct 30 19:26:47.698 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.709 INFO O| Oct 30 19:26:47.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71532024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.709 INFO O| Oct 30 19:26:47.709 INFO STEP 985 (remove_files) COMPLETE
71542024-10-30T19:26:48.596Z[ recovery-image] Oct 30 19:26:47.709 INFO O| Oct 30 19:26:47.709 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-30T19:26:48.606Z[ recovery-image] Oct 30 19:26:47.720 INFO O| Oct 30 19:26:47.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71562024-10-30T19:26:48.606Z[ recovery-image] Oct 30 19:26:47.720 INFO O| Oct 30 19:26:47.720 INFO STEP 986 (remove_files) COMPLETE
71572024-10-30T19:26:48.606Z[ recovery-image] Oct 30 19:26:47.720 INFO O| Oct 30 19:26:47.720 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-30T19:26:48.618Z[ recovery-image] Oct 30 19:26:47.732 INFO O| Oct 30 19:26:47.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71592024-10-30T19:26:48.618Z[ recovery-image] Oct 30 19:26:47.732 INFO O| Oct 30 19:26:47.732 INFO STEP 987 (remove_files) COMPLETE
71602024-10-30T19:26:48.618Z[ recovery-image] Oct 30 19:26:47.732 INFO O| Oct 30 19:26:47.732 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-30T19:26:48.628Z[ recovery-image] Oct 30 19:26:47.743 INFO O| Oct 30 19:26:47.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71622024-10-30T19:26:48.628Z[ recovery-image] Oct 30 19:26:47.743 INFO O| Oct 30 19:26:47.743 INFO STEP 988 (remove_files) COMPLETE
71632024-10-30T19:26:48.628Z[ recovery-image] Oct 30 19:26:47.743 INFO O| Oct 30 19:26:47.743 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-30T19:26:48.639Z[ recovery-image] Oct 30 19:26:47.753 INFO O| Oct 30 19:26:47.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71652024-10-30T19:26:48.639Z[ recovery-image] Oct 30 19:26:47.753 INFO O| Oct 30 19:26:47.753 INFO STEP 989 (remove_files) COMPLETE
71662024-10-30T19:26:48.641Z[ recovery-image] Oct 30 19:26:47.753 INFO O| Oct 30 19:26:47.753 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-30T19:26:48.649Z[ recovery-image] Oct 30 19:26:47.764 INFO O| Oct 30 19:26:47.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71682024-10-30T19:26:48.649Z[ recovery-image] Oct 30 19:26:47.764 INFO O| Oct 30 19:26:47.764 INFO STEP 990 (remove_files) COMPLETE
71692024-10-30T19:26:48.649Z[ recovery-image] Oct 30 19:26:47.764 INFO O| Oct 30 19:26:47.764 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-30T19:26:48.661Z[ recovery-image] Oct 30 19:26:47.775 INFO O| Oct 30 19:26:47.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71712024-10-30T19:26:48.661Z[ recovery-image] Oct 30 19:26:47.775 INFO O| Oct 30 19:26:47.775 INFO STEP 991 (remove_files) COMPLETE
71722024-10-30T19:26:48.663Z[ recovery-image] Oct 30 19:26:47.775 INFO O| Oct 30 19:26:47.775 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-30T19:26:48.671Z[ recovery-image] Oct 30 19:26:47.786 INFO O| Oct 30 19:26:47.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71742024-10-30T19:26:48.672Z[ recovery-image] Oct 30 19:26:47.786 INFO O| Oct 30 19:26:47.786 INFO STEP 992 (remove_files) COMPLETE
71752024-10-30T19:26:48.674Z[ recovery-image] Oct 30 19:26:47.786 INFO O| Oct 30 19:26:47.786 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-30T19:26:48.682Z[ recovery-image] Oct 30 19:26:47.797 INFO O| Oct 30 19:26:47.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71772024-10-30T19:26:48.682Z[ recovery-image] Oct 30 19:26:47.797 INFO O| Oct 30 19:26:47.797 INFO STEP 993 (remove_files) COMPLETE
71782024-10-30T19:26:48.684Z[ recovery-image] Oct 30 19:26:47.797 INFO O| Oct 30 19:26:47.797 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-30T19:26:48.693Z[ recovery-image] Oct 30 19:26:47.807 INFO O| Oct 30 19:26:47.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71802024-10-30T19:26:48.693Z[ recovery-image] Oct 30 19:26:47.807 INFO O| Oct 30 19:26:47.807 INFO STEP 994 (remove_files) COMPLETE
71812024-10-30T19:26:48.693Z[ recovery-image] Oct 30 19:26:47.807 INFO O| Oct 30 19:26:47.807 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-30T19:26:48.704Z[ recovery-image] Oct 30 19:26:47.819 INFO O| Oct 30 19:26:47.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71832024-10-30T19:26:48.704Z[ recovery-image] Oct 30 19:26:47.819 INFO O| Oct 30 19:26:47.819 INFO STEP 995 (remove_files) COMPLETE
71842024-10-30T19:26:48.707Z[ recovery-image] Oct 30 19:26:47.819 INFO O| Oct 30 19:26:47.819 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-30T19:26:48.715Z[ recovery-image] Oct 30 19:26:47.830 INFO O| Oct 30 19:26:47.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71862024-10-30T19:26:48.715Z[ recovery-image] Oct 30 19:26:47.830 INFO O| Oct 30 19:26:47.830 INFO STEP 996 (remove_files) COMPLETE
71872024-10-30T19:26:48.718Z[ recovery-image] Oct 30 19:26:47.830 INFO O| Oct 30 19:26:47.830 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-30T19:26:48.726Z[ recovery-image] Oct 30 19:26:47.840 INFO O| Oct 30 19:26:47.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71892024-10-30T19:26:48.728Z[ recovery-image] Oct 30 19:26:47.841 INFO O| Oct 30 19:26:47.841 INFO STEP 997 (remove_files) COMPLETE
71902024-10-30T19:26:48.729Z[ recovery-image] Oct 30 19:26:47.841 INFO O| Oct 30 19:26:47.841 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-30T19:26:48.735Z[ host-image] Oct 30 19:26:47.850 INFO O| Oct 30 19:26:47.850 INFO O| Done
71922024-10-30T19:26:48.738Z[ recovery-image] Oct 30 19:26:47.852 INFO O| Oct 30 19:26:47.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71932024-10-30T19:26:48.738Z[ recovery-image] Oct 30 19:26:47.852 INFO O| Oct 30 19:26:47.852 INFO STEP 998 (remove_files) COMPLETE
71942024-10-30T19:26:48.738Z[ recovery-image] Oct 30 19:26:47.852 INFO O| Oct 30 19:26:47.852 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-30T19:26:48.749Z[ recovery-image] Oct 30 19:26:47.864 INFO O| Oct 30 19:26:47.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71962024-10-30T19:26:48.749Z[ recovery-image] Oct 30 19:26:47.864 INFO O| Oct 30 19:26:47.864 INFO STEP 999 (remove_files) COMPLETE
71972024-10-30T19:26:48.752Z[ recovery-image] Oct 30 19:26:47.864 INFO O| Oct 30 19:26:47.864 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-30T19:26:48.759Z[ recovery-image] Oct 30 19:26:47.874 INFO O| Oct 30 19:26:47.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71992024-10-30T19:26:48.759Z[ recovery-image] Oct 30 19:26:47.874 INFO O| Oct 30 19:26:47.874 INFO STEP 1000 (remove_files) COMPLETE
72002024-10-30T19:26:48.762Z[ recovery-image] Oct 30 19:26:47.874 INFO O| Oct 30 19:26:47.874 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-30T19:26:48.772Z[ recovery-image] Oct 30 19:26:47.886 INFO O| Oct 30 19:26:47.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
72022024-10-30T19:26:48.772Z[ recovery-image] Oct 30 19:26:47.887 INFO O| Oct 30 19:26:47.886 INFO STEP 1001 (remove_files) COMPLETE
72032024-10-30T19:26:48.772Z[ recovery-image] Oct 30 19:26:47.887 INFO O| Oct 30 19:26:47.886 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-30T19:26:48.784Z[ recovery-image] Oct 30 19:26:47.898 INFO O| Oct 30 19:26:47.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
72052024-10-30T19:26:48.784Z[ recovery-image] Oct 30 19:26:47.899 INFO O| Oct 30 19:26:47.898 INFO STEP 1002 (remove_files) COMPLETE
72062024-10-30T19:26:48.784Z[ recovery-image] Oct 30 19:26:47.899 INFO O| Oct 30 19:26:47.899 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-30T19:26:48.795Z[ recovery-image] Oct 30 19:26:47.909 INFO O| Oct 30 19:26:47.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72082024-10-30T19:26:48.798Z[ recovery-image] Oct 30 19:26:47.909 INFO O| Oct 30 19:26:47.909 INFO STEP 1003 (remove_files) COMPLETE
72092024-10-30T19:26:48.798Z[ recovery-image] Oct 30 19:26:47.909 INFO O| Oct 30 19:26:47.909 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-30T19:26:48.805Z[ recovery-image] Oct 30 19:26:47.920 INFO O| Oct 30 19:26:47.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72112024-10-30T19:26:48.805Z[ recovery-image] Oct 30 19:26:47.920 INFO O| Oct 30 19:26:47.920 INFO STEP 1004 (remove_files) COMPLETE
72122024-10-30T19:26:48.807Z[ recovery-image] Oct 30 19:26:47.920 INFO O| Oct 30 19:26:47.920 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-30T19:26:48.816Z[ recovery-image] Oct 30 19:26:47.931 INFO O| Oct 30 19:26:47.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72142024-10-30T19:26:48.816Z[ recovery-image] Oct 30 19:26:47.931 INFO O| Oct 30 19:26:47.931 INFO STEP 1005 (remove_files) COMPLETE
72152024-10-30T19:26:48.819Z[ recovery-image] Oct 30 19:26:47.931 INFO O| Oct 30 19:26:47.931 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-30T19:26:48.828Z[ recovery-image] Oct 30 19:26:47.943 INFO O| Oct 30 19:26:47.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72172024-10-30T19:26:48.828Z[ recovery-image] Oct 30 19:26:47.943 INFO O| Oct 30 19:26:47.943 INFO STEP 1006 (remove_files) COMPLETE
72182024-10-30T19:26:48.830Z[ recovery-image] Oct 30 19:26:47.943 INFO O| Oct 30 19:26:47.943 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-30T19:26:48.840Z[ recovery-image] Oct 30 19:26:47.954 INFO O| Oct 30 19:26:47.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72202024-10-30T19:26:48.840Z[ recovery-image] Oct 30 19:26:47.954 INFO O| Oct 30 19:26:47.954 INFO STEP 1007 (remove_files) COMPLETE
72212024-10-30T19:26:48.842Z[ recovery-image] Oct 30 19:26:47.954 INFO O| Oct 30 19:26:47.954 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-30T19:26:48.852Z[ recovery-image] Oct 30 19:26:47.966 INFO O| Oct 30 19:26:47.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72232024-10-30T19:26:48.852Z[ recovery-image] Oct 30 19:26:47.966 INFO O| Oct 30 19:26:47.966 INFO STEP 1008 (remove_files) COMPLETE
72242024-10-30T19:26:48.852Z[ recovery-image] Oct 30 19:26:47.966 INFO O| Oct 30 19:26:47.966 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-30T19:26:48.864Z[ recovery-image] Oct 30 19:26:47.978 INFO O| Oct 30 19:26:47.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72262024-10-30T19:26:48.864Z[ recovery-image] Oct 30 19:26:47.978 INFO O| Oct 30 19:26:47.978 INFO STEP 1009 (remove_files) COMPLETE
72272024-10-30T19:26:48.864Z[ recovery-image] Oct 30 19:26:47.978 INFO O| Oct 30 19:26:47.978 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-30T19:26:48.876Z[ recovery-image] Oct 30 19:26:47.990 INFO O| Oct 30 19:26:47.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72292024-10-30T19:26:48.876Z[ recovery-image] Oct 30 19:26:47.990 INFO O| Oct 30 19:26:47.990 INFO STEP 1010 (remove_files) COMPLETE
72302024-10-30T19:26:48.879Z[ recovery-image] Oct 30 19:26:47.990 INFO O| Oct 30 19:26:47.990 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-30T19:26:48.888Z[ recovery-image] Oct 30 19:26:48.002 INFO O| Oct 30 19:26:48.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72322024-10-30T19:26:48.888Z[ recovery-image] Oct 30 19:26:48.002 INFO O| Oct 30 19:26:48.002 INFO STEP 1011 (remove_files) COMPLETE
72332024-10-30T19:26:48.888Z[ recovery-image] Oct 30 19:26:48.002 INFO O| Oct 30 19:26:48.002 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-30T19:26:48.900Z[ recovery-image] Oct 30 19:26:48.014 INFO O| Oct 30 19:26:48.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72352024-10-30T19:26:48.900Z[ recovery-image] Oct 30 19:26:48.014 INFO O| Oct 30 19:26:48.014 INFO STEP 1012 (remove_files) COMPLETE
72362024-10-30T19:26:48.902Z[ recovery-image] Oct 30 19:26:48.014 INFO O| Oct 30 19:26:48.014 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-30T19:26:48.911Z[ recovery-image] Oct 30 19:26:48.025 INFO O| Oct 30 19:26:48.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72382024-10-30T19:26:48.913Z[ recovery-image] Oct 30 19:26:48.025 INFO O| Oct 30 19:26:48.025 INFO STEP 1013 (remove_files) COMPLETE
72392024-10-30T19:26:48.913Z[ recovery-image] Oct 30 19:26:48.025 INFO O| Oct 30 19:26:48.025 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-30T19:26:48.921Z[ recovery-image] Oct 30 19:26:48.036 INFO O| Oct 30 19:26:48.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72412024-10-30T19:26:48.924Z[ recovery-image] Oct 30 19:26:48.036 INFO O| Oct 30 19:26:48.036 INFO STEP 1014 (remove_files) COMPLETE
72422024-10-30T19:26:48.924Z[ recovery-image] Oct 30 19:26:48.036 INFO O| Oct 30 19:26:48.036 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-30T19:26:48.932Z[ recovery-image] Oct 30 19:26:48.047 INFO O| Oct 30 19:26:48.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72442024-10-30T19:26:48.935Z[ recovery-image] Oct 30 19:26:48.047 INFO O| Oct 30 19:26:48.047 INFO STEP 1015 (remove_files) COMPLETE
72452024-10-30T19:26:48.935Z[ recovery-image] Oct 30 19:26:48.047 INFO O| Oct 30 19:26:48.047 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-30T19:26:48.943Z[ recovery-image] Oct 30 19:26:48.057 INFO O| Oct 30 19:26:48.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72472024-10-30T19:26:48.943Z[ recovery-image] Oct 30 19:26:48.058 INFO O| Oct 30 19:26:48.057 INFO STEP 1016 (remove_files) COMPLETE
72482024-10-30T19:26:48.946Z[ recovery-image] Oct 30 19:26:48.058 INFO O| Oct 30 19:26:48.058 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-30T19:26:48.955Z[ recovery-image] Oct 30 19:26:48.069 INFO O| Oct 30 19:26:48.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72502024-10-30T19:26:48.957Z[ recovery-image] Oct 30 19:26:48.070 INFO O| Oct 30 19:26:48.069 INFO STEP 1017 (remove_files) COMPLETE
72512024-10-30T19:26:48.957Z[ recovery-image] Oct 30 19:26:48.070 INFO O| Oct 30 19:26:48.069 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-30T19:26:48.965Z[ recovery-image] Oct 30 19:26:48.080 INFO O| Oct 30 19:26:48.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72532024-10-30T19:26:48.965Z[ recovery-image] Oct 30 19:26:48.080 INFO O| Oct 30 19:26:48.080 INFO STEP 1018 (remove_files) COMPLETE
72542024-10-30T19:26:48.968Z[ recovery-image] Oct 30 19:26:48.080 INFO O| Oct 30 19:26:48.080 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-30T19:26:48.976Z[ recovery-image] Oct 30 19:26:48.090 INFO O| Oct 30 19:26:48.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72562024-10-30T19:26:48.978Z[ recovery-image] Oct 30 19:26:48.090 INFO O| Oct 30 19:26:48.090 INFO STEP 1019 (remove_files) COMPLETE
72572024-10-30T19:26:48.979Z[ recovery-image] Oct 30 19:26:48.090 INFO O| Oct 30 19:26:48.090 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-30T19:26:48.986Z[ recovery-image] Oct 30 19:26:48.100 INFO O| Oct 30 19:26:48.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72592024-10-30T19:26:48.988Z[ recovery-image] Oct 30 19:26:48.101 INFO O| Oct 30 19:26:48.101 INFO STEP 1020 (remove_files) COMPLETE
72602024-10-30T19:26:48.988Z[ recovery-image] Oct 30 19:26:48.101 INFO O| Oct 30 19:26:48.101 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-30T19:26:48.996Z[ recovery-image] Oct 30 19:26:48.111 INFO O| Oct 30 19:26:48.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72622024-10-30T19:26:48.996Z[ recovery-image] Oct 30 19:26:48.111 INFO O| Oct 30 19:26:48.111 INFO STEP 1021 (remove_files) COMPLETE
72632024-10-30T19:26:48.996Z[ recovery-image] Oct 30 19:26:48.111 INFO O| Oct 30 19:26:48.111 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-30T19:26:49.006Z[ recovery-image] Oct 30 19:26:48.121 INFO O| Oct 30 19:26:48.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72652024-10-30T19:26:49.006Z[ recovery-image] Oct 30 19:26:48.121 INFO O| Oct 30 19:26:48.121 INFO STEP 1022 (remove_files) COMPLETE
72662024-10-30T19:26:49.006Z[ recovery-image] Oct 30 19:26:48.121 INFO O| Oct 30 19:26:48.121 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-30T19:26:49.016Z[ recovery-image] Oct 30 19:26:48.131 INFO O| Oct 30 19:26:48.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72682024-10-30T19:26:49.016Z[ recovery-image] Oct 30 19:26:48.131 INFO O| Oct 30 19:26:48.131 INFO STEP 1023 (remove_files) COMPLETE
72692024-10-30T19:26:49.019Z[ recovery-image] Oct 30 19:26:48.131 INFO O| Oct 30 19:26:48.131 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-30T19:26:49.030Z[ recovery-image] Oct 30 19:26:48.145 INFO O| Oct 30 19:26:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72712024-10-30T19:26:49.033Z[ recovery-image] Oct 30 19:26:48.145 INFO O| Oct 30 19:26:48.145 INFO STEP 1024 (remove_files) COMPLETE
72722024-10-30T19:26:49.033Z[ recovery-image] Oct 30 19:26:48.145 INFO O| Oct 30 19:26:48.145 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-30T19:26:49.041Z[ recovery-image] Oct 30 19:26:48.156 INFO O| Oct 30 19:26:48.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72742024-10-30T19:26:49.041Z[ recovery-image] Oct 30 19:26:48.156 INFO O| Oct 30 19:26:48.156 INFO STEP 1025 (remove_files) COMPLETE
72752024-10-30T19:26:49.044Z[ recovery-image] Oct 30 19:26:48.156 INFO O| Oct 30 19:26:48.156 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-30T19:26:49.051Z[ recovery-image] Oct 30 19:26:48.166 INFO O| Oct 30 19:26:48.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72772024-10-30T19:26:49.054Z[ recovery-image] Oct 30 19:26:48.167 INFO O| Oct 30 19:26:48.167 INFO STEP 1026 (remove_files) COMPLETE
72782024-10-30T19:26:49.054Z[ recovery-image] Oct 30 19:26:48.167 INFO O| Oct 30 19:26:48.167 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-30T19:26:49.062Z[ recovery-image] Oct 30 19:26:48.177 INFO O| Oct 30 19:26:48.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72802024-10-30T19:26:49.065Z[ recovery-image] Oct 30 19:26:48.177 INFO O| Oct 30 19:26:48.177 INFO STEP 1027 (remove_files) COMPLETE
72812024-10-30T19:26:49.065Z[ recovery-image] Oct 30 19:26:48.177 INFO O| Oct 30 19:26:48.177 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-30T19:26:49.073Z[ recovery-image] Oct 30 19:26:48.187 INFO O| Oct 30 19:26:48.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72832024-10-30T19:26:49.073Z[ recovery-image] Oct 30 19:26:48.187 INFO O| Oct 30 19:26:48.187 INFO STEP 1028 (remove_files) COMPLETE
72842024-10-30T19:26:49.073Z[ recovery-image] Oct 30 19:26:48.187 INFO O| Oct 30 19:26:48.187 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-30T19:26:49.083Z[ recovery-image] Oct 30 19:26:48.197 INFO O| Oct 30 19:26:48.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72862024-10-30T19:26:49.083Z[ recovery-image] Oct 30 19:26:48.197 INFO O| Oct 30 19:26:48.197 INFO STEP 1029 (remove_files) COMPLETE
72872024-10-30T19:26:49.083Z[ recovery-image] Oct 30 19:26:48.198 INFO O| Oct 30 19:26:48.197 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-30T19:26:49.093Z[ recovery-image] Oct 30 19:26:48.207 INFO O| Oct 30 19:26:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72892024-10-30T19:26:49.093Z[ recovery-image] Oct 30 19:26:48.207 INFO O| Oct 30 19:26:48.207 INFO STEP 1030 (remove_files) COMPLETE
72902024-10-30T19:26:49.095Z[ recovery-image] Oct 30 19:26:48.207 INFO O| Oct 30 19:26:48.207 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-30T19:26:49.103Z[ recovery-image] Oct 30 19:26:48.217 INFO O| Oct 30 19:26:48.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72922024-10-30T19:26:49.103Z[ recovery-image] Oct 30 19:26:48.217 INFO O| Oct 30 19:26:48.217 INFO STEP 1031 (remove_files) COMPLETE
72932024-10-30T19:26:49.105Z[ recovery-image] Oct 30 19:26:48.218 INFO O| Oct 30 19:26:48.217 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-30T19:26:49.113Z[ recovery-image] Oct 30 19:26:48.228 INFO O| Oct 30 19:26:48.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72952024-10-30T19:26:49.113Z[ recovery-image] Oct 30 19:26:48.228 INFO O| Oct 30 19:26:48.228 INFO STEP 1032 (remove_files) COMPLETE
72962024-10-30T19:26:49.113Z[ recovery-image] Oct 30 19:26:48.228 INFO O| Oct 30 19:26:48.228 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-30T19:26:49.124Z[ recovery-image] Oct 30 19:26:48.239 INFO O| Oct 30 19:26:48.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72982024-10-30T19:26:49.124Z[ recovery-image] Oct 30 19:26:48.239 INFO O| Oct 30 19:26:48.239 INFO STEP 1033 (remove_files) COMPLETE
72992024-10-30T19:26:49.127Z[ recovery-image] Oct 30 19:26:48.239 INFO O| Oct 30 19:26:48.239 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-30T19:26:49.136Z[ recovery-image] Oct 30 19:26:48.250 INFO O| Oct 30 19:26:48.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
73012024-10-30T19:26:49.136Z[ recovery-image] Oct 30 19:26:48.250 INFO O| Oct 30 19:26:48.250 INFO STEP 1034 (remove_files) COMPLETE
73022024-10-30T19:26:49.136Z[ recovery-image] Oct 30 19:26:48.250 INFO O| Oct 30 19:26:48.250 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-30T19:26:49.147Z[ recovery-image] Oct 30 19:26:48.261 INFO O| Oct 30 19:26:48.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
73042024-10-30T19:26:49.147Z[ recovery-image] Oct 30 19:26:48.261 INFO O| Oct 30 19:26:48.261 INFO STEP 1035 (remove_files) COMPLETE
73052024-10-30T19:26:49.147Z[ recovery-image] Oct 30 19:26:48.261 INFO O| Oct 30 19:26:48.261 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-30T19:26:49.157Z[ recovery-image] Oct 30 19:26:48.272 INFO O| Oct 30 19:26:48.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73072024-10-30T19:26:49.160Z[ recovery-image] Oct 30 19:26:48.272 INFO O| Oct 30 19:26:48.272 INFO STEP 1036 (remove_files) COMPLETE
73082024-10-30T19:26:49.160Z[ recovery-image] Oct 30 19:26:48.272 INFO O| Oct 30 19:26:48.272 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-30T19:26:49.168Z[ recovery-image] Oct 30 19:26:48.282 INFO O| Oct 30 19:26:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73102024-10-30T19:26:49.170Z[ recovery-image] Oct 30 19:26:48.282 INFO O| Oct 30 19:26:48.282 INFO STEP 1037 (remove_files) COMPLETE
73112024-10-30T19:26:49.170Z[ recovery-image] Oct 30 19:26:48.282 INFO O| Oct 30 19:26:48.282 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-30T19:26:49.180Z[ recovery-image] Oct 30 19:26:48.294 INFO O| Oct 30 19:26:48.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73132024-10-30T19:26:49.180Z[ recovery-image] Oct 30 19:26:48.294 INFO O| Oct 30 19:26:48.294 INFO STEP 1038 (remove_files) COMPLETE
73142024-10-30T19:26:49.183Z[ recovery-image] Oct 30 19:26:48.294 INFO O| Oct 30 19:26:48.294 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-30T19:26:49.190Z[ recovery-image] Oct 30 19:26:48.305 INFO O| Oct 30 19:26:48.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73162024-10-30T19:26:49.190Z[ recovery-image] Oct 30 19:26:48.305 INFO O| Oct 30 19:26:48.305 INFO STEP 1039 (remove_files) COMPLETE
73172024-10-30T19:26:49.193Z[ recovery-image] Oct 30 19:26:48.305 INFO O| Oct 30 19:26:48.305 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-30T19:26:49.202Z[ recovery-image] Oct 30 19:26:48.317 INFO O| Oct 30 19:26:48.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73192024-10-30T19:26:49.205Z[ recovery-image] Oct 30 19:26:48.317 INFO O| Oct 30 19:26:48.317 INFO STEP 1040 (remove_files) COMPLETE
73202024-10-30T19:26:49.205Z[ recovery-image] Oct 30 19:26:48.317 INFO O| Oct 30 19:26:48.317 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-30T19:26:49.213Z[ recovery-image] Oct 30 19:26:48.328 INFO O| Oct 30 19:26:48.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73222024-10-30T19:26:49.213Z[ recovery-image] Oct 30 19:26:48.328 INFO O| Oct 30 19:26:48.328 INFO STEP 1041 (remove_files) COMPLETE
73232024-10-30T19:26:49.213Z[ recovery-image] Oct 30 19:26:48.328 INFO O| Oct 30 19:26:48.328 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-10-30T19:26:49.227Z[ recovery-image] Oct 30 19:26:48.338 INFO O| Oct 30 19:26:48.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73252024-10-30T19:26:49.227Z[ recovery-image] Oct 30 19:26:48.338 INFO O| Oct 30 19:26:48.338 INFO STEP 1042 (remove_files) COMPLETE
73262024-10-30T19:26:49.227Z[ recovery-image] Oct 30 19:26:48.338 INFO O| Oct 30 19:26:48.338 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-10-30T19:26:49.234Z[ recovery-image] Oct 30 19:26:48.348 INFO O| Oct 30 19:26:48.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73282024-10-30T19:26:49.234Z[ recovery-image] Oct 30 19:26:48.348 INFO O| Oct 30 19:26:48.348 INFO STEP 1043 (remove_files) COMPLETE
73292024-10-30T19:26:49.236Z[ recovery-image] Oct 30 19:26:48.348 INFO O| Oct 30 19:26:48.348 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-10-30T19:26:49.244Z[ recovery-image] Oct 30 19:26:48.359 INFO O| Oct 30 19:26:48.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73312024-10-30T19:26:49.244Z[ recovery-image] Oct 30 19:26:48.359 INFO O| Oct 30 19:26:48.359 INFO STEP 1044 (remove_files) COMPLETE
73322024-10-30T19:26:49.244Z[ recovery-image] Oct 30 19:26:48.359 INFO O| Oct 30 19:26:48.359 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-30T19:26:49.254Z[ recovery-image] Oct 30 19:26:48.369 INFO O| Oct 30 19:26:48.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73342024-10-30T19:26:49.254Z[ recovery-image] Oct 30 19:26:48.369 INFO O| Oct 30 19:26:48.369 INFO STEP 1045 (remove_files) COMPLETE
73352024-10-30T19:26:49.257Z[ recovery-image] Oct 30 19:26:48.369 INFO O| Oct 30 19:26:48.369 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-10-30T19:26:49.265Z[ recovery-image] Oct 30 19:26:48.379 INFO O| Oct 30 19:26:48.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73372024-10-30T19:26:49.265Z[ recovery-image] Oct 30 19:26:48.379 INFO O| Oct 30 19:26:48.379 INFO STEP 1046 (remove_files) COMPLETE
73382024-10-30T19:26:49.265Z[ recovery-image] Oct 30 19:26:48.379 INFO O| Oct 30 19:26:48.379 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-10-30T19:26:49.275Z[ recovery-image] Oct 30 19:26:48.389 INFO O| Oct 30 19:26:48.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73402024-10-30T19:26:49.275Z[ recovery-image] Oct 30 19:26:48.389 INFO O| Oct 30 19:26:48.389 INFO STEP 1047 (remove_files) COMPLETE
73412024-10-30T19:26:49.278Z[ recovery-image] Oct 30 19:26:48.389 INFO O| Oct 30 19:26:48.389 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-10-30T19:26:49.285Z[ recovery-image] Oct 30 19:26:48.399 INFO O| Oct 30 19:26:48.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73432024-10-30T19:26:49.287Z[ recovery-image] Oct 30 19:26:48.399 INFO O| Oct 30 19:26:48.399 INFO STEP 1048 (remove_files) COMPLETE
73442024-10-30T19:26:49.287Z[ recovery-image] Oct 30 19:26:48.399 INFO O| Oct 30 19:26:48.399 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-10-30T19:26:49.295Z[ recovery-image] Oct 30 19:26:48.409 INFO O| Oct 30 19:26:48.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73462024-10-30T19:26:49.297Z[ recovery-image] Oct 30 19:26:48.410 INFO O| Oct 30 19:26:48.410 INFO STEP 1049 (remove_files) COMPLETE
73472024-10-30T19:26:49.297Z[ recovery-image] Oct 30 19:26:48.410 INFO O| Oct 30 19:26:48.410 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-10-30T19:26:49.305Z[ recovery-image] Oct 30 19:26:48.420 INFO O| Oct 30 19:26:48.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73492024-10-30T19:26:49.305Z[ recovery-image] Oct 30 19:26:48.420 INFO O| Oct 30 19:26:48.420 INFO STEP 1050 (remove_files) COMPLETE
73502024-10-30T19:26:49.307Z[ recovery-image] Oct 30 19:26:48.420 INFO O| Oct 30 19:26:48.420 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-10-30T19:26:49.315Z[ recovery-image] Oct 30 19:26:48.429 INFO O| Oct 30 19:26:48.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73522024-10-30T19:26:49.315Z[ recovery-image] Oct 30 19:26:48.429 INFO O| Oct 30 19:26:48.429 INFO STEP 1051 (remove_files) COMPLETE
73532024-10-30T19:26:49.317Z[ recovery-image] Oct 30 19:26:48.429 INFO O| Oct 30 19:26:48.429 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-10-30T19:26:49.327Z[ recovery-image] Oct 30 19:26:48.441 INFO O| Oct 30 19:26:48.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73552024-10-30T19:26:49.327Z[ recovery-image] Oct 30 19:26:48.441 INFO O| Oct 30 19:26:48.441 INFO STEP 1052 (remove_files) COMPLETE
73562024-10-30T19:26:49.329Z[ recovery-image] Oct 30 19:26:48.442 INFO O| Oct 30 19:26:48.441 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-10-30T19:26:49.338Z[ recovery-image] Oct 30 19:26:48.453 INFO O| Oct 30 19:26:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73582024-10-30T19:26:49.338Z[ recovery-image] Oct 30 19:26:48.453 INFO O| Oct 30 19:26:48.453 INFO STEP 1053 (remove_files) COMPLETE
73592024-10-30T19:26:49.341Z[ recovery-image] Oct 30 19:26:48.453 INFO O| Oct 30 19:26:48.453 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-10-30T19:26:49.348Z[ recovery-image] Oct 30 19:26:48.463 INFO O| Oct 30 19:26:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73612024-10-30T19:26:49.348Z[ recovery-image] Oct 30 19:26:48.463 INFO O| Oct 30 19:26:48.463 INFO STEP 1054 (remove_files) COMPLETE
73622024-10-30T19:26:49.350Z[ recovery-image] Oct 30 19:26:48.463 INFO O| Oct 30 19:26:48.463 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-10-30T19:26:49.358Z[ recovery-image] Oct 30 19:26:48.473 INFO O| Oct 30 19:26:48.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73642024-10-30T19:26:49.358Z[ recovery-image] Oct 30 19:26:48.473 INFO O| Oct 30 19:26:48.473 INFO STEP 1055 (remove_files) COMPLETE
73652024-10-30T19:26:49.361Z[ recovery-image] Oct 30 19:26:48.473 INFO O| Oct 30 19:26:48.473 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-10-30T19:26:49.368Z[ recovery-image] Oct 30 19:26:48.483 INFO O| Oct 30 19:26:48.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73672024-10-30T19:26:49.368Z[ recovery-image] Oct 30 19:26:48.483 INFO O| Oct 30 19:26:48.483 INFO STEP 1056 (remove_files) COMPLETE
73682024-10-30T19:26:49.371Z[ recovery-image] Oct 30 19:26:48.483 INFO O| Oct 30 19:26:48.483 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-10-30T19:26:49.378Z[ recovery-image] Oct 30 19:26:48.493 INFO O| Oct 30 19:26:48.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73702024-10-30T19:26:49.378Z[ recovery-image] Oct 30 19:26:48.493 INFO O| Oct 30 19:26:48.493 INFO STEP 1057 (remove_files) COMPLETE
73712024-10-30T19:26:49.378Z[ recovery-image] Oct 30 19:26:48.493 INFO O| Oct 30 19:26:48.493 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-10-30T19:26:49.388Z[ recovery-image] Oct 30 19:26:48.502 INFO O| Oct 30 19:26:48.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73732024-10-30T19:26:49.388Z[ recovery-image] Oct 30 19:26:48.502 INFO O| Oct 30 19:26:48.502 INFO STEP 1058 (remove_files) COMPLETE
73742024-10-30T19:26:49.388Z[ recovery-image] Oct 30 19:26:48.502 INFO O| Oct 30 19:26:48.502 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-10-30T19:26:49.398Z[ recovery-image] Oct 30 19:26:48.512 INFO O| Oct 30 19:26:48.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73762024-10-30T19:26:49.398Z[ recovery-image] Oct 30 19:26:48.512 INFO O| Oct 30 19:26:48.512 INFO STEP 1059 (remove_files) COMPLETE
73772024-10-30T19:26:49.401Z[ recovery-image] Oct 30 19:26:48.512 INFO O| Oct 30 19:26:48.512 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-10-30T19:26:49.408Z[ recovery-image] Oct 30 19:26:48.522 INFO O| Oct 30 19:26:48.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73792024-10-30T19:26:49.408Z[ recovery-image] Oct 30 19:26:48.522 INFO O| Oct 30 19:26:48.522 INFO STEP 1060 (remove_files) COMPLETE
73802024-10-30T19:26:49.408Z[ recovery-image] Oct 30 19:26:48.522 INFO O| Oct 30 19:26:48.522 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-30T19:26:49.419Z[ recovery-image] Oct 30 19:26:48.534 INFO O| Oct 30 19:26:48.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73822024-10-30T19:26:49.422Z[ recovery-image] Oct 30 19:26:48.534 INFO O| Oct 30 19:26:48.534 INFO STEP 1061 (remove_files) COMPLETE
73832024-10-30T19:26:49.422Z[ recovery-image] Oct 30 19:26:48.534 INFO O| Oct 30 19:26:48.534 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-30T19:26:49.434Z[ recovery-image] Oct 30 19:26:48.548 INFO O| Oct 30 19:26:48.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73852024-10-30T19:26:49.434Z[ recovery-image] Oct 30 19:26:48.548 INFO O| Oct 30 19:26:48.548 INFO STEP 1062 (remove_files) COMPLETE
73862024-10-30T19:26:49.434Z[ recovery-image] Oct 30 19:26:48.548 INFO O| Oct 30 19:26:48.548 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-30T19:26:49.449Z[ recovery-image] Oct 30 19:26:48.563 INFO O| Oct 30 19:26:48.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73882024-10-30T19:26:49.449Z[ recovery-image] Oct 30 19:26:48.563 INFO O| Oct 30 19:26:48.563 INFO STEP 1063 (remove_files) COMPLETE
73892024-10-30T19:26:49.449Z[ recovery-image] Oct 30 19:26:48.563 INFO O| Oct 30 19:26:48.563 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-10-30T19:26:49.464Z[ recovery-image] Oct 30 19:26:48.579 INFO O| Oct 30 19:26:48.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73912024-10-30T19:26:49.464Z[ recovery-image] Oct 30 19:26:48.579 INFO O| Oct 30 19:26:48.579 INFO STEP 1064 (remove_files) COMPLETE
73922024-10-30T19:26:49.464Z[ recovery-image] Oct 30 19:26:48.579 INFO O| Oct 30 19:26:48.579 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-10-30T19:26:49.478Z[ recovery-image] Oct 30 19:26:48.593 INFO O| Oct 30 19:26:48.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73942024-10-30T19:26:49.481Z[ recovery-image] Oct 30 19:26:48.593 INFO O| Oct 30 19:26:48.593 INFO STEP 1065 (remove_files) COMPLETE
73952024-10-30T19:26:49.481Z[ recovery-image] Oct 30 19:26:48.593 INFO O| Oct 30 19:26:48.593 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-30T19:26:49.491Z[ recovery-image] Oct 30 19:26:48.605 INFO O| Oct 30 19:26:48.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73972024-10-30T19:26:49.491Z[ recovery-image] Oct 30 19:26:48.606 INFO O| Oct 30 19:26:48.605 INFO STEP 1066 (remove_files) COMPLETE
73982024-10-30T19:26:49.491Z[ recovery-image] Oct 30 19:26:48.606 INFO O| Oct 30 19:26:48.606 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-30T19:26:49.506Z[ recovery-image] Oct 30 19:26:48.620 INFO O| Oct 30 19:26:48.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74002024-10-30T19:26:49.506Z[ recovery-image] Oct 30 19:26:48.620 INFO O| Oct 30 19:26:48.620 INFO STEP 1067 (remove_files) COMPLETE
74012024-10-30T19:26:49.508Z[ recovery-image] Oct 30 19:26:48.620 INFO O| Oct 30 19:26:48.620 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-30T19:26:49.520Z[ recovery-image] Oct 30 19:26:48.635 INFO O| Oct 30 19:26:48.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74032024-10-30T19:26:49.520Z[ recovery-image] Oct 30 19:26:48.635 INFO O| Oct 30 19:26:48.635 INFO STEP 1068 (remove_files) COMPLETE
74042024-10-30T19:26:49.523Z[ recovery-image] Oct 30 19:26:48.635 INFO O| Oct 30 19:26:48.635 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-10-30T19:26:49.531Z[ recovery-image] Oct 30 19:26:48.646 INFO O| Oct 30 19:26:48.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74062024-10-30T19:26:49.531Z[ recovery-image] Oct 30 19:26:48.646 INFO O| Oct 30 19:26:48.646 INFO STEP 1069 (remove_files) COMPLETE
74072024-10-30T19:26:49.534Z[ recovery-image] Oct 30 19:26:48.646 INFO O| Oct 30 19:26:48.646 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-10-30T19:26:49.542Z[ recovery-image] Oct 30 19:26:48.656 INFO O| Oct 30 19:26:48.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74092024-10-30T19:26:49.544Z[ recovery-image] Oct 30 19:26:48.657 INFO O| Oct 30 19:26:48.656 INFO STEP 1070 (remove_files) COMPLETE
74102024-10-30T19:26:49.544Z[ recovery-image] Oct 30 19:26:48.657 INFO O| Oct 30 19:26:48.657 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-10-30T19:26:49.554Z[ recovery-image] Oct 30 19:26:48.669 INFO O| Oct 30 19:26:48.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74122024-10-30T19:26:49.554Z[ recovery-image] Oct 30 19:26:48.669 INFO O| Oct 30 19:26:48.669 INFO STEP 1071 (remove_files) COMPLETE
74132024-10-30T19:26:49.554Z[ recovery-image] Oct 30 19:26:48.669 INFO O| Oct 30 19:26:48.669 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-10-30T19:26:49.565Z[ recovery-image] Oct 30 19:26:48.679 INFO O| Oct 30 19:26:48.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74152024-10-30T19:26:49.565Z[ recovery-image] Oct 30 19:26:48.679 INFO O| Oct 30 19:26:48.679 INFO STEP 1072 (remove_files) COMPLETE
74162024-10-30T19:26:49.565Z[ recovery-image] Oct 30 19:26:48.679 INFO O| Oct 30 19:26:48.679 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-10-30T19:26:49.575Z[ recovery-image] Oct 30 19:26:48.690 INFO O| Oct 30 19:26:48.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74182024-10-30T19:26:49.575Z[ recovery-image] Oct 30 19:26:48.690 INFO O| Oct 30 19:26:48.690 INFO STEP 1073 (remove_files) COMPLETE
74192024-10-30T19:26:49.575Z[ recovery-image] Oct 30 19:26:48.690 INFO O| Oct 30 19:26:48.690 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-30T19:26:49.586Z[ recovery-image] Oct 30 19:26:48.700 INFO O| Oct 30 19:26:48.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74212024-10-30T19:26:49.586Z[ recovery-image] Oct 30 19:26:48.700 INFO O| Oct 30 19:26:48.700 INFO STEP 1074 (remove_files) COMPLETE
74222024-10-30T19:26:49.589Z[ recovery-image] Oct 30 19:26:48.700 INFO O| Oct 30 19:26:48.700 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-10-30T19:26:49.596Z[ recovery-image] Oct 30 19:26:48.711 INFO O| Oct 30 19:26:48.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74242024-10-30T19:26:49.598Z[ recovery-image] Oct 30 19:26:48.711 INFO O| Oct 30 19:26:48.711 INFO STEP 1075 (remove_files) COMPLETE
74252024-10-30T19:26:49.598Z[ recovery-image] Oct 30 19:26:48.711 INFO O| Oct 30 19:26:48.711 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-30T19:26:49.610Z[ recovery-image] Oct 30 19:26:48.724 INFO O| Oct 30 19:26:48.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74272024-10-30T19:26:49.610Z[ recovery-image] Oct 30 19:26:48.724 INFO O| Oct 30 19:26:48.724 INFO STEP 1076 (remove_files) COMPLETE
74282024-10-30T19:26:49.613Z[ recovery-image] Oct 30 19:26:48.724 INFO O| Oct 30 19:26:48.724 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-30T19:26:49.623Z[ recovery-image] Oct 30 19:26:48.737 INFO O| Oct 30 19:26:48.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74302024-10-30T19:26:49.625Z[ recovery-image] Oct 30 19:26:48.737 INFO O| Oct 30 19:26:48.737 INFO STEP 1077 (remove_files) COMPLETE
74312024-10-30T19:26:49.625Z[ recovery-image] Oct 30 19:26:48.737 INFO O| Oct 30 19:26:48.737 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-30T19:26:49.633Z[ recovery-image] Oct 30 19:26:48.748 INFO O| Oct 30 19:26:48.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74332024-10-30T19:26:49.636Z[ recovery-image] Oct 30 19:26:48.748 INFO O| Oct 30 19:26:48.748 INFO STEP 1078 (remove_files) COMPLETE
74342024-10-30T19:26:49.636Z[ recovery-image] Oct 30 19:26:48.748 INFO O| Oct 30 19:26:48.748 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-30T19:26:49.644Z[ recovery-image] Oct 30 19:26:48.759 INFO O| Oct 30 19:26:48.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74362024-10-30T19:26:49.648Z[ recovery-image] Oct 30 19:26:48.759 INFO O| Oct 30 19:26:48.759 INFO STEP 1079 (remove_files) COMPLETE
74372024-10-30T19:26:49.648Z[ recovery-image] Oct 30 19:26:48.759 INFO O| Oct 30 19:26:48.759 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-10-30T19:26:49.655Z[ recovery-image] Oct 30 19:26:48.770 INFO O| Oct 30 19:26:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74392024-10-30T19:26:49.658Z[ recovery-image] Oct 30 19:26:48.770 INFO O| Oct 30 19:26:48.770 INFO STEP 1080 (remove_files) COMPLETE
74402024-10-30T19:26:49.658Z[ recovery-image] Oct 30 19:26:48.770 INFO O| Oct 30 19:26:48.770 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-30T19:26:49.666Z[ recovery-image] Oct 30 19:26:48.780 INFO O| Oct 30 19:26:48.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74422024-10-30T19:26:49.668Z[ recovery-image] Oct 30 19:26:48.780 INFO O| Oct 30 19:26:48.780 INFO STEP 1081 (remove_files) COMPLETE
74432024-10-30T19:26:49.668Z[ recovery-image] Oct 30 19:26:48.780 INFO O| Oct 30 19:26:48.780 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-30T19:26:49.676Z[ recovery-image] Oct 30 19:26:48.790 INFO O| Oct 30 19:26:48.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74452024-10-30T19:26:49.676Z[ recovery-image] Oct 30 19:26:48.790 INFO O| Oct 30 19:26:48.790 INFO STEP 1082 (remove_files) COMPLETE
74462024-10-30T19:26:49.678Z[ recovery-image] Oct 30 19:26:48.790 INFO O| Oct 30 19:26:48.790 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-30T19:26:49.686Z[ recovery-image] Oct 30 19:26:48.801 INFO O| Oct 30 19:26:48.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74482024-10-30T19:26:49.687Z[ recovery-image] Oct 30 19:26:48.801 INFO O| Oct 30 19:26:48.801 INFO STEP 1083 (remove_files) COMPLETE
74492024-10-30T19:26:49.689Z[ recovery-image] Oct 30 19:26:48.801 INFO O| Oct 30 19:26:48.801 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-30T19:26:49.697Z[ recovery-image] Oct 30 19:26:48.811 INFO O| Oct 30 19:26:48.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74512024-10-30T19:26:49.700Z[ recovery-image] Oct 30 19:26:48.811 INFO O| Oct 30 19:26:48.811 INFO STEP 1084 (remove_files) COMPLETE
74522024-10-30T19:26:49.700Z[ recovery-image] Oct 30 19:26:48.811 INFO O| Oct 30 19:26:48.811 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-30T19:26:49.707Z[ recovery-image] Oct 30 19:26:48.822 INFO O| Oct 30 19:26:48.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74542024-10-30T19:26:49.707Z[ recovery-image] Oct 30 19:26:48.822 INFO O| Oct 30 19:26:48.822 INFO STEP 1085 (remove_files) COMPLETE
74552024-10-30T19:26:49.709Z[ recovery-image] Oct 30 19:26:48.822 INFO O| Oct 30 19:26:48.822 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-10-30T19:26:49.718Z[ recovery-image] Oct 30 19:26:48.832 INFO O| Oct 30 19:26:48.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74572024-10-30T19:26:49.720Z[ recovery-image] Oct 30 19:26:48.833 INFO O| Oct 30 19:26:48.832 INFO STEP 1086 (remove_files) COMPLETE
74582024-10-30T19:26:49.720Z[ recovery-image] Oct 30 19:26:48.833 INFO O| Oct 30 19:26:48.832 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-10-30T19:26:49.730Z[ recovery-image] Oct 30 19:26:48.845 INFO O| Oct 30 19:26:48.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74602024-10-30T19:26:49.730Z[ recovery-image] Oct 30 19:26:48.845 INFO O| Oct 30 19:26:48.845 INFO STEP 1087 (remove_files) COMPLETE
74612024-10-30T19:26:49.733Z[ recovery-image] Oct 30 19:26:48.845 INFO O| Oct 30 19:26:48.845 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-30T19:26:49.741Z[ recovery-image] Oct 30 19:26:48.856 INFO O| Oct 30 19:26:48.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74632024-10-30T19:26:49.741Z[ recovery-image] Oct 30 19:26:48.856 INFO O| Oct 30 19:26:48.856 INFO STEP 1088 (remove_files) COMPLETE
74642024-10-30T19:26:49.741Z[ recovery-image] Oct 30 19:26:48.856 INFO O| Oct 30 19:26:48.856 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-30T19:26:49.752Z[ recovery-image] Oct 30 19:26:48.867 INFO O| Oct 30 19:26:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74662024-10-30T19:26:49.754Z[ recovery-image] Oct 30 19:26:48.867 INFO O| Oct 30 19:26:48.867 INFO STEP 1089 (remove_files) COMPLETE
74672024-10-30T19:26:49.756Z[ recovery-image] Oct 30 19:26:48.867 INFO O| Oct 30 19:26:48.867 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-30T19:26:49.763Z[ recovery-image] Oct 30 19:26:48.877 INFO O| Oct 30 19:26:48.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74692024-10-30T19:26:49.763Z[ recovery-image] Oct 30 19:26:48.877 INFO O| Oct 30 19:26:48.877 INFO STEP 1090 (remove_files) COMPLETE
74702024-10-30T19:26:49.763Z[ recovery-image] Oct 30 19:26:48.877 INFO O| Oct 30 19:26:48.877 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-30T19:26:49.773Z[ recovery-image] Oct 30 19:26:48.888 INFO O| Oct 30 19:26:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74722024-10-30T19:26:49.776Z[ recovery-image] Oct 30 19:26:48.888 INFO O| Oct 30 19:26:48.888 INFO STEP 1091 (remove_files) COMPLETE
74732024-10-30T19:26:49.776Z[ recovery-image] Oct 30 19:26:48.888 INFO O| Oct 30 19:26:48.888 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-30T19:26:49.784Z[ recovery-image] Oct 30 19:26:48.898 INFO O| Oct 30 19:26:48.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74752024-10-30T19:26:49.786Z[ recovery-image] Oct 30 19:26:48.899 INFO O| Oct 30 19:26:48.898 INFO STEP 1092 (remove_files) COMPLETE
74762024-10-30T19:26:49.786Z[ recovery-image] Oct 30 19:26:48.899 INFO O| Oct 30 19:26:48.899 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-30T19:26:49.794Z[ recovery-image] Oct 30 19:26:48.909 INFO O| Oct 30 19:26:48.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74782024-10-30T19:26:49.796Z[ recovery-image] Oct 30 19:26:48.909 INFO O| Oct 30 19:26:48.909 INFO STEP 1093 (remove_files) COMPLETE
74792024-10-30T19:26:49.797Z[ recovery-image] Oct 30 19:26:48.909 INFO O| Oct 30 19:26:48.909 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-30T19:26:49.804Z[ recovery-image] Oct 30 19:26:48.919 INFO O| Oct 30 19:26:48.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74812024-10-30T19:26:49.807Z[ recovery-image] Oct 30 19:26:48.919 INFO O| Oct 30 19:26:48.919 INFO STEP 1094 (remove_files) COMPLETE
74822024-10-30T19:26:49.807Z[ recovery-image] Oct 30 19:26:48.919 INFO O| Oct 30 19:26:48.919 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-30T19:26:49.811Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 50s
74842024-10-30T19:26:49.815Z[ recovery-image] Oct 30 19:26:48.929 INFO O| Oct 30 19:26:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74852024-10-30T19:26:49.815Z[ recovery-image] Oct 30 19:26:48.930 INFO O| Oct 30 19:26:48.929 INFO STEP 1095 (remove_files) COMPLETE
74862024-10-30T19:26:49.817Z[ recovery-image] Oct 30 19:26:48.930 INFO O| Oct 30 19:26:48.929 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-10-30T19:26:49.826Z[ recovery-image] Oct 30 19:26:48.940 INFO O| Oct 30 19:26:48.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74882024-10-30T19:26:49.828Z[ recovery-image] Oct 30 19:26:48.940 INFO O| Oct 30 19:26:48.940 INFO STEP 1096 (remove_files) COMPLETE
74892024-10-30T19:26:49.828Z[ recovery-image] Oct 30 19:26:48.940 INFO O| Oct 30 19:26:48.940 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-10-30T19:26:49.836Z[ recovery-image] Oct 30 19:26:48.951 INFO O| Oct 30 19:26:48.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74912024-10-30T19:26:49.836Z[ recovery-image] Oct 30 19:26:48.951 INFO O| Oct 30 19:26:48.951 INFO STEP 1097 (remove_files) COMPLETE
74922024-10-30T19:26:49.838Z[ recovery-image] Oct 30 19:26:48.951 INFO O| Oct 30 19:26:48.951 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-10-30T19:26:49.848Z[ recovery-image] Oct 30 19:26:48.962 INFO O| Oct 30 19:26:48.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74942024-10-30T19:26:49.848Z[ recovery-image] Oct 30 19:26:48.963 INFO O| Oct 30 19:26:48.963 INFO STEP 1098 (remove_files) COMPLETE
74952024-10-30T19:26:49.851Z[ recovery-image] Oct 30 19:26:48.963 INFO O| Oct 30 19:26:48.963 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-10-30T19:26:49.859Z[ recovery-image] Oct 30 19:26:48.974 INFO O| Oct 30 19:26:48.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74972024-10-30T19:26:49.860Z[ recovery-image] Oct 30 19:26:48.974 INFO O| Oct 30 19:26:48.974 INFO STEP 1099 (remove_files) COMPLETE
74982024-10-30T19:26:49.862Z[ recovery-image] Oct 30 19:26:48.974 INFO O| Oct 30 19:26:48.974 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-10-30T19:26:49.871Z[ recovery-image] Oct 30 19:26:48.985 INFO O| Oct 30 19:26:48.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75002024-10-30T19:26:49.871Z[ recovery-image] Oct 30 19:26:48.985 INFO O| Oct 30 19:26:48.985 INFO STEP 1100 (remove_files) COMPLETE
75012024-10-30T19:26:49.874Z[ recovery-image] Oct 30 19:26:48.985 INFO O| Oct 30 19:26:48.985 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-10-30T19:26:49.882Z[ recovery-image] Oct 30 19:26:48.996 INFO O| Oct 30 19:26:48.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75032024-10-30T19:26:49.884Z[ recovery-image] Oct 30 19:26:48.997 INFO O| Oct 30 19:26:48.997 INFO STEP 1101 (remove_files) COMPLETE
75042024-10-30T19:26:49.884Z[ recovery-image] Oct 30 19:26:48.997 INFO O| Oct 30 19:26:48.997 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-10-30T19:26:49.894Z[ recovery-image] Oct 30 19:26:49.009 INFO O| Oct 30 19:26:49.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75062024-10-30T19:26:49.894Z[ recovery-image] Oct 30 19:26:49.009 INFO O| Oct 30 19:26:49.009 INFO STEP 1102 (remove_files) COMPLETE
75072024-10-30T19:26:49.897Z[ recovery-image] Oct 30 19:26:49.009 INFO O| Oct 30 19:26:49.009 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-10-30T19:26:49.906Z[ recovery-image] Oct 30 19:26:49.020 INFO O| Oct 30 19:26:49.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75092024-10-30T19:26:49.906Z[ recovery-image] Oct 30 19:26:49.020 INFO O| Oct 30 19:26:49.020 INFO STEP 1103 (remove_files) COMPLETE
75102024-10-30T19:26:49.906Z[ recovery-image] Oct 30 19:26:49.020 INFO O| Oct 30 19:26:49.020 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-10-30T19:26:49.916Z[ recovery-image] Oct 30 19:26:49.031 INFO O| Oct 30 19:26:49.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75122024-10-30T19:26:49.920Z[ recovery-image] Oct 30 19:26:49.031 INFO O| Oct 30 19:26:49.031 INFO STEP 1104 (remove_files) COMPLETE
75132024-10-30T19:26:49.920Z[ recovery-image] Oct 30 19:26:49.031 INFO O| Oct 30 19:26:49.031 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-10-30T19:26:49.929Z[ recovery-image] Oct 30 19:26:49.043 INFO O| Oct 30 19:26:49.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75152024-10-30T19:26:49.931Z[ recovery-image] Oct 30 19:26:49.043 INFO O| Oct 30 19:26:49.043 INFO STEP 1105 (remove_files) COMPLETE
75162024-10-30T19:26:49.931Z[ recovery-image] Oct 30 19:26:49.043 INFO O| Oct 30 19:26:49.043 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-10-30T19:26:49.942Z[ recovery-image] Oct 30 19:26:49.056 INFO O| Oct 30 19:26:49.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75182024-10-30T19:26:49.942Z[ recovery-image] Oct 30 19:26:49.056 INFO O| Oct 30 19:26:49.056 INFO STEP 1106 (remove_files) COMPLETE
75192024-10-30T19:26:49.942Z[ recovery-image] Oct 30 19:26:49.056 INFO O| Oct 30 19:26:49.056 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-10-30T19:26:49.954Z[ recovery-image] Oct 30 19:26:49.069 INFO O| Oct 30 19:26:49.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75212024-10-30T19:26:49.957Z[ recovery-image] Oct 30 19:26:49.069 INFO O| Oct 30 19:26:49.069 INFO STEP 1107 (remove_files) COMPLETE
75222024-10-30T19:26:49.957Z[ recovery-image] Oct 30 19:26:49.069 INFO O| Oct 30 19:26:49.069 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-10-30T19:26:49.965Z[ recovery-image] Oct 30 19:26:49.079 INFO O| Oct 30 19:26:49.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75242024-10-30T19:26:49.965Z[ recovery-image] Oct 30 19:26:49.079 INFO O| Oct 30 19:26:49.079 INFO STEP 1108 (remove_files) COMPLETE
75252024-10-30T19:26:49.965Z[ recovery-image] Oct 30 19:26:49.079 INFO O| Oct 30 19:26:49.079 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-10-30T19:26:49.977Z[ recovery-image] Oct 30 19:26:49.091 INFO O| Oct 30 19:26:49.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75272024-10-30T19:26:49.977Z[ recovery-image] Oct 30 19:26:49.091 INFO O| Oct 30 19:26:49.091 INFO STEP 1109 (remove_files) COMPLETE
75282024-10-30T19:26:49.979Z[ recovery-image] Oct 30 19:26:49.091 INFO O| Oct 30 19:26:49.091 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-10-30T19:26:49.987Z[ recovery-image] Oct 30 19:26:49.101 INFO O| Oct 30 19:26:49.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75302024-10-30T19:26:49.987Z[ recovery-image] Oct 30 19:26:49.101 INFO O| Oct 30 19:26:49.101 INFO STEP 1110 (remove_files) COMPLETE
75312024-10-30T19:26:49.987Z[ recovery-image] Oct 30 19:26:49.101 INFO O| Oct 30 19:26:49.101 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-10-30T19:26:49.997Z[ recovery-image] Oct 30 19:26:49.112 INFO O| Oct 30 19:26:49.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75332024-10-30T19:26:49.997Z[ recovery-image] Oct 30 19:26:49.112 INFO O| Oct 30 19:26:49.112 INFO STEP 1111 (remove_files) COMPLETE
75342024-10-30T19:26:50.000Z[ recovery-image] Oct 30 19:26:49.112 INFO O| Oct 30 19:26:49.112 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-10-30T19:26:50.008Z[ recovery-image] Oct 30 19:26:49.122 INFO O| Oct 30 19:26:49.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75362024-10-30T19:26:50.008Z[ recovery-image] Oct 30 19:26:49.122 INFO O| Oct 30 19:26:49.122 INFO STEP 1112 (remove_files) COMPLETE
75372024-10-30T19:26:50.010Z[ recovery-image] Oct 30 19:26:49.122 INFO O| Oct 30 19:26:49.122 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-10-30T19:26:50.019Z[ recovery-image] Oct 30 19:26:49.134 INFO O| Oct 30 19:26:49.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75392024-10-30T19:26:50.019Z[ recovery-image] Oct 30 19:26:49.134 INFO O| Oct 30 19:26:49.134 INFO STEP 1113 (remove_files) COMPLETE
75402024-10-30T19:26:50.022Z[ recovery-image] Oct 30 19:26:49.134 INFO O| Oct 30 19:26:49.134 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-10-30T19:26:50.030Z[ recovery-image] Oct 30 19:26:49.145 INFO O| Oct 30 19:26:49.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75422024-10-30T19:26:50.031Z[ recovery-image] Oct 30 19:26:49.145 INFO O| Oct 30 19:26:49.145 INFO STEP 1114 (remove_files) COMPLETE
75432024-10-30T19:26:50.031Z[ recovery-image] Oct 30 19:26:49.145 INFO O| Oct 30 19:26:49.145 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-10-30T19:26:50.041Z[ recovery-image] Oct 30 19:26:49.155 INFO O| Oct 30 19:26:49.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75452024-10-30T19:26:50.041Z[ recovery-image] Oct 30 19:26:49.156 INFO O| Oct 30 19:26:49.156 INFO STEP 1115 (remove_files) COMPLETE
75462024-10-30T19:26:50.044Z[ recovery-image] Oct 30 19:26:49.156 INFO O| Oct 30 19:26:49.156 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-10-30T19:26:50.053Z[ recovery-image] Oct 30 19:26:49.167 INFO O| Oct 30 19:26:49.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75482024-10-30T19:26:50.053Z[ recovery-image] Oct 30 19:26:49.168 INFO O| Oct 30 19:26:49.167 INFO STEP 1116 (remove_files) COMPLETE
75492024-10-30T19:26:50.056Z[ recovery-image] Oct 30 19:26:49.168 INFO O| Oct 30 19:26:49.168 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-10-30T19:26:50.064Z[ recovery-image] Oct 30 19:26:49.178 INFO O| Oct 30 19:26:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75512024-10-30T19:26:50.066Z[ recovery-image] Oct 30 19:26:49.178 INFO O| Oct 30 19:26:49.178 INFO STEP 1117 (remove_files) COMPLETE
75522024-10-30T19:26:50.066Z[ recovery-image] Oct 30 19:26:49.178 INFO O| Oct 30 19:26:49.178 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-10-30T19:26:50.076Z[ recovery-image] Oct 30 19:26:49.191 INFO O| Oct 30 19:26:49.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75542024-10-30T19:26:50.076Z[ recovery-image] Oct 30 19:26:49.191 INFO O| Oct 30 19:26:49.191 INFO STEP 1118 (remove_files) COMPLETE
75552024-10-30T19:26:50.076Z[ recovery-image] Oct 30 19:26:49.191 INFO O| Oct 30 19:26:49.191 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-10-30T19:26:50.088Z[ recovery-image] Oct 30 19:26:49.202 INFO O| Oct 30 19:26:49.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75572024-10-30T19:26:50.088Z[ recovery-image] Oct 30 19:26:49.202 INFO O| Oct 30 19:26:49.202 INFO STEP 1119 (remove_files) COMPLETE
75582024-10-30T19:26:50.090Z[ recovery-image] Oct 30 19:26:49.202 INFO O| Oct 30 19:26:49.202 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-10-30T19:26:50.100Z[ recovery-image] Oct 30 19:26:49.214 INFO O| Oct 30 19:26:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75602024-10-30T19:26:50.100Z[ recovery-image] Oct 30 19:26:49.214 INFO O| Oct 30 19:26:49.214 INFO STEP 1120 (remove_files) COMPLETE
75612024-10-30T19:26:50.100Z[ recovery-image] Oct 30 19:26:49.215 INFO O| Oct 30 19:26:49.214 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-10-30T19:26:50.110ZOct 30 19:26:49.225 INFO [verify-libraries] process exited with exit status: 0 (355.089855208s)
75632024-10-30T19:26:50.113Z[ recovery-image] Oct 30 19:26:49.225 INFO O| Oct 30 19:26:49.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75642024-10-30T19:26:50.113Z[ recovery-image] Oct 30 19:26:49.225 INFO O| Oct 30 19:26:49.225 INFO STEP 1121 (remove_files) COMPLETE
75652024-10-30T19:26:50.113Z[ recovery-image] Oct 30 19:26:49.225 INFO O| Oct 30 19:26:49.225 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-30T19:26:50.121Z[ recovery-image] Oct 30 19:26:49.235 INFO O| Oct 30 19:26:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75672024-10-30T19:26:50.123Z[ recovery-image] Oct 30 19:26:49.235 INFO O| Oct 30 19:26:49.235 INFO STEP 1122 (remove_files) COMPLETE
75682024-10-30T19:26:50.123Z[ recovery-image] Oct 30 19:26:49.235 INFO O| Oct 30 19:26:49.235 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-30T19:26:50.130Z[ recovery-image] Oct 30 19:26:49.245 INFO O| Oct 30 19:26:49.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75702024-10-30T19:26:50.130Z[ recovery-image] Oct 30 19:26:49.245 INFO O| Oct 30 19:26:49.245 INFO STEP 1123 (remove_files) COMPLETE
75712024-10-30T19:26:50.133Z[ recovery-image] Oct 30 19:26:49.245 INFO O| Oct 30 19:26:49.245 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-30T19:26:50.140Z[ recovery-image] Oct 30 19:26:49.254 INFO O| Oct 30 19:26:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75732024-10-30T19:26:50.140Z[ recovery-image] Oct 30 19:26:49.254 INFO O| Oct 30 19:26:49.254 INFO STEP 1124 (remove_files) COMPLETE
75742024-10-30T19:26:50.140Z[ recovery-image] Oct 30 19:26:49.254 INFO O| Oct 30 19:26:49.254 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-30T19:26:50.143Z[ host-image] Oct 30 19:26:49.257 INFO O| Oct 30 19:26:49.257 INFO O| Done
75762024-10-30T19:26:50.150Z[ recovery-image] Oct 30 19:26:49.264 INFO O| Oct 30 19:26:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75772024-10-30T19:26:50.150Z[ recovery-image] Oct 30 19:26:49.264 INFO O| Oct 30 19:26:49.264 INFO STEP 1125 (remove_files) COMPLETE
75782024-10-30T19:26:50.153Z[ recovery-image] Oct 30 19:26:49.264 INFO O| Oct 30 19:26:49.264 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-30T19:26:50.160Z[ recovery-image] Oct 30 19:26:49.274 INFO O| Oct 30 19:26:49.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75802024-10-30T19:26:50.160Z[ recovery-image] Oct 30 19:26:49.274 INFO O| Oct 30 19:26:49.274 INFO STEP 1126 (remove_files) COMPLETE
75812024-10-30T19:26:50.162Z[ recovery-image] Oct 30 19:26:49.274 INFO O| Oct 30 19:26:49.274 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-30T19:26:50.170Z[ recovery-image] Oct 30 19:26:49.284 INFO O| Oct 30 19:26:49.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75832024-10-30T19:26:50.170Z[ recovery-image] Oct 30 19:26:49.284 INFO O| Oct 30 19:26:49.284 INFO STEP 1127 (remove_files) COMPLETE
75842024-10-30T19:26:50.172Z[ recovery-image] Oct 30 19:26:49.284 INFO O| Oct 30 19:26:49.284 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-30T19:26:50.172Z[ host-image] Oct 30 19:26:49.285 INFO O| Oct 30 19:26:49.285 INFO O| Done
75862024-10-30T19:26:50.172Z[ host-image] Oct 30 19:26:49.285 INFO O| Oct 30 19:26:49.285 INFO O| Done
75872024-10-30T19:26:50.179Z[ recovery-image] Oct 30 19:26:49.294 INFO O| Oct 30 19:26:49.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75882024-10-30T19:26:50.179Z[ recovery-image] Oct 30 19:26:49.294 INFO O| Oct 30 19:26:49.294 INFO STEP 1128 (remove_files) COMPLETE
75892024-10-30T19:26:50.182Z[ recovery-image] Oct 30 19:26:49.294 INFO O| Oct 30 19:26:49.294 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-30T19:26:50.182Z[ host-image] Oct 30 19:26:49.295 INFO O| Oct 30 19:26:49.295 INFO O| Done
75912024-10-30T19:26:50.189Z[ recovery-image] Oct 30 19:26:49.303 INFO O| Oct 30 19:26:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75922024-10-30T19:26:50.189Z[ recovery-image] Oct 30 19:26:49.303 INFO O| Oct 30 19:26:49.303 INFO STEP 1129 (remove_files) COMPLETE
75932024-10-30T19:26:50.191Z[ recovery-image] Oct 30 19:26:49.303 INFO O| Oct 30 19:26:49.303 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-30T19:26:50.199Z[ recovery-image] Oct 30 19:26:49.313 INFO O| Oct 30 19:26:49.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75952024-10-30T19:26:50.199Z[ recovery-image] Oct 30 19:26:49.314 INFO O| Oct 30 19:26:49.313 INFO STEP 1130 (remove_files) COMPLETE
75962024-10-30T19:26:50.201Z[ recovery-image] Oct 30 19:26:49.314 INFO O| Oct 30 19:26:49.314 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-30T19:26:50.210Z[ recovery-image] Oct 30 19:26:49.324 INFO O| Oct 30 19:26:49.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75982024-10-30T19:26:50.210Z[ recovery-image] Oct 30 19:26:49.324 INFO O| Oct 30 19:26:49.324 INFO STEP 1131 (remove_files) COMPLETE
75992024-10-30T19:26:50.210Z[ recovery-image] Oct 30 19:26:49.324 INFO O| Oct 30 19:26:49.324 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-30T19:26:50.220Z[ recovery-image] Oct 30 19:26:49.334 INFO O| Oct 30 19:26:49.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76012024-10-30T19:26:50.222Z[ recovery-image] Oct 30 19:26:49.334 INFO O| Oct 30 19:26:49.334 INFO STEP 1132 (remove_files) COMPLETE
76022024-10-30T19:26:50.222Z[ recovery-image] Oct 30 19:26:49.334 INFO O| Oct 30 19:26:49.334 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-30T19:26:50.230Z[ recovery-image] Oct 30 19:26:49.344 INFO O| Oct 30 19:26:49.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76042024-10-30T19:26:50.233Z[ recovery-image] Oct 30 19:26:49.345 INFO O| Oct 30 19:26:49.344 INFO STEP 1133 (remove_files) COMPLETE
76052024-10-30T19:26:50.233Z[ recovery-image] Oct 30 19:26:49.345 INFO O| Oct 30 19:26:49.344 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-30T19:26:50.240Z[ recovery-image] Oct 30 19:26:49.355 INFO O| Oct 30 19:26:49.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76072024-10-30T19:26:50.243Z[ recovery-image] Oct 30 19:26:49.355 INFO O| Oct 30 19:26:49.355 INFO STEP 1134 (remove_files) COMPLETE
76082024-10-30T19:26:50.243Z[ recovery-image] Oct 30 19:26:49.355 INFO O| Oct 30 19:26:49.355 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-30T19:26:50.250Z[ recovery-image] Oct 30 19:26:49.365 INFO O| Oct 30 19:26:49.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76102024-10-30T19:26:50.250Z[ recovery-image] Oct 30 19:26:49.365 INFO O| Oct 30 19:26:49.365 INFO STEP 1135 (remove_files) COMPLETE
76112024-10-30T19:26:50.253Z[ recovery-image] Oct 30 19:26:49.365 INFO O| Oct 30 19:26:49.365 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-30T19:26:50.260Z[ recovery-image] Oct 30 19:26:49.375 INFO O| Oct 30 19:26:49.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76132024-10-30T19:26:50.263Z[ recovery-image] Oct 30 19:26:49.375 INFO O| Oct 30 19:26:49.375 INFO STEP 1136 (remove_files) COMPLETE
76142024-10-30T19:26:50.263Z[ recovery-image] Oct 30 19:26:49.375 INFO O| Oct 30 19:26:49.375 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-30T19:26:50.270Z[ recovery-image] Oct 30 19:26:49.385 INFO O| Oct 30 19:26:49.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76162024-10-30T19:26:50.273Z[ recovery-image] Oct 30 19:26:49.385 INFO O| Oct 30 19:26:49.385 INFO STEP 1137 (remove_files) COMPLETE
76172024-10-30T19:26:50.273Z[ recovery-image] Oct 30 19:26:49.385 INFO O| Oct 30 19:26:49.385 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-30T19:26:50.280Z[ recovery-image] Oct 30 19:26:49.395 INFO O| Oct 30 19:26:49.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76192024-10-30T19:26:50.284Z[ recovery-image] Oct 30 19:26:49.395 INFO O| Oct 30 19:26:49.395 INFO STEP 1138 (remove_files) COMPLETE
76202024-10-30T19:26:50.284Z[ recovery-image] Oct 30 19:26:49.395 INFO O| Oct 30 19:26:49.395 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-30T19:26:50.290Z[ recovery-image] Oct 30 19:26:49.405 INFO O| Oct 30 19:26:49.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76222024-10-30T19:26:50.293Z[ recovery-image] Oct 30 19:26:49.405 INFO O| Oct 30 19:26:49.405 INFO STEP 1139 (remove_files) COMPLETE
76232024-10-30T19:26:50.293Z[ recovery-image] Oct 30 19:26:49.405 INFO O| Oct 30 19:26:49.405 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-30T19:26:50.293Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 14 (pkg_install) COMPLETE
76252024-10-30T19:26:50.293Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76262024-10-30T19:26:50.293Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "mfg" is not enabled
76272024-10-30T19:26:50.293Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76282024-10-30T19:26:50.293Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "compliance" is not enabled
76292024-10-30T19:26:50.293Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76302024-10-30T19:26:50.296Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "stress" is not enabled
76312024-10-30T19:26:50.296Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76322024-10-30T19:26:50.296Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "nfs" is not enabled
76332024-10-30T19:26:50.296Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
76342024-10-30T19:26:50.296Z[ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
76352024-10-30T19:26:50.305Z[ recovery-image] Oct 30 19:26:49.419 INFO O| Oct 30 19:26:49.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76362024-10-30T19:26:50.307Z[ recovery-image] Oct 30 19:26:49.420 INFO O| Oct 30 19:26:49.420 INFO STEP 1140 (remove_files) COMPLETE
76372024-10-30T19:26:50.307Z[ recovery-image] Oct 30 19:26:49.420 INFO O| Oct 30 19:26:49.420 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-30T19:26:50.324Z[ recovery-image] Oct 30 19:26:49.438 INFO O| Oct 30 19:26:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76392024-10-30T19:26:50.324Z[ recovery-image] Oct 30 19:26:49.438 INFO O| Oct 30 19:26:49.438 INFO STEP 1141 (remove_files) COMPLETE
76402024-10-30T19:26:50.324Z[ recovery-image] Oct 30 19:26:49.439 INFO O| Oct 30 19:26:49.438 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-30T19:26:50.341Z[ recovery-image] Oct 30 19:26:49.455 INFO O| Oct 30 19:26:49.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76422024-10-30T19:26:50.341Z[ recovery-image] Oct 30 19:26:49.455 INFO O| Oct 30 19:26:49.455 INFO STEP 1142 (remove_files) COMPLETE
76432024-10-30T19:26:50.341Z[ recovery-image] Oct 30 19:26:49.456 INFO O| Oct 30 19:26:49.455 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-30T19:26:50.359Z[ recovery-image] Oct 30 19:26:49.473 INFO O| Oct 30 19:26:49.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76452024-10-30T19:26:50.359Z[ recovery-image] Oct 30 19:26:49.473 INFO O| Oct 30 19:26:49.473 INFO STEP 1143 (remove_files) COMPLETE
76462024-10-30T19:26:50.359Z[ recovery-image] Oct 30 19:26:49.473 INFO O| Oct 30 19:26:49.473 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-30T19:26:50.375Z[ recovery-image] Oct 30 19:26:49.489 INFO O| Oct 30 19:26:49.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76482024-10-30T19:26:50.375Z[ recovery-image] Oct 30 19:26:49.490 INFO O| Oct 30 19:26:49.490 INFO STEP 1144 (remove_files) COMPLETE
76492024-10-30T19:26:50.378Z[ recovery-image] Oct 30 19:26:49.490 INFO O| Oct 30 19:26:49.490 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-30T19:26:50.392Z[ recovery-image] Oct 30 19:26:49.506 INFO O| Oct 30 19:26:49.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76512024-10-30T19:26:50.395Z[ recovery-image] Oct 30 19:26:49.507 INFO O| Oct 30 19:26:49.507 INFO STEP 1145 (remove_files) COMPLETE
76522024-10-30T19:26:50.395Z[ recovery-image] Oct 30 19:26:49.507 INFO O| Oct 30 19:26:49.507 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-30T19:26:50.404Z[ recovery-image] Oct 30 19:26:49.519 INFO O| Oct 30 19:26:49.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76542024-10-30T19:26:50.407Z[ recovery-image] Oct 30 19:26:49.519 INFO O| Oct 30 19:26:49.519 INFO STEP 1146 (remove_files) COMPLETE
76552024-10-30T19:26:50.407Z[ recovery-image] Oct 30 19:26:49.519 INFO O| Oct 30 19:26:49.519 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-30T19:26:50.417Z[ recovery-image] Oct 30 19:26:49.531 INFO O| Oct 30 19:26:49.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76572024-10-30T19:26:50.417Z[ recovery-image] Oct 30 19:26:49.531 INFO O| Oct 30 19:26:49.531 INFO STEP 1147 (remove_files) COMPLETE
76582024-10-30T19:26:50.417Z[ recovery-image] Oct 30 19:26:49.531 INFO O| Oct 30 19:26:49.531 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-30T19:26:50.429Z[ recovery-image] Oct 30 19:26:49.543 INFO O| Oct 30 19:26:49.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76602024-10-30T19:26:50.429Z[ recovery-image] Oct 30 19:26:49.543 INFO O| Oct 30 19:26:49.543 INFO STEP 1148 (remove_files) COMPLETE
76612024-10-30T19:26:50.431Z[ recovery-image] Oct 30 19:26:49.543 INFO O| Oct 30 19:26:49.543 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-30T19:26:50.441Z[ recovery-image] Oct 30 19:26:49.555 INFO O| Oct 30 19:26:49.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76632024-10-30T19:26:50.446Z[ recovery-image] Oct 30 19:26:49.555 INFO O| Oct 30 19:26:49.555 INFO STEP 1149 (remove_files) COMPLETE
76642024-10-30T19:26:50.446Z[ recovery-image] Oct 30 19:26:49.555 INFO O| Oct 30 19:26:49.555 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-30T19:26:50.452Z[ recovery-image] Oct 30 19:26:49.566 INFO O| Oct 30 19:26:49.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76662024-10-30T19:26:50.461Z[ recovery-image] Oct 30 19:26:49.567 INFO O| Oct 30 19:26:49.567 INFO STEP 1150 (remove_files) COMPLETE
76672024-10-30T19:26:50.461Z[ recovery-image] Oct 30 19:26:49.567 INFO O| Oct 30 19:26:49.567 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-30T19:26:50.470Z[ recovery-image] Oct 30 19:26:49.577 INFO O| Oct 30 19:26:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76692024-10-30T19:26:50.470Z[ recovery-image] Oct 30 19:26:49.577 INFO O| Oct 30 19:26:49.577 INFO STEP 1151 (remove_files) COMPLETE
76702024-10-30T19:26:50.470Z[ recovery-image] Oct 30 19:26:49.577 INFO O| Oct 30 19:26:49.577 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-30T19:26:50.478Z[ recovery-image] Oct 30 19:26:49.587 INFO O| Oct 30 19:26:49.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76722024-10-30T19:26:50.478Z[ recovery-image] Oct 30 19:26:49.587 INFO O| Oct 30 19:26:49.587 INFO STEP 1152 (remove_files) COMPLETE
76732024-10-30T19:26:50.478Z[ recovery-image] Oct 30 19:26:49.587 INFO O| Oct 30 19:26:49.587 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-30T19:26:50.483Z[ recovery-image] Oct 30 19:26:49.597 INFO O| Oct 30 19:26:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76752024-10-30T19:26:50.483Z[ recovery-image] Oct 30 19:26:49.597 INFO O| Oct 30 19:26:49.597 INFO STEP 1153 (remove_files) COMPLETE
76762024-10-30T19:26:50.486Z[ recovery-image] Oct 30 19:26:49.597 INFO O| Oct 30 19:26:49.597 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-30T19:26:50.492Z[ recovery-image] Oct 30 19:26:49.607 INFO O| Oct 30 19:26:49.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76782024-10-30T19:26:50.493Z[ recovery-image] Oct 30 19:26:49.607 INFO O| Oct 30 19:26:49.607 INFO STEP 1154 (remove_files) COMPLETE
76792024-10-30T19:26:50.495Z[ recovery-image] Oct 30 19:26:49.607 INFO O| Oct 30 19:26:49.607 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-30T19:26:50.506Z[ recovery-image] Oct 30 19:26:49.616 INFO O| Oct 30 19:26:49.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76812024-10-30T19:26:50.506Z[ recovery-image] Oct 30 19:26:49.616 INFO O| Oct 30 19:26:49.616 INFO STEP 1155 (remove_files) COMPLETE
76822024-10-30T19:26:50.506Z[ recovery-image] Oct 30 19:26:49.617 INFO O| Oct 30 19:26:49.616 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-30T19:26:50.511Z[ recovery-image] Oct 30 19:26:49.626 INFO O| Oct 30 19:26:49.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76842024-10-30T19:26:50.512Z[ recovery-image] Oct 30 19:26:49.626 INFO O| Oct 30 19:26:49.626 INFO STEP 1156 (remove_files) COMPLETE
76852024-10-30T19:26:50.516Z[ recovery-image] Oct 30 19:26:49.626 INFO O| Oct 30 19:26:49.626 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-30T19:26:50.521Z[ recovery-image] Oct 30 19:26:49.635 INFO O| Oct 30 19:26:49.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76872024-10-30T19:26:50.521Z[ recovery-image] Oct 30 19:26:49.635 INFO O| Oct 30 19:26:49.635 INFO STEP 1157 (remove_files) COMPLETE
76882024-10-30T19:26:50.524Z[ recovery-image] Oct 30 19:26:49.635 INFO O| Oct 30 19:26:49.635 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-30T19:26:50.530Z[ recovery-image] Oct 30 19:26:49.645 INFO O| Oct 30 19:26:49.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76902024-10-30T19:26:50.530Z[ recovery-image] Oct 30 19:26:49.645 INFO O| Oct 30 19:26:49.645 INFO STEP 1158 (remove_files) COMPLETE
76912024-10-30T19:26:50.534Z[ recovery-image] Oct 30 19:26:49.645 INFO O| Oct 30 19:26:49.645 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-30T19:26:50.540Z[ recovery-image] Oct 30 19:26:49.654 INFO O| Oct 30 19:26:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76932024-10-30T19:26:50.540Z[ recovery-image] Oct 30 19:26:49.654 INFO O| Oct 30 19:26:49.654 INFO STEP 1159 (remove_files) COMPLETE
76942024-10-30T19:26:50.543Z[ recovery-image] Oct 30 19:26:49.654 INFO O| Oct 30 19:26:49.654 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-30T19:26:50.549Z[ recovery-image] Oct 30 19:26:49.664 INFO O| Oct 30 19:26:49.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76962024-10-30T19:26:50.549Z[ recovery-image] Oct 30 19:26:49.664 INFO O| Oct 30 19:26:49.664 INFO STEP 1160 (remove_files) COMPLETE
76972024-10-30T19:26:50.551Z[ recovery-image] Oct 30 19:26:49.664 INFO O| Oct 30 19:26:49.664 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-30T19:26:50.560Z[ recovery-image] Oct 30 19:26:49.673 INFO O| Oct 30 19:26:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76992024-10-30T19:26:50.560Z[ recovery-image] Oct 30 19:26:49.673 INFO O| Oct 30 19:26:49.673 INFO STEP 1161 (remove_files) COMPLETE
77002024-10-30T19:26:50.562Z[ recovery-image] Oct 30 19:26:49.673 INFO O| Oct 30 19:26:49.673 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-30T19:26:50.568Z[ recovery-image] Oct 30 19:26:49.682 INFO O| Oct 30 19:26:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77022024-10-30T19:26:50.568Z[ recovery-image] Oct 30 19:26:49.682 INFO O| Oct 30 19:26:49.682 INFO STEP 1162 (remove_files) COMPLETE
77032024-10-30T19:26:50.571Z[ recovery-image] Oct 30 19:26:49.682 INFO O| Oct 30 19:26:49.682 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-30T19:26:50.578Z[ recovery-image] Oct 30 19:26:49.692 INFO O| Oct 30 19:26:49.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77052024-10-30T19:26:50.580Z[ recovery-image] Oct 30 19:26:49.692 INFO O| Oct 30 19:26:49.692 INFO STEP 1163 (remove_files) COMPLETE
77062024-10-30T19:26:50.580Z[ recovery-image] Oct 30 19:26:49.693 INFO O| Oct 30 19:26:49.692 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-30T19:26:50.588Z[ recovery-image] Oct 30 19:26:49.702 INFO O| Oct 30 19:26:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77082024-10-30T19:26:50.588Z[ recovery-image] Oct 30 19:26:49.702 INFO O| Oct 30 19:26:49.702 INFO STEP 1164 (remove_files) COMPLETE
77092024-10-30T19:26:50.590Z[ recovery-image] Oct 30 19:26:49.702 INFO O| Oct 30 19:26:49.702 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-30T19:26:50.597Z[ recovery-image] Oct 30 19:26:49.712 INFO O| Oct 30 19:26:49.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77112024-10-30T19:26:50.597Z[ recovery-image] Oct 30 19:26:49.712 INFO O| Oct 30 19:26:49.712 INFO STEP 1165 (remove_files) COMPLETE
77122024-10-30T19:26:50.600Z[ recovery-image] Oct 30 19:26:49.712 INFO O| Oct 30 19:26:49.712 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-30T19:26:50.607Z[ recovery-image] Oct 30 19:26:49.721 INFO O| Oct 30 19:26:49.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77142024-10-30T19:26:50.607Z[ recovery-image] Oct 30 19:26:49.721 INFO O| Oct 30 19:26:49.721 INFO STEP 1166 (remove_files) COMPLETE
77152024-10-30T19:26:50.609Z[ recovery-image] Oct 30 19:26:49.721 INFO O| Oct 30 19:26:49.721 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-30T19:26:50.616Z[ recovery-image] Oct 30 19:26:49.731 INFO O| Oct 30 19:26:49.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77172024-10-30T19:26:50.616Z[ recovery-image] Oct 30 19:26:49.731 INFO O| Oct 30 19:26:49.731 INFO STEP 1167 (remove_files) COMPLETE
77182024-10-30T19:26:50.618Z[ recovery-image] Oct 30 19:26:49.731 INFO O| Oct 30 19:26:49.731 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-30T19:26:50.618Z[ host-image] Oct 30 19:26:49.732 INFO O| Oct 30 19:26:49.732 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
77202024-10-30T19:26:50.627Z[ recovery-image] Oct 30 19:26:49.741 INFO O| Oct 30 19:26:49.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77212024-10-30T19:26:50.629Z[ recovery-image] Oct 30 19:26:49.741 INFO O| Oct 30 19:26:49.741 INFO STEP 1168 (remove_files) COMPLETE
77222024-10-30T19:26:50.629Z[ recovery-image] Oct 30 19:26:49.741 INFO O| Oct 30 19:26:49.741 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-30T19:26:50.638Z[ recovery-image] Oct 30 19:26:49.752 INFO O| Oct 30 19:26:49.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77242024-10-30T19:26:50.638Z[ recovery-image] Oct 30 19:26:49.752 INFO O| Oct 30 19:26:49.752 INFO STEP 1169 (remove_files) COMPLETE
77252024-10-30T19:26:50.638Z[ recovery-image] Oct 30 19:26:49.752 INFO O| Oct 30 19:26:49.752 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-30T19:26:50.649Z[ recovery-image] Oct 30 19:26:49.763 INFO O| Oct 30 19:26:49.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77272024-10-30T19:26:50.649Z[ recovery-image] Oct 30 19:26:49.763 INFO O| Oct 30 19:26:49.763 INFO STEP 1170 (remove_files) COMPLETE
77282024-10-30T19:26:50.651Z[ recovery-image] Oct 30 19:26:49.763 INFO O| Oct 30 19:26:49.763 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-30T19:26:50.658Z[ recovery-image] Oct 30 19:26:49.773 INFO O| Oct 30 19:26:49.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77302024-10-30T19:26:50.660Z[ recovery-image] Oct 30 19:26:49.773 INFO O| Oct 30 19:26:49.773 INFO STEP 1171 (remove_files) COMPLETE
77312024-10-30T19:26:50.661Z[ recovery-image] Oct 30 19:26:49.773 INFO O| Oct 30 19:26:49.773 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-30T19:26:50.668Z[ recovery-image] Oct 30 19:26:49.782 INFO O| Oct 30 19:26:49.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77332024-10-30T19:26:50.668Z[ recovery-image] Oct 30 19:26:49.783 INFO O| Oct 30 19:26:49.782 INFO STEP 1172 (remove_files) COMPLETE
77342024-10-30T19:26:50.670Z[ recovery-image] Oct 30 19:26:49.783 INFO O| Oct 30 19:26:49.783 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-30T19:26:50.678Z[ recovery-image] Oct 30 19:26:49.792 INFO O| Oct 30 19:26:49.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77362024-10-30T19:26:50.678Z[ recovery-image] Oct 30 19:26:49.792 INFO O| Oct 30 19:26:49.792 INFO STEP 1173 (remove_files) COMPLETE
77372024-10-30T19:26:50.678Z[ recovery-image] Oct 30 19:26:49.792 INFO O| Oct 30 19:26:49.792 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-30T19:26:50.687Z[ recovery-image] Oct 30 19:26:49.802 INFO O| Oct 30 19:26:49.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77392024-10-30T19:26:50.690Z[ recovery-image] Oct 30 19:26:49.802 INFO O| Oct 30 19:26:49.802 INFO STEP 1174 (remove_files) COMPLETE
77402024-10-30T19:26:50.690Z[ recovery-image] Oct 30 19:26:49.802 INFO O| Oct 30 19:26:49.802 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-30T19:26:50.696Z[ recovery-image] Oct 30 19:26:49.811 INFO O| Oct 30 19:26:49.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77422024-10-30T19:26:50.699Z[ recovery-image] Oct 30 19:26:49.811 INFO O| Oct 30 19:26:49.811 INFO STEP 1175 (remove_files) COMPLETE
77432024-10-30T19:26:50.699Z[ recovery-image] Oct 30 19:26:49.811 INFO O| Oct 30 19:26:49.811 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-30T19:26:50.702Z[ host-image] Oct 30 19:26:49.816 INFO O| Oct 30 19:26:49.816 INFO completed processing gimlet/ramdisk-01-os
77452024-10-30T19:26:50.704Z[ host-image] Oct 30 19:26:49.818 INFO omicron1 baseline generation...
77462024-10-30T19:26:50.704Z[ host-image] Oct 30 19:26:49.818 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
77472024-10-30T19:26:50.707Z[ recovery-image] Oct 30 19:26:49.820 INFO O| Oct 30 19:26:49.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77482024-10-30T19:26:50.707Z[ recovery-image] Oct 30 19:26:49.821 INFO O| Oct 30 19:26:49.821 INFO STEP 1176 (remove_files) COMPLETE
77492024-10-30T19:26:50.707Z[ recovery-image] Oct 30 19:26:49.821 INFO O| Oct 30 19:26:49.821 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-30T19:26:50.717Z[ recovery-image] Oct 30 19:26:49.832 INFO O| Oct 30 19:26:49.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77512024-10-30T19:26:50.717Z[ recovery-image] Oct 30 19:26:49.832 INFO O| Oct 30 19:26:49.832 INFO STEP 1177 (remove_files) COMPLETE
77522024-10-30T19:26:50.717Z[ recovery-image] Oct 30 19:26:49.832 INFO O| Oct 30 19:26:49.832 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-30T19:26:50.727Z[ recovery-image] Oct 30 19:26:49.842 INFO O| Oct 30 19:26:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77542024-10-30T19:26:50.727Z[ recovery-image] Oct 30 19:26:49.842 INFO O| Oct 30 19:26:49.842 INFO STEP 1178 (remove_files) COMPLETE
77552024-10-30T19:26:50.727Z[ recovery-image] Oct 30 19:26:49.842 INFO O| Oct 30 19:26:49.842 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-30T19:26:50.737Z[ recovery-image] Oct 30 19:26:49.852 INFO O| Oct 30 19:26:49.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77572024-10-30T19:26:50.737Z[ recovery-image] Oct 30 19:26:49.852 INFO O| Oct 30 19:26:49.852 INFO STEP 1179 (remove_files) COMPLETE
77582024-10-30T19:26:50.737Z[ recovery-image] Oct 30 19:26:49.852 INFO O| Oct 30 19:26:49.852 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-30T19:26:50.747Z[ recovery-image] Oct 30 19:26:49.861 INFO O| Oct 30 19:26:49.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77602024-10-30T19:26:50.747Z[ recovery-image] Oct 30 19:26:49.861 INFO O| Oct 30 19:26:49.861 INFO STEP 1180 (remove_files) COMPLETE
77612024-10-30T19:26:50.749Z[ recovery-image] Oct 30 19:26:49.861 INFO O| Oct 30 19:26:49.861 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-10-30T19:26:50.757Z[ recovery-image] Oct 30 19:26:49.871 INFO O| Oct 30 19:26:49.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77632024-10-30T19:26:50.757Z[ recovery-image] Oct 30 19:26:49.871 INFO O| Oct 30 19:26:49.871 INFO STEP 1181 (remove_files) COMPLETE
77642024-10-30T19:26:50.759Z[ recovery-image] Oct 30 19:26:49.871 INFO O| Oct 30 19:26:49.871 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-10-30T19:26:50.767Z[ recovery-image] Oct 30 19:26:49.881 INFO O| Oct 30 19:26:49.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77662024-10-30T19:26:50.767Z[ recovery-image] Oct 30 19:26:49.881 INFO O| Oct 30 19:26:49.881 INFO STEP 1182 (remove_files) COMPLETE
77672024-10-30T19:26:50.769Z[ recovery-image] Oct 30 19:26:49.881 INFO O| Oct 30 19:26:49.881 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-10-30T19:26:50.777Z[ recovery-image] Oct 30 19:26:49.891 INFO O| Oct 30 19:26:49.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77692024-10-30T19:26:50.780Z[ recovery-image] Oct 30 19:26:49.891 INFO O| Oct 30 19:26:49.891 INFO STEP 1183 (remove_files) COMPLETE
77702024-10-30T19:26:50.781Z[ recovery-image] Oct 30 19:26:49.891 INFO O| Oct 30 19:26:49.891 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-10-30T19:26:50.787Z[ recovery-image] Oct 30 19:26:49.901 INFO O| Oct 30 19:26:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77722024-10-30T19:26:50.790Z[ recovery-image] Oct 30 19:26:49.901 INFO O| Oct 30 19:26:49.901 INFO STEP 1184 (remove_files) COMPLETE
77732024-10-30T19:26:50.790Z[ recovery-image] Oct 30 19:26:49.901 INFO O| Oct 30 19:26:49.901 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-10-30T19:26:50.796Z[ recovery-image] Oct 30 19:26:49.911 INFO O| Oct 30 19:26:49.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77752024-10-30T19:26:50.796Z[ recovery-image] Oct 30 19:26:49.911 INFO O| Oct 30 19:26:49.911 INFO STEP 1185 (remove_files) COMPLETE
77762024-10-30T19:26:50.796Z[ recovery-image] Oct 30 19:26:49.911 INFO O| Oct 30 19:26:49.911 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-10-30T19:26:50.806Z[ recovery-image] Oct 30 19:26:49.921 INFO O| Oct 30 19:26:49.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77782024-10-30T19:26:50.808Z[ recovery-image] Oct 30 19:26:49.921 INFO O| Oct 30 19:26:49.921 INFO STEP 1186 (remove_files) COMPLETE
77792024-10-30T19:26:50.808Z[ recovery-image] Oct 30 19:26:49.921 INFO O| Oct 30 19:26:49.921 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-10-30T19:26:50.816Z[ recovery-image] Oct 30 19:26:49.931 INFO O| Oct 30 19:26:49.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77812024-10-30T19:26:50.818Z[ recovery-image] Oct 30 19:26:49.931 INFO O| Oct 30 19:26:49.931 INFO STEP 1187 (remove_files) COMPLETE
77822024-10-30T19:26:50.819Z[ recovery-image] Oct 30 19:26:49.931 INFO O| Oct 30 19:26:49.931 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-10-30T19:26:50.828Z[ recovery-image] Oct 30 19:26:49.942 INFO O| Oct 30 19:26:49.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77842024-10-30T19:26:50.828Z[ recovery-image] Oct 30 19:26:49.942 INFO O| Oct 30 19:26:49.942 INFO STEP 1188 (remove_files) COMPLETE
77852024-10-30T19:26:50.830Z[ recovery-image] Oct 30 19:26:49.942 INFO O| Oct 30 19:26:49.942 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-10-30T19:26:50.838Z[ recovery-image] Oct 30 19:26:49.953 INFO O| Oct 30 19:26:49.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77872024-10-30T19:26:50.841Z[ recovery-image] Oct 30 19:26:49.953 INFO O| Oct 30 19:26:49.953 INFO STEP 1189 (remove_files) COMPLETE
77882024-10-30T19:26:50.841Z[ recovery-image] Oct 30 19:26:49.953 INFO O| Oct 30 19:26:49.953 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-10-30T19:26:50.848Z[ recovery-image] Oct 30 19:26:49.963 INFO O| Oct 30 19:26:49.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77902024-10-30T19:26:50.848Z[ recovery-image] Oct 30 19:26:49.963 INFO O| Oct 30 19:26:49.963 INFO STEP 1190 (remove_files) COMPLETE
77912024-10-30T19:26:50.848Z[ recovery-image] Oct 30 19:26:49.963 INFO O| Oct 30 19:26:49.963 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-10-30T19:26:50.859Z[ recovery-image] Oct 30 19:26:49.974 INFO O| Oct 30 19:26:49.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77932024-10-30T19:26:50.859Z[ recovery-image] Oct 30 19:26:49.974 INFO O| Oct 30 19:26:49.974 INFO STEP 1191 (remove_files) COMPLETE
77942024-10-30T19:26:50.859Z[ recovery-image] Oct 30 19:26:49.974 INFO O| Oct 30 19:26:49.974 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-10-30T19:26:50.869Z[ recovery-image] Oct 30 19:26:49.984 INFO O| Oct 30 19:26:49.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77962024-10-30T19:26:50.869Z[ recovery-image] Oct 30 19:26:49.984 INFO O| Oct 30 19:26:49.984 INFO STEP 1192 (remove_files) COMPLETE
77972024-10-30T19:26:50.869Z[ recovery-image] Oct 30 19:26:49.984 INFO O| Oct 30 19:26:49.984 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-10-30T19:26:50.879Z[ recovery-image] Oct 30 19:26:49.993 INFO O| Oct 30 19:26:49.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77992024-10-30T19:26:50.881Z[ recovery-image] Oct 30 19:26:49.993 INFO O| Oct 30 19:26:49.993 INFO STEP 1193 (remove_files) COMPLETE
78002024-10-30T19:26:50.882Z[ recovery-image] Oct 30 19:26:49.993 INFO O| Oct 30 19:26:49.993 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-10-30T19:26:50.889Z[ recovery-image] Oct 30 19:26:50.004 INFO O| Oct 30 19:26:50.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78022024-10-30T19:26:50.889Z[ recovery-image] Oct 30 19:26:50.004 INFO O| Oct 30 19:26:50.004 INFO STEP 1194 (remove_files) COMPLETE
78032024-10-30T19:26:50.892Z[ recovery-image] Oct 30 19:26:50.004 INFO O| Oct 30 19:26:50.004 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-10-30T19:26:50.902Z[ recovery-image] Oct 30 19:26:50.016 INFO O| Oct 30 19:26:50.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78052024-10-30T19:26:50.902Z[ recovery-image] Oct 30 19:26:50.016 INFO O| Oct 30 19:26:50.016 INFO STEP 1195 (remove_files) COMPLETE
78062024-10-30T19:26:50.904Z[ recovery-image] Oct 30 19:26:50.016 INFO O| Oct 30 19:26:50.016 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-10-30T19:26:50.912Z[ recovery-image] Oct 30 19:26:50.026 INFO O| Oct 30 19:26:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78082024-10-30T19:26:50.912Z[ recovery-image] Oct 30 19:26:50.026 INFO O| Oct 30 19:26:50.026 INFO STEP 1196 (remove_files) COMPLETE
78092024-10-30T19:26:50.914Z[ recovery-image] Oct 30 19:26:50.026 INFO O| Oct 30 19:26:50.026 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-10-30T19:26:50.923Z[ recovery-image] Oct 30 19:26:50.038 INFO O| Oct 30 19:26:50.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
78112024-10-30T19:26:50.923Z[ recovery-image] Oct 30 19:26:50.038 INFO O| Oct 30 19:26:50.038 INFO STEP 1197 (remove_files) COMPLETE
78122024-10-30T19:26:50.925Z[ recovery-image] Oct 30 19:26:50.038 INFO O| Oct 30 19:26:50.038 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-10-30T19:26:50.933Z[ recovery-image] Oct 30 19:26:50.047 INFO O| Oct 30 19:26:50.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78142024-10-30T19:26:50.933Z[ recovery-image] Oct 30 19:26:50.047 INFO O| Oct 30 19:26:50.047 INFO STEP 1198 (remove_files) COMPLETE
78152024-10-30T19:26:50.933Z[ recovery-image] Oct 30 19:26:50.047 INFO O| Oct 30 19:26:50.047 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-10-30T19:26:50.944Z[ recovery-image] Oct 30 19:26:50.059 INFO O| Oct 30 19:26:50.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78172024-10-30T19:26:50.944Z[ recovery-image] Oct 30 19:26:50.059 INFO O| Oct 30 19:26:50.059 INFO STEP 1199 (remove_files) COMPLETE
78182024-10-30T19:26:50.947Z[ recovery-image] Oct 30 19:26:50.059 INFO O| Oct 30 19:26:50.059 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-10-30T19:26:50.956Z[ recovery-image] Oct 30 19:26:50.069 INFO O| Oct 30 19:26:50.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78202024-10-30T19:26:50.956Z[ recovery-image] Oct 30 19:26:50.069 INFO O| Oct 30 19:26:50.069 INFO STEP 1200 (remove_files) COMPLETE
78212024-10-30T19:26:50.956Z[ recovery-image] Oct 30 19:26:50.069 INFO O| Oct 30 19:26:50.069 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-10-30T19:26:50.965Z[ recovery-image] Oct 30 19:26:50.079 INFO O| Oct 30 19:26:50.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78232024-10-30T19:26:50.965Z[ recovery-image] Oct 30 19:26:50.079 INFO O| Oct 30 19:26:50.079 INFO STEP 1201 (remove_files) COMPLETE
78242024-10-30T19:26:50.968Z[ recovery-image] Oct 30 19:26:50.079 INFO O| Oct 30 19:26:50.079 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-10-30T19:26:50.977Z[ recovery-image] Oct 30 19:26:50.091 INFO O| Oct 30 19:26:50.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78262024-10-30T19:26:50.977Z[ recovery-image] Oct 30 19:26:50.091 INFO O| Oct 30 19:26:50.091 INFO STEP 1202 (remove_files) COMPLETE
78272024-10-30T19:26:50.980Z[ recovery-image] Oct 30 19:26:50.091 INFO O| Oct 30 19:26:50.091 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-10-30T19:26:50.987Z[ recovery-image] Oct 30 19:26:50.101 INFO O| Oct 30 19:26:50.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78292024-10-30T19:26:50.987Z[ recovery-image] Oct 30 19:26:50.101 INFO O| Oct 30 19:26:50.101 INFO STEP 1203 (remove_files) COMPLETE
78302024-10-30T19:26:50.991Z[ recovery-image] Oct 30 19:26:50.102 INFO O| Oct 30 19:26:50.101 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-10-30T19:26:50.999Z[ recovery-image] Oct 30 19:26:50.113 INFO O| Oct 30 19:26:50.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78322024-10-30T19:26:50.999Z[ recovery-image] Oct 30 19:26:50.113 INFO O| Oct 30 19:26:50.113 INFO STEP 1204 (remove_files) COMPLETE
78332024-10-30T19:26:51.002Z[ recovery-image] Oct 30 19:26:50.113 INFO O| Oct 30 19:26:50.113 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-10-30T19:26:51.009Z[ recovery-image] Oct 30 19:26:50.124 INFO O| Oct 30 19:26:50.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78352024-10-30T19:26:51.009Z[ recovery-image] Oct 30 19:26:50.124 INFO O| Oct 30 19:26:50.124 INFO STEP 1205 (remove_files) COMPLETE
78362024-10-30T19:26:51.009Z[ recovery-image] Oct 30 19:26:50.124 INFO O| Oct 30 19:26:50.124 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78372024-10-30T19:26:51.025Z[ recovery-image] Oct 30 19:26:50.140 INFO O| Oct 30 19:26:50.140 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78382024-10-30T19:26:51.025Z[ recovery-image] Oct 30 19:26:50.140 INFO O| Oct 30 19:26:50.140 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78392024-10-30T19:26:51.120Z[ host-image] Oct 30 19:26:50.234 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z
78402024-10-30T19:26:51.766Z[ recovery-image] Oct 30 19:26:50.880 INFO O| Oct 30 19:26:50.880 INFO STEP 1206 (pack_tar) COMPLETE
78412024-10-30T19:26:51.766Z[ recovery-image] Oct 30 19:26:50.880 INFO O| Oct 30 19:26:50.880 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78422024-10-30T19:26:51.769Z[ recovery-image] Oct 30 19:26:50.880 INFO O| Oct 30 19:26:50.880 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78432024-10-30T19:26:52.084Z[ recovery-image] Oct 30 19:26:51.198 INFO O| Oct 30 19:26:51.198 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78442024-10-30T19:26:52.157Z[ recovery-image] Oct 30 19:26:51.271 INFO O| Oct 30 19:26:51.271 INFO completed processing gimlet/ramdisk-03-recovery-trim
78452024-10-30T19:26:52.163Z[ recovery-image] Oct 30 19:26:51.278 INFO image builder template: zfs-recovery...
78462024-10-30T19:26:52.164Z[ recovery-image] Oct 30 19:26:51.278 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
78472024-10-30T19:26:52.196Z[ recovery-image] Oct 30 19:26:51.310 INFO O| Oct 30 19:26:51.310 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78482024-10-30T19:26:52.199Z[ recovery-image] Oct 30 19:26:51.314 INFO O| Oct 30 19:26:51.314 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78492024-10-30T19:26:52.274Z[ recovery-image] Oct 30 19:26:51.389 INFO O| Oct 30 19:26:51.388 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78502024-10-30T19:26:52.340Z[ recovery-image] Oct 30 19:26:51.454 INFO O| Oct 30 19:26:51.454 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78512024-10-30T19:26:52.340Z[ recovery-image] Oct 30 19:26:51.454 INFO O| Oct 30 19:26:51.454 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78522024-10-30T19:26:52.344Z[ recovery-image] Oct 30 19:26:51.458 INFO O| Oct 30 19:26:51.458 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78532024-10-30T19:26:52.418Z[ recovery-image] Oct 30 19:26:51.532 INFO O| Oct 30 19:26:51.532 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78542024-10-30T19:26:52.473Z[ recovery-image] Oct 30 19:26:51.588 INFO O| Oct 30 19:26:51.588 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78552024-10-30T19:26:52.483Z[ recovery-image] Oct 30 19:26:51.597 INFO O| Oct 30 19:26:51.597 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78562024-10-30T19:26:52.488Z[ recovery-image] Oct 30 19:26:51.602 INFO O| Oct 30 19:26:51.602 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78572024-10-30T19:26:52.490Z[ recovery-image] Oct 30 19:26:51.604 INFO O| Oct 30 19:26:51.604 INFO no lofi found
78582024-10-30T19:26:52.491Z[ recovery-image] Oct 30 19:26:51.604 INFO O| Oct 30 19:26:51.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78592024-10-30T19:26:52.491Z[ recovery-image] Oct 30 19:26:51.604 INFO O| Oct 30 19:26:51.604 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78602024-10-30T19:26:53.896Z[ recovery-image] Oct 30 19:26:53.010 INFO O| Oct 30 19:26:53.009 INFO lofi device = /dev/dsk/c2t1d0p0
78612024-10-30T19:26:53.896Z[ recovery-image] Oct 30 19:26:53.010 INFO O| Oct 30 19:26:53.010 INFO pool device = /dev/dsk/c2t1d0p0
78622024-10-30T19:26:53.896Z[ recovery-image] Oct 30 19:26:53.010 INFO O| Oct 30 19:26:53.010 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"]
78632024-10-30T19:26:53.972Z[ recovery-image] Oct 30 19:26:53.086 INFO O| Oct 30 19:26:53.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78642024-10-30T19:26:53.972Z[ recovery-image] Oct 30 19:26:53.086 INFO O| Oct 30 19:26:53.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78652024-10-30T19:26:53.994Z[ recovery-image] Oct 30 19:26:53.108 INFO O| Oct 30 19:26:53.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78662024-10-30T19:26:54.054Z[ recovery-image] Oct 30 19:26:53.168 INFO O| Oct 30 19:26:53.168 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78672024-10-30T19:26:54.093Z[ recovery-image] Oct 30 19:26:53.207 INFO O| Oct 30 19:26:53.207 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78682024-10-30T19:26:54.108Z[ recovery-image] Oct 30 19:26:53.222 INFO O| Oct 30 19:26:53.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78692024-10-30T19:26:54.119Z[ recovery-image] Oct 30 19:26:53.233 INFO O| Oct 30 19:26:53.233 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78702024-10-30T19:26:54.166Z[ recovery-image] Oct 30 19:26:53.280 INFO O| Oct 30 19:26:53.279 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78712024-10-30T19:26:54.166Z[ recovery-image] Oct 30 19:26:53.280 INFO O| Oct 30 19:26:53.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78722024-10-30T19:26:54.168Z[ recovery-image] Oct 30 19:26:53.280 INFO O| Oct 30 19:26:53.280 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78732024-10-30T19:26:54.176Z[ recovery-image] Oct 30 19:26:53.291 INFO O| Oct 30 19:26:53.290 INFO boot environment UUID: dc0d152a-3307-4a13-aa4b-f36a0f48b9f0
78742024-10-30T19:26:54.177Z[ recovery-image] Oct 30 19:26:53.291 INFO O| Oct 30 19:26:53.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = dc0d152a-3307-4a13-aa4b-f36a0f48b9f0
78752024-10-30T19:26:54.187Z[ recovery-image] Oct 30 19:26:53.301 INFO O| Oct 30 19:26:53.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78762024-10-30T19:26:54.197Z[ recovery-image] Oct 30 19:26:53.311 INFO O| Oct 30 19:26:53.311 INFO STEP 0 (create_be) COMPLETE
78772024-10-30T19:26:54.197Z[ recovery-image] Oct 30 19:26:53.311 INFO O| Oct 30 19:26:53.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78782024-10-30T19:26:54.212Z[ recovery-image] Oct 30 19:26:53.327 INFO O| Oct 30 19:26:53.327 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"]
78792024-10-30T19:26:56.313Z[ recovery-image] Oct 30 19:26:55.427 INFO O| Oct 30 19:26:55.427 INFO STEP 1 (unpack_tar) COMPLETE
78802024-10-30T19:26:56.314Z[ recovery-image] Oct 30 19:26:55.427 INFO O| Oct 30 19:26:55.427 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78812024-10-30T19:26:56.325Z[ recovery-image] Oct 30 19:26:55.439 INFO O| Oct 30 19:26:55.439 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78822024-10-30T19:26:56.780Z[ recovery-image] Oct 30 19:26:55.894 INFO O| Oct 30 19:26:55.894 INFO STEP 2 (devfsadm) COMPLETE
78832024-10-30T19:26:56.780Z[ recovery-image] Oct 30 19:26:55.894 INFO O| Oct 30 19:26:55.894 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-30T19:26:56.793Z[ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78852024-10-30T19:26:56.793Z[ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78862024-10-30T19:26:56.795Z[ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO STEP 3 (ensure_dir) COMPLETE
78872024-10-30T19:26:56.795Z[ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-30T19:26:56.804Z[ recovery-image] Oct 30 19:26:55.918 INFO O| Oct 30 19:26:55.918 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78892024-10-30T19:26:56.804Z[ recovery-image] Oct 30 19:26:55.918 INFO O| Oct 30 19:26:55.918 INFO STEP 4 (ensure_dir) COMPLETE
78902024-10-30T19:26:56.804Z[ recovery-image] Oct 30 19:26:55.918 INFO O| Oct 30 19:26:55.918 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-30T19:26:56.816Z[ recovery-image] Oct 30 19:26:55.930 INFO O| Oct 30 19:26:55.930 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78922024-10-30T19:26:56.816Z[ recovery-image] Oct 30 19:26:55.930 INFO O| Oct 30 19:26:55.930 INFO STEP 5 (ensure_dir) COMPLETE
78932024-10-30T19:26:56.819Z[ recovery-image] Oct 30 19:26:55.930 INFO O| Oct 30 19:26:55.930 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-30T19:26:56.826Z[ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78952024-10-30T19:26:56.830Z[ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78962024-10-30T19:26:56.830Z[ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO STEP 6 (ensure_dir) COMPLETE
78972024-10-30T19:26:56.830Z[ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78982024-10-30T19:26:56.836Z[ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78992024-10-30T19:26:56.836Z[ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79002024-10-30T19:26:56.839Z[ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.951 INFO STEP 7 (ensure_dir) COMPLETE
79012024-10-30T19:26:56.839Z[ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.951 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79022024-10-30T19:26:56.847Z[ recovery-image] Oct 30 19:26:55.961 INFO O| Oct 30 19:26:55.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79032024-10-30T19:26:56.850Z[ recovery-image] Oct 30 19:26:55.961 INFO O| Oct 30 19:26:55.961 INFO STEP 8 (remove_files) COMPLETE
79042024-10-30T19:26:56.850Z[ recovery-image] Oct 30 19:26:55.961 INFO O| Oct 30 19:26:55.961 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79052024-10-30T19:26:56.857Z[ recovery-image] Oct 30 19:26:55.971 INFO O| Oct 30 19:26:55.971 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79062024-10-30T19:26:56.860Z[ recovery-image] Oct 30 19:26:55.972 INFO O| Oct 30 19:26:55.972 INFO STEP 9 (remove_files) COMPLETE
79072024-10-30T19:26:56.860Z[ recovery-image] Oct 30 19:26:55.972 INFO O| Oct 30 19:26:55.972 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79082024-10-30T19:26:56.869Z[ recovery-image] Oct 30 19:26:55.983 INFO O| Oct 30 19:26:55.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79092024-10-30T19:26:56.871Z[ recovery-image] Oct 30 19:26:55.984 INFO O| Oct 30 19:26:55.984 INFO STEP 10 (remove_files) COMPLETE
79102024-10-30T19:26:56.871Z[ recovery-image] Oct 30 19:26:55.984 INFO O| Oct 30 19:26:55.984 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79112024-10-30T19:26:56.880Z[ recovery-image] Oct 30 19:26:55.994 INFO O| Oct 30 19:26:55.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79122024-10-30T19:26:56.883Z[ recovery-image] Oct 30 19:26:55.995 INFO O| Oct 30 19:26:55.995 INFO STEP 11 (remove_files) COMPLETE
79132024-10-30T19:26:56.883Z[ recovery-image] Oct 30 19:26:55.995 INFO O| Oct 30 19:26:55.995 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79142024-10-30T19:26:56.892Z[ recovery-image] Oct 30 19:26:56.006 INFO O| Oct 30 19:26:56.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79152024-10-30T19:26:56.894Z[ recovery-image] Oct 30 19:26:56.006 INFO O| Oct 30 19:26:56.006 INFO STEP 12 (remove_files) COMPLETE
79162024-10-30T19:26:56.894Z[ recovery-image] Oct 30 19:26:56.006 INFO O| Oct 30 19:26:56.006 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79172024-10-30T19:26:56.903Z[ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79182024-10-30T19:26:56.903Z[ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79192024-10-30T19:26:56.905Z[ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO STEP 13 (ensure_dir) COMPLETE
79202024-10-30T19:26:56.905Z[ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79212024-10-30T19:26:56.913Z[ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79222024-10-30T19:26:56.916Z[ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79232024-10-30T19:26:56.916Z[ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79242024-10-30T19:26:56.916Z[ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO STEP 14 (ensure_dir) COMPLETE
79252024-10-30T19:26:56.916Z[ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79262024-10-30T19:26:56.923Z[ recovery-image] Oct 30 19:26:56.037 INFO O| Oct 30 19:26:56.037 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79272024-10-30T19:26:56.923Z[ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79282024-10-30T19:26:56.925Z[ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.038 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79292024-10-30T19:26:56.925Z[ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.038 INFO STEP 15 (ensure_dir) COMPLETE
79302024-10-30T19:26:56.925Z[ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.038 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79312024-10-30T19:26:56.933Z[ recovery-image] Oct 30 19:26:56.047 INFO O| Oct 30 19:26:56.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79322024-10-30T19:26:56.933Z[ recovery-image] Oct 30 19:26:56.047 INFO O| Oct 30 19:26:56.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79332024-10-30T19:26:56.933Z[ recovery-image] Oct 30 19:26:56.048 INFO O| Oct 30 19:26:56.047 INFO STEP 16 (ensure_dir) COMPLETE
79342024-10-30T19:26:56.936Z[ recovery-image] Oct 30 19:26:56.048 INFO O| Oct 30 19:26:56.047 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79352024-10-30T19:26:56.943Z[ recovery-image] Oct 30 19:26:56.057 INFO O| Oct 30 19:26:56.057 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79362024-10-30T19:26:56.946Z[ recovery-image] Oct 30 19:26:56.058 INFO O| Oct 30 19:26:56.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79372024-10-30T19:26:56.946Z[ recovery-image] Oct 30 19:26:56.058 INFO O| Oct 30 19:26:56.058 INFO STEP 17 (ensure_dir) COMPLETE
79382024-10-30T19:26:56.946Z[ recovery-image] Oct 30 19:26:56.058 INFO O| Oct 30 19:26:56.058 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79392024-10-30T19:26:56.954Z[ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79402024-10-30T19:26:56.956Z[ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79412024-10-30T19:26:56.956Z[ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO ok!
79422024-10-30T19:26:56.956Z[ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO STEP 18 (ensure_symlink) COMPLETE
79432024-10-30T19:26:56.956Z[ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79442024-10-30T19:26:56.964Z[ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79452024-10-30T19:26:56.964Z[ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79462024-10-30T19:26:56.964Z[ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO ok!
79472024-10-30T19:26:56.968Z[ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO STEP 19 (ensure_file) COMPLETE
79482024-10-30T19:26:56.968Z[ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79492024-10-30T19:26:56.974Z[ recovery-image] Oct 30 19:26:56.088 INFO O| Oct 30 19:26:56.088 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79502024-10-30T19:26:56.974Z[ recovery-image] Oct 30 19:26:56.088 INFO O| Oct 30 19:26:56.088 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79512024-10-30T19:26:56.977Z[ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79522024-10-30T19:26:56.977Z[ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO ok!
79532024-10-30T19:26:56.977Z[ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO STEP 20 (ensure_symlink) COMPLETE
79542024-10-30T19:26:56.977Z[ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79552024-10-30T19:26:56.984Z[ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79562024-10-30T19:26:56.985Z[ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79572024-10-30T19:26:56.988Z[ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79582024-10-30T19:26:56.988Z[ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO ok!
79592024-10-30T19:26:56.988Z[ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO STEP 21 (ensure_symlink) COMPLETE
79602024-10-30T19:26:56.988Z[ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79612024-10-30T19:26:56.994Z[ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79622024-10-30T19:26:56.994Z[ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79632024-10-30T19:26:56.997Z[ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79642024-10-30T19:26:56.997Z[ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO ok!
79652024-10-30T19:26:56.997Z[ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO STEP 22 (ensure_symlink) COMPLETE
79662024-10-30T19:26:56.997Z[ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79672024-10-30T19:26:57.005Z[ recovery-image] Oct 30 19:26:56.119 INFO O| Oct 30 19:26:56.119 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79682024-10-30T19:26:57.005Z[ recovery-image] Oct 30 19:26:56.119 INFO O| Oct 30 19:26:56.119 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79692024-10-30T19:26:57.008Z[ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79702024-10-30T19:26:57.008Z[ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.119 INFO ok!
79712024-10-30T19:26:57.008Z[ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.120 INFO STEP 23 (ensure_symlink) COMPLETE
79722024-10-30T19:26:57.008Z[ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.120 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79732024-10-30T19:26:57.016Z[ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79742024-10-30T19:26:57.020Z[ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 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 ...
79752024-10-30T19:26:57.020Z[ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79762024-10-30T19:26:57.020Z[ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO ok!
79772024-10-30T19:26:57.020Z[ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO STEP 24 (ensure_file) COMPLETE
79782024-10-30T19:26:57.020Z[ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79792024-10-30T19:26:57.026Z[ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO updating shadow file
79802024-10-30T19:26:57.029Z[ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79812024-10-30T19:26:57.029Z[ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79822024-10-30T19:26:57.029Z[ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO STEP 25 (shadow) COMPLETE
79832024-10-30T19:26:57.029Z[ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79842024-10-30T19:26:57.037Z[ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79852024-10-30T19:26:57.037Z[ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79862024-10-30T19:26:57.040Z[ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79872024-10-30T19:26:57.040Z[ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO ok!
79882024-10-30T19:26:57.040Z[ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO STEP 26 (ensure_file) COMPLETE
79892024-10-30T19:26:57.040Z[ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79902024-10-30T19:26:57.048Z[ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79912024-10-30T19:26:57.051Z[ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79922024-10-30T19:26:57.051Z[ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79932024-10-30T19:26:57.051Z[ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO ok!
79942024-10-30T19:26:57.051Z[ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO STEP 27 (ensure_file) COMPLETE
79952024-10-30T19:26:57.051Z[ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79962024-10-30T19:26:57.059Z[ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79972024-10-30T19:26:57.059Z[ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79982024-10-30T19:26:57.061Z[ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79992024-10-30T19:26:57.061Z[ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80002024-10-30T19:26:57.062Z[ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO ok!
80012024-10-30T19:26:57.062Z[ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO STEP 28 (ensure_file) COMPLETE
80022024-10-30T19:26:57.062Z[ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80032024-10-30T19:26:57.069Z[ recovery-image] Oct 30 19:26:56.183 INFO O| Oct 30 19:26:56.183 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80042024-10-30T19:26:57.069Z[ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.183 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80052024-10-30T19:26:57.069Z[ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80062024-10-30T19:26:57.072Z[ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO ok!
80072024-10-30T19:26:57.072Z[ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO STEP 29 (ensure_file) COMPLETE
80082024-10-30T19:26:57.072Z[ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80092024-10-30T19:26:57.080Z[ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80102024-10-30T19:26:57.082Z[ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80112024-10-30T19:26:57.082Z[ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80122024-10-30T19:26:57.082Z[ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO ok!
80132024-10-30T19:26:57.082Z[ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO STEP 30 (ensure_file) COMPLETE
80142024-10-30T19:26:57.082Z[ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-10-30T19:26:57.091Z[ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80162024-10-30T19:26:57.091Z[ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80172024-10-30T19:26:57.093Z[ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80182024-10-30T19:26:57.093Z[ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80192024-10-30T19:26:57.093Z[ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO ok!
80202024-10-30T19:26:57.093Z[ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO STEP 31 (ensure_file) COMPLETE
80212024-10-30T19:26:57.093Z[ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80222024-10-30T19:26:57.101Z[ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80232024-10-30T19:26:57.104Z[ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80242024-10-30T19:26:57.104Z[ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80252024-10-30T19:26:57.104Z[ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO ok!
80262024-10-30T19:26:57.104Z[ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO STEP 32 (ensure_file) COMPLETE
80272024-10-30T19:26:57.104Z[ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80282024-10-30T19:26:57.112Z[ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80292024-10-30T19:26:57.112Z[ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80302024-10-30T19:26:57.115Z[ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80312024-10-30T19:26:57.115Z[ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO ok!
80322024-10-30T19:26:57.115Z[ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO STEP 33 (ensure_file) COMPLETE
80332024-10-30T19:26:57.115Z[ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80342024-10-30T19:26:57.125Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80352024-10-30T19:26:57.125Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80362024-10-30T19:26:57.127Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80372024-10-30T19:26:57.127Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80382024-10-30T19:26:57.127Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80392024-10-30T19:26:57.127Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80402024-10-30T19:26:57.127Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO ok!
80412024-10-30T19:26:57.127Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO STEP 34 (ensure_file) COMPLETE
80422024-10-30T19:26:57.127Z[ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80432024-10-30T19:26:57.135Z[ recovery-image] Oct 30 19:26:56.249 INFO O| Oct 30 19:26:56.249 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80442024-10-30T19:26:57.138Z[ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80452024-10-30T19:26:57.138Z[ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80462024-10-30T19:26:57.138Z[ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO STEP 35 (ensure_dir) COMPLETE
80472024-10-30T19:26:57.138Z[ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80482024-10-30T19:26:57.146Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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
80492024-10-30T19:26:57.146Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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 ...
80502024-10-30T19:26:57.148Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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
80512024-10-30T19:26:57.148Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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
80522024-10-30T19:26:57.148Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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
80532024-10-30T19:26:57.148Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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
80542024-10-30T19:26:57.148Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 INFO ok!
80552024-10-30T19:26:57.148Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 INFO STEP 36 (ensure_file) COMPLETE
80562024-10-30T19:26:57.148Z[ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80572024-10-30T19:26:57.157Z[ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80582024-10-30T19:26:57.157Z[ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 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 ...
80592024-10-30T19:26:57.160Z[ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80602024-10-30T19:26:57.160Z[ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO ok!
80612024-10-30T19:26:57.160Z[ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO STEP 37 (ensure_symlink) COMPLETE
80622024-10-30T19:26:57.160Z[ recovery-image] Oct 30 19:26:56.272 INFO O| Oct 30 19:26:56.271 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80632024-10-30T19:26:57.168Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80642024-10-30T19:26:57.168Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80652024-10-30T19:26:57.171Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80662024-10-30T19:26:57.171Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80672024-10-30T19:26:57.171Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80682024-10-30T19:26:57.171Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80692024-10-30T19:26:57.171Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO ok!
80702024-10-30T19:26:57.171Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO STEP 38 (ensure_file) COMPLETE
80712024-10-30T19:26:57.172Z[ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80722024-10-30T19:26:57.178Z[ recovery-image] Oct 30 19:26:56.292 INFO O| Oct 30 19:26:56.292 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80732024-10-30T19:26:57.179Z[ recovery-image] Oct 30 19:26:56.292 INFO O| Oct 30 19:26:56.292 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 ...
80742024-10-30T19:26:57.182Z[ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 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
80752024-10-30T19:26:57.182Z[ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80762024-10-30T19:26:57.182Z[ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO ok!
80772024-10-30T19:26:57.182Z[ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO STEP 39 (ensure_file) COMPLETE
80782024-10-30T19:26:57.182Z[ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80792024-10-30T19:26:57.189Z[ recovery-image] Oct 30 19:26:56.303 INFO O| Oct 30 19:26:56.303 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80802024-10-30T19:26:57.189Z[ recovery-image] Oct 30 19:26:56.303 INFO O| Oct 30 19:26:56.303 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80812024-10-30T19:26:57.192Z[ recovery-image] Oct 30 19:26:56.303 INFO O| Oct 30 19:26:56.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80822024-10-30T19:26:57.192Z[ recovery-image] Oct 30 19:26:56.304 INFO O| Oct 30 19:26:56.303 INFO ok!
80832024-10-30T19:26:57.192Z[ recovery-image] Oct 30 19:26:56.304 INFO O| Oct 30 19:26:56.304 INFO STEP 40 (ensure_file) COMPLETE
80842024-10-30T19:26:57.192Z[ recovery-image] Oct 30 19:26:56.304 INFO O| Oct 30 19:26:56.304 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80852024-10-30T19:26:57.200Z[ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO updating shadow file
80862024-10-30T19:26:57.203Z[ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80872024-10-30T19:26:57.203Z[ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO STEP 41 (shadow) COMPLETE
80882024-10-30T19:26:57.203Z[ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80892024-10-30T19:26:57.211Z[ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80902024-10-30T19:26:57.214Z[ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80912024-10-30T19:26:57.214Z[ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80922024-10-30T19:26:57.214Z[ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80932024-10-30T19:26:57.214Z[ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO ok!
80942024-10-30T19:26:57.214Z[ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO STEP 42 (ensure_file) COMPLETE
80952024-10-30T19:26:57.214Z[ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-30T19:26:57.222Z[ recovery-image] Oct 30 19:26:56.336 INFO O| Oct 30 19:26:56.336 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80972024-10-30T19:26:57.222Z[ recovery-image] Oct 30 19:26:56.336 INFO O| Oct 30 19:26:56.336 INFO STEP 43 (ensure_dir) COMPLETE
80982024-10-30T19:26:57.224Z[ recovery-image] Oct 30 19:26:56.336 INFO O| Oct 30 19:26:56.336 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-10-30T19:26:57.233Z[ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81002024-10-30T19:26:57.233Z[ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81012024-10-30T19:26:57.236Z[ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO STEP 44 (ensure_dir) COMPLETE
81022024-10-30T19:26:57.236Z[ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81032024-10-30T19:26:57.245Z[ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.359 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81042024-10-30T19:26:57.248Z[ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81052024-10-30T19:26:57.248Z[ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.360 INFO STEP 45 (ensure_dir) COMPLETE
81062024-10-30T19:26:57.248Z[ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.360 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81072024-10-30T19:26:57.256Z[ recovery-image] Oct 30 19:26:56.370 INFO O| Oct 30 19:26:56.370 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81082024-10-30T19:26:57.256Z[ recovery-image] Oct 30 19:26:56.370 INFO O| Oct 30 19:26:56.370 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81092024-10-30T19:26:57.292Z[ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81102024-10-30T19:26:57.293Z[ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO ok!
81112024-10-30T19:26:57.295Z[ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO STEP 46 (ensure_file) COMPLETE
81122024-10-30T19:26:57.295Z[ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-30T19:26:57.304Z[ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81142024-10-30T19:26:57.307Z[ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81152024-10-30T19:26:57.307Z[ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO STEP 47 (ensure_dir) COMPLETE
81162024-10-30T19:26:57.307Z[ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-30T19:26:57.314Z[ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81182024-10-30T19:26:57.314Z[ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81192024-10-30T19:26:57.317Z[ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81202024-10-30T19:26:57.317Z[ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO ok!
81212024-10-30T19:26:57.317Z[ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO STEP 48 (ensure_file) COMPLETE
81222024-10-30T19:26:57.317Z[ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-10-30T19:26:57.325Z[ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81242024-10-30T19:26:57.327Z[ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81252024-10-30T19:26:57.328Z[ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO STEP 49 (ensure_dir) COMPLETE
81262024-10-30T19:26:57.328Z[ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81272024-10-30T19:26:57.335Z[ recovery-image] Oct 30 19:26:56.449 INFO O| Oct 30 19:26:56.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81282024-10-30T19:26:57.335Z[ recovery-image] Oct 30 19:26:56.449 INFO O| Oct 30 19:26:56.449 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81292024-10-30T19:26:57.804Z[ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81302024-10-30T19:26:57.804Z[ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO ok!
81312024-10-30T19:26:57.804Z[ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO STEP 50 (ensure_file) COMPLETE
81322024-10-30T19:26:57.807Z[ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81332024-10-30T19:26:57.815Z[ recovery-image] Oct 30 19:26:56.929 INFO O| Oct 30 19:26:56.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81342024-10-30T19:26:57.815Z[ recovery-image] Oct 30 19:26:56.929 INFO O| Oct 30 19:26:56.929 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81352024-10-30T19:26:57.860Z[ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81362024-10-30T19:26:57.860Z[ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO ok!
81372024-10-30T19:26:57.863Z[ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO STEP 51 (ensure_file) COMPLETE
81382024-10-30T19:26:57.863Z[ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-30T19:26:57.871Z[ recovery-image] Oct 30 19:26:56.985 INFO O| Oct 30 19:26:56.985 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81402024-10-30T19:26:57.874Z[ recovery-image] Oct 30 19:26:56.986 INFO O| Oct 30 19:26:56.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81412024-10-30T19:26:57.874Z[ recovery-image] Oct 30 19:26:56.986 INFO O| Oct 30 19:26:56.986 INFO STEP 52 (ensure_dir) COMPLETE
81422024-10-30T19:26:57.874Z[ recovery-image] Oct 30 19:26:56.986 INFO O| Oct 30 19:26:56.986 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81432024-10-30T19:26:57.882Z[ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81442024-10-30T19:26:57.882Z[ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO copying /tmp/.tmp4gr4ys/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 ...
81452024-10-30T19:26:57.884Z[ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 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
81462024-10-30T19:26:57.884Z[ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO ok!
81472024-10-30T19:26:57.884Z[ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO STEP 53 (ensure_file) COMPLETE
81482024-10-30T19:26:57.884Z[ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81492024-10-30T19:26:57.905Z[ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81502024-10-30T19:26:57.905Z[ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO copying /tmp/.tmp4gr4ys/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 ...
81512024-10-30T19:26:57.908Z[ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 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
81522024-10-30T19:26:57.908Z[ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO ok!
81532024-10-30T19:26:57.908Z[ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO STEP 54 (ensure_file) COMPLETE
81542024-10-30T19:26:57.908Z[ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81552024-10-30T19:26:57.929Z[ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81562024-10-30T19:26:57.929Z[ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81572024-10-30T19:26:57.935Z[ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO STEP 55 (ensure_dir) COMPLETE
81582024-10-30T19:26:57.935Z[ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81592024-10-30T19:26:57.947Z[ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81602024-10-30T19:26:57.948Z[ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO copying /tmp/.tmp4gr4ys/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 ...
81612024-10-30T19:26:57.950Z[ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81622024-10-30T19:26:57.950Z[ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO ok!
81632024-10-30T19:26:57.950Z[ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO STEP 56 (ensure_file) COMPLETE
81642024-10-30T19:26:57.950Z[ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81652024-10-30T19:26:57.972Z[ recovery-image] Oct 30 19:26:57.083 INFO O| Oct 30 19:26:57.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81662024-10-30T19:26:57.976Z[ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.083 INFO copying /tmp/.tmp4gr4ys/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 ...
81672024-10-30T19:26:57.976Z[ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 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
81682024-10-30T19:26:57.976Z[ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 INFO ok!
81692024-10-30T19:26:57.976Z[ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 INFO STEP 57 (ensure_file) COMPLETE
81702024-10-30T19:26:57.976Z[ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81712024-10-30T19:26:57.990Z[ recovery-image] Oct 30 19:26:57.102 INFO O| Oct 30 19:26:57.102 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81722024-10-30T19:26:57.991Z[ recovery-image] Oct 30 19:26:57.102 INFO O| Oct 30 19:26:57.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81732024-10-30T19:26:57.994Z[ recovery-image] Oct 30 19:26:57.102 INFO O| Oct 30 19:26:57.102 INFO STEP 58 (ensure_dir) COMPLETE
81742024-10-30T19:26:57.994Z[ recovery-image] Oct 30 19:26:57.103 INFO O| Oct 30 19:26:57.102 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81752024-10-30T19:26:58.014Z[ recovery-image] Oct 30 19:26:57.123 INFO O| Oct 30 19:26:57.123 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81762024-10-30T19:26:58.016Z[ recovery-image] Oct 30 19:26:57.123 INFO O| Oct 30 19:26:57.123 INFO copying /tmp/.tmp4gr4ys/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 ...
81772024-10-30T19:26:58.016Z[ recovery-image] Oct 30 19:26:57.123 INFO O| Oct 30 19:26:57.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81782024-10-30T19:26:58.016Z[ recovery-image] Oct 30 19:26:57.124 INFO O| Oct 30 19:26:57.123 INFO ok!
81792024-10-30T19:26:58.016Z[ recovery-image] Oct 30 19:26:57.124 INFO O| Oct 30 19:26:57.124 INFO STEP 59 (ensure_file) COMPLETE
81802024-10-30T19:26:58.016Z[ recovery-image] Oct 30 19:26:57.124 INFO O| Oct 30 19:26:57.124 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81812024-10-30T19:26:58.037Z[ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81822024-10-30T19:26:58.037Z[ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81832024-10-30T19:26:58.037Z[ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81842024-10-30T19:26:58.040Z[ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO ok!
81852024-10-30T19:26:58.040Z[ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO STEP 60 (ensure_file) COMPLETE
81862024-10-30T19:26:58.040Z[ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81872024-10-30T19:26:58.049Z[ recovery-image] Oct 30 19:26:57.163 INFO O| Oct 30 19:26:57.163 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81882024-10-30T19:26:58.049Z[ recovery-image] Oct 30 19:26:57.163 INFO O| Oct 30 19:26:57.163 INFO STEP 61 (ensure_dir) COMPLETE
81892024-10-30T19:26:58.051Z[ recovery-image] Oct 30 19:26:57.163 INFO O| Oct 30 19:26:57.163 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81902024-10-30T19:26:58.063Z[ recovery-image] Oct 30 19:26:57.177 INFO O| Oct 30 19:26:57.177 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81912024-10-30T19:26:58.063Z[ recovery-image] Oct 30 19:26:57.177 INFO O| Oct 30 19:26:57.177 INFO STEP 62 (ensure_dir) COMPLETE
81922024-10-30T19:26:58.065Z[ recovery-image] Oct 30 19:26:57.177 INFO O| Oct 30 19:26:57.177 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81932024-10-30T19:26:58.074Z[ recovery-image] Oct 30 19:26:57.188 INFO O| Oct 30 19:26:57.188 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81942024-10-30T19:26:58.074Z[ recovery-image] Oct 30 19:26:57.188 INFO O| Oct 30 19:26:57.188 INFO STEP 63 (ensure_dir) COMPLETE
81952024-10-30T19:26:58.076Z[ recovery-image] Oct 30 19:26:57.188 INFO O| Oct 30 19:26:57.188 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81962024-10-30T19:26:58.088Z[ recovery-image] Oct 30 19:26:57.202 INFO O| Oct 30 19:26:57.202 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81972024-10-30T19:26:58.088Z[ recovery-image] Oct 30 19:26:57.202 INFO O| Oct 30 19:26:57.202 INFO STEP 64 (ensure_dir) COMPLETE
81982024-10-30T19:26:58.090Z[ recovery-image] Oct 30 19:26:57.202 INFO O| Oct 30 19:26:57.202 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81992024-10-30T19:26:58.101Z[ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
82002024-10-30T19:26:58.101Z[ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
82012024-10-30T19:26:58.104Z[ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82022024-10-30T19:26:58.105Z[ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO ok!
82032024-10-30T19:26:58.105Z[ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO STEP 65 (ensure_file) COMPLETE
82042024-10-30T19:26:58.105Z[ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-30T19:26:58.113Z[ recovery-image] Oct 30 19:26:57.227 INFO O| Oct 30 19:26:57.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82062024-10-30T19:26:58.116Z[ recovery-image] Oct 30 19:26:57.227 INFO O| Oct 30 19:26:57.227 INFO STEP 66 (remove_files) COMPLETE
82072024-10-30T19:26:58.116Z[ recovery-image] Oct 30 19:26:57.227 INFO O| Oct 30 19:26:57.227 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-30T19:26:58.126Z[ recovery-image] Oct 30 19:26:57.240 INFO O| Oct 30 19:26:57.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82092024-10-30T19:26:58.129Z[ recovery-image] Oct 30 19:26:57.240 INFO O| Oct 30 19:26:57.240 INFO STEP 67 (remove_files) COMPLETE
82102024-10-30T19:26:58.129Z[ recovery-image] Oct 30 19:26:57.240 INFO O| Oct 30 19:26:57.240 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-30T19:26:58.138Z[ recovery-image] Oct 30 19:26:57.252 INFO O| Oct 30 19:26:57.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82122024-10-30T19:26:58.141Z[ recovery-image] Oct 30 19:26:57.252 INFO O| Oct 30 19:26:57.252 INFO STEP 68 (remove_files) COMPLETE
82132024-10-30T19:26:58.141Z[ recovery-image] Oct 30 19:26:57.252 INFO O| Oct 30 19:26:57.252 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-30T19:26:58.150Z[ recovery-image] Oct 30 19:26:57.264 INFO O| Oct 30 19:26:57.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82152024-10-30T19:26:58.152Z[ recovery-image] Oct 30 19:26:57.264 INFO O| Oct 30 19:26:57.264 INFO STEP 69 (remove_files) COMPLETE
82162024-10-30T19:26:58.152Z[ recovery-image] Oct 30 19:26:57.264 INFO O| Oct 30 19:26:57.264 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-30T19:26:58.162Z[ recovery-image] Oct 30 19:26:57.276 INFO O| Oct 30 19:26:57.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82182024-10-30T19:26:58.164Z[ recovery-image] Oct 30 19:26:57.276 INFO O| Oct 30 19:26:57.276 INFO STEP 70 (remove_files) COMPLETE
82192024-10-30T19:26:58.164Z[ recovery-image] Oct 30 19:26:57.276 INFO O| Oct 30 19:26:57.276 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-30T19:26:58.175Z[ recovery-image] Oct 30 19:26:57.288 INFO O| Oct 30 19:26:57.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82212024-10-30T19:26:58.178Z[ recovery-image] Oct 30 19:26:57.288 INFO O| Oct 30 19:26:57.288 INFO STEP 71 (remove_files) COMPLETE
82222024-10-30T19:26:58.178Z[ recovery-image] Oct 30 19:26:57.288 INFO O| Oct 30 19:26:57.288 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-30T19:26:58.185Z[ recovery-image] Oct 30 19:26:57.299 INFO O| Oct 30 19:26:57.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82242024-10-30T19:26:58.185Z[ recovery-image] Oct 30 19:26:57.299 INFO O| Oct 30 19:26:57.299 INFO STEP 72 (remove_files) COMPLETE
82252024-10-30T19:26:58.185Z[ recovery-image] Oct 30 19:26:57.299 INFO O| Oct 30 19:26:57.299 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-30T19:26:58.196Z[ recovery-image] Oct 30 19:26:57.310 INFO O| Oct 30 19:26:57.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82272024-10-30T19:26:58.196Z[ recovery-image] Oct 30 19:26:57.310 INFO O| Oct 30 19:26:57.310 INFO STEP 73 (remove_files) COMPLETE
82282024-10-30T19:26:58.196Z[ recovery-image] Oct 30 19:26:57.310 INFO O| Oct 30 19:26:57.310 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-30T19:26:58.207Z[ recovery-image] Oct 30 19:26:57.321 INFO O| Oct 30 19:26:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82302024-10-30T19:26:58.209Z[ recovery-image] Oct 30 19:26:57.321 INFO O| Oct 30 19:26:57.321 INFO STEP 74 (remove_files) COMPLETE
82312024-10-30T19:26:58.209Z[ recovery-image] Oct 30 19:26:57.321 INFO O| Oct 30 19:26:57.321 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-30T19:26:58.218Z[ recovery-image] Oct 30 19:26:57.332 INFO O| Oct 30 19:26:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82332024-10-30T19:26:58.218Z[ recovery-image] Oct 30 19:26:57.332 INFO O| Oct 30 19:26:57.332 INFO STEP 75 (remove_files) COMPLETE
82342024-10-30T19:26:58.220Z[ recovery-image] Oct 30 19:26:57.332 INFO O| Oct 30 19:26:57.332 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-30T19:26:58.229Z[ recovery-image] Oct 30 19:26:57.343 INFO O| Oct 30 19:26:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82362024-10-30T19:26:58.229Z[ recovery-image] Oct 30 19:26:57.343 INFO O| Oct 30 19:26:57.343 INFO STEP 76 (remove_files) COMPLETE
82372024-10-30T19:26:58.231Z[ recovery-image] Oct 30 19:26:57.343 INFO O| Oct 30 19:26:57.343 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-30T19:26:58.239Z[ recovery-image] Oct 30 19:26:57.353 INFO O| Oct 30 19:26:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82392024-10-30T19:26:58.241Z[ recovery-image] Oct 30 19:26:57.353 INFO O| Oct 30 19:26:57.353 INFO STEP 77 (remove_files) COMPLETE
82402024-10-30T19:26:58.241Z[ recovery-image] Oct 30 19:26:57.353 INFO O| Oct 30 19:26:57.353 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-30T19:26:58.249Z[ recovery-image] Oct 30 19:26:57.363 INFO O| Oct 30 19:26:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82422024-10-30T19:26:58.249Z[ recovery-image] Oct 30 19:26:57.363 INFO O| Oct 30 19:26:57.363 INFO STEP 78 (remove_files) COMPLETE
82432024-10-30T19:26:58.252Z[ recovery-image] Oct 30 19:26:57.363 INFO O| Oct 30 19:26:57.363 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-30T19:26:58.259Z[ recovery-image] Oct 30 19:26:57.373 INFO O| Oct 30 19:26:57.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82452024-10-30T19:26:58.262Z[ recovery-image] Oct 30 19:26:57.373 INFO O| Oct 30 19:26:57.373 INFO STEP 79 (remove_files) COMPLETE
82462024-10-30T19:26:58.262Z[ recovery-image] Oct 30 19:26:57.374 INFO O| Oct 30 19:26:57.373 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-30T19:26:58.269Z[ recovery-image] Oct 30 19:26:57.383 INFO O| Oct 30 19:26:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82482024-10-30T19:26:58.269Z[ recovery-image] Oct 30 19:26:57.384 INFO O| Oct 30 19:26:57.383 INFO STEP 80 (remove_files) COMPLETE
82492024-10-30T19:26:58.272Z[ recovery-image] Oct 30 19:26:57.384 INFO O| Oct 30 19:26:57.383 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82502024-10-30T19:26:58.280Z[ recovery-image] Oct 30 19:26:57.394 INFO O| Oct 30 19:26:57.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82512024-10-30T19:26:58.280Z[ recovery-image] Oct 30 19:26:57.394 INFO O| Oct 30 19:26:57.394 INFO STEP 81 (remove_files) COMPLETE
82522024-10-30T19:26:58.280Z[ recovery-image] Oct 30 19:26:57.394 INFO O| Oct 30 19:26:57.394 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82532024-10-30T19:26:58.290Z[ recovery-image] Oct 30 19:26:57.404 INFO O| Oct 30 19:26:57.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82542024-10-30T19:26:58.290Z[ recovery-image] Oct 30 19:26:57.404 INFO O| Oct 30 19:26:57.404 INFO STEP 82 (remove_files) COMPLETE
82552024-10-30T19:26:58.292Z[ recovery-image] Oct 30 19:26:57.404 INFO O| Oct 30 19:26:57.404 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82562024-10-30T19:26:58.300Z[ recovery-image] Oct 30 19:26:57.414 INFO O| Oct 30 19:26:57.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82572024-10-30T19:26:58.300Z[ recovery-image] Oct 30 19:26:57.414 INFO O| Oct 30 19:26:57.414 INFO STEP 83 (remove_files) COMPLETE
82582024-10-30T19:26:58.302Z[ recovery-image] Oct 30 19:26:57.414 INFO O| Oct 30 19:26:57.414 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82592024-10-30T19:26:58.310Z[ recovery-image] Oct 30 19:26:57.424 INFO O| Oct 30 19:26:57.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82602024-10-30T19:26:58.312Z[ recovery-image] Oct 30 19:26:57.424 INFO O| Oct 30 19:26:57.424 INFO STEP 84 (remove_files) COMPLETE
82612024-10-30T19:26:58.312Z[ recovery-image] Oct 30 19:26:57.424 INFO O| Oct 30 19:26:57.424 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82622024-10-30T19:26:58.320Z[ recovery-image] Oct 30 19:26:57.434 INFO O| Oct 30 19:26:57.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82632024-10-30T19:26:58.320Z[ recovery-image] Oct 30 19:26:57.434 INFO O| Oct 30 19:26:57.434 INFO STEP 85 (remove_files) COMPLETE
82642024-10-30T19:26:58.323Z[ recovery-image] Oct 30 19:26:57.434 INFO O| Oct 30 19:26:57.434 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82652024-10-30T19:26:58.332Z[ recovery-image] Oct 30 19:26:57.446 INFO O| Oct 30 19:26:57.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82662024-10-30T19:26:58.332Z[ recovery-image] Oct 30 19:26:57.446 INFO O| Oct 30 19:26:57.446 INFO STEP 86 (remove_files) COMPLETE
82672024-10-30T19:26:58.335Z[ recovery-image] Oct 30 19:26:57.446 INFO O| Oct 30 19:26:57.446 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82682024-10-30T19:26:58.344Z[ recovery-image] Oct 30 19:26:57.458 INFO O| Oct 30 19:26:57.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82692024-10-30T19:26:58.344Z[ recovery-image] Oct 30 19:26:57.458 INFO O| Oct 30 19:26:57.458 INFO STEP 87 (remove_files) COMPLETE
82702024-10-30T19:26:58.347Z[ recovery-image] Oct 30 19:26:57.458 INFO O| Oct 30 19:26:57.458 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82712024-10-30T19:26:58.354Z[ recovery-image] Oct 30 19:26:57.468 INFO O| Oct 30 19:26:57.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82722024-10-30T19:26:58.354Z[ recovery-image] Oct 30 19:26:57.468 INFO O| Oct 30 19:26:57.468 INFO STEP 88 (remove_files) COMPLETE
82732024-10-30T19:26:58.356Z[ recovery-image] Oct 30 19:26:57.468 INFO O| Oct 30 19:26:57.468 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82742024-10-30T19:26:58.364Z[ recovery-image] Oct 30 19:26:57.478 INFO O| Oct 30 19:26:57.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82752024-10-30T19:26:58.368Z[ recovery-image] Oct 30 19:26:57.478 INFO O| Oct 30 19:26:57.478 INFO STEP 89 (remove_files) COMPLETE
82762024-10-30T19:26:58.368Z[ recovery-image] Oct 30 19:26:57.478 INFO O| Oct 30 19:26:57.478 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82772024-10-30T19:26:58.374Z[ recovery-image] Oct 30 19:26:57.488 INFO O| Oct 30 19:26:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82782024-10-30T19:26:58.374Z[ recovery-image] Oct 30 19:26:57.488 INFO O| Oct 30 19:26:57.488 INFO STEP 90 (remove_files) COMPLETE
82792024-10-30T19:26:58.374Z[ recovery-image] Oct 30 19:26:57.488 INFO O| Oct 30 19:26:57.488 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82802024-10-30T19:26:58.384Z[ recovery-image] Oct 30 19:26:57.498 INFO O| Oct 30 19:26:57.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82812024-10-30T19:26:58.384Z[ recovery-image] Oct 30 19:26:57.498 INFO O| Oct 30 19:26:57.498 INFO STEP 91 (remove_files) COMPLETE
82822024-10-30T19:26:58.386Z[ recovery-image] Oct 30 19:26:57.498 INFO O| Oct 30 19:26:57.498 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82832024-10-30T19:26:58.394Z[ recovery-image] Oct 30 19:26:57.508 INFO O| Oct 30 19:26:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82842024-10-30T19:26:58.397Z[ recovery-image] Oct 30 19:26:57.508 INFO O| Oct 30 19:26:57.508 INFO STEP 92 (remove_files) COMPLETE
82852024-10-30T19:26:58.397Z[ recovery-image] Oct 30 19:26:57.508 INFO O| Oct 30 19:26:57.508 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82862024-10-30T19:26:58.404Z[ recovery-image] Oct 30 19:26:57.518 INFO O| Oct 30 19:26:57.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82872024-10-30T19:26:58.407Z[ recovery-image] Oct 30 19:26:57.518 INFO O| Oct 30 19:26:57.518 INFO STEP 93 (remove_files) COMPLETE
82882024-10-30T19:26:58.407Z[ recovery-image] Oct 30 19:26:57.518 INFO O| Oct 30 19:26:57.518 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82892024-10-30T19:26:58.414Z[ recovery-image] Oct 30 19:26:57.528 INFO O| Oct 30 19:26:57.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82902024-10-30T19:26:58.414Z[ recovery-image] Oct 30 19:26:57.528 INFO O| Oct 30 19:26:57.528 INFO STEP 94 (remove_files) COMPLETE
82912024-10-30T19:26:58.414Z[ recovery-image] Oct 30 19:26:57.528 INFO O| Oct 30 19:26:57.528 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82922024-10-30T19:26:58.429Z[ recovery-image] Oct 30 19:26:57.543 INFO O| Oct 30 19:26:57.543 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82932024-10-30T19:26:58.431Z[ recovery-image] Oct 30 19:26:57.544 INFO O| Oct 30 19:26:57.544 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82942024-10-30T19:27:05.487Z[ recovery-image] Oct 30 19:27:04.601 INFO O| Oct 30 19:27:04.600 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
82952024-10-30T19:27:05.487Z[ recovery-image] Oct 30 19:27:04.601 INFO O| Oct 30 19:27:04.600 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82962024-10-30T19:27:05.500Z[ recovery-image] Oct 30 19:27:04.614 INFO O| Oct 30 19:27:04.614 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82972024-10-30T19:27:05.575Z[ recovery-image] Oct 30 19:27:04.689 INFO O| Oct 30 19:27:04.689 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82982024-10-30T19:27:05.575Z[ recovery-image] Oct 30 19:27:04.689 INFO O| Oct 30 19:27:04.689 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 ...
82992024-10-30T19:27:05.578Z[ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83002024-10-30T19:27:05.578Z[ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO ok!
83012024-10-30T19:27:05.578Z[ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83022024-10-30T19:27:05.578Z[ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO STEP 95 (seed_smf) COMPLETE
83032024-10-30T19:27:05.578Z[ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO steps complete; finalising image!
83042024-10-30T19:27:05.578Z[ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83052024-10-30T19:27:05.610Z[ recovery-image] Oct 30 19:27:04.724 INFO O| Oct 30 19:27:04.724 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Oct 30 19:27:04 2024)
83062024-10-30T19:27:05.834Z[ recovery-image] Oct 30 19:27:04.947 INFO O| Oct 30 19:27:04.947 INFO temporary pool has 414M used, 1.35G avail, 1.00x compressratio
83072024-10-30T19:27:05.834Z[ recovery-image] Oct 30 19:27:04.947 INFO O| Oct 30 19:27:04.947 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83082024-10-30T19:27:06.083Z[ recovery-image] Oct 30 19:27:05.197 INFO O| Oct 30 19:27:05.197 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
83092024-10-30T19:27:06.084Z[ recovery-image] Oct 30 19:27:05.197 INFO O| Oct 30 19:27:05.197 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83102024-10-30T19:27:09.139Z[ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83112024-10-30T19:27:09.139Z[ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83122024-10-30T19:27:09.142Z[ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83132024-10-30T19:27:09.142Z[ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO completed processing gimlet/zfs-recovery
83142024-10-30T19:27:09.142Z[ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83152024-10-30T19:27:09.595Z[ recovery-image] Oct 30 19:27:08.708 INFO O| Oct 30 19:27:08.708 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83162024-10-30T19:27:09.677Z[ recovery-image] Oct 30 19:27:08.790 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
83172024-10-30T19:27:09.681Z[ recovery-image] Oct 30 19:27:08.791 INFO expanded image name: "recovery 24c967f/${os_short_commit} 2024-10-30 18:58" -> "recovery 24c967f/54a974b 2024-10-30 18:58"
83182024-10-30T19:27:09.683Z[ recovery-image] Oct 30 19:27:08.791 INFO output artefacts stored in: "/work/os-recovery"
83192024-10-30T19:27:09.683Z[ recovery-image] Oct 30 19:27:08.791 INFO collecting git info from project "phbl"...
83202024-10-30T19:27:09.688Z[ recovery-image] Oct 30 19:27:08.802 INFO collecting git info from project "amd-firmware"...
83212024-10-30T19:27:09.970Z[ recovery-image] Oct 30 19:27:09.068 INFO collecting git info from project "chelsio-t6-roms"...
83222024-10-30T19:27:09.975Z[ recovery-image] Oct 30 19:27:09.089 INFO collecting git info from project "amd-host-image-builder"...
83232024-10-30T19:27:10.063Z[ recovery-image] Oct 30 19:27:09.176 INFO collecting git info from project "bootserver"...
83242024-10-30T19:27:10.069Z[ recovery-image] Oct 30 19:27:09.182 INFO collecting git info from project "image-builder"...
83252024-10-30T19:27:10.078Z[ recovery-image] Oct 30 19:27:09.188 INFO collecting git info from project "pinprick"...
83262024-10-30T19:27:10.083Z[ recovery-image] Oct 30 19:27:09.193 INFO collecting git info from project "pilot"...
83272024-10-30T19:27:10.091Z[ recovery-image] Oct 30 19:27:09.204 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83282024-10-30T19:27:10.467Z[ recovery-image] Oct 30 19:27:09.580 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83292024-10-30T19:27:10.827Z[ recovery-image] Oct 30 19:27:09.940 INFO creating Oxide boot image...
83302024-10-30T19:27:10.827Z[ recovery-image] Oct 30 19:27:09.940 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 24c967f/54a974b 2024-10-30 18:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83312024-10-30T19:27:40.345Z[ host-image] Oct 30 19:27:39.457 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z
83322024-10-30T19:27:40.345Z[ host-image] Oct 30 19:27:39.457 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z
83332024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.457 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83342024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.458 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83352024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.458 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83362024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.458 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83372024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83382024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83392024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83402024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83412024-10-30T19:27:40.348Z[ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z
83422024-10-30T19:27:40.351Z[ host-image] Oct 30 19:27:39.461 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z
83432024-10-30T19:27:40.351Z[ host-image] Oct 30 19:27:39.462 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z
83442024-10-30T19:27:40.351Z[ host-image] Oct 30 19:27:39.462 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z
83452024-10-30T19:27:40.351Z[ host-image] Oct 30 19:27:39.462 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83462024-10-30T19:27:40.351Z[ host-image] Oct 30 19:27:39.463 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z
83472024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z
83482024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z
83492024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z
83502024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z
83512024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z
83522024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z
83532024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z
83542024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z
83552024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z
83562024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z
83572024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z
83582024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z
83592024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83602024-10-30T19:27:40.354Z[ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z
83612024-10-30T19:27:40.355Z[ host-image] Oct 30 19:27:39.466 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z
83622024-10-30T19:27:40.355Z[ host-image] Oct 30 19:27:39.466 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z
83632024-10-30T19:27:40.355Z[ host-image] Oct 30 19:27:39.466 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z
83642024-10-30T19:27:40.358Z[ host-image] Oct 30 19:27:39.467 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z
83652024-10-30T19:27:40.358Z[ host-image] Oct 30 19:27:39.467 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z
83662024-10-30T19:27:40.364Z[ host-image] Oct 30 19:27:39.476 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83672024-10-30T19:27:40.364Z[ host-image] Oct 30 19:27:39.476 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z
83682024-10-30T19:27:40.366Z[ host-image] Oct 30 19:27:39.476 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83692024-10-30T19:27:40.366Z[ host-image] Oct 30 19:27:39.477 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83702024-10-30T19:27:40.367Z[ host-image] Oct 30 19:27:39.477 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83712024-10-30T19:27:40.367Z[ host-image] Oct 30 19:27:39.478 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z
83722024-10-30T19:27:40.367Z[ host-image] Oct 30 19:27:39.478 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83732024-10-30T19:27:40.367Z[ host-image] Oct 30 19:27:39.478 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83742024-10-30T19:27:40.369Z[ host-image] Oct 30 19:27:39.479 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83752024-10-30T19:27:40.370Z[ host-image] Oct 30 19:27:39.479 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83762024-10-30T19:27:40.379Z[ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83772024-10-30T19:27:40.379Z[ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83782024-10-30T19:27:40.381Z[ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83792024-10-30T19:27:40.381Z[ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83802024-10-30T19:27:40.381Z[ host-image] Oct 30 19:27:39.493 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83812024-10-30T19:27:40.381Z[ host-image] Oct 30 19:27:39.493 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83822024-10-30T19:27:40.416Z[ host-image] Oct 30 19:27:39.529 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83832024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.529 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83842024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.530 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83852024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.530 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z
83862024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.530 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z
83872024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83882024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z
83892024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83902024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83912024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83922024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z
83932024-10-30T19:27:40.419Z[ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83942024-10-30T19:27:40.423Z[ host-image] Oct 30 19:27:39.536 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83952024-10-30T19:27:40.426Z[ host-image] Oct 30 19:27:39.536 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83962024-10-30T19:27:40.426Z[ host-image] Oct 30 19:27:39.536 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83972024-10-30T19:27:40.426Z[ host-image] Oct 30 19:27:39.537 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z
83982024-10-30T19:27:40.426Z[ host-image] Oct 30 19:27:39.537 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83992024-10-30T19:27:40.439Z[ host-image] Oct 30 19:27:39.551 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84002024-10-30T19:27:40.442Z[ host-image] Oct 30 19:27:39.552 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z
84012024-10-30T19:27:40.442Z[ host-image] Oct 30 19:27:39.554 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z
84022024-10-30T19:27:40.444Z[ host-image] Oct 30 19:27:39.554 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z
84032024-10-30T19:27:40.444Z[ host-image] Oct 30 19:27:39.554 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84042024-10-30T19:27:40.444Z[ host-image] Oct 30 19:27:39.555 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z
84052024-10-30T19:27:40.444Z[ host-image] Oct 30 19:27:39.555 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z
84062024-10-30T19:27:40.444Z[ host-image] Oct 30 19:27:39.555 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z
84072024-10-30T19:27:40.444Z[ host-image] Oct 30 19:27:39.556 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z
84082024-10-30T19:27:40.447Z[ host-image] Oct 30 19:27:39.560 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84092024-10-30T19:27:40.450Z[ host-image] Oct 30 19:27:39.560 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z
84102024-10-30T19:27:40.450Z[ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z
84112024-10-30T19:27:40.450Z[ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84122024-10-30T19:27:40.450Z[ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z
84132024-10-30T19:27:40.450Z[ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z
84142024-10-30T19:27:40.450Z[ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z
84152024-10-30T19:27:40.450Z[ host-image] Oct 30 19:27:39.562 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z
84162024-10-30T19:27:40.458Z[ host-image] Oct 30 19:27:39.570 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z
84172024-10-30T19:27:40.460Z[ host-image] Oct 30 19:27:39.570 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84182024-10-30T19:27:40.460Z[ host-image] Oct 30 19:27:39.572 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z
84192024-10-30T19:27:40.465Z[ host-image] Oct 30 19:27:39.574 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z
84202024-10-30T19:27:40.466Z[ host-image] Oct 30 19:27:39.574 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z
84212024-10-30T19:27:40.466Z[ host-image] Oct 30 19:27:39.574 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z
84222024-10-30T19:27:40.466Z[ host-image] Oct 30 19:27:39.575 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z
84232024-10-30T19:27:40.466Z[ host-image] Oct 30 19:27:39.575 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z
84242024-10-30T19:27:40.473Z[ host-image] Oct 30 19:27:39.585 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z
84252024-10-30T19:27:40.476Z[ host-image] Oct 30 19:27:39.585 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z
84262024-10-30T19:27:40.476Z[ host-image] Oct 30 19:27:39.586 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z
84272024-10-30T19:27:40.476Z[ host-image] Oct 30 19:27:39.587 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z
84282024-10-30T19:27:40.476Z[ host-image] Oct 30 19:27:39.587 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z
84292024-10-30T19:27:40.496Z[ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z
84302024-10-30T19:27:40.499Z[ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z
84312024-10-30T19:27:40.499Z[ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z
84322024-10-30T19:27:40.499Z[ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84332024-10-30T19:27:40.499Z[ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84342024-10-30T19:27:40.527Z[ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z
84352024-10-30T19:27:40.529Z[ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84362024-10-30T19:27:40.529Z[ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z
84372024-10-30T19:27:40.529Z[ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z
84382024-10-30T19:27:40.529Z[ host-image] Oct 30 19:27:39.641 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z
84392024-10-30T19:27:40.529Z[ host-image] Oct 30 19:27:39.641 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84402024-10-30T19:27:40.529Z[ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84412024-10-30T19:27:40.532Z[ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z
84422024-10-30T19:27:40.533Z[ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z
84432024-10-30T19:27:40.533Z[ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z
84442024-10-30T19:27:40.533Z[ host-image] Oct 30 19:27:39.643 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z
84452024-10-30T19:27:40.533Z[ host-image] Oct 30 19:27:39.643 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z
84462024-10-30T19:27:40.533Z[ host-image] Oct 30 19:27:39.643 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z
84472024-10-30T19:27:40.535Z[ host-image] Oct 30 19:27:39.646 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84482024-10-30T19:27:40.535Z[ host-image] Oct 30 19:27:39.646 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z
84492024-10-30T19:27:40.535Z[ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z
84502024-10-30T19:27:40.535Z[ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z
84512024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z
84522024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z
84532024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z
84542024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84552024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84562024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z
84572024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z
84582024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84592024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84602024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84612024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84622024-10-30T19:27:40.538Z[ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84632024-10-30T19:27:40.541Z[ host-image] Oct 30 19:27:39.651 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84642024-10-30T19:27:40.541Z[ host-image] Oct 30 19:27:39.652 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84652024-10-30T19:27:40.541Z[ host-image] Oct 30 19:27:39.652 INFO O| tempdir @ "/tmp/.tmpAPwTMQ/tmp"
84662024-10-30T19:27:40.541Z[ host-image] Oct 30 19:27:39.652 INFO O| image root @ "/tmp/.tmpAPwTMQ/tmp/root"
84672024-10-30T19:27:40.541Z[ host-image] Oct 30 19:27:39.652 INFO O| creating image...
84682024-10-30T19:27:41.033Z[ host-image] Oct 30 19:27:40.145 INFO O| copying publishers...
84692024-10-30T19:27:49.491Z[ host-image] Oct 30 19:27:48.602 INFO O| adding properties...
84702024-10-30T19:27:50.518Z[ host-image] Oct 30 19:27:49.630 INFO O| installing packages...
84712024-10-30T19:28:04.647Z[ recovery-image] Oct 30 19:28:03.758 INFO O| ok, image written!
84722024-10-30T19:28:04.647Z[ recovery-image] Oct 30 19:28:03.758 INFO O| ok, boot_image_csum file written!
84732024-10-30T19:28:04.652Z[ recovery-image] Oct 30 19:28:03.763 INFO creating boot archive (CPIO)...
84742024-10-30T19:28:04.652Z[ recovery-image] Oct 30 19:28:03.763 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
84752024-10-30T19:28:04.660Z[ recovery-image] Oct 30 19:28:03.771 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84762024-10-30T19:28:04.662Z[ recovery-image] Oct 30 19:28:03.771 INFO E| + outfile=/work/os-recovery/cpio
84772024-10-30T19:28:04.662Z[ recovery-image] Oct 30 19:28:03.771 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84782024-10-30T19:28:04.662Z[ recovery-image] Oct 30 19:28:03.774 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84792024-10-30T19:28:04.662Z[ recovery-image] Oct 30 19:28:03.774 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84802024-10-30T19:28:04.694Z[ recovery-image] Oct 30 19:28:03.806 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84812024-10-30T19:28:04.695Z[ recovery-image] Oct 30 19:28:03.806 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84822024-10-30T19:28:04.701Z[ recovery-image] Oct 30 19:28:03.813 INFO creating compressed cpio/unix for nanobl-rs...
84832024-10-30T19:28:04.704Z[ recovery-image] Oct 30 19:28:03.813 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
84842024-10-30T19:28:04.987Z[ recovery-image] Oct 30 19:28:04.098 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84852024-10-30T19:28:09.331Z[ recovery-image] Oct 30 19:28:08.442 INFO creating reset image...
84862024-10-30T19:28:09.333Z[ recovery-image] Oct 30 19:28:08.442 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84872024-10-30T19:28:09.571Z[ recovery-image] Oct 30 19:28:08.679 INFO E| Updating crates.io index
84882024-10-30T19:28:09.664Z[ recovery-image] Oct 30 19:28:08.774 INFO E| Downloading crates ...
84892024-10-30T19:28:09.728Z[ recovery-image] Oct 30 19:28:08.838 INFO E| Downloaded os_pipe v1.2.1
84902024-10-30T19:28:09.731Z[ recovery-image] Oct 30 19:28:08.841 INFO E| Downloaded shared_child v1.0.1
84912024-10-30T19:28:09.736Z[ recovery-image] Oct 30 19:28:08.847 INFO E| Downloaded duct v0.13.7
84922024-10-30T19:28:09.738Z[ recovery-image] Oct 30 19:28:08.849 INFO E| Downloaded clap v4.5.17
84932024-10-30T19:28:09.748Z[ recovery-image] Oct 30 19:28:08.859 INFO E| Downloaded clap_builder v4.5.17
84942024-10-30T19:28:09.785Z[ recovery-image] Oct 30 19:28:08.896 INFO E| Downloaded libc v0.2.158
84952024-10-30T19:28:09.875Z[ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling proc-macro2 v1.0.86
84962024-10-30T19:28:09.875Z[ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling unicode-ident v1.0.13
84972024-10-30T19:28:09.878Z[ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling libc v0.2.158
84982024-10-30T19:28:09.878Z[ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling utf8parse v0.2.2
84992024-10-30T19:28:09.878Z[ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling is_terminal_polyfill v1.70.1
85002024-10-30T19:28:09.878Z[ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling anstyle v1.0.8
85012024-10-30T19:28:09.880Z[ recovery-image] Oct 30 19:28:08.990 INFO E| Compiling anstyle-query v1.1.1
85022024-10-30T19:28:09.880Z[ recovery-image] Oct 30 19:28:08.991 INFO E| Compiling colorchoice v1.0.2
85032024-10-30T19:28:10.065Z[ recovery-image] Oct 30 19:28:09.176 INFO E| Compiling anstyle-parse v0.2.5
85042024-10-30T19:28:10.074Z[ recovery-image] Oct 30 19:28:09.185 INFO E| Compiling heck v0.5.0
85052024-10-30T19:28:10.074Z[ recovery-image] Oct 30 19:28:09.185 INFO E| Compiling clap_lex v0.7.2
85062024-10-30T19:28:10.097Z[ recovery-image] Oct 30 19:28:09.208 INFO E| Compiling strsim v0.11.1
85072024-10-30T19:28:10.098Z[ recovery-image] Oct 30 19:28:09.208 INFO E| Compiling once_cell v1.19.0
85082024-10-30T19:28:10.364Z[ recovery-image] Oct 30 19:28:09.475 INFO E| Compiling anstream v0.6.15
85092024-10-30T19:28:10.721Z[ recovery-image] Oct 30 19:28:09.832 INFO E| Compiling clap_builder v4.5.17
85102024-10-30T19:28:11.062Z[ recovery-image] Oct 30 19:28:10.173 INFO E| Compiling shared_child v1.0.1
85112024-10-30T19:28:11.062Z[ recovery-image] Oct 30 19:28:10.173 INFO E| Compiling os_pipe v1.2.1
85122024-10-30T19:28:11.183Z[ recovery-image] Oct 30 19:28:10.294 INFO E| Compiling duct v0.13.7
85132024-10-30T19:28:11.268Z[ recovery-image] Oct 30 19:28:10.378 INFO E| Compiling quote v1.0.37
85142024-10-30T19:28:11.538Z[ recovery-image] Oct 30 19:28:10.649 INFO E| Compiling syn v2.0.77
85152024-10-30T19:28:15.399Z[ recovery-image] Oct 30 19:28:14.510 INFO E| Compiling clap_derive v4.5.13
85162024-10-30T19:28:15.873Z[ host-image] Oct 30 19:28:14.983 INFO O| seeding SMF database...
85172024-10-30T19:28:17.270Z[ recovery-image] Oct 30 19:28:16.381 INFO E| Compiling clap v4.5.17
85182024-10-30T19:28:17.324Z[ recovery-image] Oct 30 19:28:16.434 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85192024-10-30T19:28:18.328Z[ recovery-image] Oct 30 19:28:17.438 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
85202024-10-30T19:28:18.339Z[ recovery-image] Oct 30 19:28:17.449 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85212024-10-30T19:28:18.463Z[ recovery-image] Oct 30 19:28:17.573 INFO E| Updating crates.io index
85222024-10-30T19:28:18.762Z[ recovery-image] Oct 30 19:28:17.873 INFO E| Downloading crates ...
85232024-10-30T19:28:18.842Z[ recovery-image] Oct 30 19:28:17.952 INFO E| Downloaded bitstruct_derive v0.1.0
85242024-10-30T19:28:18.853Z[ recovery-image] Oct 30 19:28:17.963 INFO E| Downloaded raw-cpuid v10.7.0
85252024-10-30T19:28:18.856Z[ recovery-image] Oct 30 19:28:17.967 INFO E| Downloaded bitstruct v0.1.1
85262024-10-30T19:28:18.859Z[ recovery-image] Oct 30 19:28:17.968 INFO E| Downloaded seq-macro v0.3.5
85272024-10-30T19:28:18.861Z[ recovery-image] Oct 30 19:28:17.970 INFO E| Downloaded cpio_reader v0.1.1
85282024-10-30T19:28:18.863Z[ recovery-image] Oct 30 19:28:17.973 INFO E| Downloaded bit_field v0.10.2
85292024-10-30T19:28:18.974Z[ recovery-image] Oct 30 19:28:18.084 INFO E| Downloaded x86 v0.52.0
85302024-10-30T19:28:19.034Z[ recovery-image] Oct 30 19:28:18.144 INFO E| Updating crates.io index
85312024-10-30T19:28:19.087Z[ recovery-image] Oct 30 19:28:18.197 INFO E| Downloading crates ...
85322024-10-30T19:28:19.178Z[ recovery-image] Oct 30 19:28:18.289 INFO E| Downloaded compiler_builtins v0.1.125
85332024-10-30T19:28:19.189Z[ recovery-image] Oct 30 19:28:18.300 INFO E| Downloaded unicode-width v0.1.13
85342024-10-30T19:28:19.258Z[ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling compiler_builtins v0.1.125
85352024-10-30T19:28:19.258Z[ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85362024-10-30T19:28:19.261Z[ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling proc-macro2 v1.0.86
85372024-10-30T19:28:19.261Z[ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling unicode-ident v1.0.13
85382024-10-30T19:28:19.261Z[ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling syn v1.0.109
85392024-10-30T19:28:19.261Z[ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling x86 v0.52.0
85402024-10-30T19:28:19.265Z[ recovery-image] Oct 30 19:28:18.376 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85412024-10-30T19:28:19.267Z[ recovery-image] Oct 30 19:28:18.376 INFO E| Compiling seq-macro v0.3.5
85422024-10-30T19:28:20.456Z[ recovery-image] Oct 30 19:28:19.567 INFO E| Compiling quote v1.0.37
85432024-10-30T19:28:20.721Z[ recovery-image] Oct 30 19:28:19.831 INFO E| Compiling syn v2.0.77
85442024-10-30T19:28:23.300Z[ recovery-image] Oct 30 19:28:22.411 INFO E| Compiling scroll_derive v0.12.0
85452024-10-30T19:28:24.134Z[ host-image] Oct 30 19:28:23.245 INFO O| configuring SMF profile...
85462024-10-30T19:28:24.134Z[ host-image] Oct 30 19:28:23.245 INFO O| modifying shadow(5)...
85472024-10-30T19:28:24.137Z[ host-image] Oct 30 19:28:23.245 INFO O| loading user and group database...
85482024-10-30T19:28:24.137Z[ host-image] Oct 30 19:28:23.245 INFO O| assessing packaged files...
85492024-10-30T19:28:25.415Z[ recovery-image] Oct 30 19:28:24.525 INFO E| Compiling bitstruct_derive v0.1.0
85502024-10-30T19:28:26.679Z[ host-image] Oct 30 19:28:25.789 INFO O| creating archive...
85512024-10-30T19:28:26.711Z[ host-image] Oct 30 19:28:25.822 INFO O| missing from packaging:
85522024-10-30T19:28:26.711Z[ host-image] Oct 30 19:28:25.822 INFO O| "etc/.pwd.lock"
85532024-10-30T19:28:26.711Z[ host-image] Oct 30 19:28:25.822 INFO O| "etc/bash"
85542024-10-30T19:28:26.716Z[ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/generic.xml"
85552024-10-30T19:28:26.716Z[ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/inetd_services.xml"
85562024-10-30T19:28:26.719Z[ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/name_service.xml"
85572024-10-30T19:28:26.719Z[ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/platform.xml"
85582024-10-30T19:28:26.719Z[ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/platform_omicron1.xml"
85592024-10-30T19:28:26.719Z[ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/repository.db"
85602024-10-30T19:28:26.725Z[ host-image] Oct 30 19:28:25.835 INFO O| "opt/ooce/share"
85612024-10-30T19:28:26.725Z[ host-image] Oct 30 19:28:25.835 INFO O| "opt/ooce/share/man"
85622024-10-30T19:28:26.725Z[ host-image] Oct 30 19:28:25.835 INFO O| "opt/ooce/share/man/man1"
85632024-10-30T19:28:26.734Z[ host-image] Oct 30 19:28:25.844 INFO O| finishing archive...
85642024-10-30T19:28:29.542Z[ host-image] Oct 30 19:28:28.653 INFO O| creating gzonly manifest...
85652024-10-30T19:28:29.571Z[ host-image] Oct 30 19:28:28.681 INFO O| ok
85662024-10-30T19:28:29.686Z[ host-image] Oct 30 19:28:28.796 INFO image builder template: ramdisk-02-trim...
85672024-10-30T19:28:29.686Z[ host-image] Oct 30 19:28:28.796 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/.tmp4gr4ys/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85682024-10-30T19:28:29.710Z[ host-image] Oct 30 19:28:28.821 INFO O| Oct 30 19:28:28.820 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85692024-10-30T19:28:29.715Z[ host-image] Oct 30 19:28:28.825 INFO O| Oct 30 19:28:28.825 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85702024-10-30T19:28:29.805Z[ host-image] Oct 30 19:28:28.914 INFO O| Oct 30 19:28:28.914 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85712024-10-30T19:28:29.864Z[ host-image] Oct 30 19:28:28.974 INFO O| Oct 30 19:28:28.974 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85722024-10-30T19:28:29.867Z[ host-image] Oct 30 19:28:28.974 INFO O| Oct 30 19:28:28.974 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85732024-10-30T19:28:29.869Z[ host-image] Oct 30 19:28:28.980 INFO O| Oct 30 19:28:28.980 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85742024-10-30T19:28:29.874Z[ host-image] Oct 30 19:28:28.984 INFO O| Oct 30 19:28:28.984 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85752024-10-30T19:28:29.879Z[ host-image] Oct 30 19:28:28.989 INFO O| Oct 30 19:28:28.989 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85762024-10-30T19:28:30.173Z[ host-image] Oct 30 19:28:29.283 INFO O| Oct 30 19:28:29.283 INFO rolled back to input snapshot; work may begin
85772024-10-30T19:28:30.173Z[ host-image] Oct 30 19:28:29.283 INFO O| Oct 30 19:28:29.283 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85782024-10-30T19:28:30.178Z[ host-image] Oct 30 19:28:29.289 INFO O| Oct 30 19:28:29.289 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-10-30T19:28:30.188Z[ host-image] Oct 30 19:28:29.299 INFO O| Oct 30 19:28:29.298 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85802024-10-30T19:28:30.238Z[ host-image] Oct 30 19:28:29.348 INFO O| Oct 30 19:28:29.348 INFO STEP 0 (remove_files) COMPLETE
85812024-10-30T19:28:30.238Z[ host-image] Oct 30 19:28:29.348 INFO O| Oct 30 19:28:29.348 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-30T19:28:30.249Z[ host-image] Oct 30 19:28:29.359 INFO O| Oct 30 19:28:29.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85832024-10-30T19:28:30.252Z[ host-image] Oct 30 19:28:29.361 INFO O| Oct 30 19:28:29.361 INFO STEP 1 (remove_files) COMPLETE
85842024-10-30T19:28:30.252Z[ host-image] Oct 30 19:28:29.361 INFO O| Oct 30 19:28:29.361 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-30T19:28:30.260Z[ host-image] Oct 30 19:28:29.370 INFO O| Oct 30 19:28:29.370 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85862024-10-30T19:28:30.274Z[ host-image] Oct 30 19:28:29.384 INFO O| Oct 30 19:28:29.384 INFO STEP 2 (remove_files) COMPLETE
85872024-10-30T19:28:30.274Z[ host-image] Oct 30 19:28:29.384 INFO O| Oct 30 19:28:29.384 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-30T19:28:30.284Z[ host-image] Oct 30 19:28:29.395 INFO O| Oct 30 19:28:29.395 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85892024-10-30T19:28:30.287Z[ host-image] Oct 30 19:28:29.397 INFO O| Oct 30 19:28:29.396 INFO STEP 3 (remove_files) COMPLETE
85902024-10-30T19:28:30.287Z[ host-image] Oct 30 19:28:29.397 INFO O| Oct 30 19:28:29.397 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-30T19:28:30.296Z[ host-image] Oct 30 19:28:29.406 INFO O| Oct 30 19:28:29.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85922024-10-30T19:28:30.299Z[ host-image] Oct 30 19:28:29.410 INFO O| Oct 30 19:28:29.410 INFO STEP 4 (remove_files) COMPLETE
85932024-10-30T19:28:30.299Z[ host-image] Oct 30 19:28:29.410 INFO O| Oct 30 19:28:29.410 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-30T19:28:30.309Z[ host-image] Oct 30 19:28:29.419 INFO O| Oct 30 19:28:29.419 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85952024-10-30T19:28:30.311Z[ host-image] Oct 30 19:28:29.422 INFO O| Oct 30 19:28:29.422 INFO STEP 5 (remove_files) COMPLETE
85962024-10-30T19:28:30.314Z[ host-image] Oct 30 19:28:29.422 INFO O| Oct 30 19:28:29.422 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-30T19:28:30.321Z[ host-image] Oct 30 19:28:29.432 INFO O| Oct 30 19:28:29.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85982024-10-30T19:28:30.331Z[ host-image] Oct 30 19:28:29.442 INFO O| Oct 30 19:28:29.441 INFO STEP 6 (remove_files) COMPLETE
85992024-10-30T19:28:30.331Z[ host-image] Oct 30 19:28:29.442 INFO O| Oct 30 19:28:29.442 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-30T19:28:30.343Z[ host-image] Oct 30 19:28:29.453 INFO O| Oct 30 19:28:29.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86012024-10-30T19:28:30.354Z[ host-image] Oct 30 19:28:29.465 INFO O| Oct 30 19:28:29.465 INFO STEP 7 (remove_files) COMPLETE
86022024-10-30T19:28:30.354Z[ host-image] Oct 30 19:28:29.465 INFO O| Oct 30 19:28:29.465 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-30T19:28:30.366Z[ host-image] Oct 30 19:28:29.475 INFO O| Oct 30 19:28:29.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86042024-10-30T19:28:30.435Z[ host-image] Oct 30 19:28:29.545 INFO O| Oct 30 19:28:29.545 INFO STEP 8 (remove_files) COMPLETE
86052024-10-30T19:28:30.435Z[ host-image] Oct 30 19:28:29.545 INFO O| Oct 30 19:28:29.545 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-30T19:28:30.446Z[ host-image] Oct 30 19:28:29.557 INFO O| Oct 30 19:28:29.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86072024-10-30T19:28:30.534Z[ host-image] Oct 30 19:28:29.644 INFO O| Oct 30 19:28:29.644 INFO STEP 9 (remove_files) COMPLETE
86082024-10-30T19:28:30.534Z[ host-image] Oct 30 19:28:29.644 INFO O| Oct 30 19:28:29.644 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-30T19:28:30.545Z[ host-image] Oct 30 19:28:29.655 INFO O| Oct 30 19:28:29.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86102024-10-30T19:28:30.549Z[ host-image] Oct 30 19:28:29.658 INFO O| Oct 30 19:28:29.658 INFO STEP 10 (remove_files) COMPLETE
86112024-10-30T19:28:30.550Z[ host-image] Oct 30 19:28:29.658 INFO O| Oct 30 19:28:29.658 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-30T19:28:30.559Z[ host-image] Oct 30 19:28:29.668 INFO O| Oct 30 19:28:29.668 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86132024-10-30T19:28:30.563Z[ host-image] Oct 30 19:28:29.669 INFO O| Oct 30 19:28:29.669 INFO STEP 11 (remove_files) COMPLETE
86142024-10-30T19:28:30.564Z[ host-image] Oct 30 19:28:29.669 INFO O| Oct 30 19:28:29.669 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-30T19:28:30.571Z[ host-image] Oct 30 19:28:29.678 INFO O| Oct 30 19:28:29.678 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86162024-10-30T19:28:30.579Z[ host-image] Oct 30 19:28:29.680 INFO O| Oct 30 19:28:29.680 INFO STEP 12 (remove_files) COMPLETE
86172024-10-30T19:28:30.579Z[ host-image] Oct 30 19:28:29.680 INFO O| Oct 30 19:28:29.680 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-10-30T19:28:30.601Z[ host-image] Oct 30 19:28:29.710 INFO O| Oct 30 19:28:29.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86192024-10-30T19:28:30.612Z[ host-image] Oct 30 19:28:29.722 INFO O| Oct 30 19:28:29.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86202024-10-30T19:28:30.616Z[ host-image] Oct 30 19:28:29.722 INFO O| Oct 30 19:28:29.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86212024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86222024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86232024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86242024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86252024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86262024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86272024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86282024-10-30T19:28:30.617Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86292024-10-30T19:28:30.618Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86302024-10-30T19:28:30.618Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86312024-10-30T19:28:30.618Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86322024-10-30T19:28:30.618Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86332024-10-30T19:28:30.618Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86342024-10-30T19:28:30.618Z[ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86352024-10-30T19:28:30.895Z[ host-image] Oct 30 19:28:30.005 INFO O| Oct 30 19:28:30.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86362024-10-30T19:28:30.898Z[ host-image] Oct 30 19:28:30.006 INFO O| Oct 30 19:28:30.006 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86372024-10-30T19:28:30.901Z[ host-image] Oct 30 19:28:30.011 INFO O| Oct 30 19:28:30.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86382024-10-30T19:28:30.950Z[ host-image] Oct 30 19:28:30.060 INFO O| Oct 30 19:28:30.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86392024-10-30T19:28:30.964Z[ host-image] Oct 30 19:28:30.074 INFO O| Oct 30 19:28:30.074 INFO STEP 13 (remove_files) COMPLETE
86402024-10-30T19:28:30.964Z[ host-image] Oct 30 19:28:30.074 INFO O| Oct 30 19:28:30.074 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-30T19:28:30.975Z[ host-image] Oct 30 19:28:30.085 INFO O| Oct 30 19:28:30.085 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86422024-10-30T19:28:30.977Z[ host-image] Oct 30 19:28:30.087 INFO O| Oct 30 19:28:30.087 INFO STEP 14 (remove_files) COMPLETE
86432024-10-30T19:28:30.977Z[ host-image] Oct 30 19:28:30.087 INFO O| Oct 30 19:28:30.087 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-30T19:28:30.986Z[ host-image] Oct 30 19:28:30.096 INFO O| Oct 30 19:28:30.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86452024-10-30T19:28:30.993Z[ host-image] Oct 30 19:28:30.103 INFO O| Oct 30 19:28:30.103 INFO STEP 15 (remove_files) COMPLETE
86462024-10-30T19:28:30.993Z[ host-image] Oct 30 19:28:30.103 INFO O| Oct 30 19:28:30.103 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-30T19:28:31.004Z[ host-image] Oct 30 19:28:30.113 INFO O| Oct 30 19:28:30.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86482024-10-30T19:28:31.007Z[ host-image] Oct 30 19:28:30.113 INFO O| Oct 30 19:28:30.113 INFO STEP 16 (remove_files) COMPLETE
86492024-10-30T19:28:31.007Z[ host-image] Oct 30 19:28:30.113 INFO O| Oct 30 19:28:30.113 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-30T19:28:31.012Z[ host-image] Oct 30 19:28:30.123 INFO O| Oct 30 19:28:30.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86512024-10-30T19:28:31.015Z[ host-image] Oct 30 19:28:30.124 INFO O| Oct 30 19:28:30.124 INFO STEP 17 (remove_files) COMPLETE
86522024-10-30T19:28:31.015Z[ host-image] Oct 30 19:28:30.124 INFO O| Oct 30 19:28:30.124 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-30T19:28:31.024Z[ host-image] Oct 30 19:28:30.134 INFO O| Oct 30 19:28:30.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86542024-10-30T19:28:31.024Z[ host-image] Oct 30 19:28:30.134 INFO O| Oct 30 19:28:30.134 INFO STEP 18 (remove_files) COMPLETE
86552024-10-30T19:28:31.024Z[ host-image] Oct 30 19:28:30.134 INFO O| Oct 30 19:28:30.134 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-30T19:28:31.033Z[ host-image] Oct 30 19:28:30.144 INFO O| Oct 30 19:28:30.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86572024-10-30T19:28:31.033Z[ host-image] Oct 30 19:28:30.144 INFO O| Oct 30 19:28:30.144 INFO STEP 19 (remove_files) COMPLETE
86582024-10-30T19:28:31.033Z[ host-image] Oct 30 19:28:30.144 INFO O| Oct 30 19:28:30.144 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-30T19:28:31.043Z[ host-image] Oct 30 19:28:30.153 INFO O| Oct 30 19:28:30.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86602024-10-30T19:28:31.043Z[ host-image] Oct 30 19:28:30.153 INFO O| Oct 30 19:28:30.153 INFO STEP 20 (remove_files) COMPLETE
86612024-10-30T19:28:31.046Z[ host-image] Oct 30 19:28:30.153 INFO O| Oct 30 19:28:30.153 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-30T19:28:31.053Z[ host-image] Oct 30 19:28:30.163 INFO O| Oct 30 19:28:30.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86632024-10-30T19:28:31.055Z[ host-image] Oct 30 19:28:30.163 INFO O| Oct 30 19:28:30.163 INFO STEP 21 (remove_files) COMPLETE
86642024-10-30T19:28:31.055Z[ host-image] Oct 30 19:28:30.163 INFO O| Oct 30 19:28:30.163 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-30T19:28:31.062Z[ host-image] Oct 30 19:28:30.173 INFO O| Oct 30 19:28:30.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86662024-10-30T19:28:31.063Z[ host-image] Oct 30 19:28:30.173 INFO O| Oct 30 19:28:30.173 INFO STEP 22 (remove_files) COMPLETE
86672024-10-30T19:28:31.066Z[ host-image] Oct 30 19:28:30.173 INFO O| Oct 30 19:28:30.173 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-30T19:28:31.072Z[ host-image] Oct 30 19:28:30.182 INFO O| Oct 30 19:28:30.182 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86692024-10-30T19:28:31.072Z[ host-image] Oct 30 19:28:30.183 INFO O| Oct 30 19:28:30.182 INFO STEP 23 (remove_files) COMPLETE
86702024-10-30T19:28:31.074Z[ host-image] Oct 30 19:28:30.183 INFO O| Oct 30 19:28:30.183 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-30T19:28:31.083Z[ host-image] Oct 30 19:28:30.193 INFO O| Oct 30 19:28:30.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86722024-10-30T19:28:31.083Z[ host-image] Oct 30 19:28:30.193 INFO O| Oct 30 19:28:30.193 INFO STEP 24 (remove_files) COMPLETE
86732024-10-30T19:28:31.083Z[ host-image] Oct 30 19:28:30.193 INFO O| Oct 30 19:28:30.193 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-30T19:28:31.092Z[ host-image] Oct 30 19:28:30.202 INFO O| Oct 30 19:28:30.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86752024-10-30T19:28:31.092Z[ host-image] Oct 30 19:28:30.202 INFO O| Oct 30 19:28:30.202 INFO STEP 25 (remove_files) COMPLETE
86762024-10-30T19:28:31.094Z[ host-image] Oct 30 19:28:30.202 INFO O| Oct 30 19:28:30.202 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-30T19:28:31.102Z[ host-image] Oct 30 19:28:30.212 INFO O| Oct 30 19:28:30.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86782024-10-30T19:28:31.102Z[ host-image] Oct 30 19:28:30.212 INFO O| Oct 30 19:28:30.212 INFO STEP 26 (remove_files) COMPLETE
86792024-10-30T19:28:31.105Z[ host-image] Oct 30 19:28:30.212 INFO O| Oct 30 19:28:30.212 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-30T19:28:31.111Z[ host-image] Oct 30 19:28:30.222 INFO O| Oct 30 19:28:30.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86812024-10-30T19:28:31.112Z[ host-image] Oct 30 19:28:30.222 INFO O| Oct 30 19:28:30.222 INFO STEP 27 (remove_files) COMPLETE
86822024-10-30T19:28:31.114Z[ host-image] Oct 30 19:28:30.222 INFO O| Oct 30 19:28:30.222 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-30T19:28:31.121Z[ host-image] Oct 30 19:28:30.231 INFO O| Oct 30 19:28:30.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86842024-10-30T19:28:31.124Z[ host-image] Oct 30 19:28:30.232 INFO O| Oct 30 19:28:30.231 INFO STEP 28 (remove_files) COMPLETE
86852024-10-30T19:28:31.125Z[ host-image] Oct 30 19:28:30.232 INFO O| Oct 30 19:28:30.232 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-30T19:28:31.134Z[ host-image] Oct 30 19:28:30.244 INFO O| Oct 30 19:28:30.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86872024-10-30T19:28:31.134Z[ host-image] Oct 30 19:28:30.244 INFO O| Oct 30 19:28:30.244 INFO STEP 29 (remove_files) COMPLETE
86882024-10-30T19:28:31.136Z[ host-image] Oct 30 19:28:30.244 INFO O| Oct 30 19:28:30.244 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-30T19:28:31.144Z[ host-image] Oct 30 19:28:30.254 INFO O| Oct 30 19:28:30.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86902024-10-30T19:28:31.146Z[ host-image] Oct 30 19:28:30.254 INFO O| Oct 30 19:28:30.254 INFO STEP 30 (remove_files) COMPLETE
86912024-10-30T19:28:31.146Z[ host-image] Oct 30 19:28:30.254 INFO O| Oct 30 19:28:30.254 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-30T19:28:31.153Z[ host-image] Oct 30 19:28:30.264 INFO O| Oct 30 19:28:30.263 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86932024-10-30T19:28:31.153Z[ host-image] Oct 30 19:28:30.264 INFO O| Oct 30 19:28:30.264 INFO STEP 31 (remove_files) COMPLETE
86942024-10-30T19:28:31.155Z[ host-image] Oct 30 19:28:30.264 INFO O| Oct 30 19:28:30.264 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-30T19:28:31.163Z[ host-image] Oct 30 19:28:30.273 INFO O| Oct 30 19:28:30.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86962024-10-30T19:28:31.163Z[ host-image] Oct 30 19:28:30.273 INFO O| Oct 30 19:28:30.273 INFO STEP 32 (remove_files) COMPLETE
86972024-10-30T19:28:31.163Z[ host-image] Oct 30 19:28:30.273 INFO O| Oct 30 19:28:30.273 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-30T19:28:31.175Z[ host-image] Oct 30 19:28:30.283 INFO O| Oct 30 19:28:30.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86992024-10-30T19:28:31.177Z[ host-image] Oct 30 19:28:30.283 INFO O| Oct 30 19:28:30.283 INFO STEP 33 (remove_files) COMPLETE
87002024-10-30T19:28:31.177Z[ host-image] Oct 30 19:28:30.283 INFO O| Oct 30 19:28:30.283 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-30T19:28:31.182Z[ host-image] Oct 30 19:28:30.293 INFO O| Oct 30 19:28:30.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87022024-10-30T19:28:31.184Z[ host-image] Oct 30 19:28:30.293 INFO O| Oct 30 19:28:30.293 INFO STEP 34 (remove_files) COMPLETE
87032024-10-30T19:28:31.185Z[ host-image] Oct 30 19:28:30.293 INFO O| Oct 30 19:28:30.293 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-30T19:28:31.192Z[ host-image] Oct 30 19:28:30.302 INFO O| Oct 30 19:28:30.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87052024-10-30T19:28:31.192Z[ host-image] Oct 30 19:28:30.302 INFO O| Oct 30 19:28:30.302 INFO STEP 35 (remove_files) COMPLETE
87062024-10-30T19:28:31.192Z[ host-image] Oct 30 19:28:30.302 INFO O| Oct 30 19:28:30.302 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-30T19:28:31.201Z[ host-image] Oct 30 19:28:30.312 INFO O| Oct 30 19:28:30.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87082024-10-30T19:28:31.201Z[ host-image] Oct 30 19:28:30.312 INFO O| Oct 30 19:28:30.312 INFO STEP 36 (remove_files) COMPLETE
87092024-10-30T19:28:31.204Z[ host-image] Oct 30 19:28:30.312 INFO O| Oct 30 19:28:30.312 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-30T19:28:31.211Z[ host-image] Oct 30 19:28:30.321 INFO O| Oct 30 19:28:30.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87112024-10-30T19:28:31.211Z[ host-image] Oct 30 19:28:30.322 INFO O| Oct 30 19:28:30.322 INFO STEP 37 (remove_files) COMPLETE
87122024-10-30T19:28:31.211Z[ host-image] Oct 30 19:28:30.322 INFO O| Oct 30 19:28:30.322 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-30T19:28:31.221Z[ host-image] Oct 30 19:28:30.331 INFO O| Oct 30 19:28:30.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87142024-10-30T19:28:31.221Z[ host-image] Oct 30 19:28:30.331 INFO O| Oct 30 19:28:30.331 INFO STEP 38 (remove_files) COMPLETE
87152024-10-30T19:28:31.223Z[ host-image] Oct 30 19:28:30.331 INFO O| Oct 30 19:28:30.331 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-30T19:28:31.231Z[ host-image] Oct 30 19:28:30.341 INFO O| Oct 30 19:28:30.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87172024-10-30T19:28:31.231Z[ host-image] Oct 30 19:28:30.341 INFO O| Oct 30 19:28:30.341 INFO STEP 39 (remove_files) COMPLETE
87182024-10-30T19:28:31.231Z[ host-image] Oct 30 19:28:30.341 INFO O| Oct 30 19:28:30.341 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-30T19:28:31.241Z[ host-image] Oct 30 19:28:30.351 INFO O| Oct 30 19:28:30.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87202024-10-30T19:28:31.241Z[ host-image] Oct 30 19:28:30.351 INFO O| Oct 30 19:28:30.351 INFO STEP 40 (remove_files) COMPLETE
87212024-10-30T19:28:31.243Z[ host-image] Oct 30 19:28:30.351 INFO O| Oct 30 19:28:30.351 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-30T19:28:31.250Z[ host-image] Oct 30 19:28:30.361 INFO O| Oct 30 19:28:30.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87232024-10-30T19:28:31.250Z[ host-image] Oct 30 19:28:30.361 INFO O| Oct 30 19:28:30.361 INFO STEP 41 (remove_files) COMPLETE
87242024-10-30T19:28:31.253Z[ host-image] Oct 30 19:28:30.361 INFO O| Oct 30 19:28:30.361 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-30T19:28:31.261Z[ host-image] Oct 30 19:28:30.371 INFO O| Oct 30 19:28:30.371 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87262024-10-30T19:28:31.263Z[ host-image] Oct 30 19:28:30.371 INFO O| Oct 30 19:28:30.371 INFO STEP 42 (remove_files) COMPLETE
87272024-10-30T19:28:31.263Z[ host-image] Oct 30 19:28:30.371 INFO O| Oct 30 19:28:30.371 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-30T19:28:31.273Z[ host-image] Oct 30 19:28:30.383 INFO O| Oct 30 19:28:30.383 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87292024-10-30T19:28:31.273Z[ host-image] Oct 30 19:28:30.383 INFO O| Oct 30 19:28:30.383 INFO STEP 43 (remove_files) COMPLETE
87302024-10-30T19:28:31.276Z[ host-image] Oct 30 19:28:30.383 INFO O| Oct 30 19:28:30.383 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-30T19:28:31.283Z[ host-image] Oct 30 19:28:30.393 INFO O| Oct 30 19:28:30.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87322024-10-30T19:28:31.283Z[ host-image] Oct 30 19:28:30.393 INFO O| Oct 30 19:28:30.393 INFO STEP 44 (remove_files) COMPLETE
87332024-10-30T19:28:31.286Z[ host-image] Oct 30 19:28:30.393 INFO O| Oct 30 19:28:30.393 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-30T19:28:31.293Z[ host-image] Oct 30 19:28:30.403 INFO O| Oct 30 19:28:30.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87352024-10-30T19:28:31.293Z[ host-image] Oct 30 19:28:30.403 INFO O| Oct 30 19:28:30.403 INFO STEP 45 (remove_files) COMPLETE
87362024-10-30T19:28:31.297Z[ host-image] Oct 30 19:28:30.403 INFO O| Oct 30 19:28:30.403 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-30T19:28:31.305Z[ host-image] Oct 30 19:28:30.415 INFO O| Oct 30 19:28:30.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87382024-10-30T19:28:31.305Z[ host-image] Oct 30 19:28:30.416 INFO O| Oct 30 19:28:30.415 INFO STEP 46 (remove_files) COMPLETE
87392024-10-30T19:28:31.305Z[ host-image] Oct 30 19:28:30.416 INFO O| Oct 30 19:28:30.415 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-30T19:28:31.315Z[ host-image] Oct 30 19:28:30.425 INFO O| Oct 30 19:28:30.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87412024-10-30T19:28:31.317Z[ host-image] Oct 30 19:28:30.425 INFO O| Oct 30 19:28:30.425 INFO STEP 47 (remove_files) COMPLETE
87422024-10-30T19:28:31.317Z[ host-image] Oct 30 19:28:30.425 INFO O| Oct 30 19:28:30.425 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-30T19:28:31.327Z[ host-image] Oct 30 19:28:30.437 INFO O| Oct 30 19:28:30.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87442024-10-30T19:28:31.327Z[ host-image] Oct 30 19:28:30.437 INFO O| Oct 30 19:28:30.437 INFO STEP 48 (remove_files) COMPLETE
87452024-10-30T19:28:31.327Z[ host-image] Oct 30 19:28:30.437 INFO O| Oct 30 19:28:30.437 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-30T19:28:31.337Z[ host-image] Oct 30 19:28:30.447 INFO O| Oct 30 19:28:30.447 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87472024-10-30T19:28:31.337Z[ host-image] Oct 30 19:28:30.447 INFO O| Oct 30 19:28:30.447 INFO STEP 49 (remove_files) COMPLETE
87482024-10-30T19:28:31.340Z[ host-image] Oct 30 19:28:30.447 INFO O| Oct 30 19:28:30.447 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-30T19:28:31.347Z[ host-image] Oct 30 19:28:30.458 INFO O| Oct 30 19:28:30.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87502024-10-30T19:28:31.348Z[ host-image] Oct 30 19:28:30.458 INFO O| Oct 30 19:28:30.458 INFO STEP 50 (remove_files) COMPLETE
87512024-10-30T19:28:31.348Z[ host-image] Oct 30 19:28:30.458 INFO O| Oct 30 19:28:30.458 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-30T19:28:31.357Z[ host-image] Oct 30 19:28:30.467 INFO O| Oct 30 19:28:30.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87532024-10-30T19:28:31.357Z[ host-image] Oct 30 19:28:30.467 INFO O| Oct 30 19:28:30.467 INFO STEP 51 (remove_files) COMPLETE
87542024-10-30T19:28:31.357Z[ host-image] Oct 30 19:28:30.467 INFO O| Oct 30 19:28:30.467 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-30T19:28:31.366Z[ host-image] Oct 30 19:28:30.477 INFO O| Oct 30 19:28:30.477 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87562024-10-30T19:28:31.369Z[ host-image] Oct 30 19:28:30.477 INFO O| Oct 30 19:28:30.477 INFO STEP 52 (remove_files) COMPLETE
87572024-10-30T19:28:31.369Z[ host-image] Oct 30 19:28:30.477 INFO O| Oct 30 19:28:30.477 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-30T19:28:31.376Z[ host-image] Oct 30 19:28:30.486 INFO O| Oct 30 19:28:30.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87592024-10-30T19:28:31.376Z[ host-image] Oct 30 19:28:30.486 INFO O| Oct 30 19:28:30.486 INFO STEP 53 (remove_files) COMPLETE
87602024-10-30T19:28:31.379Z[ host-image] Oct 30 19:28:30.487 INFO O| Oct 30 19:28:30.486 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-30T19:28:31.386Z[ host-image] Oct 30 19:28:30.496 INFO O| Oct 30 19:28:30.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87622024-10-30T19:28:31.386Z[ host-image] Oct 30 19:28:30.496 INFO O| Oct 30 19:28:30.496 INFO STEP 54 (remove_files) COMPLETE
87632024-10-30T19:28:31.389Z[ host-image] Oct 30 19:28:30.496 INFO O| Oct 30 19:28:30.496 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-30T19:28:31.396Z[ host-image] Oct 30 19:28:30.506 INFO O| Oct 30 19:28:30.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87652024-10-30T19:28:31.396Z[ host-image] Oct 30 19:28:30.506 INFO O| Oct 30 19:28:30.506 INFO STEP 55 (remove_files) COMPLETE
87662024-10-30T19:28:31.398Z[ host-image] Oct 30 19:28:30.506 INFO O| Oct 30 19:28:30.506 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-30T19:28:31.405Z[ host-image] Oct 30 19:28:30.515 INFO O| Oct 30 19:28:30.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87682024-10-30T19:28:31.408Z[ host-image] Oct 30 19:28:30.515 INFO O| Oct 30 19:28:30.515 INFO STEP 56 (remove_files) COMPLETE
87692024-10-30T19:28:31.408Z[ host-image] Oct 30 19:28:30.515 INFO O| Oct 30 19:28:30.515 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-10-30T19:28:31.414Z[ host-image] Oct 30 19:28:30.525 INFO O| Oct 30 19:28:30.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87712024-10-30T19:28:31.414Z[ host-image] Oct 30 19:28:30.525 INFO O| Oct 30 19:28:30.525 INFO STEP 57 (remove_files) COMPLETE
87722024-10-30T19:28:31.417Z[ host-image] Oct 30 19:28:30.525 INFO O| Oct 30 19:28:30.525 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-10-30T19:28:31.424Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87742024-10-30T19:28:31.425Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87752024-10-30T19:28:31.427Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87762024-10-30T19:28:31.427Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87772024-10-30T19:28:31.427Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87782024-10-30T19:28:31.427Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87792024-10-30T19:28:31.427Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO ok!
87802024-10-30T19:28:31.427Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO STEP 58 (ensure_file) COMPLETE
87812024-10-30T19:28:31.427Z[ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-10-30T19:28:31.435Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87832024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87842024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87852024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87862024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87872024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87882024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO ok!
87892024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO STEP 59 (ensure_file) COMPLETE
87902024-10-30T19:28:31.438Z[ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-10-30T19:28:31.447Z[ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87922024-10-30T19:28:31.447Z[ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87932024-10-30T19:28:31.451Z[ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87942024-10-30T19:28:31.451Z[ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO ok!
87952024-10-30T19:28:31.451Z[ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO STEP 60 (ensure_file) COMPLETE
87962024-10-30T19:28:31.452Z[ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-30T19:28:31.457Z[ host-image] Oct 30 19:28:30.567 INFO O| Oct 30 19:28:30.567 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87982024-10-30T19:28:31.457Z[ host-image] Oct 30 19:28:30.567 INFO O| Oct 30 19:28:30.567 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87992024-10-30T19:28:31.460Z[ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88002024-10-30T19:28:31.460Z[ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO ok!
88012024-10-30T19:28:31.460Z[ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO STEP 61 (ensure_file) COMPLETE
88022024-10-30T19:28:31.460Z[ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-10-30T19:28:31.467Z[ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88042024-10-30T19:28:31.467Z[ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88052024-10-30T19:28:31.469Z[ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88062024-10-30T19:28:31.469Z[ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88072024-10-30T19:28:31.469Z[ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO ok!
88082024-10-30T19:28:31.469Z[ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO STEP 62 (ensure_file) COMPLETE
88092024-10-30T19:28:31.469Z[ host-image] Oct 30 19:28:30.578 INFO O| Oct 30 19:28:30.577 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-10-30T19:28:31.477Z[ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88112024-10-30T19:28:31.477Z[ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88122024-10-30T19:28:31.480Z[ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88132024-10-30T19:28:31.480Z[ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88142024-10-30T19:28:31.480Z[ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO ok!
88152024-10-30T19:28:31.480Z[ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO STEP 63 (ensure_file) COMPLETE
88162024-10-30T19:28:31.480Z[ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-10-30T19:28:31.488Z[ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88182024-10-30T19:28:31.488Z[ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88192024-10-30T19:28:31.490Z[ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88202024-10-30T19:28:31.490Z[ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO ok!
88212024-10-30T19:28:31.490Z[ host-image] Oct 30 19:28:30.599 INFO O| Oct 30 19:28:30.598 INFO STEP 64 (assemble_files) COMPLETE
88222024-10-30T19:28:31.490Z[ host-image] Oct 30 19:28:30.599 INFO O| Oct 30 19:28:30.599 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-10-30T19:28:31.498Z[ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88242024-10-30T19:28:31.498Z[ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88252024-10-30T19:28:31.500Z[ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88262024-10-30T19:28:31.500Z[ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88272024-10-30T19:28:31.500Z[ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO ok!
88282024-10-30T19:28:31.500Z[ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO STEP 65 (ensure_file) COMPLETE
88292024-10-30T19:28:31.500Z[ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-10-30T19:28:31.507Z[ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88312024-10-30T19:28:31.510Z[ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88322024-10-30T19:28:31.510Z[ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88332024-10-30T19:28:31.510Z[ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO STEP 66 (ensure_dir) COMPLETE
88342024-10-30T19:28:31.510Z[ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-10-30T19:28:31.517Z[ host-image] Oct 30 19:28:30.628 INFO O| Oct 30 19:28:30.628 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88362024-10-30T19:28:31.517Z[ host-image] Oct 30 19:28:30.628 INFO O| Oct 30 19:28:30.628 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 ...
88372024-10-30T19:28:31.524Z[ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 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
88382024-10-30T19:28:31.525Z[ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88392024-10-30T19:28:31.527Z[ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO ok!
88402024-10-30T19:28:31.527Z[ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO STEP 67 (ensure_file) COMPLETE
88412024-10-30T19:28:31.527Z[ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-10-30T19:28:31.535Z[ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88432024-10-30T19:28:31.535Z[ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 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 ...
88442024-10-30T19:28:31.537Z[ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 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
88452024-10-30T19:28:31.537Z[ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88462024-10-30T19:28:31.537Z[ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO ok!
88472024-10-30T19:28:31.537Z[ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO STEP 68 (ensure_file) COMPLETE
88482024-10-30T19:28:31.537Z[ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-10-30T19:28:31.550Z[ host-image] Oct 30 19:28:30.660 INFO O| Oct 30 19:28:30.659 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88502024-10-30T19:28:31.550Z[ host-image] Oct 30 19:28:30.660 INFO O| Oct 30 19:28:30.660 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88512024-10-30T19:28:33.670Z[ host-image] Oct 30 19:28:32.780 INFO O| Oct 30 19:28:32.780 INFO STEP 69 (pack_tar) COMPLETE
88522024-10-30T19:28:33.670Z[ host-image] Oct 30 19:28:32.780 INFO O| Oct 30 19:28:32.780 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88532024-10-30T19:28:33.672Z[ host-image] Oct 30 19:28:32.780 INFO O| Oct 30 19:28:32.780 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88542024-10-30T19:28:34.088Z[ host-image] Oct 30 19:28:33.198 INFO O| Oct 30 19:28:33.198 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88552024-10-30T19:28:34.165Z[ host-image] Oct 30 19:28:33.275 INFO O| Oct 30 19:28:33.274 INFO completed processing gimlet/ramdisk-02-trim
88562024-10-30T19:28:34.167Z[ host-image] Oct 30 19:28:33.277 INFO image builder template: zfs...
88572024-10-30T19:28:34.167Z[ host-image] Oct 30 19:28:33.277 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/.tmp4gr4ys/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88582024-10-30T19:28:34.181Z[ host-image] Oct 30 19:28:33.291 INFO O| Oct 30 19:28:33.291 INFO skip include "stress" because feature "stress" is not enabled
88592024-10-30T19:28:34.215Z[ host-image] Oct 30 19:28:33.325 INFO O| Oct 30 19:28:33.325 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88602024-10-30T19:28:34.219Z[ host-image] Oct 30 19:28:33.330 INFO O| Oct 30 19:28:33.330 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88612024-10-30T19:28:34.295Z[ host-image] Oct 30 19:28:33.405 INFO O| Oct 30 19:28:33.405 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88622024-10-30T19:28:34.358Z[ host-image] Oct 30 19:28:33.468 INFO O| Oct 30 19:28:33.468 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88632024-10-30T19:28:34.359Z[ host-image] Oct 30 19:28:33.468 INFO O| Oct 30 19:28:33.468 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88642024-10-30T19:28:34.363Z[ host-image] Oct 30 19:28:33.473 INFO O| Oct 30 19:28:33.473 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88652024-10-30T19:28:34.429Z[ host-image] Oct 30 19:28:33.539 INFO O| Oct 30 19:28:33.539 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88662024-10-30T19:28:34.493Z[ host-image] Oct 30 19:28:33.603 INFO O| Oct 30 19:28:33.602 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88672024-10-30T19:28:34.503Z[ host-image] Oct 30 19:28:33.613 INFO O| Oct 30 19:28:33.613 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88682024-10-30T19:28:34.508Z[ host-image] Oct 30 19:28:33.618 INFO O| Oct 30 19:28:33.618 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88692024-10-30T19:28:34.511Z[ host-image] Oct 30 19:28:33.618 INFO O| Oct 30 19:28:33.618 INFO no lofi found
88702024-10-30T19:28:34.511Z[ host-image] Oct 30 19:28:33.619 INFO O| Oct 30 19:28:33.619 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88712024-10-30T19:28:34.511Z[ host-image] Oct 30 19:28:33.619 INFO O| Oct 30 19:28:33.619 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88722024-10-30T19:28:35.901Z[ host-image] Oct 30 19:28:35.009 INFO O| Oct 30 19:28:35.009 INFO lofi device = /dev/dsk/c2t1d0p0
88732024-10-30T19:28:35.901Z[ host-image] Oct 30 19:28:35.009 INFO O| Oct 30 19:28:35.009 INFO pool device = /dev/dsk/c2t1d0p0
88742024-10-30T19:28:35.904Z[ host-image] Oct 30 19:28:35.009 INFO O| Oct 30 19:28:35.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88752024-10-30T19:28:35.970Z[ host-image] Oct 30 19:28:35.079 INFO O| Oct 30 19:28:35.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88762024-10-30T19:28:35.970Z[ host-image] Oct 30 19:28:35.079 INFO O| Oct 30 19:28:35.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88772024-10-30T19:28:35.992Z[ host-image] Oct 30 19:28:35.100 INFO O| Oct 30 19:28:35.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88782024-10-30T19:28:36.047Z[ host-image] Oct 30 19:28:35.156 INFO O| Oct 30 19:28:35.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88792024-10-30T19:28:36.084Z[ host-image] Oct 30 19:28:35.193 INFO O| Oct 30 19:28:35.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88802024-10-30T19:28:36.098Z[ host-image] Oct 30 19:28:35.208 INFO O| Oct 30 19:28:35.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88812024-10-30T19:28:36.108Z[ host-image] Oct 30 19:28:35.219 INFO O| Oct 30 19:28:35.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88822024-10-30T19:28:36.155Z[ host-image] Oct 30 19:28:35.264 INFO O| Oct 30 19:28:35.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88832024-10-30T19:28:36.158Z[ host-image] Oct 30 19:28:35.264 INFO O| Oct 30 19:28:35.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88842024-10-30T19:28:36.158Z[ host-image] Oct 30 19:28:35.264 INFO O| Oct 30 19:28:35.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88852024-10-30T19:28:36.167Z[ host-image] Oct 30 19:28:35.276 INFO O| Oct 30 19:28:35.276 INFO boot environment UUID: f87c6aa1-eb53-4c7a-b192-c17777009b09
88862024-10-30T19:28:36.167Z[ host-image] Oct 30 19:28:35.277 INFO O| Oct 30 19:28:35.276 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f87c6aa1-eb53-4c7a-b192-c17777009b09
88872024-10-30T19:28:36.178Z[ host-image] Oct 30 19:28:35.288 INFO O| Oct 30 19:28:35.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88882024-10-30T19:28:36.187Z[ host-image] Oct 30 19:28:35.297 INFO O| Oct 30 19:28:35.297 INFO STEP 0 (create_be) COMPLETE
88892024-10-30T19:28:36.187Z[ host-image] Oct 30 19:28:35.297 INFO O| Oct 30 19:28:35.297 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88902024-10-30T19:28:36.203Z[ host-image] Oct 30 19:28:35.313 INFO O| Oct 30 19:28:35.313 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88912024-10-30T19:28:37.859Z[ recovery-image] Oct 30 19:28:36.968 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88922024-10-30T19:28:40.977Z[ recovery-image] Oct 30 19:28:40.085 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88932024-10-30T19:28:45.490Z[ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling bitflags v1.3.2
88942024-10-30T19:28:45.491Z[ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling bit_field v0.10.2
88952024-10-30T19:28:45.493Z[ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling log v0.4.22
88962024-10-30T19:28:45.493Z[ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling adler2 v2.0.0
88972024-10-30T19:28:45.493Z[ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling scroll v0.12.0
88982024-10-30T19:28:45.493Z[ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling plain v0.2.3
88992024-10-30T19:28:45.493Z[ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling static_assertions v1.1.0
89002024-10-30T19:28:45.579Z[ recovery-image] Oct 30 19:28:44.688 INFO E| Compiling raw-cpuid v10.7.0
89012024-10-30T19:28:45.581Z[ recovery-image] Oct 30 19:28:44.689 INFO E| Compiling cpio_reader v0.1.1
89022024-10-30T19:28:45.665Z[ recovery-image] Oct 30 19:28:44.774 INFO E| Compiling miniz_oxide v0.8.0
89032024-10-30T19:28:45.735Z[ recovery-image] Oct 30 19:28:44.845 INFO E| Compiling bitstruct v0.1.1
89042024-10-30T19:28:46.258Z[ recovery-image] Oct 30 19:28:45.367 INFO E| Compiling goblin v0.8.2
89052024-10-30T19:28:54.829Z[ recovery-image] Oct 30 19:28:53.938 INFO E| Finished `release` profile [optimized] target(s) in 36.47s
89062024-10-30T19:28:54.858Z[ recovery-image] Oct 30 19:28:53.966 INFO building host image...
89072024-10-30T19:28:54.860Z[ recovery-image] Oct 30 19:28:53.967 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")
89082024-10-30T19:28:55.518Z[ recovery-image] Oct 30 19:28:54.627 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89092024-10-30T19:28:57.439Z[ recovery-image] Oct 30 19:28:56.547 INFO image complete! materials are in "/work/os-recovery"
89102024-10-30T19:28:57.442Z[ recovery-image]
89112024-10-30T19:28:57.442Z[ recovery-image] real 8:01.721301123
89122024-10-30T19:28:57.445Z[ recovery-image] user 5:20.482502745
89132024-10-30T19:28:57.445Z[ recovery-image] sys 52.641055448
89142024-10-30T19:28:57.445Z[ recovery-image] trap 0.235081998
89152024-10-30T19:28:57.445Z[ recovery-image] tflt 0.262063578
89162024-10-30T19:28:57.445ZOct 30 19:28:56.552 INFO [ recovery-image] dflt 1.085426056
89172024-10-30T19:28:57.445Z[recovery-image] process exited with exit status: 0 (481.748882592s)
89182024-10-30T19:28:57.445Z[ recovery-image] kflt 0.000481393
89192024-10-30T19:28:57.445Z[ recovery-image] lock 16:42.637672530
89202024-10-30T19:28:57.445Z[ recovery-image] slp 48:10.207295157
89212024-10-30T19:28:57.445Z[ recovery-image] lat 2:06.366587433
89222024-10-30T19:28:57.445Z[ recovery-image] stop 4.761494184
89232024-10-30T19:28:58.597Z[ host-image] Oct 30 19:28:57.705 INFO O| Oct 30 19:28:57.705 INFO STEP 1 (unpack_tar) COMPLETE
89242024-10-30T19:28:58.597Z[ host-image] Oct 30 19:28:57.706 INFO O| Oct 30 19:28:57.705 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252024-10-30T19:28:58.608Z[ host-image] Oct 30 19:28:57.717 INFO O| Oct 30 19:28:57.717 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89262024-10-30T19:28:58.873Z[ host-image] Oct 30 19:28:57.982 INFO O| Oct 30 19:28:57.982 INFO STEP 2 (devfsadm) COMPLETE
89272024-10-30T19:28:58.873Z[ host-image] Oct 30 19:28:57.982 INFO O| Oct 30 19:28:57.982 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282024-10-30T19:28:58.884Z[ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89292024-10-30T19:28:58.884Z[ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89302024-10-30T19:28:58.887Z[ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO STEP 3 (ensure_dir) COMPLETE
89312024-10-30T19:28:58.887Z[ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-30T19:28:58.894Z[ host-image] Oct 30 19:28:58.003 INFO O| Oct 30 19:28:58.003 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89332024-10-30T19:28:58.894Z[ host-image] Oct 30 19:28:58.003 INFO O| Oct 30 19:28:58.003 INFO STEP 4 (ensure_dir) COMPLETE
89342024-10-30T19:28:58.898Z[ host-image] Oct 30 19:28:58.004 INFO O| Oct 30 19:28:58.003 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89352024-10-30T19:28:58.904Z[ host-image] Oct 30 19:28:58.013 INFO O| Oct 30 19:28:58.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89362024-10-30T19:28:58.904Z[ host-image] Oct 30 19:28:58.013 INFO O| Oct 30 19:28:58.013 INFO STEP 5 (ensure_dir) COMPLETE
89372024-10-30T19:28:58.904Z[ host-image] Oct 30 19:28:58.013 INFO O| Oct 30 19:28:58.013 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89382024-10-30T19:28:58.914Z[ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89392024-10-30T19:28:58.916Z[ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89402024-10-30T19:28:58.916Z[ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO STEP 6 (ensure_dir) COMPLETE
89412024-10-30T19:28:58.916Z[ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422024-10-30T19:28:58.924Z[ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89432024-10-30T19:28:58.926Z[ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89442024-10-30T19:28:58.926Z[ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO STEP 7 (ensure_dir) COMPLETE
89452024-10-30T19:28:58.926Z[ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462024-10-30T19:28:58.934Z[ host-image] Oct 30 19:28:58.043 INFO O| Oct 30 19:28:58.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89472024-10-30T19:28:58.936Z[ host-image] Oct 30 19:28:58.043 INFO O| Oct 30 19:28:58.043 INFO STEP 8 (remove_files) COMPLETE
89482024-10-30T19:28:58.936Z[ host-image] Oct 30 19:28:58.043 INFO O| Oct 30 19:28:58.043 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89492024-10-30T19:28:58.943Z[ host-image] Oct 30 19:28:58.053 INFO O| Oct 30 19:28:58.053 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89502024-10-30T19:28:58.946Z[ host-image] Oct 30 19:28:58.053 INFO O| Oct 30 19:28:58.053 INFO STEP 9 (remove_files) COMPLETE
89512024-10-30T19:28:58.946Z[ host-image] Oct 30 19:28:58.054 INFO O| Oct 30 19:28:58.053 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-30T19:28:58.954Z[ host-image] Oct 30 19:28:58.063 INFO O| Oct 30 19:28:58.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89532024-10-30T19:28:58.956Z[ host-image] Oct 30 19:28:58.064 INFO O| Oct 30 19:28:58.064 INFO STEP 10 (remove_files) COMPLETE
89542024-10-30T19:28:58.956Z[ host-image] Oct 30 19:28:58.064 INFO O| Oct 30 19:28:58.064 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552024-10-30T19:28:58.964Z[ host-image] Oct 30 19:28:58.073 INFO O| Oct 30 19:28:58.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89562024-10-30T19:28:58.967Z[ host-image] Oct 30 19:28:58.073 INFO O| Oct 30 19:28:58.073 INFO STEP 11 (remove_files) COMPLETE
89572024-10-30T19:28:58.967Z[ host-image] Oct 30 19:28:58.073 INFO O| Oct 30 19:28:58.073 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582024-10-30T19:28:58.974Z[ host-image] Oct 30 19:28:58.083 INFO O| Oct 30 19:28:58.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89592024-10-30T19:28:58.976Z[ host-image] Oct 30 19:28:58.083 INFO O| Oct 30 19:28:58.083 INFO STEP 12 (remove_files) COMPLETE
89602024-10-30T19:28:58.976Z[ host-image] Oct 30 19:28:58.083 INFO O| Oct 30 19:28:58.083 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89612024-10-30T19:28:58.984Z[ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89622024-10-30T19:28:58.986Z[ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89632024-10-30T19:28:58.986Z[ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO STEP 13 (ensure_dir) COMPLETE
89642024-10-30T19:28:58.986Z[ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652024-10-30T19:28:58.994Z[ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89662024-10-30T19:28:58.994Z[ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89672024-10-30T19:28:58.996Z[ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89682024-10-30T19:28:58.996Z[ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO STEP 14 (ensure_dir) COMPLETE
89692024-10-30T19:28:58.996Z[ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89702024-10-30T19:28:59.003Z[ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89712024-10-30T19:28:59.006Z[ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89722024-10-30T19:28:59.006Z[ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89732024-10-30T19:28:59.006Z[ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO STEP 15 (ensure_dir) COMPLETE
89742024-10-30T19:28:59.006Z[ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89752024-10-30T19:28:59.013Z[ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89762024-10-30T19:28:59.016Z[ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89772024-10-30T19:28:59.016Z[ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO STEP 16 (ensure_dir) COMPLETE
89782024-10-30T19:28:59.016Z[ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89792024-10-30T19:28:59.023Z[ host-image] Oct 30 19:28:58.132 INFO O| Oct 30 19:28:58.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89802024-10-30T19:28:59.031Z[ host-image] Oct 30 19:28:58.132 INFO O| Oct 30 19:28:58.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89812024-10-30T19:28:59.031Z[ host-image] Oct 30 19:28:58.133 INFO O| Oct 30 19:28:58.132 INFO STEP 17 (ensure_dir) COMPLETE
89822024-10-30T19:28:59.031Z[ host-image] Oct 30 19:28:58.133 INFO O| Oct 30 19:28:58.132 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89832024-10-30T19:28:59.034Z[ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89842024-10-30T19:28:59.034Z[ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89852024-10-30T19:28:59.034Z[ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO ok!
89862024-10-30T19:28:59.034Z[ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO STEP 18 (ensure_symlink) COMPLETE
89872024-10-30T19:28:59.034Z[ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89882024-10-30T19:28:59.043Z[ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89892024-10-30T19:28:59.043Z[ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89902024-10-30T19:28:59.045Z[ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO ok!
89912024-10-30T19:28:59.045Z[ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO STEP 19 (ensure_file) COMPLETE
89922024-10-30T19:28:59.045Z[ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89932024-10-30T19:28:59.053Z[ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89942024-10-30T19:28:59.053Z[ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89952024-10-30T19:28:59.056Z[ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89962024-10-30T19:28:59.056Z[ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO ok!
89972024-10-30T19:28:59.056Z[ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO STEP 20 (ensure_symlink) COMPLETE
89982024-10-30T19:28:59.056Z[ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89992024-10-30T19:28:59.062Z[ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90002024-10-30T19:28:59.062Z[ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90012024-10-30T19:28:59.065Z[ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90022024-10-30T19:28:59.065Z[ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO ok!
90032024-10-30T19:28:59.065Z[ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO STEP 21 (ensure_symlink) COMPLETE
90042024-10-30T19:28:59.065Z[ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-30T19:28:59.073Z[ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90062024-10-30T19:28:59.073Z[ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90072024-10-30T19:28:59.075Z[ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90082024-10-30T19:28:59.075Z[ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO ok!
90092024-10-30T19:28:59.075Z[ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO STEP 22 (ensure_symlink) COMPLETE
90102024-10-30T19:28:59.075Z[ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112024-10-30T19:28:59.082Z[ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90122024-10-30T19:28:59.082Z[ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90132024-10-30T19:28:59.085Z[ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90142024-10-30T19:28:59.085Z[ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO ok!
90152024-10-30T19:28:59.085Z[ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO STEP 23 (ensure_symlink) COMPLETE
90162024-10-30T19:28:59.085Z[ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172024-10-30T19:28:59.092Z[ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90182024-10-30T19:28:59.092Z[ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90192024-10-30T19:28:59.095Z[ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90202024-10-30T19:28:59.095Z[ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO ok!
90212024-10-30T19:28:59.095Z[ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO STEP 24 (ensure_file) COMPLETE
90222024-10-30T19:28:59.095Z[ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90232024-10-30T19:28:59.103Z[ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO updating shadow file
90242024-10-30T19:28:59.105Z[ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90252024-10-30T19:28:59.105Z[ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90262024-10-30T19:28:59.105Z[ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO STEP 25 (shadow) COMPLETE
90272024-10-30T19:28:59.105Z[ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90282024-10-30T19:28:59.113Z[ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90292024-10-30T19:28:59.113Z[ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90302024-10-30T19:28:59.115Z[ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90312024-10-30T19:28:59.115Z[ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO ok!
90322024-10-30T19:28:59.115Z[ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO STEP 26 (ensure_file) COMPLETE
90332024-10-30T19:28:59.115Z[ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90342024-10-30T19:28:59.123Z[ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90352024-10-30T19:28:59.125Z[ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90362024-10-30T19:28:59.125Z[ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90372024-10-30T19:28:59.125Z[ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO ok!
90382024-10-30T19:28:59.125Z[ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO STEP 27 (ensure_file) COMPLETE
90392024-10-30T19:28:59.125Z[ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90402024-10-30T19:28:59.133Z[ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90412024-10-30T19:28:59.133Z[ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90422024-10-30T19:28:59.135Z[ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90432024-10-30T19:28:59.135Z[ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90442024-10-30T19:28:59.135Z[ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO ok!
90452024-10-30T19:28:59.135Z[ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO STEP 28 (ensure_file) COMPLETE
90462024-10-30T19:28:59.135Z[ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90472024-10-30T19:28:59.142Z[ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90482024-10-30T19:28:59.142Z[ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.251 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90492024-10-30T19:28:59.145Z[ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90502024-10-30T19:28:59.145Z[ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO ok!
90512024-10-30T19:28:59.145Z[ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO STEP 29 (ensure_file) COMPLETE
90522024-10-30T19:28:59.145Z[ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90532024-10-30T19:28:59.153Z[ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90542024-10-30T19:28:59.153Z[ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90552024-10-30T19:28:59.209Z[ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90562024-10-30T19:28:59.209Z[ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO ok!
90572024-10-30T19:28:59.209Z[ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO STEP 30 (ensure_file) COMPLETE
90582024-10-30T19:28:59.210Z[ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90592024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90602024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90612024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90622024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90632024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO ok!
90642024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO STEP 31 (ensure_file) COMPLETE
90652024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90662024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90672024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90682024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90692024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO ok!
90702024-10-30T19:28:59.214Z[ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO STEP 32 (ensure_file) COMPLETE
90712024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90722024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.292 INFO O| Oct 30 19:28:58.292 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90732024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.292 INFO O| Oct 30 19:28:58.292 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90742024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90752024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO ok!
90762024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO STEP 33 (ensure_file) COMPLETE
90772024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90782024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.302 INFO O| Oct 30 19:28:58.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90792024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.302 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90802024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90812024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90822024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90832024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90842024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO ok!
90852024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO STEP 34 (ensure_file) COMPLETE
90862024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90872024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.312 INFO O| Oct 30 19:28:58.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90882024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90892024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90902024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO STEP 35 (ensure_dir) COMPLETE
90912024-10-30T19:28:59.215Z[ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90922024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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
90932024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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 ...
90942024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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
90952024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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
90962024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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
90972024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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
90982024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 INFO ok!
90992024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 INFO STEP 36 (ensure_file) COMPLETE
91002024-10-30T19:28:59.218Z[ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91012024-10-30T19:28:59.224Z[ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91022024-10-30T19:28:59.224Z[ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 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 ...
91032024-10-30T19:28:59.227Z[ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91042024-10-30T19:28:59.227Z[ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO ok!
91052024-10-30T19:28:59.227Z[ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO STEP 37 (ensure_symlink) COMPLETE
91062024-10-30T19:28:59.227Z[ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91072024-10-30T19:28:59.234Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91082024-10-30T19:28:59.234Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91092024-10-30T19:28:59.237Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91102024-10-30T19:28:59.237Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91112024-10-30T19:28:59.237Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91122024-10-30T19:28:59.237Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91132024-10-30T19:28:59.237Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO ok!
91142024-10-30T19:28:59.237Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO STEP 38 (ensure_file) COMPLETE
91152024-10-30T19:28:59.237Z[ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91162024-10-30T19:28:59.244Z[ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91172024-10-30T19:28:59.244Z[ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 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 ...
91182024-10-30T19:28:59.247Z[ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 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
91192024-10-30T19:28:59.247Z[ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91202024-10-30T19:28:59.247Z[ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO ok!
91212024-10-30T19:28:59.247Z[ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO STEP 39 (ensure_file) COMPLETE
91222024-10-30T19:28:59.247Z[ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91232024-10-30T19:28:59.254Z[ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91242024-10-30T19:28:59.254Z[ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91252024-10-30T19:28:59.257Z[ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91262024-10-30T19:28:59.257Z[ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO ok!
91272024-10-30T19:28:59.257Z[ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO STEP 40 (ensure_file) COMPLETE
91282024-10-30T19:28:59.257Z[ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91292024-10-30T19:28:59.264Z[ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.373 INFO updating shadow file
91302024-10-30T19:28:59.267Z[ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91312024-10-30T19:28:59.267Z[ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.374 INFO STEP 41 (shadow) COMPLETE
91322024-10-30T19:28:59.267Z[ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.374 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91332024-10-30T19:28:59.275Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91342024-10-30T19:28:59.275Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91352024-10-30T19:28:59.277Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91362024-10-30T19:28:59.277Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91372024-10-30T19:28:59.277Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO ok!
91382024-10-30T19:28:59.278Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 42 (ensure_file) COMPLETE
91392024-10-30T19:28:59.278Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91402024-10-30T19:28:59.278Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO skip step because feature "mfg" is not enabled
91412024-10-30T19:28:59.278Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91422024-10-30T19:28:59.278Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO skip step because feature "mfg" is not enabled
91432024-10-30T19:28:59.278Z[ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91442024-10-30T19:28:59.285Z[ host-image] Oct 30 19:28:58.394 INFO O| Oct 30 19:28:58.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91452024-10-30T19:28:59.285Z[ host-image] Oct 30 19:28:58.394 INFO O| Oct 30 19:28:58.394 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91462024-10-30T19:28:59.927Z[ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91472024-10-30T19:28:59.927Z[ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91482024-10-30T19:28:59.931Z[ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO ok!
91492024-10-30T19:28:59.931Z[ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO STEP 45 (ensure_file) COMPLETE
91502024-10-30T19:28:59.931Z[ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91512024-10-30T19:28:59.939Z[ host-image] Oct 30 19:28:59.048 INFO O| Oct 30 19:28:59.048 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91522024-10-30T19:28:59.940Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.048 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91532024-10-30T19:28:59.942Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91542024-10-30T19:28:59.942Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91552024-10-30T19:28:59.942Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91562024-10-30T19:28:59.942Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91572024-10-30T19:28:59.942Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO ok!
91582024-10-30T19:28:59.942Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO STEP 46 (ensure_file) COMPLETE
91592024-10-30T19:28:59.943Z[ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91602024-10-30T19:28:59.951Z[ host-image] Oct 30 19:28:59.060 INFO O| Oct 30 19:28:59.060 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91612024-10-30T19:28:59.951Z[ host-image] Oct 30 19:28:59.060 INFO O| Oct 30 19:28:59.060 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 ...
91622024-10-30T19:28:59.955Z[ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.060 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
91632024-10-30T19:28:59.955Z[ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91642024-10-30T19:28:59.955Z[ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO ok!
91652024-10-30T19:28:59.955Z[ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO STEP 47 (ensure_file) COMPLETE
91662024-10-30T19:28:59.955Z[ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91672024-10-30T19:28:59.963Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91682024-10-30T19:28:59.963Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91692024-10-30T19:28:59.965Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91702024-10-30T19:28:59.965Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91712024-10-30T19:28:59.965Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91722024-10-30T19:28:59.965Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91732024-10-30T19:28:59.965Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO ok!
91742024-10-30T19:28:59.965Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO STEP 48 (ensure_file) COMPLETE
91752024-10-30T19:28:59.965Z[ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91762024-10-30T19:28:59.974Z[ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91772024-10-30T19:28:59.974Z[ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 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 ...
91782024-10-30T19:28:59.977Z[ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 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
91792024-10-30T19:28:59.977Z[ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91802024-10-30T19:28:59.977Z[ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO ok!
91812024-10-30T19:28:59.977Z[ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO STEP 49 (ensure_file) COMPLETE
91822024-10-30T19:28:59.977Z[ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91832024-10-30T19:28:59.985Z[ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91842024-10-30T19:28:59.985Z[ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91852024-10-30T19:28:59.988Z[ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91862024-10-30T19:28:59.988Z[ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91872024-10-30T19:28:59.988Z[ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91882024-10-30T19:28:59.989Z[ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91892024-10-30T19:28:59.989Z[ host-image] Oct 30 19:28:59.095 INFO O| Oct 30 19:28:59.094 INFO ok!
91902024-10-30T19:28:59.989Z[ host-image] Oct 30 19:28:59.095 INFO O| Oct 30 19:28:59.094 INFO STEP 50 (ensure_file) COMPLETE
91912024-10-30T19:28:59.989Z[ host-image] Oct 30 19:28:59.095 INFO O| Oct 30 19:28:59.095 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91922024-10-30T19:28:59.996Z[ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91932024-10-30T19:28:59.996Z[ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 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 ...
91942024-10-30T19:28:59.998Z[ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 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
91952024-10-30T19:28:59.998Z[ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91962024-10-30T19:28:59.998Z[ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO ok!
91972024-10-30T19:28:59.998Z[ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO STEP 51 (ensure_file) COMPLETE
91982024-10-30T19:28:59.998Z[ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91992024-10-30T19:29:00.006Z[ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92002024-10-30T19:29:00.007Z[ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 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 ...
92012024-10-30T19:29:00.009Z[ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 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
92022024-10-30T19:29:00.010Z[ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92032024-10-30T19:29:00.010Z[ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO ok!
92042024-10-30T19:29:00.010Z[ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO STEP 52 (ensure_file) COMPLETE
92052024-10-30T19:29:00.010Z[ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92062024-10-30T19:29:00.016Z[ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92072024-10-30T19:29:00.017Z[ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 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 ...
92082024-10-30T19:29:00.017Z[ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 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
92092024-10-30T19:29:00.019Z[ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92102024-10-30T19:29:00.019Z[ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO ok!
92112024-10-30T19:29:00.019Z[ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO STEP 53 (ensure_file) COMPLETE
92122024-10-30T19:29:00.019Z[ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-10-30T19:29:00.027Z[ host-image] Oct 30 19:28:59.136 INFO O| Oct 30 19:28:59.136 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92142024-10-30T19:29:00.027Z[ host-image] Oct 30 19:28:59.136 INFO O| Oct 30 19:28:59.136 INFO STEP 54 (ensure_dir) COMPLETE
92152024-10-30T19:29:00.030Z[ host-image] Oct 30 19:28:59.136 INFO O| Oct 30 19:28:59.136 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-10-30T19:29:00.038Z[ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92172024-10-30T19:29:00.038Z[ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92182024-10-30T19:29:00.040Z[ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO STEP 55 (ensure_dir) COMPLETE
92192024-10-30T19:29:00.041Z[ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-10-30T19:29:00.047Z[ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92212024-10-30T19:29:00.049Z[ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92222024-10-30T19:29:00.049Z[ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO STEP 56 (ensure_dir) COMPLETE
92232024-10-30T19:29:00.049Z[ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-10-30T19:29:00.057Z[ host-image] Oct 30 19:28:59.166 INFO O| Oct 30 19:28:59.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92252024-10-30T19:29:00.057Z[ host-image] Oct 30 19:28:59.166 INFO O| Oct 30 19:28:59.166 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92262024-10-30T19:29:00.610Z[ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92272024-10-30T19:29:00.610Z[ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO ok!
92282024-10-30T19:29:00.613Z[ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO STEP 57 (ensure_file) COMPLETE
92292024-10-30T19:29:00.613Z[ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-10-30T19:29:00.621Z[ host-image] Oct 30 19:28:59.730 INFO O| Oct 30 19:28:59.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92312024-10-30T19:29:00.621Z[ host-image] Oct 30 19:28:59.730 INFO O| Oct 30 19:28:59.730 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92322024-10-30T19:29:01.132Z[ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92332024-10-30T19:29:01.132Z[ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO ok!
92342024-10-30T19:29:01.132Z[ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO STEP 58 (ensure_file) COMPLETE
92352024-10-30T19:29:01.132Z[ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-10-30T19:29:01.143Z[ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92372024-10-30T19:29:01.146Z[ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92382024-10-30T19:29:01.146Z[ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO STEP 59 (ensure_dir) COMPLETE
92392024-10-30T19:29:01.146Z[ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-10-30T19:29:01.153Z[ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92412024-10-30T19:29:01.153Z[ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO copying /tmp/.tmp4gr4ys/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 ...
92422024-10-30T19:29:01.156Z[ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92432024-10-30T19:29:01.156Z[ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO ok!
92442024-10-30T19:29:01.156Z[ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO STEP 60 (ensure_file) COMPLETE
92452024-10-30T19:29:01.156Z[ host-image] Oct 30 19:29:00.263 INFO O| Oct 30 19:29:00.262 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-10-30T19:29:01.163Z[ host-image] Oct 30 19:29:00.272 INFO O| Oct 30 19:29:00.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92472024-10-30T19:29:01.163Z[ host-image] Oct 30 19:29:00.272 INFO O| Oct 30 19:29:00.272 INFO copying /tmp/.tmp4gr4ys/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 ...
92482024-10-30T19:29:01.166Z[ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92492024-10-30T19:29:01.166Z[ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO ok!
92502024-10-30T19:29:01.166Z[ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO STEP 61 (ensure_file) COMPLETE
92512024-10-30T19:29:01.166Z[ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-10-30T19:29:01.173Z[ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92532024-10-30T19:29:01.173Z[ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92542024-10-30T19:29:01.176Z[ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO STEP 62 (ensure_dir) COMPLETE
92552024-10-30T19:29:01.176Z[ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-10-30T19:29:01.183Z[ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92572024-10-30T19:29:01.183Z[ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO copying /tmp/.tmp4gr4ys/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 ...
92582024-10-30T19:29:01.186Z[ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92592024-10-30T19:29:01.186Z[ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO ok!
92602024-10-30T19:29:01.186Z[ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO STEP 63 (ensure_file) COMPLETE
92612024-10-30T19:29:01.186Z[ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-10-30T19:29:01.193Z[ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92632024-10-30T19:29:01.193Z[ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO copying /tmp/.tmp4gr4ys/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 ...
92642024-10-30T19:29:01.195Z[ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92652024-10-30T19:29:01.195Z[ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO ok!
92662024-10-30T19:29:01.195Z[ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO STEP 64 (ensure_file) COMPLETE
92672024-10-30T19:29:01.196Z[ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-10-30T19:29:01.202Z[ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92692024-10-30T19:29:01.203Z[ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92702024-10-30T19:29:01.205Z[ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO STEP 65 (ensure_dir) COMPLETE
92712024-10-30T19:29:01.205Z[ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-10-30T19:29:01.212Z[ host-image] Oct 30 19:29:00.321 INFO O| Oct 30 19:29:00.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92732024-10-30T19:29:01.212Z[ host-image] Oct 30 19:29:00.321 INFO O| Oct 30 19:29:00.321 INFO copying /tmp/.tmp4gr4ys/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 ...
92742024-10-30T19:29:01.215Z[ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92752024-10-30T19:29:01.215Z[ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.322 INFO ok!
92762024-10-30T19:29:01.215Z[ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.322 INFO STEP 66 (ensure_file) COMPLETE
92772024-10-30T19:29:01.215Z[ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.322 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-10-30T19:29:01.223Z[ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92792024-10-30T19:29:01.223Z[ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92802024-10-30T19:29:01.225Z[ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92812024-10-30T19:29:01.225Z[ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO ok!
92822024-10-30T19:29:01.225Z[ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO STEP 67 (ensure_file) COMPLETE
92832024-10-30T19:29:01.225Z[ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-10-30T19:29:01.233Z[ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92852024-10-30T19:29:01.236Z[ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92862024-10-30T19:29:01.236Z[ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO STEP 68 (ensure_dir) COMPLETE
92872024-10-30T19:29:01.236Z[ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-10-30T19:29:01.243Z[ host-image] Oct 30 19:29:00.352 INFO O| Oct 30 19:29:00.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92892024-10-30T19:29:01.243Z[ host-image] Oct 30 19:29:00.352 INFO O| Oct 30 19:29:00.352 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92902024-10-30T19:29:02.334Z[ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92912024-10-30T19:29:02.334Z[ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.442 INFO ok!
92922024-10-30T19:29:02.337Z[ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.442 INFO STEP 69 (ensure_file) COMPLETE
92932024-10-30T19:29:02.337Z[ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.443 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-10-30T19:29:02.345Z[ host-image] Oct 30 19:29:01.454 INFO O| Oct 30 19:29:01.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92952024-10-30T19:29:02.345Z[ host-image] Oct 30 19:29:01.454 INFO O| Oct 30 19:29:01.454 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92962024-10-30T19:29:03.810Z[ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92972024-10-30T19:29:03.810Z[ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO ok!
92982024-10-30T19:29:03.812Z[ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO STEP 70 (ensure_file) COMPLETE
92992024-10-30T19:29:03.812Z[ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-10-30T19:29:03.821Z[ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93012024-10-30T19:29:03.823Z[ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93022024-10-30T19:29:03.823Z[ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO STEP 71 (ensure_dir) COMPLETE
93032024-10-30T19:29:03.823Z[ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-10-30T19:29:03.831Z[ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93052024-10-30T19:29:03.831Z[ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO copying /tmp/.tmp4gr4ys/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 ...
93062024-10-30T19:29:03.835Z[ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93072024-10-30T19:29:03.835Z[ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO ok!
93082024-10-30T19:29:03.835Z[ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO STEP 72 (ensure_file) COMPLETE
93092024-10-30T19:29:03.835Z[ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-10-30T19:29:03.841Z[ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93112024-10-30T19:29:03.841Z[ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO copying /tmp/.tmp4gr4ys/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 ...
93122024-10-30T19:29:03.844Z[ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93132024-10-30T19:29:03.844Z[ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO ok!
93142024-10-30T19:29:03.844Z[ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO STEP 73 (ensure_file) COMPLETE
93152024-10-30T19:29:03.844Z[ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-10-30T19:29:03.851Z[ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93172024-10-30T19:29:03.851Z[ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93182024-10-30T19:29:03.854Z[ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93192024-10-30T19:29:03.854Z[ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO ok!
93202024-10-30T19:29:03.854Z[ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO STEP 74 (ensure_file) COMPLETE
93212024-10-30T19:29:03.854Z[ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-10-30T19:29:03.861Z[ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93232024-10-30T19:29:03.861Z[ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93242024-10-30T19:29:03.864Z[ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93252024-10-30T19:29:03.864Z[ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO ok!
93262024-10-30T19:29:03.864Z[ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO STEP 75 (ensure_file) COMPLETE
93272024-10-30T19:29:03.864Z[ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-10-30T19:29:03.871Z[ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93292024-10-30T19:29:03.871Z[ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93302024-10-30T19:29:03.871Z[ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO STEP 76 (ensure_dir) COMPLETE
93312024-10-30T19:29:03.874Z[ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-10-30T19:29:03.880Z[ host-image] Oct 30 19:29:02.989 INFO O| Oct 30 19:29:02.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93332024-10-30T19:29:03.881Z[ host-image] Oct 30 19:29:02.989 INFO O| Oct 30 19:29:02.989 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93342024-10-30T19:29:03.884Z[ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93352024-10-30T19:29:03.884Z[ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO ok!
93362024-10-30T19:29:03.887Z[ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO STEP 77 (ensure_file) COMPLETE
93372024-10-30T19:29:03.887Z[ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-10-30T19:29:03.895Z[ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93392024-10-30T19:29:03.895Z[ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93402024-10-30T19:29:03.898Z[ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93412024-10-30T19:29:03.898Z[ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO ok!
93422024-10-30T19:29:03.898Z[ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO STEP 78 (ensure_file) COMPLETE
93432024-10-30T19:29:03.898Z[ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-30T19:29:03.904Z[ host-image] Oct 30 19:29:03.013 INFO O| Oct 30 19:29:03.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93452024-10-30T19:29:03.904Z[ host-image] Oct 30 19:29:03.013 INFO O| Oct 30 19:29:03.013 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93462024-10-30T19:29:04.532Z[ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93472024-10-30T19:29:04.533Z[ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO ok!
93482024-10-30T19:29:04.535Z[ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO STEP 79 (ensure_file) COMPLETE
93492024-10-30T19:29:04.535Z[ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-10-30T19:29:04.543Z[ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93512024-10-30T19:29:04.546Z[ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93522024-10-30T19:29:04.546Z[ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO STEP 80 (ensure_dir) COMPLETE
93532024-10-30T19:29:04.546Z[ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-10-30T19:29:04.553Z[ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93552024-10-30T19:29:04.556Z[ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93562024-10-30T19:29:04.556Z[ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO STEP 81 (ensure_dir) COMPLETE
93572024-10-30T19:29:04.556Z[ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-10-30T19:29:04.563Z[ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93592024-10-30T19:29:04.563Z[ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93602024-10-30T19:29:04.568Z[ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO STEP 82 (ensure_dir) COMPLETE
93612024-10-30T19:29:04.568Z[ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-10-30T19:29:04.573Z[ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93632024-10-30T19:29:04.576Z[ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93642024-10-30T19:29:04.576Z[ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO STEP 83 (ensure_dir) COMPLETE
93652024-10-30T19:29:04.577Z[ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-10-30T19:29:04.583Z[ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93672024-10-30T19:29:04.586Z[ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93682024-10-30T19:29:04.586Z[ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO STEP 84 (ensure_dir) COMPLETE
93692024-10-30T19:29:04.586Z[ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-30T19:29:04.593Z[ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93712024-10-30T19:29:04.596Z[ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO copying /tmp/.tmp4gr4ys/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 ...
93722024-10-30T19:29:04.596Z[ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93732024-10-30T19:29:04.596Z[ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO ok!
93742024-10-30T19:29:04.596Z[ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO STEP 85 (ensure_file) COMPLETE
93752024-10-30T19:29:04.596Z[ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-10-30T19:29:04.603Z[ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93772024-10-30T19:29:04.605Z[ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93782024-10-30T19:29:04.606Z[ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO STEP 86 (ensure_dir) COMPLETE
93792024-10-30T19:29:04.606Z[ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-10-30T19:29:04.613Z[ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93812024-10-30T19:29:04.613Z[ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93822024-10-30T19:29:04.615Z[ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93832024-10-30T19:29:04.615Z[ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO ok!
93842024-10-30T19:29:04.615Z[ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO STEP 87 (ensure_file) COMPLETE
93852024-10-30T19:29:04.616Z[ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-10-30T19:29:04.623Z[ host-image] Oct 30 19:29:03.732 INFO O| Oct 30 19:29:03.732 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93872024-10-30T19:29:04.623Z[ host-image] Oct 30 19:29:03.732 INFO O| Oct 30 19:29:03.732 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93882024-10-30T19:29:04.877Z[ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93892024-10-30T19:29:04.877Z[ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO ok!
93902024-10-30T19:29:04.880Z[ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO STEP 88 (ensure_file) COMPLETE
93912024-10-30T19:29:04.880Z[ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-10-30T19:29:04.889Z[ host-image] Oct 30 19:29:03.998 INFO O| Oct 30 19:29:03.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93932024-10-30T19:29:04.891Z[ host-image] Oct 30 19:29:03.998 INFO O| Oct 30 19:29:03.998 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93942024-10-30T19:29:05.424Z[ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93952024-10-30T19:29:05.424Z[ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.533 INFO ok!
93962024-10-30T19:29:05.427Z[ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.533 INFO STEP 89 (ensure_file) COMPLETE
93972024-10-30T19:29:05.427Z[ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.533 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-10-30T19:29:05.435Z[ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93992024-10-30T19:29:05.438Z[ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94002024-10-30T19:29:05.438Z[ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94012024-10-30T19:29:05.438Z[ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO ok!
94022024-10-30T19:29:05.438Z[ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO STEP 90 (ensure_file) COMPLETE
94032024-10-30T19:29:05.438Z[ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-10-30T19:29:05.446Z[ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94052024-10-30T19:29:05.448Z[ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94062024-10-30T19:29:05.448Z[ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO STEP 91 (ensure_dir) COMPLETE
94072024-10-30T19:29:05.448Z[ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-10-30T19:29:05.456Z[ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94092024-10-30T19:29:05.456Z[ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO copying /tmp/.tmp4gr4ys/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 ...
94102024-10-30T19:29:05.459Z[ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94112024-10-30T19:29:05.459Z[ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO ok!
94122024-10-30T19:29:05.459Z[ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO STEP 92 (ensure_file) COMPLETE
94132024-10-30T19:29:05.459Z[ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-10-30T19:29:05.466Z[ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94152024-10-30T19:29:05.466Z[ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO copying /tmp/.tmp4gr4ys/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 ...
94162024-10-30T19:29:05.469Z[ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94172024-10-30T19:29:05.469Z[ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO ok!
94182024-10-30T19:29:05.469Z[ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO STEP 93 (ensure_file) COMPLETE
94192024-10-30T19:29:05.469Z[ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-10-30T19:29:05.476Z[ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94212024-10-30T19:29:05.476Z[ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO copying /tmp/.tmp4gr4ys/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 ...
94222024-10-30T19:29:05.479Z[ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94232024-10-30T19:29:05.479Z[ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO ok!
94242024-10-30T19:29:05.479Z[ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO STEP 94 (ensure_file) COMPLETE
94252024-10-30T19:29:05.479Z[ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-10-30T19:29:05.487Z[ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94272024-10-30T19:29:05.487Z[ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO copying /tmp/.tmp4gr4ys/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 ...
94282024-10-30T19:29:05.489Z[ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94292024-10-30T19:29:05.489Z[ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO ok!
94302024-10-30T19:29:05.489Z[ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO STEP 95 (ensure_file) COMPLETE
94312024-10-30T19:29:05.489Z[ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-10-30T19:29:05.498Z[ host-image] Oct 30 19:29:04.606 INFO O| Oct 30 19:29:04.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94332024-10-30T19:29:05.498Z[ host-image] Oct 30 19:29:04.606 INFO O| Oct 30 19:29:04.606 INFO copying /tmp/.tmp4gr4ys/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 ...
94342024-10-30T19:29:05.500Z[ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94352024-10-30T19:29:05.500Z[ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO ok!
94362024-10-30T19:29:05.500Z[ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO STEP 96 (ensure_file) COMPLETE
94372024-10-30T19:29:05.500Z[ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-10-30T19:29:05.508Z[ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94392024-10-30T19:29:05.508Z[ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94402024-10-30T19:29:05.511Z[ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94412024-10-30T19:29:05.511Z[ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO ok!
94422024-10-30T19:29:05.511Z[ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO STEP 97 (ensure_file) COMPLETE
94432024-10-30T19:29:05.511Z[ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-10-30T19:29:05.519Z[ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94452024-10-30T19:29:05.519Z[ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO copying /tmp/.tmp4gr4ys/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 ...
94462024-10-30T19:29:05.522Z[ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94472024-10-30T19:29:05.522Z[ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO ok!
94482024-10-30T19:29:05.522Z[ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO STEP 98 (ensure_file) COMPLETE
94492024-10-30T19:29:05.522Z[ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-10-30T19:29:05.529Z[ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94512024-10-30T19:29:05.529Z[ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO copying /tmp/.tmp4gr4ys/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 ...
94522024-10-30T19:29:05.532Z[ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94532024-10-30T19:29:05.532Z[ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO ok!
94542024-10-30T19:29:05.532Z[ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO STEP 99 (ensure_file) COMPLETE
94552024-10-30T19:29:05.532Z[ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-10-30T19:29:05.539Z[ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94572024-10-30T19:29:05.539Z[ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO copying /tmp/.tmp4gr4ys/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 ...
94582024-10-30T19:29:05.542Z[ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94592024-10-30T19:29:05.542Z[ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO ok!
94602024-10-30T19:29:05.542Z[ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO STEP 100 (ensure_file) COMPLETE
94612024-10-30T19:29:05.542Z[ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-10-30T19:29:05.549Z[ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94632024-10-30T19:29:05.549Z[ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94642024-10-30T19:29:05.550Z[ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94652024-10-30T19:29:05.552Z[ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO ok!
94662024-10-30T19:29:05.552Z[ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO STEP 101 (ensure_file) COMPLETE
94672024-10-30T19:29:05.552Z[ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-10-30T19:29:05.560Z[ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94692024-10-30T19:29:05.560Z[ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO copying /tmp/.tmp4gr4ys/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 ...
94702024-10-30T19:29:05.563Z[ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94712024-10-30T19:29:05.563Z[ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO ok!
94722024-10-30T19:29:05.563Z[ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO STEP 102 (ensure_file) COMPLETE
94732024-10-30T19:29:05.563Z[ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-10-30T19:29:05.570Z[ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94752024-10-30T19:29:05.570Z[ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO copying /tmp/.tmp4gr4ys/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 ...
94762024-10-30T19:29:05.573Z[ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94772024-10-30T19:29:05.573Z[ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO ok!
94782024-10-30T19:29:05.573Z[ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO STEP 103 (ensure_file) COMPLETE
94792024-10-30T19:29:05.573Z[ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-10-30T19:29:05.580Z[ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94812024-10-30T19:29:05.583Z[ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO copying /tmp/.tmp4gr4ys/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 ...
94822024-10-30T19:29:05.583Z[ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94832024-10-30T19:29:05.583Z[ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO ok!
94842024-10-30T19:29:05.583Z[ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO STEP 104 (ensure_file) COMPLETE
94852024-10-30T19:29:05.583Z[ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-10-30T19:29:05.590Z[ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94872024-10-30T19:29:05.590Z[ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO copying /tmp/.tmp4gr4ys/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 ...
94882024-10-30T19:29:05.593Z[ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94892024-10-30T19:29:05.593Z[ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO ok!
94902024-10-30T19:29:05.593Z[ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO STEP 105 (ensure_file) COMPLETE
94912024-10-30T19:29:05.593Z[ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-10-30T19:29:05.604Z[ host-image] Oct 30 19:29:04.709 INFO O| Oct 30 19:29:04.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94932024-10-30T19:29:05.604Z[ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.709 INFO copying /tmp/.tmp4gr4ys/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 ...
94942024-10-30T19:29:05.604Z[ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94952024-10-30T19:29:05.604Z[ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO ok!
94962024-10-30T19:29:05.604Z[ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO STEP 106 (ensure_file) COMPLETE
94972024-10-30T19:29:05.604Z[ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-10-30T19:29:05.610Z[ host-image] Oct 30 19:29:04.719 INFO O| Oct 30 19:29:04.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94992024-10-30T19:29:05.613Z[ host-image] Oct 30 19:29:04.719 INFO O| Oct 30 19:29:04.719 INFO copying /tmp/.tmp4gr4ys/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 ...
95002024-10-30T19:29:05.613Z[ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95012024-10-30T19:29:05.613Z[ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.720 INFO ok!
95022024-10-30T19:29:05.613Z[ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.720 INFO STEP 107 (ensure_file) COMPLETE
95032024-10-30T19:29:05.613Z[ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.720 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-10-30T19:29:05.621Z[ host-image] Oct 30 19:29:04.729 INFO O| Oct 30 19:29:04.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95052024-10-30T19:29:05.621Z[ host-image] Oct 30 19:29:04.729 INFO O| Oct 30 19:29:04.729 INFO copying /tmp/.tmp4gr4ys/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 ...
95062024-10-30T19:29:05.623Z[ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95072024-10-30T19:29:05.623Z[ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO ok!
95082024-10-30T19:29:05.623Z[ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO STEP 108 (ensure_file) COMPLETE
95092024-10-30T19:29:05.623Z[ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-10-30T19:29:05.630Z[ host-image] Oct 30 19:29:04.739 INFO O| Oct 30 19:29:04.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95112024-10-30T19:29:05.631Z[ host-image] Oct 30 19:29:04.739 INFO O| Oct 30 19:29:04.739 INFO copying /tmp/.tmp4gr4ys/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 ...
95122024-10-30T19:29:05.633Z[ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95132024-10-30T19:29:05.633Z[ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO ok!
95142024-10-30T19:29:05.633Z[ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO STEP 109 (ensure_file) COMPLETE
95152024-10-30T19:29:05.633Z[ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-10-30T19:29:05.641Z[ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95172024-10-30T19:29:05.641Z[ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO copying /tmp/.tmp4gr4ys/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 ...
95182024-10-30T19:29:05.645Z[ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95192024-10-30T19:29:05.645Z[ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO ok!
95202024-10-30T19:29:05.645Z[ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO STEP 110 (ensure_file) COMPLETE
95212024-10-30T19:29:05.645Z[ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-10-30T19:29:05.651Z[ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95232024-10-30T19:29:05.651Z[ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO copying /tmp/.tmp4gr4ys/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 ...
95242024-10-30T19:29:05.654Z[ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95252024-10-30T19:29:05.654Z[ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO ok!
95262024-10-30T19:29:05.654Z[ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO STEP 111 (ensure_file) COMPLETE
95272024-10-30T19:29:05.654Z[ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-10-30T19:29:05.661Z[ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95292024-10-30T19:29:05.661Z[ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO copying /tmp/.tmp4gr4ys/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 ...
95302024-10-30T19:29:05.664Z[ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95312024-10-30T19:29:05.664Z[ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO ok!
95322024-10-30T19:29:05.664Z[ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO STEP 112 (ensure_file) COMPLETE
95332024-10-30T19:29:05.664Z[ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-10-30T19:29:05.672Z[ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95352024-10-30T19:29:05.672Z[ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO copying /tmp/.tmp4gr4ys/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 ...
95362024-10-30T19:29:05.674Z[ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95372024-10-30T19:29:05.674Z[ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO ok!
95382024-10-30T19:29:05.674Z[ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO STEP 113 (ensure_file) COMPLETE
95392024-10-30T19:29:05.674Z[ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-10-30T19:29:05.682Z[ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95412024-10-30T19:29:05.682Z[ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO copying /tmp/.tmp4gr4ys/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 ...
95422024-10-30T19:29:05.684Z[ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95432024-10-30T19:29:05.684Z[ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO ok!
95442024-10-30T19:29:05.684Z[ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO STEP 114 (ensure_file) COMPLETE
95452024-10-30T19:29:05.684Z[ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-10-30T19:29:05.692Z[ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95472024-10-30T19:29:05.694Z[ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO copying /tmp/.tmp4gr4ys/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 ...
95482024-10-30T19:29:05.697Z[ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95492024-10-30T19:29:05.697Z[ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO ok!
95502024-10-30T19:29:05.697Z[ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO STEP 115 (ensure_file) COMPLETE
95512024-10-30T19:29:05.697Z[ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-10-30T19:29:05.703Z[ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95532024-10-30T19:29:05.703Z[ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95542024-10-30T19:29:05.705Z[ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95552024-10-30T19:29:05.705Z[ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO ok!
95562024-10-30T19:29:05.705Z[ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO STEP 116 (ensure_file) COMPLETE
95572024-10-30T19:29:05.705Z[ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-10-30T19:29:05.713Z[ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95592024-10-30T19:29:05.716Z[ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO copying /tmp/.tmp4gr4ys/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 ...
95602024-10-30T19:29:05.716Z[ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95612024-10-30T19:29:05.716Z[ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO ok!
95622024-10-30T19:29:05.716Z[ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO STEP 117 (ensure_file) COMPLETE
95632024-10-30T19:29:05.716Z[ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-10-30T19:29:05.725Z[ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95652024-10-30T19:29:05.725Z[ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95662024-10-30T19:29:05.728Z[ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95672024-10-30T19:29:05.728Z[ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO ok!
95682024-10-30T19:29:05.728Z[ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO STEP 118 (ensure_file) COMPLETE
95692024-10-30T19:29:05.728Z[ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-10-30T19:29:05.734Z[ host-image] Oct 30 19:29:04.842 INFO O| Oct 30 19:29:04.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95712024-10-30T19:29:05.734Z[ host-image] Oct 30 19:29:04.843 INFO O| Oct 30 19:29:04.842 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95722024-10-30T19:29:09.122Z[ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95732024-10-30T19:29:09.122Z[ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO ok!
95742024-10-30T19:29:09.122Z[ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO STEP 119 (ensure_file) COMPLETE
95752024-10-30T19:29:09.125Z[ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-10-30T19:29:09.133Z[ host-image] Oct 30 19:29:08.242 INFO O| Oct 30 19:29:08.242 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95772024-10-30T19:29:09.133Z[ host-image] Oct 30 19:29:08.242 INFO O| Oct 30 19:29:08.242 INFO STEP 120 (ensure_dir) COMPLETE
95782024-10-30T19:29:09.136Z[ host-image] Oct 30 19:29:08.242 INFO O| Oct 30 19:29:08.242 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-10-30T19:29:09.143Z[ host-image] Oct 30 19:29:08.251 INFO O| Oct 30 19:29:08.251 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95802024-10-30T19:29:09.145Z[ host-image] Oct 30 19:29:08.251 INFO O| Oct 30 19:29:08.251 INFO STEP 121 (ensure_dir) COMPLETE
95812024-10-30T19:29:09.145Z[ host-image] Oct 30 19:29:08.252 INFO O| Oct 30 19:29:08.251 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-10-30T19:29:09.152Z[ host-image] Oct 30 19:29:08.261 INFO O| Oct 30 19:29:08.261 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95832024-10-30T19:29:09.155Z[ host-image] Oct 30 19:29:08.261 INFO O| Oct 30 19:29:08.261 INFO STEP 122 (ensure_dir) COMPLETE
95842024-10-30T19:29:09.155Z[ host-image] Oct 30 19:29:08.261 INFO O| Oct 30 19:29:08.261 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-10-30T19:29:09.163Z[ host-image] Oct 30 19:29:08.271 INFO O| Oct 30 19:29:08.271 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95862024-10-30T19:29:09.163Z[ host-image] Oct 30 19:29:08.271 INFO O| Oct 30 19:29:08.271 INFO STEP 123 (ensure_dir) COMPLETE
95872024-10-30T19:29:09.166Z[ host-image] Oct 30 19:29:08.271 INFO O| Oct 30 19:29:08.271 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-10-30T19:29:09.173Z[ host-image] Oct 30 19:29:08.281 INFO O| Oct 30 19:29:08.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95892024-10-30T19:29:09.173Z[ host-image] Oct 30 19:29:08.281 INFO O| Oct 30 19:29:08.281 INFO copying /tmp/.tmp4gr4ys/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 ...
95902024-10-30T19:29:09.175Z[ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95912024-10-30T19:29:09.175Z[ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.282 INFO ok!
95922024-10-30T19:29:09.175Z[ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.282 INFO STEP 124 (ensure_file) COMPLETE
95932024-10-30T19:29:09.175Z[ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.282 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-10-30T19:29:09.182Z[ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95952024-10-30T19:29:09.182Z[ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95962024-10-30T19:29:09.185Z[ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95972024-10-30T19:29:09.185Z[ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO STEP 125 (ensure_dir) COMPLETE
95982024-10-30T19:29:09.185Z[ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-10-30T19:29:09.193Z[ host-image] Oct 30 19:29:08.301 INFO O| Oct 30 19:29:08.301 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96002024-10-30T19:29:09.193Z[ host-image] Oct 30 19:29:08.301 INFO O| Oct 30 19:29:08.301 INFO copying /tmp/.tmp4gr4ys/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96012024-10-30T19:29:09.196Z[ host-image] Oct 30 19:29:08.301 INFO O| Oct 30 19:29:08.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96022024-10-30T19:29:09.196Z[ host-image] Oct 30 19:29:08.302 INFO O| Oct 30 19:29:08.301 INFO ok!
96032024-10-30T19:29:09.196Z[ host-image] Oct 30 19:29:08.302 INFO O| Oct 30 19:29:08.301 INFO STEP 126 (ensure_file) COMPLETE
96042024-10-30T19:29:09.196Z[ host-image] Oct 30 19:29:08.302 INFO O| Oct 30 19:29:08.302 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052024-10-30T19:29:09.202Z[ host-image] Oct 30 19:29:08.311 INFO O| Oct 30 19:29:08.311 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96062024-10-30T19:29:09.205Z[ host-image] Oct 30 19:29:08.312 INFO O| Oct 30 19:29:08.312 INFO STEP 127 (remove_files) COMPLETE
96072024-10-30T19:29:09.205Z[ host-image] Oct 30 19:29:08.312 INFO O| Oct 30 19:29:08.312 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082024-10-30T19:29:09.213Z[ host-image] Oct 30 19:29:08.322 INFO O| Oct 30 19:29:08.322 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96092024-10-30T19:29:09.216Z[ host-image] Oct 30 19:29:08.322 INFO O| Oct 30 19:29:08.322 INFO STEP 128 (remove_files) COMPLETE
96102024-10-30T19:29:09.216Z[ host-image] Oct 30 19:29:08.322 INFO O| Oct 30 19:29:08.322 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112024-10-30T19:29:09.223Z[ host-image] Oct 30 19:29:08.331 INFO O| Oct 30 19:29:08.331 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96122024-10-30T19:29:09.225Z[ host-image] Oct 30 19:29:08.332 INFO O| Oct 30 19:29:08.332 INFO STEP 129 (remove_files) COMPLETE
96132024-10-30T19:29:09.225Z[ host-image] Oct 30 19:29:08.332 INFO O| Oct 30 19:29:08.332 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142024-10-30T19:29:09.233Z[ host-image] Oct 30 19:29:08.341 INFO O| Oct 30 19:29:08.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96152024-10-30T19:29:09.235Z[ host-image] Oct 30 19:29:08.341 INFO O| Oct 30 19:29:08.341 INFO STEP 130 (remove_files) COMPLETE
96162024-10-30T19:29:09.235Z[ host-image] Oct 30 19:29:08.342 INFO O| Oct 30 19:29:08.341 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-30T19:29:09.242Z[ host-image] Oct 30 19:29:08.351 INFO O| Oct 30 19:29:08.351 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96182024-10-30T19:29:09.245Z[ host-image] Oct 30 19:29:08.351 INFO O| Oct 30 19:29:08.351 INFO STEP 131 (remove_files) COMPLETE
96192024-10-30T19:29:09.245Z[ host-image] Oct 30 19:29:08.351 INFO O| Oct 30 19:29:08.351 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-30T19:29:09.252Z[ host-image] Oct 30 19:29:08.361 INFO O| Oct 30 19:29:08.361 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96212024-10-30T19:29:09.255Z[ host-image] Oct 30 19:29:08.361 INFO O| Oct 30 19:29:08.361 INFO STEP 132 (remove_files) COMPLETE
96222024-10-30T19:29:09.255Z[ host-image] Oct 30 19:29:08.361 INFO O| Oct 30 19:29:08.361 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-30T19:29:09.262Z[ host-image] Oct 30 19:29:08.371 INFO O| Oct 30 19:29:08.371 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96242024-10-30T19:29:09.265Z[ host-image] Oct 30 19:29:08.371 INFO O| Oct 30 19:29:08.371 INFO STEP 133 (remove_files) COMPLETE
96252024-10-30T19:29:09.265Z[ host-image] Oct 30 19:29:08.371 INFO O| Oct 30 19:29:08.371 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-30T19:29:09.272Z[ host-image] Oct 30 19:29:08.381 INFO O| Oct 30 19:29:08.381 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96272024-10-30T19:29:09.272Z[ host-image] Oct 30 19:29:08.381 INFO O| Oct 30 19:29:08.381 INFO STEP 134 (remove_files) COMPLETE
96282024-10-30T19:29:09.275Z[ host-image] Oct 30 19:29:08.381 INFO O| Oct 30 19:29:08.381 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-30T19:29:09.282Z[ host-image] Oct 30 19:29:08.391 INFO O| Oct 30 19:29:08.391 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96302024-10-30T19:29:09.282Z[ host-image] Oct 30 19:29:08.391 INFO O| Oct 30 19:29:08.391 INFO STEP 135 (remove_files) COMPLETE
96312024-10-30T19:29:09.285Z[ host-image] Oct 30 19:29:08.391 INFO O| Oct 30 19:29:08.391 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-30T19:29:09.292Z[ host-image] Oct 30 19:29:08.401 INFO O| Oct 30 19:29:08.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96332024-10-30T19:29:09.292Z[ host-image] Oct 30 19:29:08.401 INFO O| Oct 30 19:29:08.401 INFO STEP 136 (remove_files) COMPLETE
96342024-10-30T19:29:09.295Z[ host-image] Oct 30 19:29:08.401 INFO O| Oct 30 19:29:08.401 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-30T19:29:09.302Z[ host-image] Oct 30 19:29:08.411 INFO O| Oct 30 19:29:08.411 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96362024-10-30T19:29:09.305Z[ host-image] Oct 30 19:29:08.411 INFO O| Oct 30 19:29:08.411 INFO STEP 137 (remove_files) COMPLETE
96372024-10-30T19:29:09.305Z[ host-image] Oct 30 19:29:08.411 INFO O| Oct 30 19:29:08.411 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-30T19:29:09.312Z[ host-image] Oct 30 19:29:08.421 INFO O| Oct 30 19:29:08.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96392024-10-30T19:29:09.312Z[ host-image] Oct 30 19:29:08.421 INFO O| Oct 30 19:29:08.421 INFO STEP 138 (remove_files) COMPLETE
96402024-10-30T19:29:09.314Z[ host-image] Oct 30 19:29:08.421 INFO O| Oct 30 19:29:08.421 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-30T19:29:09.322Z[ host-image] Oct 30 19:29:08.431 INFO O| Oct 30 19:29:08.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96422024-10-30T19:29:09.322Z[ host-image] Oct 30 19:29:08.431 INFO O| Oct 30 19:29:08.431 INFO STEP 139 (remove_files) COMPLETE
96432024-10-30T19:29:09.325Z[ host-image] Oct 30 19:29:08.431 INFO O| Oct 30 19:29:08.431 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-30T19:29:09.332Z[ host-image] Oct 30 19:29:08.441 INFO O| Oct 30 19:29:08.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96452024-10-30T19:29:09.335Z[ host-image] Oct 30 19:29:08.441 INFO O| Oct 30 19:29:08.441 INFO STEP 140 (remove_files) COMPLETE
96462024-10-30T19:29:09.335Z[ host-image] Oct 30 19:29:08.441 INFO O| Oct 30 19:29:08.441 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-30T19:29:09.342Z[ host-image] Oct 30 19:29:08.451 INFO O| Oct 30 19:29:08.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96482024-10-30T19:29:09.342Z[ host-image] Oct 30 19:29:08.451 INFO O| Oct 30 19:29:08.451 INFO STEP 141 (remove_files) COMPLETE
96492024-10-30T19:29:09.345Z[ host-image] Oct 30 19:29:08.451 INFO O| Oct 30 19:29:08.451 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-30T19:29:09.352Z[ host-image] Oct 30 19:29:08.461 INFO O| Oct 30 19:29:08.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96512024-10-30T19:29:09.355Z[ host-image] Oct 30 19:29:08.461 INFO O| Oct 30 19:29:08.461 INFO STEP 142 (remove_files) COMPLETE
96522024-10-30T19:29:09.355Z[ host-image] Oct 30 19:29:08.461 INFO O| Oct 30 19:29:08.461 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-30T19:29:09.362Z[ host-image] Oct 30 19:29:08.470 INFO O| Oct 30 19:29:08.470 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96542024-10-30T19:29:09.365Z[ host-image] Oct 30 19:29:08.470 INFO O| Oct 30 19:29:08.470 INFO STEP 143 (remove_files) COMPLETE
96552024-10-30T19:29:09.365Z[ host-image] Oct 30 19:29:08.470 INFO O| Oct 30 19:29:08.470 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-30T19:29:09.372Z[ host-image] Oct 30 19:29:08.480 INFO O| Oct 30 19:29:08.480 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96572024-10-30T19:29:09.372Z[ host-image] Oct 30 19:29:08.480 INFO O| Oct 30 19:29:08.480 INFO STEP 144 (remove_files) COMPLETE
96582024-10-30T19:29:09.375Z[ host-image] Oct 30 19:29:08.480 INFO O| Oct 30 19:29:08.480 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-30T19:29:09.383Z[ host-image] Oct 30 19:29:08.490 INFO O| Oct 30 19:29:08.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96602024-10-30T19:29:09.385Z[ host-image] Oct 30 19:29:08.490 INFO O| Oct 30 19:29:08.490 INFO STEP 145 (remove_files) COMPLETE
96612024-10-30T19:29:09.385Z[ host-image] Oct 30 19:29:08.490 INFO O| Oct 30 19:29:08.490 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-30T19:29:09.391Z[ host-image] Oct 30 19:29:08.500 INFO O| Oct 30 19:29:08.500 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96632024-10-30T19:29:09.393Z[ host-image] Oct 30 19:29:08.500 INFO O| Oct 30 19:29:08.500 INFO STEP 146 (remove_files) COMPLETE
96642024-10-30T19:29:09.393Z[ host-image] Oct 30 19:29:08.500 INFO O| Oct 30 19:29:08.500 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-30T19:29:09.401Z[ host-image] Oct 30 19:29:08.510 INFO O| Oct 30 19:29:08.510 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96662024-10-30T19:29:09.401Z[ host-image] Oct 30 19:29:08.510 INFO O| Oct 30 19:29:08.510 INFO STEP 147 (remove_files) COMPLETE
96672024-10-30T19:29:09.404Z[ host-image] Oct 30 19:29:08.510 INFO O| Oct 30 19:29:08.510 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-30T19:29:09.411Z[ host-image] Oct 30 19:29:08.520 INFO O| Oct 30 19:29:08.520 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96692024-10-30T19:29:09.414Z[ host-image] Oct 30 19:29:08.520 INFO O| Oct 30 19:29:08.520 INFO STEP 148 (remove_files) COMPLETE
96702024-10-30T19:29:09.414Z[ host-image] Oct 30 19:29:08.520 INFO O| Oct 30 19:29:08.520 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-30T19:29:09.421Z[ host-image] Oct 30 19:29:08.530 INFO O| Oct 30 19:29:08.530 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96722024-10-30T19:29:09.421Z[ host-image] Oct 30 19:29:08.530 INFO O| Oct 30 19:29:08.530 INFO STEP 149 (remove_files) COMPLETE
96732024-10-30T19:29:09.424Z[ host-image] Oct 30 19:29:08.530 INFO O| Oct 30 19:29:08.530 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-30T19:29:09.431Z[ host-image] Oct 30 19:29:08.540 INFO O| Oct 30 19:29:08.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96752024-10-30T19:29:09.433Z[ host-image] Oct 30 19:29:08.540 INFO O| Oct 30 19:29:08.540 INFO STEP 150 (remove_files) COMPLETE
96762024-10-30T19:29:09.433Z[ host-image] Oct 30 19:29:08.540 INFO O| Oct 30 19:29:08.540 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772024-10-30T19:29:09.441Z[ host-image] Oct 30 19:29:08.550 INFO O| Oct 30 19:29:08.550 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96782024-10-30T19:29:09.441Z[ host-image] Oct 30 19:29:08.550 INFO O| Oct 30 19:29:08.550 INFO STEP 151 (remove_files) COMPLETE
96792024-10-30T19:29:09.441Z[ host-image] Oct 30 19:29:08.550 INFO O| Oct 30 19:29:08.550 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802024-10-30T19:29:09.451Z[ host-image] Oct 30 19:29:08.559 INFO O| Oct 30 19:29:08.559 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96812024-10-30T19:29:09.451Z[ host-image] Oct 30 19:29:08.560 INFO O| Oct 30 19:29:08.559 INFO STEP 152 (remove_files) COMPLETE
96822024-10-30T19:29:09.453Z[ host-image] Oct 30 19:29:08.560 INFO O| Oct 30 19:29:08.560 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832024-10-30T19:29:09.461Z[ host-image] Oct 30 19:29:08.570 INFO O| Oct 30 19:29:08.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96842024-10-30T19:29:09.461Z[ host-image] Oct 30 19:29:08.570 INFO O| Oct 30 19:29:08.570 INFO STEP 153 (remove_files) COMPLETE
96852024-10-30T19:29:09.463Z[ host-image] Oct 30 19:29:08.570 INFO O| Oct 30 19:29:08.570 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862024-10-30T19:29:09.471Z[ host-image] Oct 30 19:29:08.580 INFO O| Oct 30 19:29:08.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96872024-10-30T19:29:09.471Z[ host-image] Oct 30 19:29:08.580 INFO O| Oct 30 19:29:08.580 INFO STEP 154 (remove_files) COMPLETE
96882024-10-30T19:29:09.473Z[ host-image] Oct 30 19:29:08.580 INFO O| Oct 30 19:29:08.580 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892024-10-30T19:29:09.481Z[ host-image] Oct 30 19:29:08.589 INFO O| Oct 30 19:29:08.589 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96902024-10-30T19:29:09.481Z[ host-image] Oct 30 19:29:08.589 INFO O| Oct 30 19:29:08.589 INFO STEP 155 (remove_files) COMPLETE
96912024-10-30T19:29:09.484Z[ host-image] Oct 30 19:29:08.590 INFO O| Oct 30 19:29:08.589 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96922024-10-30T19:29:09.495Z[ host-image] Oct 30 19:29:08.604 INFO O| Oct 30 19:29:08.604 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96932024-10-30T19:29:09.498Z[ host-image] Oct 30 19:29:08.604 INFO O| Oct 30 19:29:08.604 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
96942024-10-30T19:29:15.606Z[ host-image] Oct 30 19:29:14.714 INFO O| Oct 30 19:29:14.714 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
96952024-10-30T19:29:15.606Z[ host-image] Oct 30 19:29:14.714 INFO O| Oct 30 19:29:14.714 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96962024-10-30T19:29:15.620Z[ host-image] Oct 30 19:29:14.728 INFO O| Oct 30 19:29:14.728 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96972024-10-30T19:29:15.698Z[ host-image] Oct 30 19:29:14.806 INFO O| Oct 30 19:29:14.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96982024-10-30T19:29:15.700Z[ host-image] Oct 30 19:29:14.806 INFO O| Oct 30 19:29:14.806 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96992024-10-30T19:29:15.700Z[ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97002024-10-30T19:29:15.700Z[ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO ok!
97012024-10-30T19:29:15.700Z[ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97022024-10-30T19:29:15.700Z[ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO STEP 156 (seed_smf) COMPLETE
97032024-10-30T19:29:15.700Z[ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO steps complete; finalising image!
97042024-10-30T19:29:15.701Z[ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97052024-10-30T19:29:15.839Z[ host-image] Oct 30 19:29:14.947 INFO O| Oct 30 19:29:14.947 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 30 19:29:14 2024)
97062024-10-30T19:29:16.061Z[ host-image] Oct 30 19:29:15.169 INFO O| Oct 30 19:29:15.169 INFO temporary pool has 705M used, 127M avail, 1.85x compressratio
97072024-10-30T19:29:16.061Z[ host-image] Oct 30 19:29:15.169 INFO O| Oct 30 19:29:15.169 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97082024-10-30T19:29:16.354Z[ host-image] Oct 30 19:29:15.462 INFO O| Oct 30 19:29:15.462 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97092024-10-30T19:29:16.354Z[ host-image] Oct 30 19:29:15.462 INFO O| Oct 30 19:29:15.462 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97102024-10-30T19:29:17.369Z[ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-30T19:29:17.369Z[ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97122024-10-30T19:29:17.371Z[ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97132024-10-30T19:29:17.371Z[ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO completed processing gimlet/zfs
97142024-10-30T19:29:17.371Z[ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97152024-10-30T19:29:23.995Z[ host-image] Oct 30 19:29:23.102 INFO O| Oct 30 19:29:23.102 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97162024-10-30T19:29:24.072Z[ host-image] Oct 30 19:29:23.180 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
97172024-10-30T19:29:24.072Z[ host-image] Oct 30 19:29:23.180 INFO expanded image name: "ci 24c967f/${os_short_commit} 2024-10-30 18:58" -> "ci 24c967f/54a974b 2024-10-30 18:58"
97182024-10-30T19:29:24.075Z[ host-image] Oct 30 19:29:23.180 INFO output artefacts stored in: "/work/os-host"
97192024-10-30T19:29:24.075Z[ host-image] Oct 30 19:29:23.180 INFO collecting git info from project "phbl"...
97202024-10-30T19:29:24.077Z[ host-image] Oct 30 19:29:23.185 INFO collecting git info from project "amd-firmware"...
97212024-10-30T19:29:24.087Z[ host-image] Oct 30 19:29:23.195 INFO collecting git info from project "chelsio-t6-roms"...
97222024-10-30T19:29:24.092Z[ host-image] Oct 30 19:29:23.200 INFO collecting git info from project "amd-host-image-builder"...
97232024-10-30T19:29:24.105Z[ host-image] Oct 30 19:29:23.213 INFO collecting git info from project "bootserver"...
97242024-10-30T19:29:24.110Z[ host-image] Oct 30 19:29:23.218 INFO collecting git info from project "image-builder"...
97252024-10-30T19:29:24.114Z[ host-image] Oct 30 19:29:23.222 INFO collecting git info from project "pinprick"...
97262024-10-30T19:29:24.118Z[ host-image] Oct 30 19:29:23.226 INFO collecting git info from project "pilot"...
97272024-10-30T19:29:24.123Z[ host-image] Oct 30 19:29:23.232 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97282024-10-30T19:29:24.481Z[ host-image] Oct 30 19:29:23.589 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97292024-10-30T19:29:24.816Z[ host-image] Oct 30 19:29:23.923 INFO creating Oxide boot image...
97302024-10-30T19:29:24.816Z[ host-image] Oct 30 19:29:23.924 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 24c967f/54a974b 2024-10-30 18:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97312024-10-30T19:29:25.755Z[ host-image] Oct 30 19:29:24.863 INFO O| ok, image written!
97322024-10-30T19:29:25.758Z[ host-image] Oct 30 19:29:24.863 INFO O| ok, boot_image_csum file written!
97332024-10-30T19:29:25.758Z[ host-image] Oct 30 19:29:24.866 INFO creating boot archive (CPIO)...
97342024-10-30T19:29:25.758Z[ host-image] Oct 30 19:29:24.866 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
97352024-10-30T19:29:25.768Z[ host-image] Oct 30 19:29:24.876 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97362024-10-30T19:29:25.768Z[ host-image] Oct 30 19:29:24.876 INFO E| + outfile=/work/os-host/cpio
97372024-10-30T19:29:25.770Z[ host-image] Oct 30 19:29:24.876 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97382024-10-30T19:29:25.770Z[ host-image] Oct 30 19:29:24.878 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97392024-10-30T19:29:25.770Z[ host-image] Oct 30 19:29:24.878 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97402024-10-30T19:29:25.804Z[ host-image] Oct 30 19:29:24.912 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97412024-10-30T19:29:25.804Z[ host-image] Oct 30 19:29:24.912 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97422024-10-30T19:29:25.812Z[ host-image] Oct 30 19:29:24.920 INFO creating compressed cpio/unix for nanobl-rs...
97432024-10-30T19:29:25.815Z[ host-image] Oct 30 19:29:24.920 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
97442024-10-30T19:29:26.113Z[ host-image] Oct 30 19:29:25.221 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97452024-10-30T19:29:30.453Z[ host-image] Oct 30 19:29:29.561 INFO creating reset image...
97462024-10-30T19:29:30.457Z[ host-image] Oct 30 19:29:29.561 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97472024-10-30T19:29:30.545Z[ host-image] Oct 30 19:29:29.653 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97482024-10-30T19:29:30.549Z[ host-image] Oct 30 19:29:29.654 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97492024-10-30T19:29:30.602Z[ host-image] Oct 30 19:29:29.709 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97502024-10-30T19:29:32.396Z[ host-image] Oct 30 19:29:31.504 INFO E| Finished `release` profile [optimized] target(s) in 1.83s
97512024-10-30T19:29:32.408Z[ host-image] Oct 30 19:29:31.516 INFO building host image...
97522024-10-30T19:29:32.411Z[ host-image] Oct 30 19:29:31.516 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")
97532024-10-30T19:29:32.911Z[ host-image] Oct 30 19:29:32.017 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97542024-10-30T19:30:20.599Z[ host-image] Oct 30 19:30:19.705 INFO image complete! materials are in "/work/os-host"
97552024-10-30T19:30:20.602Z[ host-image]
97562024-10-30T19:30:20.604Z[ host-image] real 9:39.300199010
97572024-10-30T19:30:20.605Z[ host-image] user 4:55.893344592
97582024-10-30T19:30:20.605Z[ host-image] sys 51.459983068
97592024-10-30T19:30:20.605Z[ host-image] trap 0.179902143
97602024-10-30T19:30:20.605Z[ host-image] tflt 0.005706105
97612024-10-30T19:30:20.605Z[ host-image] dflt 0.052338974
97622024-10-30T19:30:20.605Z[ host-image] kflt 0.000018900
97632024-10-30T19:30:20.605Z[ host-image] lock 10:46.835249695
97642024-10-30T19:30:20.605Z[ host-image] slp 52:43.204558451
97652024-10-30T19:30:20.605Z[ host-image] lat 1:31.002361843
97662024-10-30T19:30:20.605Z[ host-image] stop 0.562875130
97672024-10-30T19:30:20.605ZOct 30 19:30:19.709 INFO [host-image] process exited with exit status: 0 (579.317243151s)
97682024-10-30T19:30:20.605ZOct 30 19:30:19.709 INFO [tuf-repo] running task
97692024-10-30T19:30:27.791ZOct 30 19:30:26.895 INFO assembling repository in `/tmp/tufaceousy1UdUj`, component: OmicronRepoAssembler
97702024-10-30T19:30:32.969ZOct 30 19:30:32.072 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97712024-10-30T19:30:33.168ZOct 30 19:30:32.271 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97722024-10-30T19:30:45.454ZOct 30 19:30:44.558 INFO [tuf-repo] task succeeded (24.849353174s)
97732024-10-30T19:30:45.454ZOct 30 19:30:44.558 INFO all jobs completed in 1914.992950603s
97742024-10-30T19:30:46.029Zprocess exited: duration 2525660 ms, exit code 0
 
97752024-10-30T19:30:46.041Zfound 33 output files
97762024-10-30T19:30:46.042Zuploading: /work/manifest.toml (8404 bytes)
97772024-10-30T19:30:47.052Zuploaded: /work/manifest.toml
97782024-10-30T19:30:47.061Zuploading: /work/repo.zip (1879748492 bytes)
97792024-10-30T19:31:26.019Zuploaded: /work/repo.zip
97802024-10-30T19:31:26.019Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97812024-10-30T19:31:27.123Zuploaded: /work/repo.zip.sha256.txt
97822024-10-30T19:31:27.124Zuploading: /work/helios-setup.log (65527 bytes)
97832024-10-30T19:31:28.223Zuploaded: /work/helios-setup.log
97842024-10-30T19:31:28.223Zuploading: /work/host-image.log (194565 bytes)
97852024-10-30T19:31:29.240Zuploaded: /work/host-image.log
97862024-10-30T19:31:29.240Zuploading: /work/host-package.log (22417 bytes)
97872024-10-30T19:31:30.253Zuploaded: /work/host-package.log
97882024-10-30T19:31:30.253Zuploading: /work/host-target.log (101 bytes)
97892024-10-30T19:31:31.278Zuploaded: /work/host-target.log
97902024-10-30T19:31:31.278Zuploading: /work/omicron-package.log (5011 bytes)
97912024-10-30T19:31:32.290Zuploaded: /work/omicron-package.log
97922024-10-30T19:31:32.290Zuploading: /work/phbl-toolchain.log (881 bytes)
97932024-10-30T19:31:33.306Zuploaded: /work/phbl-toolchain.log
97942024-10-30T19:31:33.306Zuploading: /work/recovery-image.log (591679 bytes)
97952024-10-30T19:31:34.334Zuploaded: /work/recovery-image.log
97962024-10-30T19:31:34.337Zuploading: /work/recovery-package.log (321 bytes)
97972024-10-30T19:31:35.344Zuploaded: /work/recovery-package.log
97982024-10-30T19:31:35.344Zuploading: /work/recovery-target.log (98 bytes)
97992024-10-30T19:31:36.352Zuploaded: /work/recovery-target.log
98002024-10-30T19:31:36.352Zuploading: /work/stamp-clickhouse.log (117 bytes)
98012024-10-30T19:31:37.367Zuploaded: /work/stamp-clickhouse.log
98022024-10-30T19:31:37.367Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98032024-10-30T19:31:38.377Zuploaded: /work/stamp-clickhouse_keeper.log
98042024-10-30T19:31:38.378Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98052024-10-30T19:31:39.389Zuploaded: /work/stamp-cockroachdb.log
98062024-10-30T19:31:39.392Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
98072024-10-30T19:31:40.399Zuploaded: /work/stamp-crucible-dtrace.log
98082024-10-30T19:31:40.399Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98092024-10-30T19:31:41.409Zuploaded: /work/stamp-crucible-pantry-zone.log
98102024-10-30T19:31:41.409Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98112024-10-30T19:31:42.422Zuploaded: /work/stamp-crucible-zone.log
98122024-10-30T19:31:42.422Zuploading: /work/stamp-external-dns.log (119 bytes)
98132024-10-30T19:31:43.444Zuploaded: /work/stamp-external-dns.log
98142024-10-30T19:31:43.444Zuploading: /work/stamp-installinator.log (103 bytes)
98152024-10-30T19:31:44.454Zuploaded: /work/stamp-installinator.log
98162024-10-30T19:31:44.454Zuploading: /work/stamp-internal-dns.log (119 bytes)
98172024-10-30T19:31:45.488Zuploaded: /work/stamp-internal-dns.log
98182024-10-30T19:31:45.503Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98192024-10-30T19:31:46.510Zuploaded: /work/stamp-mg-ddm-gz.log
98202024-10-30T19:31:46.510Zuploading: /work/stamp-nexus.log (112 bytes)
98212024-10-30T19:31:47.524Zuploaded: /work/stamp-nexus.log
98222024-10-30T19:31:47.524Zuploading: /work/stamp-ntp.log (110 bytes)
98232024-10-30T19:31:48.534Zuploaded: /work/stamp-ntp.log
98242024-10-30T19:31:48.534Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98252024-10-30T19:31:49.544Zuploaded: /work/stamp-omicron-sled-agent.log
98262024-10-30T19:31:49.544Zuploading: /work/stamp-overlay.log (114 bytes)
98272024-10-30T19:31:50.559Zuploaded: /work/stamp-overlay.log
98282024-10-30T19:31:50.559Zuploading: /work/stamp-oximeter.log (115 bytes)
98292024-10-30T19:31:51.569Zuploaded: /work/stamp-oximeter.log
98302024-10-30T19:31:51.569Zuploading: /work/stamp-oxlog.log (109 bytes)
98312024-10-30T19:31:52.605Zuploaded: /work/stamp-oxlog.log
98322024-10-30T19:31:52.605Zuploading: /work/stamp-probe.log (112 bytes)
98332024-10-30T19:31:53.632Zuploaded: /work/stamp-probe.log
98342024-10-30T19:31:53.632Zuploading: /work/stamp-propolis-server.log (122 bytes)
98352024-10-30T19:31:54.655Zuploaded: /work/stamp-propolis-server.log
98362024-10-30T19:31:54.710Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98372024-10-30T19:31:59.847Zuploaded: /work/stamp-pumpkind-gz.log
98382024-10-30T19:31:59.847Zuploading: /work/stamp-switch-asic.log (118 bytes)
98392024-10-30T19:32:00.904Zuploaded: /work/stamp-switch-asic.log
98402024-10-30T19:32:00.907Zuploading: /work/verify-libraries.log (3720 bytes)
98412024-10-30T19:32:01.918Zuploaded: /work/verify-libraries.log