You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
HEAD (4109d47) is currently not working and fails in the errors dependency in rules_docker:
INFO: Call stack for the definition of repository 'com_github_pkg_errors' which is a go_repository (rule definition at /private/var/tmp/_bazel_jeffhodges/f64e3aaa7d5f6266a5011fdea0b8bb7c/external/bazel_gazelle/internal/go_repository.bzl:189:17):
- /private/var/tmp/_bazel_jeffhodges/f64e3aaa7d5f6266a5011fdea0b8bb7c/external/io_bazel_rules_docker/repositories/go_repositories.bzl:44:9
- /private/var/tmp/_bazel_jeffhodges/f64e3aaa7d5f6266a5011fdea0b8bb7c/external/io_bazel_rules_docker/repositories/deps.bzl:34:5
- /Users/jeffhodges/src/github.com/jmhodges/bazel_bugs/WORKSPACE:27:1
ERROR: An error occurred during the fetch of repository 'com_github_pkg_errors':
Unable to load package for //:WORKSPACE: BUILD file not found in any of the following directories.
- /Users/jeffhodges/src/github.com/jmhodges/bazel_bugs
INFO: Call stack for the definition of repository 'com_github_google_go_containerregistry' which is a go_repository (rule definition at /private/var/tmp/_bazel_jeffhodges/f64e3aaa7d5f6266a5011fdea0b8bb7c/external/bazel_gazelle/internal/go_repository.bzl:189:17):
- /private/var/tmp/_bazel_jeffhodges/f64e3aaa7d5f6266a5011fdea0b8bb7c/external/io_bazel_rules_docker/repositories/go_repositories.bzl:38:9
- /private/var/tmp/_bazel_jeffhodges/f64e3aaa7d5f6266a5011fdea0b8bb7c/external/io_bazel_rules_docker/repositories/deps.bzl:34:5
- /Users/jeffhodges/src/github.com/jmhodges/bazel_bugs/WORKSPACE:27:1
ERROR: /private/var/tmp/_bazel_jeffhodges/f64e3aaa7d5f6266a5011fdea0b8bb7c/external/io_bazel_rules_docker/container/go/cmd/join_layers/BUILD:3:1: @io_bazel_rules_docker//container/go/cmd/join_layers:go_default_library depends on @com_github_pkg_errors//:go_default_library in repository @com_github_pkg_errors which failed to fetch. no such package '@com_github_pkg_errors//': Unable to load package for //:WORKSPACE: BUILD file not found in any of the following directories.
- /Users/jeffhodges/src/github.com/jmhodges/bazel_bugs
ERROR: Analysis of target '//dockertest:dockertest' failed; build aborted: no such package '@com_github_pkg_errors//': Unable to load package for //:WORKSPACE: BUILD file not found in any of the following directories.
- /Users/jeffhodges/src/github.com/jmhodges/bazel_bugs
This was built with this WORKSPACE using what I believe is the same set up as documented in the README and using new_container_pull:
HEAD (4109d47) is currently not working and fails in the
errors
dependency in rules_docker:This was built with this WORKSPACE using what I believe is the same set up as documented in the README and using
new_container_pull
:The text was updated successfully, but these errors were encountered: