add telemetry installs to ci-conda and ci-wheel #222
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
|
|
This job failed
Loading