has anyone faced this issue while importing module...
# bolt
b
has anyone faced this issue while importing modules from git?
Copy code
Traceback (most recent call last):
        31: from /opt/puppetlabs/bolt/bin/bolt:23:in `<main>'
        30: from /opt/puppetlabs/bolt/bin/bolt:23:in `load'
        29: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/exe/bolt:11:in `<top (required)>'
        28: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/cli.rb:394:in `execute'
        27: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/cli.rb:944:in `with_signal_handling'
        26: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/cli.rb:395:in `block in execute'
        25: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/cli.rb:927:in `with_error_handling'
        24: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/cli.rb:521:in `block (2 levels) in execute'
        23: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/cli.rb:618:in `process_command'
        22: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/outputter.rb:46:in `spin'
        21: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/cli.rb:618:in `block in process_command'
        20: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/application.rb:292:in `install_modules'
        19: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer.rb:154:in `install'
        18: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer.rb:154:in `new'
        17: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs.rb:15:in `initialize'
        16: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs.rb:78:in `assert_unique_names'
        15: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs.rb:78:in `group_by'
        14: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs.rb:78:in `each'
        13: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs/git_spec.rb:102:in `name'
        12: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs/git_spec.rb:122:in `id'
        11: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs/id/base.rb:35:in `request'
        10: from /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/bolt-3.26.2/lib/bolt/module_installer/specs/id/gitclone.rb:25:in `name_and_sha'
         9: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/tmpdir.rb:97:in `mktmpdir'
         8: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/tmpdir.rb:97:in `ensure in mktmpdir'
         7: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:778:in `remove_entry'
         6: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:1509:in `postorder_traverse'
         5: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:780:in `block in remove_entry'
         4: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:1454:in `remove'
         3: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:1465:in `remove_file'
         2: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:1471:in `platform_support'
         1: from /opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:1466:in `block in remove_file'
/opt/puppetlabs/bolt/lib/ruby/2.7.0/fileutils.rb:1466:in `unlink': No such file or directory @ apply2files - /tmp/d20230228-200101-whjna7 (Errno::ENOENT)