Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]add handle to windows image #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

add handle to windows image

bfcfe89
Select commit
Loading
Failed to load commit list.
Open

[WIP]add handle to windows image #372

add handle to windows image
bfcfe89
Select commit
Loading
Failed to load commit list.
Cirrus CI / Validate failed Aug 5, 2024 in 11s

Task Summary

Instruction main failed in 00:10

Details

✅ 00:00 clone
❌ 00:10 main

    CIRRUS_REPO_NAME=automation_images
    CIRRUS_REPO_OWNER=containers
    CIRRUS_RESOLUTION_STRATEGY=SAME_SHA
    CIRRUS_SHELL=/bin/bash
    CIRRUS_TASK_ID=5726605786480640
    CIRRUS_TASK_NAME=Validate
    CIRRUS_TASK_NAME_ALIAS=validate
    CIRRUS_USER_COLLABORATOR=true
    CIRRUS_USER_PERMISSION=admin
    CIRRUS_WORKING_DIR=/tmp/cirrus-ci-build
    CI_NODE_INDEX=0
    CI_NODE_TOTAL=40
    CONTAINER=1
    CONTINUOUS_INTEGRATION=true
    DEBIAN_FRONTEND=noninteractive
    DEST_BRANCH=main
    HOME=/root
    HOSTNAME=cirrus-ci-task-5726605786480640
    IMG_SFX=20240708t152000z-f40f39d13
    KUBERNETES_PORT=tcp://10.76.0.1:443
    KUBERNETES_PORT_443_TCP=tcp://10.76.0.1:443
    KUBERNETES_PORT_443_TCP_ADDR=10.76.0.1
    KUBERNETES_PORT_443_TCP_PORT=443
    KUBERNETES_PORT_443_TCP_PROTO=tcp
    KUBERNETES_SERVICE_HOST=10.76.0.1
    KUBERNETES_SERVICE_PORT=443
    KUBERNETES_SERVICE_PORT_HTTPS=443
    LANG=en_US.UTF-8
    OS=linux
    PACKER_INSTALL_DIR=/usr/local/bin
    PACKER_VERSION=1.8.3
    PWD=/tmp/cirrus-ci-build
    REGPFX=quay.io/libpod
    SHLVL=2
    SUDO=env DEBIAN_FRONTEND=noninteractive
    TERM=xterm-256color
    container=oci
python3 -c 'import json,yaml; json.dump( yaml.safe_load(open("image_builder/gce.yml").read()), open("image_builder/gce.json","w"), indent=2 );'
python3 -c 'import json,yaml; json.dump( yaml.safe_load(open("base_images/cloud.yml").read()), open("base_images/cloud.json","w"), indent=2 );'
python3 -c 'import json,yaml; json.dump( yaml.safe_load(open("cache_images/cloud.yml").read()), open("cache_images/cloud.json","w"), indent=2 );'
python3 -c 'import json,yaml; json.dump( yaml.safe_load(open("win_images/win-server-wsl.yml").read()), open("win_images/win-server-wsl.json","w"), indent=2 );'
Fetching origin
From https://github.com/containers/automation_images
 * [new branch]      main                       -> origin/main
 * [new tag]         20231004t194547z-f39f38d13 -> 20231004t194547z-f39f38d13
 * [new tag]         20231116t174419z-f39f38d13 -> 20231116t174419z-f39f38d13
 * [new tag]         20231208t193858z-f39f38d13 -> 20231208t193858z-f39f38d13
 * [new tag]         20240102t155643z-f39f38d13 -> 20240102t155643z-f39f38d13
 * [new tag]         20240125t184057z-f39f38d13 -> 20240125t184057z-f39f38d13
 * [new tag]         20240320t153921z-f39f38d13 -> 20240320t153921z-f39f38d13
 * [new tag]         20240513t140131z-f40f39d13 -> 20240513t140131z-f40f39d13
 * [new tag]         20240529t141726z-f40f39d13 -> 20240529t141726z-f40f39d13
************************************************
ERROR: Every PR that builds images must include an updated IMG_SFX file.
Simply run 'make IMG_SFX', commit the result, and re-push.  (ci/validate.sh:64 in main())
************************************************