xiaoxiang781216 commented on pull request #971: URL: https://github.com/apache/incubator-nuttx/pull/971#issuecomment-623850020
@btashton compare with other sucessful check, version.sh always fail from yesterday because "git -C sources/nuttx fetch --tags" can't receive any tag from server. The good log: ``` 020-05-04T09:14:12.0307391Z ##[command]/usr/bin/docker run --name dockerpkggithubcomapacheincubatornuttxtestingnuttxcilinux_b04a6b --label c27d31 --workdir /github/workspace --rm -e DOCKER_BUILDKIT -e DOCKER_CONFIG -e BLOBDIR -e INPUT_RUN -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/incubator-nuttx/incubator-nuttx":"/github/workspace" docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux "-c" "git -C sources/nuttx fetch --tags cd sources/testing ./cibuild.sh -x testlist/arm-01.dat " 2020-05-04T09:14:49.8181960Z From https://github.com/apache/incubator-nuttx 2020-05-04T09:14:49.8182567Z * [new branch] SocketCAN -> origin/SocketCAN 2020-05-04T09:14:49.8182877Z * [new branch] master -> origin/master 2020-05-04T09:14:49.8183187Z * [new branch] releases/9.0 -> origin/releases/9.0 2020-05-04T09:14:49.8183500Z * [new tag] nuttx-1.0 -> nuttx-1.0 2020-05-04T09:14:49.8183785Z * [new tag] nuttx-1.1 -> nuttx-1.1 2020-05-04T09:14:49.8184060Z * [new tag] nuttx-1.2 -> nuttx-1.2 2020-05-04T09:14:49.8184319Z * [new tag] nuttx-2.1 -> nuttx-2.1 2020-05-04T09:14:49.8184596Z * [new tag] nuttx-2.2 -> nuttx-2.2 ``` The bad log: ``` 2020-05-05T04:05:49.0182079Z ##[command]/usr/bin/docker run --name dockerpkggithubcomapacheincubatornuttxtestingnuttxcilinux_2d83e4 --label c27d31 --workdir /github/workspace --rm -e DOCKER_BUILDKIT -e DOCKER_CONFIG -e BLOBDIR -e INPUT_RUN -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/incubator-nuttx/incubator-nuttx":"/github/workspace" docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux "-c" "git -C sources/nuttx fetch --tags cd sources/testing ./cibuild.sh -x testlist/mips-riscv-x86-xtensa.dat " 2020-05-05T04:05:55.2256950Z fatal: could not read Username for 'https://github.com': No such device or address 2020-05-05T04:05:55.2488909Z ==================================================================================== 2020-05-05T04:05:55.2504708Z Configuration/Tool: hifive1-revb/nsh,CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL 2020-05-05T04:05:55.2644549Z ------------------------------------------------------------------------------------ 2020-05-05T04:05:55.2645282Z Cleaning... 2020-05-05T04:05:55.2647995Z Configuring... 2020-05-05T04:05:55.2806083Z Copy files 2020-05-05T04:05:55.3033737Z Select CONFIG_HOST_LINUX=y 2020-05-05T04:05:55.3190231Z Refreshing... 2020-05-05T04:05:59.7179859Z Disabling CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL 2020-05-05T04:05:59.7198713Z Enabling CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL 2020-05-05T04:06:00.0047408Z Building NuttX... 2020-05-05T04:06:00.0188601Z make: *** [tools/Makefile.unix:270: /github/workspace/sources/nuttx/.version] Error 1 2020-05-05T04:06:00.0189736Z make: *** Waiting for unfinished jobs.... 2020-05-05T04:06:00.1861137Z Normalize hifive1-revb/nsh ``` Do you know why this happen? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
