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

Use the current python interpreter for bootstrapping pip+venv #557

Merged
merged 1 commit into from
Jul 10, 2024

Use the current python interpreter for bootstrapping pip+venv

d7d33db
Select commit
Loading
Failed to load commit list.
Merged

Use the current python interpreter for bootstrapping pip+venv #557

Use the current python interpreter for bootstrapping pip+venv
d7d33db
Select commit
Loading
Failed to load commit list.
Google Cloud Build / PR-Style-rockylinux8-v0-22-0spack-22-11-1conda (ramble-eng) succeeded Jul 10, 2024 in 3m 20s

Summary

Build Information

Trigger PR-Style-rockylinux8-v0-22-0spack-22-11-1conda
Build c3150636-4966-4a1b-bf62-305986c538b1
Start 2024-07-10T13:16:53-07:00
Duration 2m37.328s
Status SUCCESS

Steps

Step Status Duration
ramble-clone SUCCESS 32.463s
ramble-style-tests SUCCESS 2m1.08s

Details

starting build "c3150636-4966-4a1b-bf62-305986c538b1"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/GoogleCloudPlatform/ramble
 * branch            d7d33dbb73ada20bc25ae26d42a99f5baa4002a8 -> FETCH_HEAD
HEAD is now at d7d33db Use the current python interpreter for bootstrapping pip+venv
BUILD
Starting Step #0 - "ramble-clone"
Step #0 - "ramble-clone": Already have image (with digest): gcr.io/cloud-builders/git
Step #0 - "ramble-clone": From https://github.com/GoogleCloudPlatform/ramble
Step #0 - "ramble-clone":  * [new branch]        develop    -> origin/develop
Step #0 - "ramble-clone":  * [new branch]        gh-pages   -> origin/gh-pages
Step #0 - "ramble-clone":  * [new branch]        main       -> origin/main
Step #0 - "ramble-clone":  * [new tag]           v0.5.0     -> v0.5.0
Step #0 - "ramble-clone":  * [new tag]           v0.1.0     -> v0.1.0
Step #0 - "ramble-clone":  * [new tag]           v0.2.0     -> v0.2.0
Step #0 - "ramble-clone":  * [new tag]           v0.2.1     -> v0.2.1
Step #0 - "ramble-clone":  * [new tag]           v0.3.0     -> v0.3.0
Step #0 - "ramble-clone":  * [new tag]           v0.4.0     -> v0.4.0
Finished Step #0 - "ramble-clone"
Starting Step #1 - "ramble-style-tests"
Step #1 - "ramble-style-tests": Pulling image: us-central1-docker.pkg.dev/ramble-eng/ramble-repo/ramble-rockylinux-8-spackv0.22.0-conda22.11.1:latest
Step #1 - "ramble-style-tests": latest: Pulling from ramble-eng/ramble-repo/ramble-rockylinux-8-spackv0.22.0-conda22.11.1
Step #1 - "ramble-style-tests": 9088cdb84e39: Pulling fs layer
Step #1 - "ramble-style-tests": f6400712484c: Pulling fs layer
Step #1 - "ramble-style-tests": 9088cdb84e39: Verifying Checksum
Step #1 - "ramble-style-tests": 9088cdb84e39: Download complete
Step #1 - "ramble-style-tests": 9088cdb84e39: Pull complete
Step #1 - "ramble-style-tests": f6400712484c: Verifying Checksum
Step #1 - "ramble-style-tests": f6400712484c: Download complete
Step #1 - "ramble-style-tests": f6400712484c: Pull complete
Step #1 - "ramble-style-tests": Digest: sha256:b50ee588e0ad4be8015bf079613bd07b562f35b10c9584913f416ba0341769f7
Step #1 - "ramble-style-tests": Status: Downloaded newer image for us-central1-docker.pkg.dev/ramble-eng/ramble-repo/ramble-rockylinux-8-spackv0.22.0-conda22.11.1:latest
Step #1 - "ramble-style-tests": us-central1-docker.pkg.dev/ramble-eng/ramble-repo/ramble-rockylinux-8-spackv0.22.0-conda22.11.1:latest
Step #1 - "ramble-style-tests": branch 'develop' set up to track 'origin/develop'.
Step #1 - "ramble-style-tests": Spack version is 0.22.0 (5fe93fee1eec46a0750bd340198bffcb92ff9eec)
Step #1 - "ramble-style-tests": Python version is Python 3.10.8
Step #1 - "ramble-style-tests": Running black check
Step #1 - "ramble-style-tests": =======================================================
Step #1 - "ramble-style-tests": black: running black checks on ramble.
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": Modified files:
Step #1 - "ramble-style-tests":   var/ramble/repos/builtin/package_managers/pip/package_manager.py
Step #1 - "ramble-style-tests": =======================================================
Step #1 - "ramble-style-tests": All done! ✨ 🍰 ✨
Step #1 - "ramble-style-tests": 1 file would be left unchanged.
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests":   black checks were clean
Step #1 - "ramble-style-tests": Running flake8 check
Step #1 - "ramble-style-tests": =======================================================
Step #1 - "ramble-style-tests": flake8: running flake8 checks on ramble.
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": Modified files:
Step #1 - "ramble-style-tests":   var/ramble/repos/builtin/package_managers/pip/package_manager.py
Step #1 - "ramble-style-tests": =======================================================
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests":   flake8 checks were clean
Step #1 - "ramble-style-tests": style checks were clean.
Step #1 - "ramble-style-tests": ==> Generating file: /workspace/share/ramble/ramble-completion.bash
Step #1 - "ramble-style-tests": ==> No license issues found.
Step #1 - "ramble-style-tests": Collecting package metadata (repodata.json): ...working... done
Step #1 - "ramble-style-tests": Solving environment: ...working... failed
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": PackagesNotFoundError: The following packages are missing from the target environment:
Step #1 - "ramble-style-tests":   - pytest
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": usage: ramble [-hkV] [--color {always,never,auto}] COMMAND ...
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": A flexible benchmark experiment manager.
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": These are common ramble commands:
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": application dev:
Step #1 - "ramble-style-tests":   edit                  open application files in $EDITOR
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": query applications:
Step #1 - "ramble-style-tests":   list                  list and search available objects
Step #1 - "ramble-style-tests":   info                  get detailed information on a particular object
Step #1 - "ramble-style-tests":   mods                  (deprecated) list and get information on available modifiers
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": results:
Step #1 - "ramble-style-tests":   results               import experiment results from file
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": workspaces:
Step #1 - "ramble-style-tests":   deployment            (experimental) manage workspace deployments
Step #1 - "ramble-style-tests":   on                    "And now's the time, the time is now" (execute workspace experiments)
Step #1 - "ramble-style-tests":   workspace             manage experiment workspaces
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": options:
Step #1 - "ramble-style-tests":   --color {always,never,auto}
Step #1 - "ramble-style-tests":                         when to colorize output (default: auto)
Step #1 - "ramble-style-tests":   -V, --version         show version number and exit
Step #1 - "ramble-style-tests":   -h, --help            show this help message and exit
Step #1 - "ramble-style-tests":   -k, --insecure        do not check ssl certificates when downloading
Step #1 - "ramble-style-tests": 
Step #1 - "ramble-style-tests": more help:
Step #1 - "ramble-style-tests":   ramble help --all       list all commands and options
Step #1 - "ramble-style-tests":   ramble help <command>   help on a specific command
Step #1 - "ramble-style-tests":   ramble help --spec      help on the application specification syntax
Step #1 - "ramble-style-tests":   ramble docs             open https://ramble.rtfd.io/ in a browser
Finished Step #1 - "ramble-style-tests"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/c3150636-4966-4a1b-bf62-305986c538b1?project=993292483723