Skip to content

Instantly share code, notes, and snippets.

@kans
Created July 17, 2017 21:32
Show Gist options
  • Save kans/1281c9334e0d81d89d03ba3b2c3451e0 to your computer and use it in GitHub Desktop.
Save kans/1281c9334e0d81d89d03ba3b2c3451e0 to your computer and use it in GitHub Desktop.
Starting matchbox
+ cd /jenkins/workspace/tectonic-installer_PR-1408-ZXQMI5576QYQ5KT637IO36DLHWHDY5PILWEKU5N5UGDC4OJYVUTA/tests/smoke/bare-metal/../../../matchbox
+ sudo -S -E ./scripts/devnet create
Most examples use CoreOS stable 1353.7.0. You may wish to download it with './scripts/get-coreos stable 1353.7.0'.
Starting matchbox
Running as unit dev-matchbox.service.
Starting dnsmasq to provide DHCP/TFTP/DNS services
Running as unit dev-dnsmasq.service.
● dev-matchbox.service - /usr/bin/rkt run --uuid-file-save=/var/run/matchbox-pod.uuid --trust-keys-from-https --net=metal0:IP=172.18.0.2 --mount volume=config,target=/etc/matchbox --volume config,kind=host,source=/jenkins/workspace/tectonic-installer_PR-1408-ZXQMI5576QYQ5KT637IO36DLHWHDY5PILWEKU5N5UGDC4OJYVUTA/matchbox/examples/etc/matchbox,readOnly=true --mount volume=data,target=/var/lib/matchbox --volume data,kind=host,source=/tmp/tmp.g62laWqJoU --mount volume=assets,target=/var/lib/matchbox/assets --volume assets,kind=host,source=/tmp/matchbox/assets,readOnly=true quay.io/coreos/matchbox:23f23c1dcb78b123754ffb4e64f21cd8269093ce -- -address=0.0.0.0:8080 -log-level=debug -rpc-address=0.0.0.0:8081
Loaded: loaded
Transient: yes
Drop-In: /run/systemd/system/dev-matchbox.service.d
└─50-Description.conf, 50-ExecStart.conf
Active: active (running) since Fri 2017-07-14 21:16:49 UTC; 17ms ago
Main PID: 22152 (rkt)
Tasks: 10
Memory: 11.3M
CPU: 19ms
CGroup: /system.slice/dev-matchbox.service
├─22152 /usr/bin/rkt run --uuid-file-save=/var/run/matchbox-pod.uuid --trust-keys-from-https --net=metal0:IP=172.18.0.2 --mount volume=config,target=/etc/matchbox --volume config,kind=host,source=/jenkins/workspace/tectonic-installer_PR-1408-ZXQMI5576QYQ5KT637IO36DLHWHDY5PILWEKU5N5UGDC4OJYVUTA/matchbox/examples/etc/matchbox,readOnly=true --mount volume=data,target=/var/lib/matchbox --volume data,kind=host,source=/tmp/tmp.g62laWqJoU --mount volume=assets,target=/var/lib/matchbox/assets --volume assets,kind=host,source=/tmp/matchbox/assets,readOnly=true quay.io/coreos/matchbox:23f23c1dcb78b123754ffb4e64f21cd8269093ce -- -address=0.0.0.0:8080 -log-level=debug -rpc-address=0.0.0.0:8081
└─22189 /usr/bin/rkt run --uuid-file-save=/var/run/matchbox-pod.uuid --trust-keys-from-https --net=metal0:IP=172.18.0.2 --mount volume=config,target=/etc/matchbox --volume config,kind=host,source=/jenkins/workspace/tectonic-installer_PR-1408-ZXQMI5576QYQ5KT637IO36DLHWHDY5PILWEKU5N5UGDC4OJYVUTA/matchbox/examples/etc/matchbox,readOnly=true --mount volume=data,target=/var/lib/matchbox --volume data,kind=host,source=/tmp/tmp.g62laWqJoU --mount volume=assets,target=/var/lib/matchbox/assets --volume assets,kind=host,source=/tmp/matchbox/assets,readOnly=true quay.io/coreos/matchbox:23f23c1dcb78b123754ffb4e64f21cd8269093ce -- -address=0.0.0.0:8080 -log-level=debug -rpc-address=0.0.0.0:8081
● dev-dnsmasq.service - /usr/bin/rkt run --uuid-file-save=/var/run/dnsmasq-pod.uuid --trust-keys-from-https --net=metal0:IP=172.18.0.3 --dns=host --mount volume=config,target=/etc/dnsmasq.conf --volume config,kind=host,source=/jenkins/workspace/tectonic-installer_PR-1408-ZXQMI5576QYQ5KT637IO36DLHWHDY5PILWEKU5N5UGDC4OJYVUTA/matchbox/scripts/../contrib/dnsmasq/metal0.conf quay.io/coreos/dnsmasq:v0.4.0 --caps-retain=CAP_NET_ADMIN,CAP_NET_BIND_SERVICE
Loaded: loaded
Transient: yes
Drop-In: /run/systemd/system/dev-dnsmasq.service.d
└─50-Description.conf, 50-ExecStart.conf
Active: active (running) since Fri 2017-07-14 21:16:49 UTC; 4ms ago
Main PID: 22181 (rkt)
Tasks: 6
Memory: 5.8M
CPU: 3ms
CGroup: /system.slice/dev-dnsmasq.service
└─22181 /usr/bin/rkt run --uuid-file-save=/var/run/dnsmasq-pod.uuid --trust-keys-from-https --net=metal0:IP=172.18.0.3 --dns=host --mount volume=config,target=/etc/dnsmasq.conf --volume config,kind=host,source=/jenkins/workspace/tectonic-installer_PR-1408-ZXQMI5576QYQ5KT637IO36DLHWHDY5PILWEKU5N5UGDC4OJYVUTA/matchbox/scripts/../contrib/dnsmasq/metal0.conf quay.io/coreos/dnsmasq:v0.4.0 --caps-retain=CAP_NET_ADMIN,CAP_NET_BIND_SERVICE
Use 'systemctl status dev-matchbox' or 'systemctl status dev-dnsmasq' to check individual statuses.
Use 'journalctl -f -u dev-matchbox', etc. to tail the logs.
+ echo 'Waiting for matchbox...'
Waiting for matchbox...
++ curl --silent --fail -k http://matchbox.example.com:8080
+ echo 'Waiting for matchbox...'
Waiting for matchbox...
+ sleep 5
+ sudo -E systemctl is-failed dev-matchbox
failed
+ sudo -E journalctl -u dev-matchbox
-- Logs begin at Fri 2017-07-14 18:50:00 UTC, end at Fri 2017-07-14 21:17:00 UTC. --
Jul 14 20:54:39 bare-metal-ubuntu-e36 systemd[1]: Started /usr/bin/rkt run --uuid-file-save=/var/run/matchbox-pod.uuid --trust-keys-from-https --net=metal0:IP=172.18.0.2 --mount volume=config,target=/etc/matchbox --volume config,kind=host,source=/jenkins/workspace/tectonic-installer_PR-1407-KMAOGZFISVHCMUTTS7UJUGOVHHKDVFLAAAFBFAAEBX7DG3NMYVTQ/matchbox/examples/etc/matchbox,readOnly=true --mount volume=data,target=/var/lib/matchbox --volume data,kind=host,source=/tmp/tmp.6VwdEYiE3l --mount volume=assets,target=/var/lib/matchbox/assets --volume assets,kind=host,source=/tmp/matchbox/assets,readOnly=true quay.io/coreos/matchbox:23f23c1dcb78b123754ffb4e64f21cd8269093ce -- -address=0.0.0.0:8080 -log-level=debug -rpc-address=0.0.0.0:8081.
Jul 14 20:54:55 bare-metal-ubuntu-e36 rkt[19491]: pubkey: prefix: "quay.io/coreos/matchbox"
Jul 14 20:54:55 bare-metal-ubuntu-e36 rkt[19491]: key: "https://quay.io/aci-signing-key"
Jul 14 20:54:55 bare-metal-ubuntu-e36 rkt[19491]: gpg key fingerprint is: BFF3 13CD AA56 0B16 A898 7B8F 72AB F5F6 799D 33BC
Jul 14 20:54:55 bare-metal-ubuntu-e36 rkt[19491]: Quay.io ACI Converter (ACI conversion signing key) <support@quay.io>
Jul 14 20:54:55 bare-metal-ubuntu-e36 rkt[19491]: Trusting "https://quay.io/aci-signing-key" for prefix "quay.io/coreos/matchbox" without fingerprint review.
Jul 14 20:54:55 bare-metal-ubuntu-e36 rkt[19491]: Added key for prefix "quay.io/coreos/matchbox" at "/etc/rkt/trustedkeys/prefix.d/quay.io/coreos/matchbox/bff313cdaa560b16a8987b8f72abf5f6799d33bc"
Jul 14 20:55:01 bare-metal-ubuntu-e36 rkt[19491]: Downloading signature: 0 B/473 B
Jul 14 20:55:01 bare-metal-ubuntu-e36 rkt[19491]: Downloading signature: 473 B/473 B
Jul 14 20:55:01 bare-metal-ubuntu-e36 rkt[19491]: Downloading signature: 473 B/473 B
Jul 14 20:55:07 bare-metal-ubuntu-e36 rkt[19491]: Downloading ACI: 0 B/5.7 MB
Jul 14 20:55:07 bare-metal-ubuntu-e36 rkt[19491]: Downloading ACI: 16.3 KB/5.7 MB
Jul 14 20:55:08 bare-metal-ubuntu-e36 rkt[19491]: Downloading ACI: 1.06 MB/5.7 MB
Jul 14 20:55:09 bare-metal-ubuntu-e36 rkt[19491]: Downloading ACI: 5.7 MB/5.7 MB
Jul 14 20:55:09 bare-metal-ubuntu-e36 rkt[19491]: image: signature verified:
Jul 14 20:55:09 bare-metal-ubuntu-e36 rkt[19491]: Quay.io ACI Converter (ACI conversion signing key) <support@quay.io>
Jul 14 20:55:10 bare-metal-ubuntu-e36 rkt[19491]: [ 7521.305392] matchbox[5]: time="2017-07-14T20:55:10Z" level=info msg="Starting matchbox gRPC server on 0.0.0.0:8081"
Jul 14 20:55:10 bare-metal-ubuntu-e36 rkt[19491]: [ 7521.305558] matchbox[5]: time="2017-07-14T20:55:10Z" level=info msg="Using TLS server certificate: /etc/matchbox/server.crt"
Jul 14 20:55:10 bare-metal-ubuntu-e36 rkt[19491]: [ 7521.305664] matchbox[5]: time="2017-07-14T20:55:10Z" level=info msg="Using TLS server key: /etc/matchbox/server.key"
Jul 14 20:55:10 bare-metal-ubuntu-e36 rkt[19491]: [ 7521.305773] matchbox[5]: time="2017-07-14T20:55:10Z" level=info msg="Using CA certificate: /etc/matchbox/ca.crt to authenticate client certificates"
Jul 14 20:55:10 bare-metal-ubuntu-e36 rkt[19491]: [ 7521.305907] matchbox[5]: time="2017-07-14T20:55:10Z" level=info msg="Starting matchbox HTTP server on 0.0.0.0:8080"
Jul 14 20:55:15 bare-metal-ubuntu-e36 rkt[19491]: [ 7526.658281] matchbox[5]: time="2017-07-14T20:55:15Z" level=info msg="HTTP GET /"
Jul 14 20:55:46 bare-metal-ubuntu-e36 rkt[19491]: [ 7557.934965] matchbox[5]: time="2017-07-14T20:55:46Z" level=info msg="HTTP GET /boot.ipxe"
Jul 14 20:55:46 bare-metal-ubuntu-e36 rkt[19491]: [ 7557.942049] matchbox[5]: time="2017-07-14T20:55:46Z" level=info msg="HTTP GET /ipxe?uuid=6feddbb5-e2d7-4a00-b5f1-be06e5af6e1c&mac=52-54-00-a1-9c-ae&domain=&hostname=&serial="
Jul 14 20:55:46 bare-metal-ubuntu-e36 rkt[19491]: [ 7557.942512] matchbox[5]: time="2017-07-14T20:55:46Z" level=debug msg="Matched an iPXE config" labels=map[hostname: serial: uuid:6feddbb5-e2d7-4a00-b5f1-be06e5af6e1c mac:52:54:00:a1:9c:ae domain:] profile=coreos-install
Jul 14 20:55:46 bare-metal-ubuntu-e36 rkt[19491]: [ 7557.946892] matchbox[5]: time="2017-07-14T20:55:46Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_pxe.vmlinuz"
Jul 14 20:55:48 bare-metal-ubuntu-e36 rkt[19491]: [ 7559.647374] matchbox[5]: time="2017-07-14T20:55:48Z" level=info msg="HTTP GET /boot.ipxe"
Jul 14 20:55:48 bare-metal-ubuntu-e36 rkt[19491]: [ 7559.654374] matchbox[5]: time="2017-07-14T20:55:48Z" level=info msg="HTTP GET /ipxe?uuid=0aea4891-7e08-443c-92d0-d649dab53434&mac=52-54-00-b2-2f-86&domain=&hostname=&serial="
Jul 14 20:55:48 bare-metal-ubuntu-e36 rkt[19491]: [ 7559.655027] matchbox[5]: time="2017-07-14T20:55:48Z" level=debug msg="Matched an iPXE config" labels=map[serial: uuid:0aea4891-7e08-443c-92d0-d649dab53434 mac:52:54:00:b2:2f:86 domain: hostname:] profile=coreos-install
Jul 14 20:55:48 bare-metal-ubuntu-e36 rkt[19491]: [ 7559.659129] matchbox[5]: time="2017-07-14T20:55:48Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_pxe.vmlinuz"
Jul 14 20:55:48 bare-metal-ubuntu-e36 rkt[19491]: [ 7559.679928] matchbox[5]: time="2017-07-14T20:55:48Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_pxe_image.cpio.gz"
Jul 14 20:55:50 bare-metal-ubuntu-e36 rkt[19491]: [ 7561.248082] matchbox[5]: time="2017-07-14T20:55:50Z" level=info msg="HTTP GET /boot.ipxe"
Jul 14 20:55:50 bare-metal-ubuntu-e36 rkt[19491]: [ 7561.259055] matchbox[5]: time="2017-07-14T20:55:50Z" level=info msg="HTTP GET /ipxe?uuid=4aa7e264-d413-4f0e-b8f5-5448d6292f0f&mac=52-54-00-c3-61-77&domain=&hostname=&serial="
Jul 14 20:55:50 bare-metal-ubuntu-e36 rkt[19491]: [ 7561.259421] matchbox[5]: time="2017-07-14T20:55:50Z" level=debug msg="Matched an iPXE config" labels=map[domain: hostname: serial: uuid:4aa7e264-d413-4f0e-b8f5-5448d6292f0f mac:52:54:00:c3:61:77] profile=coreos-install
Jul 14 20:55:50 bare-metal-ubuntu-e36 rkt[19491]: [ 7561.265075] matchbox[5]: time="2017-07-14T20:55:50Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_pxe.vmlinuz"
Jul 14 20:55:50 bare-metal-ubuntu-e36 rkt[19491]: [ 7561.835977] matchbox[5]: time="2017-07-14T20:55:50Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_pxe_image.cpio.gz"
Jul 14 20:55:51 bare-metal-ubuntu-e36 rkt[19491]: [ 7562.834520] matchbox[5]: time="2017-07-14T20:55:51Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_pxe_image.cpio.gz"
Jul 14 20:55:51 bare-metal-ubuntu-e36 rkt[19491]: [ 7562.907740] matchbox[5]: time="2017-07-14T20:55:51Z" level=info msg="HTTP GET /boot.ipxe"
Jul 14 20:55:51 bare-metal-ubuntu-e36 rkt[19491]: [ 7562.915039] matchbox[5]: time="2017-07-14T20:55:51Z" level=info msg="HTTP GET /ipxe?uuid=cf705988-64ef-476b-9f41-39c32db1d2dd&mac=52-54-00-d7-99-c7&domain=&hostname=&serial="
Jul 14 20:55:51 bare-metal-ubuntu-e36 rkt[19491]: [ 7562.915425] matchbox[5]: time="2017-07-14T20:55:51Z" level=info msg="No matching profile" labels=map[serial: uuid:cf705988-64ef-476b-9f41-39c32db1d2dd mac:52:54:00:d7:99:c7 domain: hostname:]
Jul 14 20:56:07 bare-metal-ubuntu-e36 rkt[19491]: [ 7578.628043] matchbox[5]: time="2017-07-14T20:56:07Z" level=info msg="HTTP GET /ignition?uuid=0aea4891-7e08-443c-92d0-d649dab53434&mac=52-54-00-b2-2f-86"
Jul 14 20:56:07 bare-metal-ubuntu-e36 rkt[19491]: [ 7578.628477] matchbox[5]: time="2017-07-14T20:56:07Z" level=debug msg="Matched an Ignition or Container Linux Config template" group=coreos-install-node2 labels=map[uuid:0aea4891-7e08-443c-92d0-d649dab53434 mac:52:54:00:b2:2f:86] profile=coreos-install
Jul 14 20:56:08 bare-metal-ubuntu-e36 rkt[19491]: [ 7579.674248] matchbox[5]: time="2017-07-14T20:56:08Z" level=info msg="HTTP GET /ignition?uuid=4aa7e264-d413-4f0e-b8f5-5448d6292f0f&mac=52-54-00-c3-61-77"
Jul 14 20:56:08 bare-metal-ubuntu-e36 rkt[19491]: [ 7579.674971] matchbox[5]: time="2017-07-14T20:56:08Z" level=debug msg="Matched an Ignition or Container Linux Config template" group=coreos-install-node3 labels=map[uuid:4aa7e264-d413-4f0e-b8f5-5448d6292f0f mac:52:54:00:c3:61:77] profile=coreos-install
Jul 14 20:56:23 bare-metal-ubuntu-e36 rkt[19491]: [ 7594.224170] matchbox[5]: time="2017-07-14T20:56:23Z" level=info msg="HTTP GET /ignition?uuid=0aea4891-7e08-443c-92d0-d649dab53434&mac=52-54-00-b2-2f-86&os=installed"
Jul 14 20:56:23 bare-metal-ubuntu-e36 rkt[19491]: [ 7594.224459] matchbox[5]: time="2017-07-14T20:56:23Z" level=debug msg="Matched an Ignition or Container Linux Config template" group=tf-metal-pr-1407-1-node2 labels=map[uuid:0aea4891-7e08-443c-92d0-d649dab53434 mac:52:54:00:b2:2f:86 os:installed] profile=tectonic-worker
Jul 14 20:56:23 bare-metal-ubuntu-e36 rkt[19491]: [ 7594.240786] matchbox[5]: time="2017-07-14T20:56:23Z" level=info msg="HTTP HEAD /assets/coreos/1298.7.0/coreos_production_image.bin.bz2"
Jul 14 20:56:23 bare-metal-ubuntu-e36 rkt[19491]: [ 7594.243974] matchbox[5]: time="2017-07-14T20:56:23Z" level=info msg="HTTP HEAD /assets/coreos/1298.7.0/coreos_production_image.bin.bz2.sig"
Jul 14 20:56:24 bare-metal-ubuntu-e36 rkt[19491]: [ 7595.042401] matchbox[5]: time="2017-07-14T20:56:24Z" level=info msg="HTTP GET /ignition?uuid=4aa7e264-d413-4f0e-b8f5-5448d6292f0f&mac=52-54-00-c3-61-77&os=installed"
Jul 14 20:56:24 bare-metal-ubuntu-e36 rkt[19491]: [ 7595.042899] matchbox[5]: time="2017-07-14T20:56:24Z" level=debug msg="Matched an Ignition or Container Linux Config template" group=tf-metal-pr-1407-1-node3 labels=map[uuid:4aa7e264-d413-4f0e-b8f5-5448d6292f0f mac:52:54:00:c3:61:77 os:installed] profile=tectonic-worker
Jul 14 20:56:24 bare-metal-ubuntu-e36 rkt[19491]: [ 7595.059639] matchbox[5]: time="2017-07-14T20:56:24Z" level=info msg="HTTP HEAD /assets/coreos/1298.7.0/coreos_production_image.bin.bz2"
Jul 14 20:56:24 bare-metal-ubuntu-e36 rkt[19491]: [ 7595.063928] matchbox[5]: time="2017-07-14T20:56:24Z" level=info msg="HTTP HEAD /assets/coreos/1298.7.0/coreos_production_image.bin.bz2.sig"
Jul 14 20:56:24 bare-metal-ubuntu-e36 rkt[19491]: [ 7595.258836] matchbox[5]: time="2017-07-14T20:56:24Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_image.bin.bz2.sig"
Jul 14 20:56:24 bare-metal-ubuntu-e36 rkt[19491]: [ 7595.304072] matchbox[5]: time="2017-07-14T20:56:24Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_image.bin.bz2"
Jul 14 20:56:25 bare-metal-ubuntu-e36 rkt[19491]: [ 7596.079340] matchbox[5]: time="2017-07-14T20:56:25Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_image.bin.bz2.sig"
Jul 14 20:56:25 bare-metal-ubuntu-e36 rkt[19491]: [ 7596.126260] matchbox[5]: time="2017-07-14T20:56:25Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_image.bin.bz2"
Jul 14 20:56:46 bare-metal-ubuntu-e36 rkt[19491]: [ 7617.590973] matchbox[5]: time="2017-07-14T20:56:46Z" level=info msg="HTTP GET /ignition?uuid=6feddbb5-e2d7-4a00-b5f1-be06e5af6e1c&mac=52-54-00-a1-9c-ae"
Jul 14 20:56:46 bare-metal-ubuntu-e36 rkt[19491]: [ 7617.591448] matchbox[5]: time="2017-07-14T20:56:46Z" level=debug msg="Matched an Ignition or Container Linux Config template" group=coreos-install-node1 labels=map[uuid:6feddbb5-e2d7-4a00-b5f1-be06e5af6e1c mac:52:54:00:a1:9c:ae] profile=coreos-install
Jul 14 20:57:01 bare-metal-ubuntu-e36 rkt[19491]: [ 7632.749600] matchbox[5]: time="2017-07-14T20:57:01Z" level=info msg="HTTP GET /ignition?uuid=6feddbb5-e2d7-4a00-b5f1-be06e5af6e1c&mac=52-54-00-a1-9c-ae&os=installed"
Jul 14 20:57:01 bare-metal-ubuntu-e36 rkt[19491]: [ 7632.750027] matchbox[5]: time="2017-07-14T20:57:01Z" level=debug msg="Matched an Ignition or Container Linux Config template" group=tf-metal-pr-1407-1-node1 labels=map[mac:52:54:00:a1:9c:ae os:installed uuid:6feddbb5-e2d7-4a00-b5f1-be06e5af6e1c] profile=tectonic-controller
Jul 14 20:57:01 bare-metal-ubuntu-e36 rkt[19491]: [ 7632.772761] matchbox[5]: time="2017-07-14T20:57:01Z" level=info msg="HTTP HEAD /assets/coreos/1298.7.0/coreos_production_image.bin.bz2"
Jul 14 20:57:01 bare-metal-ubuntu-e36 rkt[19491]: [ 7632.777434] matchbox[5]: time="2017-07-14T20:57:01Z" level=info msg="HTTP HEAD /assets/coreos/1298.7.0/coreos_production_image.bin.bz2.sig"
Jul 14 20:57:02 bare-metal-ubuntu-e36 rkt[19491]: [ 7633.798126] matchbox[5]: time="2017-07-14T20:57:02Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_image.bin.bz2.sig"
Jul 14 20:57:02 bare-metal-ubuntu-e36 rkt[19491]: [ 7633.856998] matchbox[5]: time="2017-07-14T20:57:02Z" level=info msg="HTTP GET /assets/coreos/1298.7.0/coreos_production_image.bin.bz2"
Jul 14 21:08:34 bare-metal-ubuntu-e36 systemd[1]: dev-matchbox.service: Main process exited, code=killed, status=9/KILL
Jul 14 21:08:34 bare-metal-ubuntu-e36 systemd[1]: dev-matchbox.service: Unit entered failed state.
Jul 14 21:08:34 bare-metal-ubuntu-e36 systemd[1]: dev-matchbox.service: Failed with result 'signal'.
Jul 14 21:16:49 bare-metal-ubuntu-e36 systemd[1]: Started /usr/bin/rkt run --uuid-file-save=/var/run/matchbox-pod.uuid --trust-keys-from-https --net=metal0:IP=172.18.0.2 --mount volume=config,target=/etc/matchbox --volume config,kind=host,source=/jenkins/workspace/tectonic-installer_PR-1408-ZXQMI5576QYQ5KT637IO36DLHWHDY5PILWEKU5N5UGDC4OJYVUTA/matchbox/examples/etc/matchbox,readOnly=true --mount volume=data,target=/var/lib/matchbox --volume data,kind=host,source=/tmp/tmp.g62laWqJoU --mount volume=assets,target=/var/lib/matchbox/assets --volume assets,kind=host,source=/tmp/matchbox/assets,readOnly=true quay.io/coreos/matchbox:23f23c1dcb78b123754ffb4e64f21cd8269093ce -- -address=0.0.0.0:8080 -log-level=debug -rpc-address=0.0.0.0:8081.
Jul 14 21:16:49 bare-metal-ubuntu-e36 rkt[22152]: stage1: failed to setup network: could not add IP address to "metal0": file exists
Jul 14 21:16:49 bare-metal-ubuntu-e36 systemd[1]: dev-matchbox.service: Main process exited, code=exited, status=254/n/a
Jul 14 21:16:49 bare-metal-ubuntu-e36 systemd[1]: dev-matchbox.service: Unit entered failed state.
Jul 14 21:16:49 bare-metal-ubuntu-e36 systemd[1]: dev-matchbox.service: Failed with result 'exit-code'.
+ exit 1
+ kill_terraform_and_cleanup
+ echo 'Killing Terraform'
Killing Terraform
+ kill
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
+ true
+ echo 'WARNING: Cleanup is temporarily disabled on failure for debugging purposes. Next job will clean at startup.'
WARNING: Cleanup is temporarily disabled on failure for debugging purposes. Next job will clean at startup.
script returned exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment