maneetgoyal commented on issue #952: URL: https://github.com/apache/plc4x/issues/952#issuecomment-1551298475
> Trying this too now: > > ``` > # Build everything with all tests > # RUN ./mvnw -P with-c,with-dotnet,with-go,with-sandbox install > RUN ./mvnw install > ``` > > Here's my machine details: > > ``` > Software: > > System Software Overview: > > System Version: macOS 13.2.1 (22D68) > Kernel Version: Darwin 22.3.0 > Boot Volume: Macintosh HD > > Hardware: > > Hardware Overview: > > Model Name: MacBook Pro > Processor Name: 8-Core Intel Core i9 > ``` Output: ``` maneet@Maneets-MBP plc4x % docker build -t plc4x . [+] Building 950.3s (34/35) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 4.95kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 35B 0.0s => [internal] load metadata for docker.io/azul/zulu-openjdk:11 2.8s => [internal] load metadata for docker.io/library/alpine:3.10 2.8s => [build 1/24] FROM docker.io/azul/zulu-openjdk:11@sha256:ae1836a7956a7 0.0s => [packager 1/4] FROM docker.io/library/alpine:3.10@sha256:451eee8bedcb2 0.0s => [internal] load build context 0.7s => => transferring context: 1.12MB 0.6s => CACHED [packager 2/4] RUN apk update 0.0s => CACHED [packager 3/4] RUN apk --no-cache add openjdk11-jdk openjdk11-j 0.0s => CACHED [packager 4/4] RUN /usr/lib/jvm/java-11-openjdk/bin/jlink - 0.0s => CACHED [stage-2 2/3] COPY --from=packager /opt/java-minimal /opt/java- 0.0s => CACHED [build 2/24] RUN apt update -y 0.0s => CACHED [build 3/24] RUN apt install -y make libpcap-dev libc-dev git 0.0s => CACHED [build 4/24] RUN apt install -y build-essential 0.0s => CACHED [build 5/24] RUN apt install -y wget 0.0s => CACHED [build 6/24] RUN wget -q https://packages.microsoft.com/config 0.0s => CACHED [build 7/24] RUN dpkg -i packages-microsoft-prod.deb 0.0s => CACHED [build 8/24] RUN apt install -y software-properties-common 0.0s => CACHED [build 9/24] RUN add-apt-repository universe -y 0.0s => CACHED [build 10/24] RUN apt install -y apt-transport-https 0.0s => CACHED [build 11/24] RUN apt update -y 0.0s => CACHED [build 12/24] RUN apt install -y dotnet-sdk-6.0 0.0s => CACHED [build 13/24] RUN apt install -y python3 python3-venv python3-p 0.0s => CACHED [build 14/24] RUN pip3 install wheel 0.0s => CACHED [build 15/24] RUN apt install -y dos2unix 0.0s => CACHED [build 16/24] COPY . /ws/ 0.0s => CACHED [build 17/24] WORKDIR /ws 0.0s => CACHED [build 18/24] RUN chmod +x ./mvnw 0.0s => CACHED [build 19/24] RUN dos2unix ./mvnw 0.0s => CACHED [build 20/24] RUN dos2unix .mvn/wrapper/maven-wrapper.propertie 0.0s => CACHED [build 21/24] RUN ./mvnw -P with-c,with-dotnet,with-go,with-san 0.0s => [build 22/24] RUN ./mvnw install 928.5s => [build 23/24] RUN ./mvnw org.apache.maven.plugins:maven-help-plugin:3 17.9s => ERROR [build 24/24] RUN PROJECT_VERSION=`cat project_version`; mv plc4 0.3s ------ > [build 24/24] RUN PROJECT_VERSION=`cat project_version`; mv plc4j/examples/hello-integration-iotdb/target/plc4j-examples-hello-integration-iotdb-${PROJECT_VERSION}-uber-jar.jar plc4xdemo.jar: #34 0.224 mv: cannot stat 'plc4j/examples/hello-integration-iotdb/target/plc4j-examples-hello-integration-iotdb-0.11.0-SNAPSHOT-uber-jar.jar': No such file or directory ------ executor failed running [/bin/sh -c PROJECT_VERSION=`cat project_version`; mv plc4j/examples/hello-integration-iotdb/target/plc4j-examples-hello-integration-iotdb-${PROJECT_VERSION}-uber-jar.jar plc4xdemo.jar]: exit code: 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org