Skip to content

Instantly share code, notes, and snippets.

@aniongithub
Created March 16, 2021 17:39
Show Gist options
  • Save aniongithub/6639d9cf88a254fbd401de0ba231e4c5 to your computer and use it in GitHub Desktop.
Save aniongithub/6639d9cf88a254fbd401de0ba231e4c5 to your computer and use it in GitHub Desktop.
Codespaces issue with nativelibrary-dotnet-core
2021-03-16T17:28:39: $ nvidia-smi
2021-03-16T17:28:40: @microsoft/vscode-dev-containers-cli 0.0.22.
2021-03-16T17:28:40: Start: Resolving Remote
2021-03-16T17:28:40: $ docker ps -q -a --filter label=Type=codespaces
2021-03-16T17:28:40: $ docker -v
2021-03-16T17:28:40: $ docker events --format {{json .}} --filter event=start
2021-03-16T17:28:40: Start: Starting container
2021-03-16T17:28:40: $1.2.0
2021-03-16T17:28:41: $ docker ps -q -a --filter label=Type=codespaces
2021-03-16T17:28:41: $ docker inspect --type container 162ec0f79b5e
2021-03-16T17:28:41: Start: Inspecting container
2021-03-16T17:28:41: $ docker inspect --type container 162ec0f79b5e77434f973cb12bef9c62f24477c0b3eeaa23dfc8deb46c4b0e1a
2021-03-16T17:28:41: $ /bin/sh
2021-03-16T17:28:41: $ uname -m
2021-03-16T17:28:42: x86_64
2021-03-16T17:28:42:
2021-03-16T17:28:42: $ (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
2021-03-16T17:28:42: NAME="Ubuntu"
2021-03-16T17:28:42: VERSION="20.04.2 LTS (Focal Fossa)"
2021-03-16T17:28:42: ID=ubuntu
2021-03-16T17:28:42: ID_LIKE=debian
2021-03-16T17:28:42: PRETTY_NAME="Ubuntu 20.04.2 LTS"
2021-03-16T17:28:42: VERSION_ID="20.04"
2021-03-16T17:28:42: HOME_URL="https://www.ubuntu.com/"
2021-03-16T17:28:42: SUPPORT_URL="https://help.ubuntu.com/"
2021-03-16T17:28:42: BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
2021-03-16T17:28:42: PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
2021-03-16T17:28:42: VERSION_CODENAME=focal
2021-03-16T17:28:42: UBUNTU_CODENAME=focal
2021-03-16T17:28:42:
2021-03-16T17:28:42: $ cat /etc/passwd
2021-03-16T17:28:42: Start: Updating configuration state
2021-03-16T17:28:42: $ test -d /home/codespace/.vscode-remote
2021-03-16T17:28:42:
2021-03-16T17:28:43:
2021-03-16T17:28:43: Exit code 1
2021-03-16T17:28:43: $ test -d /home/codespace/.vscode-remote
2021-03-16T17:28:43:
2021-03-16T17:28:43:
2021-03-16T17:28:43: Exit code 1
2021-03-16T17:28:43: $ set -o noclobber ; mkdir -p '/home/codespace/.vscode-remote/data/Machine' && { > '/home/codespace/.vscode-remote/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
2021-03-16T17:28:43:
2021-03-16T17:28:43:
2021-03-16T17:28:43: $ cat /home/codespace/.vscode-remote/data/Machine/settings.json
2021-03-16T17:28:43:
2021-03-16T17:28:43: cat: /home/codespace/.vscode-remote/data/Machine/settings.json: No such file or directory
2021-03-16T17:28:43: Exit code 1
2021-03-16T17:28:44: $ oryx build --manifest-dir "/root/.oryx" -p virtualenv_name=.venv --log-file "/root/.oryx/build.log" "/workspaces/nativelibrary-dotnet-core"
2021-03-16T17:28:53: Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
2021-03-16T17:28:53:
2021-03-16T17:28:53:
2021-03-16T17:28:53:
pository Commit : 3c46c3f159ed7dba5e62b0637285330544622f33
ues
3d28d8cf4fa, ReleaseTagName: 20201204.1
2021-03-16T17:28:53: Detecting platforms...
2021-03-16T17:28:53: Could not detect any platform in the source directory.
2021-03-16T17:28:53: Error: Could not detect the language from repo.
2021-03-16T17:28:57: oryx process exited with exit code 2
2021-03-16T17:28:57: @microsoft/vscode-dev-containers-cli 0.0.22.
2021-03-16T17:28:57: Start: Resolving Remote
2021-03-16T17:28:57: $ docker ps -q -a --filter label=Type=codespaces
2021-03-16T17:28:57: $ docker inspect --type container 162ec0f79b5e
2021-03-16T17:28:57: Start: Inspecting container
2021-03-16T17:28:57: $ docker inspect --type container 162ec0f79b5e77434f973cb12bef9c62f24477c0b3eeaa23dfc8deb46c4b0e1a
2021-03-16T17:28:57: $ /bin/sh
2021-03-16T17:28:57: $ uname -m
2021-03-16T17:28:57: x86_64
2021-03-16T17:28:57:
2021-03-16T17:28:57: $ (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
2021-03-16T17:28:57: NAME="Ubuntu"
2021-03-16T17:28:57: $ cp -r /root/.docker /var/lib/docker/vsonlinemount/.persistedshare
2021-03-16T17:28:57: VERSION="20.04.2 LTS (Focal Fossa)"
2021-03-16T17:28:57: cp process exited with exit code 0
2021-03-16T17:28:57: ID=ubuntu
2021-03-16T17:28:57: $ ln -sfn /workspaces/.codespaces/.persistedshare/.docker /workspaces/.docker
2021-03-16T17:28:57: ID_LIKE=debian
2021-03-16T17:28:57: PRETTY_NAME="Ubuntu 20.04.2 LTS"
2021-03-16T17:28:57: VERSION_ID="20.04"
2021-03-16T17:28:57: HOME_URL="https://www.ubuntu.com/"
2021-03-16T17:28:57: SUPPORT_URL="https://help.ubuntu.com/"
2021-03-16T17:28:57: BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
2021-03-16T17:28:57: PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
2021-03-16T17:28:57: VERSION_CODENAME=focal
2021-03-16T17:28:57: ln process exited with exit code 0
2021-03-16T17:28:57: UBUNTU_CODENAME=focal
2021-03-16T17:28:57: $ chown -R codespace /workspaces/.codespaces/.persistedshare/.docker
2021-03-16T17:28:57:
2021-03-16T17:28:57: $ cat /etc/passwd
2021-03-16T17:28:57: $ test -d /home/codespace/.vscode-remote
2021-03-16T17:28:57:
2021-03-16T17:28:57:
2021-03-16T17:28:57: $ set -o noclobber ; mkdir -p '/home/codespace/.vscode-remote/data/Machine' && { > '/home/codespace/.vscode-remote/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
2021-03-16T17:28:57:
2021-03-16T17:28:57:
2021-03-16T17:28:57: chown process exited with exit code 0
2021-03-16T17:28:57: Exit code 2
2021-03-16T17:28:57: $ cat /home/codespace/.vscode-remote/data/Machine/settings.json
2021-03-16T17:28:57:
2021-03-16T17:28:57: cat: /home/codespace/.vscode-remote/data/Machine/settings.json: No such file or directory
2021-03-16T17:28:57: Exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment