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

Resolve build errors with wstl1 #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hungrymonkey
Copy link

healthcare-data-harmonization/wstl1> ./build_all.sh 
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/main
# github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/proto
../proto/data_harmonization.pb.go:164:53: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/data_harmonization.pb.go:191:69: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/harmonization.pb.go:442:48: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/harmonization.pb.go:473:64: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/harmonization.pb.go:485:64: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/harmonization.pb.go:497:64: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/http.pb.go:484:39: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/library.pb.go:261:42: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/mapping.pb.go:1001:42: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/unit_config.pb.go:264:46: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)
../proto/harmonization.pb.go:497:64: too many errors

Closes #79

doof added 2 commits September 29, 2024 19:40
Downloading ANTLR 4.7.1 to ./.antlr/antlr.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2187k  100 2187k    0     0  5357k      0 --:--:-- --:--:-- --:--:-- 5348k
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/main
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/proto
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/transform
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/util
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/auth        (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/builtins    (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/cloudfunction       (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/errors      (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/fetch       (cached)
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/mapping     [no test files]
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/harmonization/harmonizecode (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/harmonization/harmonizeunit (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/mapping_test        (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/postprocess (cached)
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/testing/util        [no test files]
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/projector   (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/types       (cached)
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/types/register_all  (cached)
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/main
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/main        [no test files]
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/proto
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/proto       [no test files]
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/transform
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/transform   (cached)
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_engine/util
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/util/ioutil [no test files]
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/util/gcsutil        (cached)
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/util/storageclient  [no test files]
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/util/jsonutil       (cached)
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_language
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_language/test
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_language/transpiler
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_language
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_language/errors    [no test files]
?       github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_language/parser    [no test files]
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_language/test
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_language/test/integration  (cached)
Entering /home/doof/gitrepo/healthcare-data-harmonization/wstl1/mapping_language/transpiler
ok      github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_language/transpiler        (cached)
Copy link

google-cla bot commented Oct 14, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building wstl 1 is broken
1 participant