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

Allow hiding deprecated config options #2853

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

Mark config options as deprecated

155a7a3
Select commit
Loading
Failed to load commit list.
Open

Allow hiding deprecated config options #2853

Mark config options as deprecated
155a7a3
Select commit
Loading
Failed to load commit list.
Cirrus CI / main failed Dec 10, 2024 in 4m 41s

Task Summary

Instruction build failed in 03:05

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:11 clone
✅ 01:17 install
❌ 03:05 build

go: downloading github.com/klauspost/cpuid/v2 v2.2.7
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8
go: downloading github.com/pborman/uuid v1.2.1
go: downloading github.com/golang/glog v1.2.0
go: downloading github.com/klauspost/compress v1.17.7
go: downloading github.com/mostynb/zstdpool-syncpool v0.0.13
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading google.golang.org/genproto/googleapis/bytestream v0.0.0-20240304212257-790db918fca8
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.25.0
go: downloading golang.org/x/text v0.14.0
plz-out/bin/src/please
�[32mRunning tests...�[0m
�[33m32-bit gcc libraries not found, excluding cross-compile tests�[0m
14:10:56.832   ERROR: //tools/sandbox:all failed:�[0m
Config has no such property JARCAT_TOOL
14:10:56.833   ERROR: //test/cross_compile:all failed:�[0m
Config has no such property JARCAT_TOOL
Build stopped after 1.31s. 2 targets failed:
    //tools/sandbox:all
plz-out/gen/cc/build_defs/cc.build_defs:736:20: error: Config has no such property JARCAT_TOOL
        'cc': [CONFIG.CC.CC_TOOL if c else CONFIG.CC.CPP_TOOL],
        'jarcat': [CONFIG.JARCAT_TOOL if archive else None],
                   ^
        'ar': [CONFIG.CC.AR_TOOL if archive else None],

Traceback:
plz-out/gen/cc/build_defs/cc.build_defs:736:20:           'jarcat': [CONFIG.JARCAT_TOOL if archive else None],

plz-out/gen/cc/build_defs/cc.build_defs:734:18:       return cmds, {
plz-out/gen/cc/build_defs/cc.build_defs:134:19:       cmds, tools = _library_cmds(_c, compiler_flags, pkg_config_libs, pkg_config_cflags)
 plz-out/gen/cc/build_defs/c.build_defs: 45:12:       return cc_library(
                    tools/sandbox/BUILD:  3: 1:   c_library(
    //test/cross_compile:all
plz-out/gen/cc/build_defs/cc.build_defs:736:20: error: Config has no such property JARCAT_TOOL
        'cc': [CONFIG.CC.CC_TOOL if c else CONFIG.CC.CPP_TOOL],
        'jarcat': [CONFIG.JARCAT_TOOL if archive else None],
                   ^
        'ar': [CONFIG.CC.AR_TOOL if archive else None],

Traceback:
plz-out/gen/cc/build_defs/cc.build_defs:736:20:           'jarcat': [CONFIG.JARCAT_TOOL if archive else None],

plz-out/gen/cc/build_defs/cc.build_defs:734:18:       return cmds, {
plz-out/gen/cc/build_defs/cc.build_defs:134:19:       cmds, tools = _library_cmds(_c, compiler_flags, pkg_config_libs, pkg_config_cflags)
plz-out/gen/cc/build_defs/cc.build_defs:546:20:           lib_rule = cc_library(
plz-out/gen/cc/build_defs/cc.build_defs:543: 5:       if srcs:
 plz-out/gen/cc/build_defs/c.build_defs:234:12:       return cc_binary(
               test/cross_compile/BUILD: 27: 1:   c_binary(