Skip to content

//tools/whoami.sh not found #105

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

Closed
ChrisCummins opened this issue Aug 26, 2020 · 0 comments
Closed

//tools/whoami.sh not found #105

ChrisCummins opened this issue Aug 26, 2020 · 0 comments
Assignees
Labels
Bug Something isn't working Testing & Tooling New tests or tooling functionality
Milestone

Comments

@ChrisCummins
Copy link
Owner

The CONTRIBUTING doc tells users to run //tools:whoami, but this file does not exist.

Thanks @gchaperon for the report in #104.

@ChrisCummins ChrisCummins added Bug Something isn't working Testing & Tooling New tests or tooling functionality labels Aug 26, 2020
@ChrisCummins ChrisCummins self-assigned this Aug 26, 2020
ChrisCummins added a commit that referenced this issue Aug 26, 2020
This adds a script, tools/whoami.sh, that provides diagnostic information
using for reproducing issues.

Example usage:

    $ ./tools/whoami.sh
    Git
    ===
        Revision: 2a468ac
        Upstream: [email protected]:ChrisCummins/ProGraML.git
        On branch feature/whoami_105
        Changes to be committed:
          (use "git restore --staged <file>..." to unstage)
          modified:   CONTRIBUTING.md
          new file:   tools/whoami.sh

        Changes not staged for commit:
          (use "git add <file>..." to update what will be committed)
          (use "git restore <file>..." to discard changes in working directory)
          modified:   CONTRIBUTING.md
          modified:   programl/Documentation/Development.md

        Untracked files:
          (use "git add <file>..." to include in what will be committed)
          foo.c
          foo.dot
          foo.ll
          foo.png

    macOS
    =====
        ProductName:  Mac OS X
        ProductVersion: 10.15.6
        BuildVersion: 19G73

    Bazel
    =====
        Bazelisk version: 1.6.1
        Build label: 3.4.1
        Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
        Build time: Tue Jul 14 06:32:14 2020 (1594708334)
        Build timestamp: 1594708334
        Build timestamp as int: 1594708334

    C++
    ===
        /usr/bin/c++
        Apple clang version 12.0.0 (clang-1200.0.26.2)
        Target: x86_64-apple-darwin19.6.0
        Thread model: posix
        InstalledDir: /Library/Developer/CommandLineTools/usr/bin

    Python
    ======
        Path: /usr/local/Homebrew/opt/python/libexec/bin/python
        Version: Python 3.8.5

    Pip packages
    ============
        absl-py==0.9.0
        appnope==0.1.0
        astunparse==1.6.3
        backcall==0.2.0
        cachetools==4.1.1
        certifi==2020.6.20
        chardet==3.0.4
        decorator==4.4.2
        future==0.18.2
        gast==0.3.3
        google-auth==1.20.1
        google-auth-oauthlib==0.4.1
        google-pasta==0.2.0
        grpcio==1.31.0
        h5py==2.10.0
        idna==2.10
        ipython==7.16.1
        ipython-genutils==0.2.0
        jedi==0.17.1
        Keras-Preprocessing==1.1.2
        Markdown==3.2.2
        mercurial==5.5
        meson==0.55.0
        networkx==2.4
        numpy==1.18.5
        oauthlib==3.1.0
        opt-einsum==3.3.0
        parso==0.7.0
        pexpect==4.8.0
        pickleshare==0.7.5
        prompt-toolkit==3.0.5
        protobuf==3.12.4
        ptyprocess==0.6.0
        pyasn1==0.4.8
        pyasn1-modules==0.2.8
        Pygments==2.6.1
        requests==2.24.0
        requests-oauthlib==1.3.0
        rsa==4.6
        scipy==1.4.1
        six==1.15.0
        tabulate==0.8.7
        tensorboard==2.3.0
        tensorboard-plugin-wit==1.7.0
        tensorflow-estimator==2.3.0
        termcolor==1.1.0
        torch==1.5.1
        traitlets==4.3.3
        urllib3==1.25.10
        wcwidth==0.2.5
        Werkzeug==1.0.1
        wrapt==1.12.1

This script is ran as part of Travis CI's testing procedure.

github.com//issues/105
ChrisCummins added a commit that referenced this issue Aug 26, 2020
This adds a script, tools/whoami.sh, that provides diagnostic information
using for reproducing issues.

Example usage:

    $ ./tools/whoami.sh
    Git
    ===
        Revision: 2a468ac
        Upstream: [email protected]:ChrisCummins/ProGraML.git
        On branch feature/whoami_105
        Changes to be committed:
          (use "git restore --staged <file>..." to unstage)
          modified:   CONTRIBUTING.md
          new file:   tools/whoami.sh

        Changes not staged for commit:
          (use "git add <file>..." to update what will be committed)
          (use "git restore <file>..." to discard changes in working directory)
          modified:   CONTRIBUTING.md
          modified:   programl/Documentation/Development.md

        Untracked files:
          (use "git add <file>..." to include in what will be committed)
          foo.c
          foo.dot
          foo.ll
          foo.png

    macOS
    =====
        ProductName:  Mac OS X
        ProductVersion: 10.15.6
        BuildVersion: 19G73

    Bazel
    =====
        Bazelisk version: 1.6.1
        Build label: 3.4.1
        Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
        Build time: Tue Jul 14 06:32:14 2020 (1594708334)
        Build timestamp: 1594708334
        Build timestamp as int: 1594708334

    C++
    ===
        /usr/bin/c++
        Apple clang version 12.0.0 (clang-1200.0.26.2)
        Target: x86_64-apple-darwin19.6.0
        Thread model: posix
        InstalledDir: /Library/Developer/CommandLineTools/usr/bin

    Python
    ======
        Path: /usr/local/Homebrew/opt/python/libexec/bin/python
        Version: Python 3.8.5

    Pip packages
    ============
        absl-py==0.9.0
        appnope==0.1.0
        astunparse==1.6.3
        backcall==0.2.0
        cachetools==4.1.1
        certifi==2020.6.20
        chardet==3.0.4
        decorator==4.4.2
        future==0.18.2
        gast==0.3.3
        google-auth==1.20.1
        google-auth-oauthlib==0.4.1
        google-pasta==0.2.0
        grpcio==1.31.0
        h5py==2.10.0
        idna==2.10
        ipython==7.16.1
        ipython-genutils==0.2.0
        jedi==0.17.1
        Keras-Preprocessing==1.1.2
        Markdown==3.2.2
        mercurial==5.5
        meson==0.55.0
        networkx==2.4
        numpy==1.18.5
        oauthlib==3.1.0
        opt-einsum==3.3.0
        parso==0.7.0
        pexpect==4.8.0
        pickleshare==0.7.5
        prompt-toolkit==3.0.5
        protobuf==3.12.4
        ptyprocess==0.6.0
        pyasn1==0.4.8
        pyasn1-modules==0.2.8
        Pygments==2.6.1
        requests==2.24.0
        requests-oauthlib==1.3.0
        rsa==4.6
        scipy==1.4.1
        six==1.15.0
        tabulate==0.8.7
        tensorboard==2.3.0
        tensorboard-plugin-wit==1.7.0
        tensorflow-estimator==2.3.0
        termcolor==1.1.0
        torch==1.5.1
        traitlets==4.3.3
        urllib3==1.25.10
        wcwidth==0.2.5
        Werkzeug==1.0.1
        wrapt==1.12.1

This script is ran as part of Travis CI's testing procedure.

github.com//issues/105
ChrisCummins added a commit that referenced this issue Aug 29, 2020
This adds a script, tools/whoami.sh, that provides diagnostic information
using for reproducing issues.

Example usage:

    $ ./tools/whoami.sh
    Git
    ===
        Revision: 2a468ac
        Upstream: [email protected]:ChrisCummins/ProGraML.git
        On branch feature/whoami_105
        Changes to be committed:
          (use "git restore --staged <file>..." to unstage)
          modified:   CONTRIBUTING.md
          new file:   tools/whoami.sh

        Changes not staged for commit:
          (use "git add <file>..." to update what will be committed)
          (use "git restore <file>..." to discard changes in working directory)
          modified:   CONTRIBUTING.md
          modified:   programl/Documentation/Development.md

        Untracked files:
          (use "git add <file>..." to include in what will be committed)
          foo.c
          foo.dot
          foo.ll
          foo.png

    macOS
    =====
        ProductName:  Mac OS X
        ProductVersion: 10.15.6
        BuildVersion: 19G73

    Bazel
    =====
        Bazelisk version: 1.6.1
        Build label: 3.4.1
        Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
        Build time: Tue Jul 14 06:32:14 2020 (1594708334)
        Build timestamp: 1594708334
        Build timestamp as int: 1594708334

    C++
    ===
        /usr/bin/c++
        Apple clang version 12.0.0 (clang-1200.0.26.2)
        Target: x86_64-apple-darwin19.6.0
        Thread model: posix
        InstalledDir: /Library/Developer/CommandLineTools/usr/bin

    Python
    ======
        Path: /usr/local/Homebrew/opt/python/libexec/bin/python
        Version: Python 3.8.5

    Pip packages
    ============
        absl-py==0.9.0
        appnope==0.1.0
        astunparse==1.6.3
        backcall==0.2.0
        cachetools==4.1.1
        certifi==2020.6.20
        chardet==3.0.4
        decorator==4.4.2
        future==0.18.2
        gast==0.3.3
        google-auth==1.20.1
        google-auth-oauthlib==0.4.1
        google-pasta==0.2.0
        grpcio==1.31.0
        h5py==2.10.0
        idna==2.10
        ipython==7.16.1
        ipython-genutils==0.2.0
        jedi==0.17.1
        Keras-Preprocessing==1.1.2
        Markdown==3.2.2
        mercurial==5.5
        meson==0.55.0
        networkx==2.4
        numpy==1.18.5
        oauthlib==3.1.0
        opt-einsum==3.3.0
        parso==0.7.0
        pexpect==4.8.0
        pickleshare==0.7.5
        prompt-toolkit==3.0.5
        protobuf==3.12.4
        ptyprocess==0.6.0
        pyasn1==0.4.8
        pyasn1-modules==0.2.8
        Pygments==2.6.1
        requests==2.24.0
        requests-oauthlib==1.3.0
        rsa==4.6
        scipy==1.4.1
        six==1.15.0
        tabulate==0.8.7
        tensorboard==2.3.0
        tensorboard-plugin-wit==1.7.0
        tensorflow-estimator==2.3.0
        termcolor==1.1.0
        torch==1.5.1
        traitlets==4.3.3
        urllib3==1.25.10
        wcwidth==0.2.5
        Werkzeug==1.0.1
        wrapt==1.12.1

This script is ran as part of Travis CI's testing procedure.

github.com//issues/105
@ChrisCummins ChrisCummins added this to the 1.0.0 milestone Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Testing & Tooling New tests or tooling functionality
Projects
None yet
Development

No branches or pull requests

1 participant